Solving Recurrence Relations0%
Recurrence Relations · Topic 3 of 5
Solving Recurrence Relations
Video lesson · from 7:461 worked example
One lesson video covers all of Recurrence Relations, so it opens at 7:46 for this topic — not from the beginning.
Theory
If a sequence is defined by a linear recurrence relation with unknowns and , but we know several terms of the sequence, then we can find the values of and .
We can then solve for and using simultaneous equations.
⚠️ Common Examiner Traps
- Two unknowns need two equations: use two consecutive pairs of terms to form simultaneous equations in and .
- Subtract to eliminate : since appears with the same coefficient in both, subtracting one equation from the other leaves alone.
- Substitute back for : and check both original equations, which catches arithmetic errors immediately.
- Keep lines consistent: write each equation out in full rather than scoring terms out, so every line follows from the one above.
Worked examples
Example 1
A sequence is defined by with
.
Find the values of and .
Set up two equations using the known terms:
Subtract (2) from (1):
Substitute into (1):
So and .