Chebyshev roots

#hsc-maths#sequences#advanced

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 55 is

T5(x)=16x520x3+5x.T_5(x)=16x^5-20x^3+5x.

Use the identity T5(cosθ)=cos(5θ)T_5(\cos\theta)=\cos(5\theta) to find all roots of T5(x)T_5(x) in the interval [1,1][-1,1].


Hints

Set cos(5θ)=0\cos(5\theta)=0, then convert the resulting angles back to x=cosθx=\cos\theta.


Solutions

Let x=cosθx=\cos\theta. We need

cos(5θ)=0.\cos(5\theta)=0.

To satisfy this, 5θ5\theta must be an odd multiple of π2\frac{\pi}{2}, because the cosine of any odd multiple of π2\frac{\pi}{2} is zero. Thus we set

5θ=(2k+1)π2,k=0,1,2,3,4.5\theta=\frac{(2k+1)\pi}{2},\qquad k=0,1,2,3,4.

Dividing through by 55 gives the possible angles

θ=(2k+1)π10,\theta=\frac{(2k+1)\pi}{10},

and the five roots are obtained by converting back to xx with x=cosθx=\cos\theta:

x=cosπ10, cos3π10, cos5π10, cos7π10, cos9π10.x=\cos\frac{\pi}{10},\ \cos\frac{3\pi}{10},\ \cos\frac{5\pi}{10},\ \cos\frac{7\pi}{10},\ \cos\frac{9\pi}{10}.

These are the only distinct roots because k=0,1,2,3,4k=0,1,2,3,4 covers all angles θ\theta in [0,π][0,\pi] that produce different values of cosθ\cos\theta, and the polynomial is degree 55.


Takeaways

  • Roots of Tn(x)T_n(x) on [1,1][-1,1] come from zeros of cos(nθ)\cos(n\theta).
  • The substitution x=cosθx=\cos\theta is natural because cosθ\cos\theta covers [1,1][-1,1].
  • Degree 55 gives five roots, which is a useful check.

Further Readings

HSC Combinatorics, HSC Mechanics, HSC Proofs, HSC Trigonometry

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About