You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
A recurrence relation defines each term of a sequence using the previous term(s). Instead of giving an explicit formula for u(n) in terms of n, we give a rule connecting u(n+1) to u(n), along with a starting value. This is an important topic in the Edexcel A-Level (9MA0) specification.
| Term | Meaning |
|---|---|
| Recurrence relation | A formula that gives u(n+1) in terms of u(n) (and possibly n) |
| Initial condition | The starting value, e.g. u(1) = 3, needed to generate the sequence |
| Increasing sequence | u(n+1) > u(n) for all n |
| Decreasing sequence | u(n+1) < u(n) for all n |
| Periodic sequence | A sequence that repeats with a fixed period: u(n+k) = u(n) for all n |
A recurrence relation has two parts:
Both are needed to uniquely define a sequence.
A sequence is defined by u(n+1) = 2u(n) + 3, u(1) = 1. Find the first five terms.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.