HSC Sequences · Chapter guide
Recurrence, Limits & Iteration
Recursive sequences model loans and fixed-point iteration. Find a candidate limit L from the steady-state equation, then prove convergence with a contraction or monotone-bounded argument — standard Ext 1 / Ext 2 technique.
Learning outcomes
- Model reducing-balance loans with geometric sums
- Find candidate limits from x = f(x)
- Prove convergence via contraction or squeeze ideas
- Interpret iteration geometrically (cobweb intuition)
Recursive sequences in the HSC
A recursive sequence defines each term from previous ones: . Two big exam themes:
- Financial maths — interest then repayment produces a linear recurrence solved by a finite GP.
- Limits of recursion — assume , solve , then prove the limit rigorously.
Plain convergence theorems (monotone + bounded, algebra of limits, squeeze theorem) still apply when the sequence is given explicitly; recursion adds the fixed-point step.
Worked example 1 — Reducing-balance loan
A loan of grows by factor each period, then a repayment is subtracted. If is the balance after periods:
and unfolding yields
The sum is a finite GP with first term and ratio :
Car loan: , , , set and solve for :
Substitute the numbers carefully (calculator ok in exams when allowed).
Worked example 2 — Fixed point and contraction
Let and .
If , then , so and (positive root).
Error identity:
For one can show , hence the error shrinks geometrically and .
Method: candidate limit → error relation → geometric bound → convergence.
Worked example 3 — Iteration intuition
Plotting and , the recursion is a cobweb: vertical to the curve, horizontal to the line . Attracting fixed points pull the cobweb in; repelling points push it away. You rarely need a full diagram in Ext 1, but the picture explains why suggests local attraction.
For explicit sequences such as averages of squares over , prefer inequalities and the squeeze theorem rather than recursion.
Common mistakes
- Solving but never proving actually converges.
- In loans: subtracting before multiplying by when the question says interest is added first.
- Using formulae on a finite annuity sum.
- Sign errors when is a percentage vs a decimal ( is ).
Practice (hints only)
- Write from the loan recurrence and match it to the closed form.
- For with a suitable , find and outline a monotone-bounded proof.
Where next
Advanced booklet topics connect recursion to special polynomials and generating functions: Chebyshev, Fibonacci, and generating functions.