Recurrence relations feel harder than they need to be because the notation hides a simple repeated process. Instead of giving a term directly from its position, a recurrence relation tells you how to transform one term into the next. Once you read it as an instruction such as multiply the current value, then add a fixed amount, most questions become systematic.
For IB students, the essential skill is not advanced recurrence theory. It is recognising the repeated operation, using the correct initial value, tracking the index carefully, and deciding whether the pattern is arithmetic, geometric, or a combination of multiplication and addition. This explainer focuses on that single skill rather than duplicating the wider coverage in RevisionDojo's IB Maths AA Number and Algebra Explained for Exams.
What is a recurrence relation?
A recurrence relation defines each new term of a sequence using one or more earlier terms. A typical first-order relation looks like
,
where is the current term and is the next term. The relation must normally be accompanied by an initial value, such as , because the rule cannot begin without a starting point.
For example,
means:
- Start with 5.
- Multiply the current term by 2.
- Add 3.
- Repeat to obtain the next term.
This gives
,
,
.
The notation is compact, but the underlying instruction is elementary. A recurrence relation is therefore best understood as a repeatable process, not as an equation that must immediately be rearranged or solved.
Why recurrence relations feel unnecessarily difficult
Several small difficulties appear at the same time, making the topic seem more complicated than it is.
The formula does not give the answer directly
An explicit formula such as
allows you to substitute and calculate immediately. A recurrence relation such as
normally requires you to move from one term to the next, unless you first identify and write an equivalent explicit formula.
Students are often uncomfortable because they expect every sequence formula to contain a usable value of . A recursive rule answers a different question: How does the sequence change from one step to the next?
The subscripts look like algebraic operations
In , the expression is an index. It identifies the next term; it does not mean that is multiplied by .
A useful translation is:
| Symbol | Meaning |
|---|---|
| current term | |
| next term | |
Replacing the symbols mentally with current and next removes much of the apparent abstraction.
Different questions use different starting indices
Some sequences begin with , while others begin with . Neither convention is inherently better, but changing the starting index shifts every later label.
If , then applying the rule once produces . If , applying it once produces . This is one of the most common sources of one-step errors in recurrence relations sequences.
Context can hide the order of operations
A savings balance may earn interest and then receive a deposit. A medicine concentration may decay and then receive another dose. Both situations can produce a rule of the form
,
but the value of and its placement depend on when the transaction occurs. The mathematics becomes much easier once the timeline is made explicit.
The pattern-recognition shortcut
For the most common school-level recurrence relation
,
read the right-hand side in this order:
old value → multiply by → add → new value
This is the central shortcut. It turns symbolic notation into a small machine through which each value passes.
| Recurrence | Repeated instruction | Pattern type |
|---|---|---|
| Add |
This classification matters because it connects unfamiliar recurrence notation to sequence patterns you already know. The current IB Mathematics courses place arithmetic and geometric sequences in Topic 1: Number and algebra. The detailed course content emphasises nth-term and sum formulas, applications, and financial mathematics; general methods for solving arbitrary recurrence relations are not presented as a separate core subtopic in the current guides.
You should therefore distinguish between an official requirement and a useful perspective. Recognising as arithmetic or as geometric directly supports IB sequence work. More general relations such as are valuable for modelling and iteration, but you should follow your teacher's guidance about the precise scope expected for your course and examination session.
How to generate terms without losing the pattern
Use a four-step routine whenever you are asked to find successive terms.
Step 1: Circle the initial value
Suppose
.
The first input is 40. Because it is labelled , one application of the rule gives .
Step 2: State the operation in words
The rule says: keep 75% of the current value, then add 8. This verbal statement is easier to monitor than repeatedly rereading the notation.
Step 3: Substitute the complete current term
Always substitute the previous answer into the position occupied by . Do not substitute the index there.
Step 4: Check whether the movement is reasonable
The values decrease from 40, but the fixed addition of 8 prevents them from simply shrinking toward zero. This qualitative check can expose a missing addition, an incorrect percentage multiplier, or premature rounding.
For calculator-supported work, store the previous answer and repeatedly evaluate the same operation. In Mathematics: Applications and Interpretation, technology is allowed in both external examination papers according to the current official IB subject brief. In Mathematics: Analysis and Approaches, Paper 1 does not allow technology, while Paper 2 does, so written substitution remains important.
How recurrence relations connect to familiar sequences
Arithmetic sequences are additive recurrences
An arithmetic sequence has a constant difference . Recursively, it can be written as
.
If , the equivalent explicit formula is
.
For example, and produce . Recognising the constant addition lets you replace repeated calculation with the standard arithmetic nth-term formula when a distant term is required.
Geometric sequences are multiplicative recurrences
A geometric sequence has a constant ratio . Its recursive form is
,
and, if , its explicit form is
.
For example, and describe 5% growth per step. The multiplier is , not 0.05, because the new amount contains the original 100% plus an additional 5%.
RevisionDojo's IB Maths AI sequences and sigma notation resources and geometric sequences questionbank provide focused practice on these two patterns. Students taking AA can use the corresponding arithmetic sequences and series resources.
How to build a recurrence relation from words
Writing the model is usually harder than iterating it. Separate the context into three components:
- State variable: What does represent?
- Repeated change: What happens during one interval?
- Timing: Does the fixed addition or subtraction occur before or after the percentage change?
Suppose a tank contains 500 litres of water. At the end of each day, 20% of the water is lost and then 30 litres are added. If is the volume immediately after the addition on day , then 80% remains before the next addition:
.
If instead 30 litres are added first and 20% of the resulting amount is then lost, the model becomes
,
which is equivalent to . The two models are not interchangeable because the events occur in a different order.
A strong exam response defines the variable and its timing, for example: “Let be the volume in litres immediately after the addition on day .” This single sentence makes the recurrence and initial condition much less ambiguous.
The steady-state shortcut
For a recurrence of the form
,
a steady state or fixed point is a value that remains unchanged after the rule is applied. If the sequence approaches a limit , then both the current and next values approach , so
.
Therefore,
.
For ,
,
,
.
This explains why the earlier sequence moves toward 32. The shortcut is not merely algebraic: at 32, keeping 75% gives 24 and adding 8 restores 32.
For this simple linear recurrence, convergence toward the fixed point occurs when . If lies between 0 and 1, values generally approach the limit from one side. If , they may alternate around it, while generally causes deviations from the fixed point to grow.
Do not assume that every recurrence has a limit. Before solving , inspect the generated terms and the multiplier. A fixed-point equation identifies possible unchanged values, but additional reasoning is needed to decide whether the sequence actually approaches one.
Common exam mistakes and how to prevent them
Using the wrong percentage multiplier
A 7% increase means multiply by 1.07. A 7% decrease means multiply by 0.93. Writing 0.07 keeps only 7% of the original value rather than increasing it by 7%.
Ignoring the initial condition
The recurrence rule alone usually defines many possible sequences. The initial condition selects the particular sequence required by the question.
Confusing a term with a sum
denotes an individual term, whereas commonly denotes the sum of the first terms. A recurrence that models an account balance is not automatically asking for the sum of all previous balances.
Rounding every intermediate term
Repeated rounding can compound across many iterations. Keep full calculator precision during the process and round only the final answer unless the question explicitly instructs otherwise.
Reporting an index instead of a real-world time
If represents the starting amount, then occurs after 12 intervals. If represents the starting amount, 12 intervals later is . Write a short index timeline before calculating.
Giving calculator output without a model
Even when technology is allowed, show the recurrence, the initial value, and enough substitution or explanation to communicate the method. The IB Maths AI Questionbank is useful for practising this balance between efficient calculator use and visible mathematical reasoning.
A practical revision method
Practise recurrence relations in three passes:
- Translation: Rewrite each rule as a verbal instruction.
- Execution: Generate three or four terms accurately.
- Recognition: Decide whether the process is arithmetic, geometric, or multiply-then-add.
After that, practise modelling from contexts such as depreciation, repeated deposits, population change, cooling, and medication dosage. For each question, define what measures and when it is measured before writing any equation.
Use RevisionDojo's sequences and series revision approach to review formulas through active recall, then move to targeted Questionbank problems. Jojo AI can help diagnose an indexing error or explain why a proposed recurrence does not match the order of events, but you should still write out the first transition yourself.
Conclusion
Recurrence relations feel difficult mainly because compact notation disguises a repeated operation. Read as the current value, as the next value, and translate into .
From there, check the initial index, preserve the order of events, and connect constant addition to arithmetic sequences and constant multiplication to geometric sequences. RevisionDojo Study Notes and Flashcards can reinforce the notation, while the Questionbank and Jojo AI are most useful for practising modelling, iteration, and exam-style interpretation.
Sources and referenced URLs
- International Baccalaureate: Mathematics in the Diploma Programme
- Official IB Mathematics: Applications and Interpretation subject brief
- Official IB Mathematics: Analysis and Approaches subject brief
- Official IB Mathematics: Analysis and Approaches guide
- Mathematics: Applications and Interpretation guide
- Math Insight recurrence relation definition
- RevisionDojo: IB Maths AA Number and Algebra Explained for Exams
- RevisionDojo: IB Maths AI Sequences and Sigma Notation
- RevisionDojo: IB Maths AI Geometric Sequences Questionbank
- RevisionDojo: IB Maths AA Arithmetic Sequences and Series
- RevisionDojo: IB Maths AI Questionbank
- RevisionDojo: How to Approach Sequences and Series Effectively




