Recurrence Relations · Topic 4 of 5
Limit of a Sequence
One lesson video covers all of Recurrence Relations, so it opens at 10:50 for this topic — not from the beginning.
Theory
Divergence
If we have a recurrence relation of the form
where then the sequence will diverge.
i.e. it will keep increasing, decreasing or oscillating.
Convergence
If we have a recurrence relation of the form
where then the sequence will converge to a limit.
i.e. it will settle at approximately the same value.
Limit of a Sequence
For convergent sequences defined by with , tends to a limit as .
⚠️ Common Examiner Traps
- A limit exists only when : state this condition. Quoting a limit without justifying that it exists loses marks.
- : note it is on the bottom, not . Getting this the wrong way round flips the sign.
- The limit does not depend on the starting value: affects how fast you get there, not where you end up.
- Interpret it in context: say what the limit means in the situation described — a long-term level, not just a number.
Worked examples
Example 1
A sequence is defined by with .
a) Does the sequence have a limit as ?
b) Calculate this limit if it exists.
a) Yes, a limit exists because .
b) Using the formula :
The limit is 12.5.
Example 2
The deer population in a forest is estimated to drop by 7.3% each year.
Each year, 20 deer are introduced to the forest. The initial deer population is 200.
a) How many deer will there be in the forest after 3 years?
b) What is the long-term effect on the population?
a) Dropping by 7.3% means multiplying by . Adding 20 each year.
There will be approximately 215 deer after 3 years.
b) To find the long-term effect, calculate the limit:
Limit exists since .
The population will settle at around 274 deer.