Sequences and Arithmetic Series for the ESAT
Updated July 2026
An exploration of sequences, recurrence relations, and arithmetic series for the ESAT. This subtopic covers identifying patterns in numeric lists and using the standard formulae for arithmetic progressions. Understanding the relationship between terms and sums is essential for solving complex admissions problems efficiently.
An arithmetic progression is a sequence where the difference between consecutive terms is constant (). Its sum is calculated as the product of the number of terms and their average value: .
Understanding Sequences and Series
In the context of Advanced Mathematics, it is important to distinguish between three related terms: sequence, series, and progression. A sequence is an ordered list of numbers, which often continues indefinitely. A series is the sum of the terms in a sequence. The term progression is a more general, neutral term used in the ESAT to describe these patterns, helping to make question wording more accessible. For example, examiners might refer to the first term of a series when technically referring to the first term of the underlying sequence whose sum forms that series.
Generating Sequences and Spotting Patterns
Sequences can be defined by a formula for the term or by a recurrence relation of the form . To make deductions about a sequence, you must write out enough terms to justify your conclusions. The number of terms required depends on the structure of the recurrence relationship. If a term depends on the previous two terms, you must see a repeat in two adjacent terms before a pattern can be confirmed.
Consider the sequence defined by: and for .
The first few terms are:
While the first four terms (1, 2, 1, 1) might suggest a simple repetition, continuing the sequence reveals a periodic pattern: 1, 2, 1, 1, 0, 1, 1, 0, 1, 1... After the initial terms, the sequence repeats the block (1, 0, 1) with a period of three.
Sigma Notation and the Fence Post Issue
When calculating the sum of a sequence, we use sigma () notation. It is vital to pay close attention to the limits. For a sum , there are 101 terms, not 100. This is known as the fence post error: to find the number of terms between and inclusive, the formula is .
To find the sum of the sequence above from to , you should write out the terms to see how the patterns align with the indices: By grouping the sequence into blocks of three, where each block starting at (for ) follows the pattern (1, 0, 1), the total sum becomes easy to compute.
Arithmetic Progressions (APs)
An arithmetic progression is a sequence where each term is found by adding a constant, known as the common difference (), to the previous term. You must be able to recognise these sequences and use their standard formulae:
- First term:
- Common difference:
- term:
- Sum to terms:
The sum formula can also be expressed as . This can be interpreted conceptually as:
A special case is the sum of the first natural numbers (). Here, and , so the sum is:
Combining and Modifying Arithmetic Sequences
You can create new arithmetic series by combining existing ones. If you have two arithmetic series (with first term and difference ) and (with first term and difference ), their sum forms a new arithmetic series. The first term of this new series is and the common difference is . This property extends to any linear combination of arithmetic sequences, such as , which will also be an arithmetic sequence.
Key takeaways
- An arithmetic progression is defined by its first term and common difference .
- The sum of an arithmetic series is the number of terms multiplied by the average of the first and last terms.
- Always calculate the number of terms in a sum using the formula .
- Linear combinations of arithmetic sequences, such as , result in a new arithmetic sequence.
- When investigating recurrence relations, write out enough terms to ensure the pattern repeats according to the order of the relation.
If a sequence question looks complex, write out the first five to ten terms. Most ESAT questions rely on you spotting a repeating pattern or a specific relationship that simplifies the arithmetic.
Do not assume a sequence is periodic after only a few terms. In a second order recurrence relation where depends on and , you must see two consecutive terms repeat to confirm the cycle.
The fact that the sum of two arithmetic progressions is another arithmetic progression reflects the linear nature of the term formula . Because is a linear function of , adding two such functions results in another linear function.
Frequently asked questions
What is the difference between a sequence and a series?
A sequence is an ordered list of numbers, such as . A series is the sum of those numbers, such as .
Can the common difference be negative?
Yes. If is negative, the terms in the arithmetic progression will decrease in value. The standard formulae for and still apply.
How do I avoid the fence post error in sigma notation?
Always add one to the difference between the upper and lower limits. For , there are terms.