Chebyshev Polynomial Approximation
- Chebyshev polynomial approximation is defined by expressing continuous functions on [-1,1] as sums of orthogonal Chebyshev polynomials, using a three-term recursion for efficient computation.
- The method leverages a generating function and spectral convergence properties for rapid decay of coefficients in analytic cases, ensuring near-minimax accuracy.
- It provides numerical stability in interpolation and avoids the Runge phenomenon through clustered Chebyshev nodes, making it ideal for solving differential equations and boundary-value problems.
Chebyshev polynomial approximation is a central technique in numerical analysis and computational mathematics for representing continuous functions as sums of orthogonal polynomials over the interval . Compared to Fourier series, the Chebyshev polynomial interpolant delivers higher accuracy in the uniform norm when approximating polynomial data, and exhibits superior numerical stability when applied to problems such as ordinary and partial differential equations, boundary-value problems, and spectral methods.
1. Definition and Three-Term Recursion
Chebyshev polynomials of the first kind for %%%%2%%%% are defined on by
Equivalently, when , . The standard three-term recurrence satisfied by these polynomials is
This recursion, obtained by trigonometric identities on the cosine function, is computationally efficient and numerically stable for evaluating high-degree polynomials.
2. Generating Function
The ordinary generating function for Chebyshev polynomials is
This compact formula enables formal manipulations and provides insight into the spectral structure of Chebyshev expansions.
3. Orthogonality and Parseval Identity
Chebyshev polynomials are orthogonal with respect to the Chebyshev weight on : This orthogonality implies that Chebyshev polynomials form a Hilbert-space basis in . Parseval's identity holds as
where are the Chebyshev series coefficients of .
4. Expansion, Truncation, and Best Approximation
The Chebyshev series for any reads
with coefficients
The truncated sum provides the -optimal approximation to in the Chebyshev basis.
For analytic functions, the coefficients decay geometrically: if is analytic in the Bernstein ellipse (with in , ),
resulting in spectral convergence of the partial sums.
5. Interpolation Nodes and the Near-Minimax Property
Chebyshev polynomial interpolation is usually performed at the nodes
which are the roots of . The Lagrange interpolant at these nodes,
where are the Lagrange cardinal polynomials, possesses a Lebesgue constant that grows only logarithmically in , ensuring good stability in the uniform norm. The error oscillates ("equiripple") exactly times, and for analytic , exponential convergence occurs.
For polynomial data, the Chebyshev interpolant recovers the original polynomial exactly if the degree does not exceed . For general continuous functions, Chebyshev interpolation avoids the Runge phenomenon associated with equispaced interpolation.
6. Practical Comparison: Chebyshev versus Fourier
For functions such as polynomials (e.g., ), Chebyshev interpolation at degree $7$ yields exact recovery, whereas Fourier interpolation requires considerably more terms. For discontinuous functions (e.g., the Heaviside function), Chebyshev and Fourier series exhibit the Gibbs phenomenon, but Fourier series may converge more rapidly in the norm for jump discontinuities.
7. Computational and Theoretical Impact
Chebyshev polynomial approximation is fundamentally important for numerical schemes addressing ordinary differential equations, boundary value problems, spectral methods for PDEs, and digital signal processing. The Chebyshev polynomial, as a solution to the Sturm-Liouville problem,
embodies optimality properties that extend to minimax approximation, interpolation stability, and best uniform polynomial approximation.
Chebyshev expansions offer "near-minimax" accuracy in the uniform norm for sufficiently smooth functions and exhibit uniformly bounded Lebesgue constants at clustered interpolation nodes. These features, combined with explicit recursive evaluations, robust orthogonality, and Parseval-type identities, give Chebyshev methods their recognized superiority for polynomial approximation tasks on .