Sequence of Interpolating Values

  • Context: MHB 
  • Thread starter Thread starter Hero1
  • Start date Start date
  • Tags Tags
    Sequence
Click For Summary
SUMMARY

The discussion focuses on constructing a sequence of interpolating values \(y_n\) to approximate \(f(1+\sqrt{10})\) using the function \(f(x) = \frac{1}{1+x^2}\) over the interval \([-5, 5]\). For \(n = 1, 2, \ldots, 10\), the interpolating polynomial \(P_n(x)\) is evaluated at \(1+\sqrt{10}\) with nodes defined by \(x_j^n = -5 + jh\), where \(h = \frac{10}{n}\). The conversation highlights the divergence of interpolating polynomials at equidistant points, referencing Runge's phenomenon and suggesting the use of Chebyshev-Gauss-Lobatto points as a solution to mitigate this issue.

PREREQUISITES
  • Understanding of polynomial interpolation and its applications
  • Familiarity with Runge's phenomenon and its implications
  • Knowledge of Chebyshev-Gauss-Lobatto points for interpolation
  • Basic calculus, particularly Taylor series and error analysis
NEXT STEPS
  • Research "Runge's phenomenon" and its impact on polynomial interpolation
  • Study "Chebyshev-Gauss-Lobatto interpolation" and its advantages over equidistant points
  • Explore numerical methods for polynomial approximation and convergence analysis
  • Learn about error estimation in polynomial interpolation
USEFUL FOR

Mathematicians, numerical analysts, and computer scientists interested in polynomial interpolation techniques and error analysis, particularly those dealing with convergence issues in numerical methods.

Hero1
Messages
9
Reaction score
0
Construct a sequence of interpolating values \(y_n\) to \(f(1 +\sqrt{10})\), where \(f(x)= \frac{1}{1+x^2 }\) for \(−5≤x≤5\), as follows: For each \(n = 1,2,…,10\), let \(h =\frac{10}{n}\) and \(y_n= P_n (1+\sqrt{10})\), where \(P_n(x)\) is the interpolating polynomial for \(f(x)\) at nodes \(x_0^n,x_1^n,…,x_n^n=−5+jh\), for each \(j=0,1,2,…,n\). Does the sequence \({y_n }\) appear to converge to \(f(1+\sqrt{10} )\)?
 
Last edited:
Physics news on Phys.org
Hero said:
Construct a sequence of interpolating values \(y_n\) to \(f(1 +\sqrt{10})\), where \(f(x)= \frac{1}{1+x^2 }\) for \(−5≤x≤5\), as follows: For each \(n = 1,2,…,10\), let \(h =\frac{10}{n}\) and \(y_n= P_n (1+\sqrt{10})\), where \(P_n(x)\) is the interpolating polynomial for \(f(x)\) at nodes \(x_0^n,x_1^n,…,x_n^n=−5+jh\), for each \(j=0,1,2,…,n\). Does the sequence \({y_n }\) appear to converge to \(f(1+\sqrt{10} )\)?

Hi Hero, :)

I am not very clear about your question. Do you have to construct interpolating polynomials for each, \(\frac{10}{n}\) where \(n=1,2,\cdots,10\) separately?

Kind Regards,
Sudharaka.
 
Hero said:
Construct a sequence of interpolating values \(y_n\) to \(f(1 +\sqrt{10})\), where \(f(x)= \frac{1}{1+x^2 }\) for \(−5≤x≤5\), as follows: For each \(n = 1,2,…,10\), let \(h =\frac{10}{n}\) and \(y_n= P_n (1+\sqrt{10})\), where \(P_n(x)\) is the interpolating polynomial for \(f(x)\) at nodes \(x_0^n,x_1^n,…,x_n^n=−5+jh\), for each \(j=0,1,2,…,n\). Does the sequence \({y_n }\) appear to converge to \(f(1+\sqrt{10} )\)?

That is a classical 'example' of 'divergence' of a interpolating polynomial with equidistant points that was 'discovered' by the German Mathematician C.D.T. Runge. See...

Runge's phenomenon - Wikipedia, the free encyclopedia

The 'error function' is given by...

$\displaystyle f(x)-p(x)= \frac{f^{(n+1)}(\xi)}{(n+1)!}\ \prod_{k=1}^{n+1} (x-x_{k})$ (1)

... where $\xi$ is in the definition interval of f(*). In general is the behavior of the error at the edges of interval that causes divergence...

Kind regards

$\chi$ $\sigma$
 
chisigma said:
That is a classical 'example' of 'divergence' of a interpolating polynomial with equidistant points that was 'discovered' by the German Mathematician C.D.T. Runge. See...

Runge's phenomenon - Wikipedia, the free encyclopedia

The 'error function' is given by...

$\displaystyle f(x)-p(x)= \frac{f^{(n+1)}(\xi)}{(n+1)!}\ \prod_{k=1}^{n+1} (x-x_{k})$ (1)

... where $\xi$ is in the definition interval of f(*). In general is the behavior of the error at the edges of interval that causes divergence...

Kind regards

$\chi$ $\sigma$

A good method to avoid the ‘Runde’s phenomenon’is to avoid to use equidistant point and to interpolate in the so called ‘Chebysheff-Gauss-Lobatto’ points given by …

$\displaystyle x_{k}= - \cos \frac{k\ \pi}{n}\,\ k=0,1,…,n$ (1)


For the details see…

http://mathdl.maa.org/images/upload_library/4/vol6/Sarra/Chebyshev.html

... where a very interesting 'animation' at the end of section 5.1 shows the better performance of the CGL points approach respect to the 'spontaneous' equidistant points approach...

Kind regards

$\chi$ $\sigma$
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
895
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K