Consider the space $span(g_0,g_1)$ with $g_0(x)=1,g_1(x)=x^2$. Look at an interpolation task for the following pair of values.
$(x_0, y_0) = (−1/2, 1); (x_1, y_1) := (1, 2)$
Why is there not always an unique solution if $x_0 \neq x_1$ is out of [-1,1] but there is if $x_0,x_1$ are out of [0,1]?
We have discussed the Neville algorithm in class. My best guess would be the fact that the interpolation solution is unique as long as all of the x-values are different from each other. But I'm not sure how I could integrate this into a proof?
It has nothing to do with $[-1,1]$ or $[0,1]$.
Note that $g_0$ and $g_1$, and thus their linear combinations, are even functions of $x$. So if $x_0 = -x_1$, there will either be infinitely many solutions or none. You always have a unique solution if $|x_0| \ne |x_1|$.