Chebyshev Polynomials - Presentation
Chebyshev Polynomials - Presentation
Thiti Virachvarin
Chulalongkorn University
September 16,2024
Overview
• Introduction to Chebyshev Polynomials
• The Triple Recursion Relation
• The Minimum Size Property
Introduction to Chebyshev Polynomials
We introduce a family of polynomials, the Chebyshev Polynomials
The application
• Numerical Analysis
• Mathematics
• Physics
Introduction to Chebyshev Polynomials
For an integer 𝑛 ≥ 0, define the function
𝑇𝑛 𝑥 = cos 𝑛𝑐𝑜𝑠 −1 𝑥 , −1 ≤ 𝑥 ≤ 1
𝑇𝑛 𝑥 may not appear as a polynomial equation, but we will show it is a polynomial of degree n.
𝑛 = 0; 𝑇0 𝑥 = cos 0 ∙ 𝜃 = cos 0 = 1
𝑛 = 1; 𝑇1 𝑥 = cos 1 ∙ 𝜃 = cos 𝜃 = 𝑥
𝑛 = 2; 𝑇2 𝑥 = cos 2 ∙ 𝜃 = 2 cos 2 𝜃 − 1 = 2𝑥 2 − 1
𝑛 = 3; 𝑇3 𝑥 = cos 3 ∙ 𝜃
𝑇3 𝑥 = cos 𝜃 + 2𝜃
𝑇3 𝑥 = cos 𝜃 𝑐𝑜𝑠2𝜃 − sin 𝜃 sin 2𝜃
𝑇3 𝑥 = cos 𝜃 2cos 2 𝜃 − 1 − sin 𝜃 2 sin 𝜃 cos 𝜃
𝑇3 𝑥 = 2 cos3 𝜃 − cos 𝜃 − 2 1 − cos 2 𝜃 cos 𝜃
𝑇3 𝑥 = 4 cos3 𝜃 − 3 cos 𝜃 = 4𝑥 3 − 3𝑥
Introduction to Chebyshev Polynomials
𝑛 = 0; 𝑇0 𝑥 = cos 0 ∙ 𝜃 = cos 0 = 1
𝑛 = 1; 𝑇1 𝑥 = cos 1 ∙ 𝜃 = cos 𝜃 = 𝑥
𝑛 = 2; 𝑇2 𝑥 = cos 2 ∙ 𝜃 = 2 cos 2 𝜃 − 1 = 2𝑥 2 − 1
𝑛 = 3; 𝑇3 𝑥 = cos 3 ∙ 𝜃
𝑇3 𝑥 = cos 𝜃 + 2𝜃
𝑇3 𝑥 = cos 𝜃 𝑐𝑜𝑠2𝜃 − sin 𝜃 sin 2𝜃
𝑇3 𝑥 = cos 𝜃 2cos 2 𝜃 − 1 − sin 𝜃 2 sin 𝜃 cos 𝜃
𝑇3 𝑥 = 2 cos3 𝜃 − cos 𝜃 − 2 1 − cos 2 𝜃 cos 𝜃
𝑇3 𝑥 = 4 cos3 𝜃 − 3 cos 𝜃 = 4𝑥 3 − 3𝑥
The Triple Recursion Relation
Recall the trigonometric addition formulas
cos 𝛼 ± 𝛽 = cos 𝛼 cos 𝛽 ∓ sin 𝛼 sin 𝛽
For any 𝑛 ≥ 1, apply these identities to get
From 𝑇𝑛 𝑥 = cos 𝑛𝜃
𝑇𝑛+1 𝑥 = cos 𝑛 + 1 𝜃
𝑇𝑛+1 𝑥 = cos 𝑛𝜃 + 𝜃
𝑇𝑛+1 𝑥 = cos 𝑛𝜃 cos 𝜃 − sin 𝑛𝜃 sin 𝜃
This equation is called the triple recursion relation for the Chebyshev polynomials.
The Triple Recursion Relation
From the triple recursion relation For an integer 𝑛 ≥ 0, define the function
Theorem: Let 𝑛 ≥ 1 be integer, and consider all possible monic polynomials of degree n. Then the degree
n monic polynomial with the smallest maximum absolute value on [-1,1] is the modified Chebyshev
1
polynomial 𝑇෨𝑛 𝑥 , and its maximum value on [-1,1] is 2𝑛−1