Consider the function $\displaystyle f(x) = \frac{1}{\alpha (x-\beta)^2 + 1}$ in the interval $I = [-1,1]$. Set $\beta = 0$.
How do I get the expression for the least-squares polynomial, say $\tilde f(x)$ of degree $m = 0$. In terms of the parameter $\alpha$ which could be any. By using the nodes $x_0=-1$, $x_1=0$, $x_2=1$
And how can I deduce which kind of interpolant does a least-squares approximating polynomial of degree $m=1$ corresponds to, when using 2 distinct nodes?
I'm going through some exercises for my exam next week, but I couldn't understand this.

