HSC Sequences · Chapter guide
Chebyshev, Fibonacci & Generating Functions
Chebyshev polynomials obey a linear recurrence T_{n+1}=2xT_n-T_{n-1}. Fibonacci numbers satisfy F_n=F_{n-1}+F_{n-2}; their generating function packs the whole sequence into a rational function — Extension-flavoured sequences at their richest.
Learning outcomes
- Generate Chebyshev polynomials from the recurrence
- Evaluate Chebyshev polynomials at given x
- Use Fibonacci-type recurrences and identities
- Interpret a generating function as an encoding of a sequence
Why these topics appear in the Sequences booklet
Beyond routine AP/GP drills, HSC Extension work rewards comfort with linear recurrences. Chebyshev polynomials and Fibonacci numbers are two clean families: each new term is a fixed linear combination of earlier terms. Generating functions then turn the recurrence into algebra.
Chebyshev polynomials of the first kind
Defined by , , and
Worked example 1 — Build and
Evaluate :
Trigonometric view (extension insight): explains roots and composition identities such as .
Fibonacci and companions
With , , , many identities follow from the recurrence alone (e.g. links to Lucas numbers). Treat them as sequence problems: write a few terms, conjecture, prove by induction or by constructing an auxiliary sequence.
Generating functions
A generating function packages a sequence into a power series (indexing conventions vary). For Fibonacci, algebraic manipulation of using the recurrence produces a rational closed form.
Worked example 2 — Fibonacci generating function (sketch)
If (as in the booklet/blog convention), the recurrence cancels interior coefficients and yields
(for small enough that the series converges). Substituting gives , which is why Fibonacci digits appear in the decimal expansion of — with carries explaining digits that are not raw Fibonacci numbers.
Worked example 3 — Discrete calculus teaser
The forward difference turns summation into a discrete analogue of integration. Sums of powers and telescoping with factorial powers live in the booklet appendices; they connect AP-space problems in Part 2 to a broader toolkit. Open the PDF appendices when you need the full formal development.
Common mistakes
- Off-by-one index errors in the Chebyshev recurrence ( vs ).
- Evaluating the polynomial before simplifying.
- Generating functions: mismatched powers of when subtracting and .
- Forgetting convergence restrictions when substituting a numeric .
Practice (hints only)
- Find from the recurrence, then .
- Explain one digit carry in using and .
Where next
Return to the full Sequences study guide for the TOC, or open the PDF booklet for every worked solution in Part 1 and Part 2. Related teaching articles are linked below and on Vu's QED.