Polynomial Interpolation Using Equispaced versus Chebyshev-Lobatto Points
Polynomial Interpolation Using Equispaced versus Chebyshev-Lobatto Points
This Demonstration plots in the interval as well as the function's polynomial interpolation for equally spaced points and for the Chebyshev–Lobatto points.
u(x)=
1
1+16
2
x
[-1,1]
In the discrete Chebyshev–Gauss–Lobatto case, the interior points are given by =cos(jπ/N). These points are the extremums of the Chebyshev polynomial of the first kind (x).
y
j
T
N
You can change the degree of interpolation or the number of interior interpolation points, . As gets larger, the error (computed as the norm of vector with varying from to with a spacing of 0.005), displayed with the red text in the figure, decreases exponentially for the Chebyshev–Lobatto points, while the same computed error increases exponentially in the equispaced case. This behavior is known as the Runge phenomenon.
N
N
v=
u(i)-(i)
u
intepolation
i
i
-1
1