1

I'm trying to find out for what values of $x_0$ and $x_1$, $\underset{x\in I}{\max}|(x-x_0)(x-x_1)|$ becomes minimum for $I=[-1,1]$. Note that we only look at the function diagram in $[-1, 1]$. I looked at the diagram and guessed value of function at $-1$ and $1$ and vertex of the parabola should be equal. So $-x_0=x_1=\frac{1}{\sqrt{2}}$. Is there a proof or string reasoning to this, if the answer is correct? If it's not, what's the correct answer?

Any help is so much appreciated!

  • Evaluate the endpoints. 2) Evaluate $x_0,x_1$, this will depend on whether they are inside the interval, these are the points where the derivative is undefined. 3) Set the derivative equal to zero and check the critical point, this will also depend on whether the critical point falls inside the interval.
  • – Nicolas Bourbaki Dec 02 '23 at 16:18
  • 2
    Don't you mean $\ {\color{red}{-}}x_0=x_1=\frac{1}{\sqrt{2}}\ ?$ – lonza leggiera Dec 02 '23 at 16:23
  • This is a bit unclear. Are you looking for argmin_{x_0, x_1} max_{x} |(x−x0)(x−x1)|? – wnoise Dec 02 '23 at 22:11