Lec Orthogonal Polynomials
Lec Orthogonal Polynomials
Orthogonal polynomials
2025 Spring
1/17
Review
We have covered
▶ Polynomial interpolation
▶ Continuous least squares and orthogonal polynomial
2/17
Weighted least squares
3/17
Weighted least squares
3/17
Weighted least squares
The basic approximation problem is now
Z b
min ψ(c) = w(x)(f (x) − v(x))2 dx,
c a
where still
n
X
v(x) = cj ϕj (x).
j=0
4/17
Weighted least squares
The basic approximation problem is now
Z b
min ψ(c) = w(x)(f (x) − v(x))2 dx,
c a
where still
n
X
v(x) = cj ϕj (x).
j=0
5/17
Gram–Schmidt Process and Three Term Recurrence
ϕ0 (x) = 1,
ϕ1 (x) = x − β1 ,
ϕj (x) = (x − βj ) ϕj−1 (x) − γj ϕj−2 (x), j ≥ 2,
where Rb
a xw(x) [ϕj−1 (x)]2 dx
βj = R b 2
, j ≥ 1,
a w(x) [ϕj−1 (x)] dx
Rb
a xw(x)ϕj−1 (x)ϕj−2 (x)dx
γj = Rb 2
, j ≥ 2.
a w(x) [ϕj−2 (x)] dx
6/17
Legendre polynomials
ϕ0 (x) = 1
ϕ1 (x) = x
2j + 1 j
ϕj+1 (x) = xϕj (x) − ϕj−1 (x), j ≥ 1.
j+1 j+1
7/17
Laguerre polynomials
ϕ0 (x) = 1
ϕ1 (x) = 1 − x
2j + 1 − x j
ϕj+1 (x) = xϕj (x) − ϕj−1 (x), j ≥ 1.
j+1 j+1
8/17
Hermite polynomials
ϕ0 (x) = 1
ϕ1 (x) = 2x
9/17
Chebyshev polynomials
1
For w(x) = (1 − x2 )− 2 and [a, b] = [−1, 1]
ϕ0 (x) = 1
ϕ1 (x) = x
10/17
Chebyshev polynomials
To verify orthogonality,
Z 1 Z 1
Tj (x)Tk (x)
w(x)Tj (x)Tk (x)dx = √ dx
−1 −1 1 − x2
π
®
0, j ̸= k,
Z
= cos(jθ) cos(kθ)dθ = π
0 2 , j = k.
11/17
Chebyshev polynomials
12/17
Chebyshev polynomials
cos(nθ) = 0, θ = arccos x,
(k−1/2)
and hence θk = n π. Consequently, the roots xk = cos (θk )
are given by
2k − 1
Å ã
xk = cos π , k = 1, . . . , n,
2n
13/17
Chebyshev polynomials
Tn (ξk ) = (−1)k ,
14/17
Chebyshev Min-Max Property
Recall that we wanted to solve
n
Y
min max | (x − xj )|
xj x∈[−1,1]
j=1
15/17
Chebyshev Min-Max Property
Recall that we wanted to solve
n
Y
min max | (x − xj )|
xj x∈[−1,1]
j=1
15/17
Chebyshev Min-Max Property
Recall that we wanted to solve
n
Y
min max | (x − xj )|
xj x∈[−1,1]
j=1
Recall that
Tn (ξk ) = (−1)k ,
such that,
1
Ten (ξk ) = (−1)k ,
2n−1
16/17
Chebyshev Min-Max Property
Recall that
Tn (ξk ) = (−1)k ,
such that,
1
Ten (ξk ) = (−1)k ,
2n−1
Let’s assume that Pn (x) is a monic polynomial of degree n
such that maxx∈[−1,1] |Pn (x)| < 21−n .
Let
q(x) = Ten (x) − Pn (x)
®
1 k < 0, k even
q (ξk ) = n−1 (−1) − Pn (ξk )
2 > 0, k odd
for k = 0, 1, . . . , n.
16/17
Chebyshev Min-Max Property
17/17