Chebyshev recurrence: first kind

#hsc-maths#sequences#basic

Chebyshev polynomials of the first kind are a family of polynomials defined by a simple second‑order linear recurrence. For HSC Mathematics Extension 1 students, reasoning with recurrences like this one strengthens the ability to build sequences term‑by‑term — a skill directly drawn from the Sequences and Series topic. Working through this example, you will see how the recurrence generates new polynomial expressions and how a numeric substitution yields a clean final answer.

Problem Statement

T0(x)=1,T1(x)=x,Tn+1(x)=2xTn(x)Tn1(x).T_0(x)=1,\qquad T_1(x)=x,\qquad T_{n+1}(x)=2xT_n(x)-T_{n-1}(x).

Use the recurrence to find T2(x)T_2(x) and T3(x)T_3(x), then evaluate T3(12)T_3\left(\frac12\right).


Hints

Build the polynomials one at a time: first use T2=2xT1T0T_2=2xT_1-T_0, then use T3=2xT2T1T_3=2xT_2-T_1.


Solutions

We start with the given initial values and use the recurrence with n=1n=1 to find T2(x)T_2(x):

T2(x)=2x21.T_2(x)=2x^2-1.

We have now obtained the second-degree Chebyshev polynomial. Next, we set n=2n=2 to obtain T3(x)T_3(x), substituting the expression we just found for T2T_2:

T3(x)=2x(2x21)x=4x33x.T_3(x)=2x(2x^2-1)-x=4x^3-3x.

The polynomial simplifies nicely, so we can now substitute x=12x=\frac12 directly. Finally, to evaluate T3T_3 at x=12x=\frac12, we plug the value into the simplified polynomial:

T3(12)=4(18)3(12)=1232=1.T_3\left(\frac12\right)=4\left(\frac18\right)-3\left(\frac12\right)=\frac12-\frac32=-1.

Takeaways

  • Chebyshev polynomials can be generated recursively from two starting values.
  • Work in order; each new polynomial depends on the previous two.
  • Substitution is easiest after simplifying the polynomial.

Further Readings

HSC Trigonometry, HSC Polys Ext 1, HSC Combinatorics, HSC Polynomials

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About