![]()
MATH566 Lesson 6: Polynomial interpolation
|
Polynomial interpolant forms
Monomial basis
Newton basis
Interpolation accuracy
Inexact data
![]()
Alternative linear combination bases
|
Recall: , “difficult” to compute, and known through a sample
Approximation built from linear combination of
Lagrange basis: or
Monomial basis
Newton basis
![]()
Monomial basis compared to Lagrange
|
|
|
Monomial basis functions are almost indistinguishable over portions of the function domain, closer to linearly dependent than the Lagrange basis functions
Intuitive analogy from linear algebra: can be expressed either in an orthogonal basis or a non-orthogonal basis
When is close to singular, small errors in lead to large errors in . Orthogonal bases are preferable.
![]()
Newton basis compared to Lagrange
|
|
|
Behavior similar to monomial basis: almost indistinguishable over portions of the domain.
Ideally the basis functions would be orthonormal with respect to a scalar product with weight
Compare with vector scalar product
![]()
Coefficients of monomial basis interpolant
|
Interpolation conditions lead to
The matrix is known as a Vandermonde matrix and though non-singular for distinct sample nodes , can be become close to singular.
For given distinct data, the interpolating polynomial is unique
Coefficients of the monomial basis require solving the linear system, , at FLOPs, more expensive than the for Lagrange form
Notes:
Though is the most often encountered form of a polynomial in analytical mathematics, other forms are more useful in numerical approximation
Monomial, Lagrange are different forms of the unique interpolating polynomial
![]()
Coefficients of the Newton interpolating polynomial
|
Interpolation conditions lead to a triangular system
Solving the above system now requires
The Newton interpolating polynomial arises in finite difference calculus.
![]()
Divided differences
|
The first few coefficients are
Introduce divided differences:
Obtain
![]()
Interpolation accuracy - an example of numerical analysis
|
Polynomial interpolant has no error at sampling nodes,
What about other points. Introduce error function
Assume (smooth). The error is the reminiscent of Taylor series remainder
Above obtained by repeated application of Rolle's theorem to the function
has roots at , hence its -order derivative must have a root in the interval , denoted by
Idea: choose to minimize error. This leads to Chebyshev basis, Lessons 9,10.
![]()
Inexact data - Lebesgue constant
|
If are not known exactly, replace interpolation by
Define Lebesgue function to expresses deviation from known data,
Define the worst case by the Lebesgue constant
The distance between:
the interpolant , , and
another approximating polynomial , ,
is bounded by the errors in the data and the Lebesgue constant
The Lebesgue constant depends on the chosen sample nodes.