Is Saturability by Smoothness a Property of Interpolating Functions?

  • Thread starter Thread starter Tolya
  • Start date Start date
Tolya
Messages
22
Reaction score
0
Sorry for my English. :)
Let function f(x) defined on [a,b] and its table f(x_k) determined in equidistant interpolation nodes x_k k=0,1,..,n with step h=\frac{b-a}{n}.
Inaccuracy of piecewise-polynomial interpolation of power s (with the help of interpolation polynoms P_s(x,f_{kj}) on the x_k \leq x \leq x_{k+1}) when f^{(s+1)}(x) exist and limited on [a,b] have a O(h^{s+1}) order.
If all we know about function f(x) is that it has limited derivative to some order q q<s, then unavoidable error when we reconstructed the function with the help of its table is O(h^{q+1}). If we interpolate with P_s(x,f_{kj}) the order O(h^{q+1}) reached.
When f(x) have limited derivative of the order q+1, q>s, then inaccuracy of interpolation with the help of P_s(x,f_{kj}) remains O(h^{q+1}), i.e. the order of inaccuracy doesn't react on the supplemented, beyond the s+1 derivative, smoothness of the function f(x).
How can I prove this property called saturability by smoothness.
Thanks for any ideas!
 
Physics news on Phys.org
Any references coresponding to this theme?
Any books, links and so on?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top