Chebyshev recurrence: first kind
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
Use the recurrence to find and , then evaluate .
Hints
Build the polynomials one at a time: first use , then use .
Solutions
We start with the given initial values and use the recurrence with to find :
We have now obtained the second-degree Chebyshev polynomial. Next, we set to obtain , substituting the expression we just found for :
The polynomial simplifies nicely, so we can now substitute directly. Finally, to evaluate at , we plug the value into the simplified polynomial:
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