Sequence of Interpolating Values

  • MHB
  • Thread starter Hero1
  • Start date
  • Tags
    Sequence
In summary, we are constructing a sequence of interpolating values \(y_n\) to \(f(1 +\sqrt{10})\) using the interpolating polynomial \(P_n(x)\) at nodes \(x_0^n,x_1^n,…,x_n^n=−5+jh\) where \(h =\frac{10}{n}\) and \(n = 1,2,…,10\). However, this approach may cause divergence, also known as Runge's phenomenon, due to the behavior of the error at the edges of the interval. To avoid this, it is recommended to use the Chebyshev-Gauss-Lobatto points, which have a better performance.
  • #1
Hero1
9
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:
Mathematics news on Phys.org
  • #2
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.
 
  • #3
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$
 
  • #4
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$
 
  • #5


Yes, the sequence \({y_n}\) appears to converge to \(f(1+\sqrt{10})\). As \(n\) increases, the value of \(h\) decreases, resulting in a larger number of nodes for the interpolating polynomial. This allows for a more accurate approximation of \(f(1+\sqrt{10})\), leading to a convergence of the sequence to the true value. Additionally, since \(f(x)\) is a continuous function, the interpolating polynomial will also be continuous and therefore the sequence \({y_n}\) will approach \(f(1+\sqrt{10})\) in a smooth manner.
 

FAQ: Sequence of Interpolating Values

What is the sequence of interpolating values?

The sequence of interpolating values is a mathematical concept used in numerical analysis to approximate unknown values between known data points. It involves using a series of points to estimate values at intermediate points.

How is the sequence of interpolating values calculated?

The sequence of interpolating values can be calculated using various methods such as linear interpolation, polynomial interpolation, or spline interpolation. These methods use different mathematical equations to estimate the unknown values.

What is the purpose of using the sequence of interpolating values?

The sequence of interpolating values is used to fill in gaps between known data points to create a smooth and continuous function. This allows for easier analysis and prediction of data trends.

Can the sequence of interpolating values be used for any type of data?

Yes, the sequence of interpolating values can be used for any type of data as long as there is a sufficient amount of known data points. However, the accuracy of the interpolation may vary depending on the complexity of the data.

What are the limitations of using the sequence of interpolating values?

The sequence of interpolating values is limited by the accuracy of the known data points and the chosen interpolation method. It also does not take into account any external factors that may affect the data, such as outliers or missing data points.

Similar threads

Replies
5
Views
1K
Replies
3
Views
1K
Replies
7
Views
2K
Replies
7
Views
2K
Replies
10
Views
2K
Replies
4
Views
927
Replies
1
Views
10K
Replies
1
Views
1K
Back
Top