Let a sequence of functions (Tn(x)) be defined for n≥0 by the recurrence relation
Tn+1(x)=2xTn(x)−Tn−1(x),
with initial terms T0(x)=1 and T1(x)=x.
Calculate the explicit polynomial expressions for T2(x) and T3(x).
Using the identity
cos(A+B)+cos(A−B)=2cosAcosB,
prove by mathematical induction that for all n≥0,
Tn(cosθ)=cos(nθ).
Let x0 be a root of Tn(x). Show that ∣x0∣≤1. Hence, determine the exact values of the n distinct roots of Tn(x) in terms of n.
Consider the sequence of values vn=Tn(1.5). Show that (vn) satisfies a linear recurrence relation with constant coefficients. Find a closed-form expression for vn and determine the value of the limit
n→∞limvnvn+1.
Hints
For (i): Substitute the previous two polynomials into the recurrence formula.
For (ii): Use the sum-to-product identity with A=kθ and B=θ.
For (iii): Solve cos(nθ)=0 for θ, then use x=cosθ.
For (iv): Solve the characteristic equation for the recurrence vn+1=3vn−vn−1.
Solutions
(i) Directly from the recurrence,
T2(x)=2x2−1,T3(x)=2x(2x2−1)−x=4x3−3x.
(ii) The cases n=0,1 give 1=cos0 and T1(cosθ)=cosθ. Suppose