Chebyshev roots
Chebyshev polynomials often appear in HSC Extension topics where trigonometric identities meet polynomial equations. By using the natural substitution (x = \cos\theta), we turn the polynomial (T_5(x)) into the simple trigonometric equation (\cos(5\theta) = 0). This approach lets you bypass factoring a quintic and instead solve directly for the five roots on ([-1,1]) — a powerful trick for your problem-solving toolkit.
Problem Statement
The first-kind Chebyshev polynomial of degree is
Use the identity to find all roots of in the interval .
Hints
Set , then convert the resulting angles back to .
Solutions
Let . We need
To satisfy this, must be an odd multiple of , because the cosine of any odd multiple of is zero. Thus we set
Dividing through by gives the possible angles
and the five roots are obtained by converting back to with :
These are the only distinct roots because covers all angles in that produce different values of , and the polynomial is degree .
Takeaways
- Roots of on come from zeros of .
- The substitution is natural because covers .
- Degree gives five roots, which is a useful check.
Further Readings
HSC Combinatorics, HSC Mechanics, HSC Proofs, HSC Trigonometry