How do recurrence relations define a sequence, and how do we find or verify a closed form?
Use recurrence relations to generate sequences, find and verify a conjectured formula for the nth term, and analyse long-term behaviour
A focused answer to the H2 Mathematics outcome on recurrence relations. Generating terms from a recurrence, conjecturing and verifying a closed form, finding a limiting value, and recognising arithmetic and geometric recurrences.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
SEAB wants you to use a recurrence relation (a rule giving each term from previous ones) to generate a sequence, conjecture and verify a closed-form expression for the th term, find a limiting value where one exists, and recognise when a recurrence produces an arithmetic or geometric progression.
The answer
What a recurrence relation is
A recurrence relation defines a sequence by giving one or more starting terms and a rule for the next term in terms of earlier ones, for example with specified. Generating terms is just repeated substitution (iteration).
Recognising standard types
- If , the sequence is arithmetic with common difference .
- If , it is geometric with common ratio .
Mixed linear recurrences () combine a geometric part with a constant and tend to a limit when .
Finding a limiting value
If the sequence converges to a limit , then both and approach . Substitute for both in the recurrence and solve the resulting equation. For this gives , valid when so the sequence actually converges.
Verifying a conjectured formula
To confirm a proposed :
- Check it gives the correct first term(s).
- Substitute it into the recurrence and show it reproduces .
A full proof for all uses mathematical induction, but verification of the initial condition plus the recurrence step is the routine algebra checked here.
Examples in context
Example 1. A discrete population model. A fish stock with (10% growth minus a fixed catch) has limiting level only if ; here , so it diverges, warning that the catch is unsustainable below .
Example 2. Iterating toward a root. The recurrence converges to : setting gives , so . This is the classic square-root iteration.
Try this
Q1. Generate the first four terms of , . [2 marks]
- Cue. .
Q2. A sequence has . Find its limit. [3 marks]
- Cue. , so , .
Q3. State whether defines an arithmetic or geometric progression, and give the relevant parameter. [1 mark]
- Cue. Arithmetic, common difference .
Exam-style practice questions
Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
Original5 marksA sequence is defined by and . Find the first four terms and the limit of the sequence as .Show worked answer β
. . . .
The terms increase toward a limit. If , then too, so , giving , so .
Markers reward correctly iterating the first four terms, setting in the limit, and solving for .
Original4 marksA sequence satisfies with . Show that satisfies both the initial condition and the recurrence.Show worked answer β
Initial condition: . Correct.
Recurrence check: with ,
.
Both conditions hold, so the proposed formula is correct.
Markers reward verifying the initial term and substituting the formula into the recurrence to recover .
Related dot points
- Use the formulae for the nth term and the sum of the first n terms of an arithmetic progression, and solve problems involving arithmetic sequences and series
A focused answer to the H2 Mathematics outcome on arithmetic progressions. The nth term and sum formulae, finding the first term and common difference from given conditions, and applying APs to worded problems.
- Use the formulae for the nth term and the sum of a geometric progression, determine convergence, and find the sum to infinity of a convergent geometric series
A focused answer to the H2 Mathematics outcome on geometric progressions. The nth term and sum formulae, the condition for convergence, the sum to infinity, and applications to growth and decay problems.
- Describe the behaviour of a sequence as n tends to infinity, determine the convergence of a geometric series, and interpret the limit of a sequence or partial sum
A focused answer to the H2 Mathematics outcome on convergence. The behaviour of a sequence as n tends to infinity, the convergence condition for a geometric series, and interpreting limits of sequences and partial sums.
- Use the principle of mathematical induction to prove statements about sums of series, divisibility and other results indexed by the positive integers
A focused answer to the H2 Mathematics outcome on mathematical induction. The base case, the inductive step, writing a rigorous proof, and applying induction to series sums and divisibility results.