find estimation of interpolation error for non differential function

42 Views Asked by At

Given $f(x)=|x|^{1/2}$ , $-1\le x\le 1$ , I have found the interpolating polynomial $ p(x)=x^2$ for $x_{0}=-1,x_{1}=0,x_{2}=1$. How to estimate $$\max_{-1\le x\le 1}|f(x)-p(x)|$$ now that $f$ is not $C^3$?

1

There are 1 best solutions below

0
On BEST ANSWER

Set $t=\sqrt{|x|}$ and use the symmetry so that you now have to determine $$ \max_{t\in[0,1]}|t-t^4|. $$


Note that $a+bx^2$ for some $a>0$, $b<1$ might result in a better approximation, i.e., a smaller max-norm, if no interpolation is required.