Orthogonal Polynomials — Definition, Formula & Examples
Orthogonal polynomials are a sequence of polynomials where each pair is orthogonal to every other pair with respect to a weighted inner product — meaning their inner product equals zero. Common families include Legendre, Hermite, and Chebyshev polynomials.
A sequence of polynomials , where has degree , is orthogonal with respect to a weight function on an interval if whenever .
Key Formula
Where:
- = Polynomials of degree m and n in the orthogonal sequence
- = Weight function, non-negative on [a, b]
- = Interval of integration (may be infinite)
How It Works
Orthogonality here extends the idea of perpendicular vectors to function spaces. Two polynomials and are orthogonal when their weighted integral over a specified interval is zero. The weight function and the interval together define the inner product and determine which family of orthogonal polynomials you get. For instance, Legendre polynomials use on , while Hermite polynomials use on . You can construct orthogonal polynomials from any basis using the Gram-Schmidt process applied to .
Worked Example
Problem: Verify that the Legendre polynomials and are orthogonal on with weight .
Set up the inner product: Compute the integral of the product of the two polynomials over the interval.
Evaluate the integral: The antiderivative of is . Evaluate at the bounds.
Answer: The integral equals , confirming that and are orthogonal on .
Why It Matters
Orthogonal polynomials are essential in numerical analysis for Gaussian quadrature (highly accurate numerical integration) and in approximation theory for expanding functions into series with minimal error. They also appear in quantum mechanics, signal processing, and solving differential equations via spectral methods.
Common Mistakes
Mistake: Forgetting the weight function and testing orthogonality with for all families.
Correction: Each family of orthogonal polynomials has its own specific weight function. Hermite polynomials, for example, are only orthogonal under , not under .
