Recurrence Relations
A recurrence relation defines each term from the previous one, like . It generates sequences step by step, and the language of increasing, decreasing and periodic sequences describes their behaviour.
What you'll be able to do
- Generate terms from a recurrence relation
- Understand the need for a starting term
- Classify increasing, decreasing and periodic sequences
- Recognise periodic sequences
Generating terms
A recurrence relation such as gives the next term from the current one. You need a to begin, then apply the rule repeatedly.
Increasing, decreasing, periodic
A sequence is if for all , if for all , and if the terms repeat in a fixed cycle.
Periodic sequences
A periodic sequence has for some fixed period — the values cycle. For example starting at gives (period 2).
Tip — To spot a period, generate several terms and look for the cycle length k where they start repeating.
Formula recap
Common mistakes to avoid
Key takeaways
- Recurrence: uₙ₊₁ = f(uₙ), with a given starting term.
- Increasing/decreasing: every step rises/falls.
- Periodic: terms repeat with a fixed period k.
Test yourself
Ready to lock in Recurrence Relations? Pick a mode and earn XP & Dobloons.