Sequences and Recurrence Relations for the TMUA
Updated August 2025
An exploration of sequences defined by explicit formulae and recurrence relations. This guide covers how to generate terms, spot emerging patterns, and calculate sums using sigma notation, while avoiding common pitfalls like the fence post error in the Test of Mathematics for University Admission.
A sequence is an ordered list of numbers where each term is determined by its position or by a recurrence relation that calculates the next term from the previous one.
Understanding Sequences and Progressions
In the TMUA, three primary terms are used when discussing ordered lists of numbers: sequence, series, and progression. A sequence is the ordered list itself. A series is the sum of the terms in a sequence. A progression is used as a neutral, catch-all term that can refer to either, helping to make question wording easier to follow.
A sequence might be defined by a formula for the term, such as , or by a recurrence relation, which explains how to find a term based on the one before it, such as .
Generating Terms and Spotting Patterns
The most critical skill for these problems is knowing how many terms to write out before concluding that a pattern has emerged. You must be cautious: concluding a pattern exists from only a few terms can lead to incorrect deductions. The number of terms required to verify a pattern is dictated by the structure of the recurrence relation itself.
Consider a sequence where each term depends on the previous two terms. If the rule is , you must see a repeat in two adjacent terms before you can be certain the entire sequence will begin to repeat.
Worked Example: Identifying a Recurrence Pattern
Let a sequence be generated by the recurrence relationship:
, , and for .
Let's calculate the first several terms:
At this stage (), it might be tempting to guess the sequence continues as or repeats as . However, because each term depends on the two preceding terms, we need more information. Let's continue:
Now the pattern is visible: . The sequence enters a cycle of after the first two terms.
Sigma Notation and the Fence Post Error
Sigma notation, represented by the symbol , is used to denote the sum of a sequence. When dealing with , pay close attention to the limits. A very common mistake is the fence post error, where a student assumes the number of terms is simply . In reality, the number of terms is .
Worked Example: Summing the Pattern
Using the sequence from the previous example (), find the value of .
- Determine the number of terms: The sum starts at and ends at . Thus, there are terms.
- Identify the blocks: We write out the first few terms to see the structure: . The first two terms ( and ) are . The remaining terms are made of repeating blocks of .
- Calculate the sum: Since each block has 3 terms, there are full blocks. The sum of each block is .
- Final result: Total sum .
Key takeaways
- A sequence is an ordered list, while a series is the sum of that list.
- For recurrence relations where depends on , a single repeating value confirms a cycle. If depends on and , two adjacent repeating values are required.
- The number of terms in the sum is always .
- Writing out the first few terms of a sigma notation expression is the best way to understand the underlying pattern.
When you encounter a complex-looking sigma notation, do not try to find a formula immediately. Write out the first four or five terms. Often, the terms will cancel each other out or form a simple repeating cycle that makes the sum easy to calculate.
Always double check your term count for sums. In the sum from to , there are 10 terms. In the sum from to , there are 11 terms. Forgetting the '+1' is the most frequent cause of lost marks in sequence questions.
Recurrence relations can exhibit very different behaviours. Some converge to a single value, some diverge to infinity, and others enter periodic cycles. Identifying which behaviour is occurring is the first step in solving higher level progression problems.
Worked Examples
Practice Questions
Frequently asked questions
What is the difference between an explicit formula and a recurrence relation?
An explicit formula allows you to calculate the term directly by substituting the value of , such as . A recurrence relation defines in terms of , meaning you must usually calculate all previous terms to find a specific one.
How many terms should I write out to be sure of a pattern?
There is no fixed number, but you should write enough to see a full cycle repeat. If the rule involves the previous two terms, you must wait until a pair of consecutive terms matches a pair seen earlier.
Can a sequence have a negative index like ?
While theoretically possible in some mathematical contexts, the TMUA generally uses natural numbers for indices, typically starting from or .