Chebyshev Polynomials
Ever wondered if there's a special connection between polynomials and the cosine function from trigonometry? Discover Chebyshev polynomials, a fascinating sequence of functions that bridge algebra and geometry, with surprising applications in everything from computer science to engineering.

What Are Chebyshev Polynomials?
Chebyshev polynomials are a special sequence of polynomials, named after the Russian mathematician Pafnuty Chebyshev, that have powerful connections to trigonometry. Think of them as a family of functions where each member is related to the others in a predictable way. There are two main types: Chebyshev polynomials of the first kind, denoted as
Unlike simple polynomials like
How Are They Defined? The Cosine Connection
The most elegant definition of Chebyshev polynomials of the first kind comes directly from trigonometry. It's a single, powerful formula that unlocks their entire structure:
Let's break this down. The formula says that if you take the cosine of an angle
To turn this into a polynomial in
- For
: . So, . - For
: . Since , we have .
These are our starting points. To find the next one,
Find the Chebyshev polynomial
Solution:
We start with the definition for
Now, we need to express
Substituting this back into our definition:
Finally, we replace every
And there it is! We've generated a standard quadratic polynomial from a purely trigonometric rule.
Can We Find Chebyshev Polynomials Without Trigonometry?
While the cosine definition is beautiful, it can be tedious to use trigonometric identities for higher values of
The recurrence relation for Chebyshev polynomials of the first kind is:
To use this formula, we just need the first two polynomials to start, which we already found:
Use the recurrence relation to find
Solution:
We have our starting polynomials:
To find
Now substitute the known polynomials:
This matches the result we got from the cosine definition!
To find
Substitute the polynomials we know now:
To find
Substitute again:
Here is a table of the first few Chebyshev polynomials of the first kind:
| n | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 |
What Are the Key Properties of Chebyshev Polynomials?
Chebyshev polynomials aren't just a mathematical curiosity; they have several remarkable properties that make them incredibly useful, especially within the interval
- Boundedness: For any
in the interval , the value of is always between and . That is, . This comes directly from the definition , since the cosine function itself never goes above 1 or below -1. - Equiripple Behavior: The graph of
wiggles up and down between and . It reaches its maximum value of or its minimum value of exactly times on the interval . This 'equal-ripple' nature is their most famous property and is key to their use in approximation. - Roots (Chebyshev Nodes): The polynomial
has exactly distinct roots, all of which are real and lie inside the interval . These roots, called Chebyshev nodes, are not evenly spaced; they are clustered more densely toward the endpoints of the interval. The formula for the roots is for . - Leading Coefficient: For
, the coefficient of the highest power term ( ) in is . You can verify this in the table above. For , the leading coefficient is , which is . - Even and Odd Functions: If
is an even number, is an even function (meaning ), containing only even powers of . If is an odd number, is an odd function (meaning ), containing only odd powers of .
Why Are These Polynomials So Important?
The special properties of Chebyshev polynomials make them essential tools in many advanced fields. While the details can be complex, the core ideas are quite intuitive.
The most significant application is in polynomial approximation. Imagine you have a very complicated function, like a messy sine wave or an exponential curve, and you want to find a simpler polynomial that is a 'best fit' for it. If you use a standard polynomial, it might be very close to the function in the middle but fly far away at the ends. A Chebyshev approximation, however, minimizes the maximum error across the entire interval. Because of its equiripple property, the error is spread out evenly in a wavelike pattern. This is called minimizing the 'minimax' error, and it's the most efficient way to approximate a function with a polynomial of a given degree.
This has practical consequences in:
- Computer Science: When a computer or calculator finds
or , it isn't looking up the value in a giant table. It's using a very accurate, pre-calculated polynomial approximation. Often, these are based on Chebyshev polynomials because they provide the most accuracy for the least amount of computational work. - Numerical Analysis: When solving complex equations on a computer, small rounding errors can build up and lead to huge inaccuracies. Using methods based on Chebyshev polynomials (especially evaluating functions at the Chebyshev nodes) can make calculations much more stable and reliable.
- Engineering: In electrical engineering, Chebyshev polynomials are used to design electronic filters (like those in a radio or a speaker system). A 'Chebyshev filter' allows certain frequencies to pass through while blocking others, and it has a very sharp transition between the pass and stop bands, which is a direct result of the polynomial's properties.

How Can We Use Chebyshev Polynomials to Rewrite Expressions?
One interesting application of Chebyshev polynomials is that they can be used as a basis for other polynomials. This means we can write any polynomial as a sum of Chebyshev polynomials. This is often done to make the expression more stable for computer calculations. Let's see how to express a simple power of
Express
Solution:
Our goal is to write
Step 1: Start with the highest-degree Chebyshev polynomial,
From our table, we know
Let's isolate
Step 2: We now have a term we need to eliminate:
We know
Isolate
Step 3: Substitute the expression for
Step 4: Simplify the expression.
Step 5: Express any remaining constant in terms of
Since
So, our final answer is:
We have successfully rewritten
What Are Some Common Mistakes to Avoid?
- Mixing up the Recurrence Formula: A common error is getting the signs or coefficients wrong in the recurrence relation. Remember it's
. A plus sign instead of a minus will lead to completely different polynomials. - Forgetting the Starting Points: The recurrence relation is useless without the correct starting polynomials:
and . Don't accidentally start with or . - Applying Properties Outside
: The amazing property that is only guaranteed for values of between and . Outside this interval, the values of the polynomials grow extremely rapidly. For example, , which is much larger than 1. - Confusing
and : Remember that is the index, or order, of the polynomial and must be a non-negative integer. The variable is the input to the function and can be any real number.
Quick Summary and Reference
Here are the most important takeaways about Chebyshev polynomials of the first kind,
- Core Concept: A sequence of polynomials with a deep connection to trigonometry.
- Trigonometric Definition: The defining property that connects them to the cosine function.
- Recurrence Relation: The easiest way to generate the polynomials algebraically.
- Starting Points: The two polynomials needed to kick off the recurrence relation.
- Key Property: On the interval
, the polynomials are bounded between -1 and 1.
- Main Application: Finding the 'best fit' polynomial approximation for other functions by spreading the error out as evenly as possible.
Frequently Asked Questions
How do you pronounce 'Chebyshev'?
The name is Russian, and a common English pronunciation is 'sheb-ee-shef'. Pafnuty Chebyshev was a prominent 19th-century mathematician who made contributions to many areas of mathematics.
Are there other types of Chebyshev polynomials?
Yes, there are also Chebyshev polynomials of the second kind, denoted
Why is the interval from -1 to 1 so important for these polynomials?
This interval is crucial because the trigonometric definition relies on the substitution
Do Chebyshev polynomials work for numbers bigger than 1?
Yes, you can plug any real number into a Chebyshev polynomial. However, outside the interval
What is the degree of the polynomial T_n(x)?
The degree of the Chebyshev polynomial
Is this related to Chebyshev's inequality from statistics?
They are named after the same mathematician, Pafnuty Chebyshev, but they are completely different mathematical concepts. Chebyshev's inequality is a rule in probability and statistics, while Chebyshev polynomials are a sequence of functions in algebra and analysis.
Where might I see these polynomials in a high school class?
You would typically encounter Chebyshev polynomials in an advanced pre-calculus course when studying trigonometric identities, or perhaps in a computer science or programming class that deals with numerical approximation methods.