How does a recurrence relation generate a sequence one term at a time?
Use first-order linear recurrence relations to generate sequences and recognise the patterns of growth and decay they produce.
How to read and use a first-order linear recurrence relation, generate terms step by step, and recognise when it produces linear, growing or decaying behaviour.
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
You must read a recurrence relation, identify the starting value and the rule, generate successive terms, and recognise the type of behaviour produced.
Anatomy of a recurrence relation
A recurrence relation defines a sequence using two parts: a starting value and a rule linking each term to the previous one.
The subscript counts the steps. The starting value may be written or depending on the question, so read carefully which term the count begins from.
Generating terms
To generate the sequence, substitute the current term into the rule to get the next, then repeat. This step-by-step process is the heart of every growth and decay model in the course.
Why recurrence relations matter
Recurrence relations are the unifying idea behind the whole growth and decay topic. Arithmetic sequences, geometric sequences, compound interest, depreciation, loans and annuities are all special cases of the first-order linear recurrence, differing only in the values of and . Mastering the step-by-step generation makes every later model routine.