- Published on
Chebyshev recurrence: first kind
- Authors

- Name
- Vu Hung
Problem Statement
The Chebyshev polynomials of the first kind satisfy
Use the recurrence to find and , then evaluate .
Hints
Build the polynomials one at a time: first use , then use .
Solutions
Then
So
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: https://vumaths.com/booklets/hsc-trigonometry/
- HSC Polys Ext 1: https://vumaths.com/booklets/hsc-polys-ext-1/
- HSC Combinatorics: https://vumaths.com/booklets/hsc-combinatorics/
- HSC Polynomials: https://vumaths.com/booklets/hsc-polynomials/
Connect with me
- GitHub: https://github.com/vuhung16au/
- Website - Vu's Maths Hub: https://vumaths.com/
- LinkedIn: https://www.linkedin.com/in/nguyenvuhung/
