![]()
MATH566 Lesson 10: Chebyshev grid interpolation
|
Motivation: minimize interpolation error
Here, the best possible behavior of is identified.
Trigonometric expression of Chebyshev weight scalar product
Chebyshev recurrence relation
Roots and extrema of Chebyshev polynomials
Minimal inf-norm property of Chebyshev polynomials
Runge function on Chebyshev grid
![]()
Trigonometric expression of Chebyshev weight scalar product
|
Chebyshev polynomials: obtained by orthonormalization of w.r.t
The Gram-Schmidt process can be applied, but a quicker route is:
Consider , and compute
![]()
Chebyshev recurrence relationship
|
Introduce notation (un-normalized Chebyshev polynomial)
Observe: , ,
The above trigonometric identity leads to the recurrence relationship
Since , , recurrence relationship implies are polynomials
Unit-norm Chebyshev polynomials are , ,
![]()
Roots and extrema Chebyshev polynomials
|
![]()
Minimal inf-norm property of Chebyshev polynomials
|
Chebyshev polynomials and the behavior of
Introduce inf-norm
Monic form of Chebyshev polynomials: ,
Coefficient of term of degree in is one (monic polynomial) like
Intuitively: Runge function overshoot of interpolant near interval endpoints
is not due to (very smooth), but to , i.e., choice of
What monic polynomial has the smallest inf-norm? The Chebyshev polynomial.
![]()
Inf-norm of monic polynomials theorem
|
Theorem. , monic polynomial of degree has a inf-norm lower bound
Proof. By contradiction, assume the monic polynomial has . Construct a comparison with the Chebyshev polynomials by evaluating at the extrema ,
Since the above states deduce
(1) |
However, both monic implies that is a polynomial of degree that would change signs times to satisfy (1), and thus have roots contradicting the fundamental theorem of algebra.
![]()
Chebyshev grids minimizes interpolation error, even for Runge
function
|
For polynomial interpolant of degree of choose error term
Alternatively, roots of , and
![]()
Barycentric form of Chebyshev interpolant
|
Numerical methods suggested an orthogonal basis set
Numerical analysis has furnished an optimal set of sample points or
Still to study: computational complexity
Naïve approach: , apply interpolation conditions
obtaining a linear system with a full matrix at computational cost
Recall: polynomial interpolant is unique. Use Lagrange barycentric form
When sample points are , weights are
favoring data set over , .