Skip to main content
WAMathematics ApplicationsSyllabus dot point

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.

Generated by Claude Opus 4.76 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Anatomy of a recurrence relation
  3. Generating terms
  4. Why recurrence relations matter

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 nn counts the steps. The starting value may be written t0t_0 or t1t_1 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 aa and bb. Mastering the step-by-step generation makes every later model routine.