Arithmetic and geometric sequences are a classic, rewarding topic in maths exams: anyone who knows the formulae and when to use each one collects safe marks. In this guide we set the two types of sequence side by side โ the nth term, the sum of the series, finding the common difference and ratio โ see full examples, solve typical worded problems, and map the common mistakes, with a practice plan that will take you to full command.
Sequences are one of the friendliest topics in maths exams: there are few formulae, the sum formulae are given on the A-level formula booklet, and the questions repeat in familiar patterns. And yet many students lose marks on it โ not because the topic is hard, but because they confuse an arithmetic sequence with a geometric one, or miscount the number of terms. This guide sets the two types of sequence side by side, explains every formula with an example, and shows how to identify quickly which sequence you are dealing with and which formula to use. The nth term of both types is GCSE Higher content (A24-A25); the sum of a series is A level.
What is a sequence? โ the basic terms
A sequence is an ordered list of numbers, each of which is called a term. The first term is written aโ, the second aโ, and so on; the nth term is called the general term and written aโ. The two types of sequence studied for the exams differ in how you move from one term to the next: in an arithmetic sequence you add the same number each time (a constant difference), and in a geometric sequence you multiply by the same number each time (a constant ratio).
Arithmetic sequences โ formulae and examples
In an arithmetic sequence you move from one term to the next by adding a fixed number called the common difference, written d. You calculate it as: d = aโ โ aโ (any two consecutive terms). The nth-term formula is aโ = aโ + (n โ 1)ยทd. In words: start from the first term, and add the difference (n โ 1) times to reach the nth term. At GCSE you will often see this written as a linear expression in n โ for example 3n + 2 โ which is the same formula tidied up.
Example: in the sequence 5, 8, 11, 14, โฆ what is the 20th term? Here aโ = 5 and d = 3. So aโโ = 5 + (20 โ 1)ยท3 = 5 + 19ยท3 = 5 + 57 = 62. Note the multiplier (n โ 1) and not n โ a common mistake. To reach the 20th term you add the difference 19 times, not 20.
The sum of the first n terms of an arithmetic sequence is calculated with the formula Sโ = nยท(aโ + aโ)/2 โ the average of the first and last terms, times the number of terms. An equivalent version: Sโ = nยท[2aโ + (n โ 1)d]/2, useful when you do not know aโ. Example: the sum of the first 20 terms of the sequence above: Sโโ = 20ยท(5 + 62)/2 = 20ยท67/2 = 670.
| Arithmetic sequence | Formula | Explanation |
|---|---|---|
| Common difference | d = aโ โ aโ | The difference between two consecutive terms |
| nth term | aโ = aโ + (n โ 1)ยทd | Add d exactly (n โ 1) times |
| Sum (with aโ) | Sโ = nยท(aโ + aโ)/2 | Average of first and last, times n |
| Sum (without aโ) | Sโ = nยท[2aโ + (n โ 1)d]/2 | When you do not know aโ |
Geometric sequences โ formulae and examples
In a geometric sequence you move from one term to the next by multiplying by a fixed number called the common ratio, written r. You calculate it as: r = aโ / aโ (divide two consecutive terms). The nth-term formula is aโ = aโ ยท r^(nโ1). In words: start from the first term, and multiply by the ratio (n โ 1) times.
Example: in the sequence 3, 6, 12, 24, โฆ what is the 7th term? Here aโ = 3 and r = 2. So aโ = 3 ยท 2^(7โ1) = 3 ยท 2โถ = 3 ยท 64 = 192. Again, the power is (n โ 1) = 6 and not 7.
The sum of the first n terms of a geometric sequence (when r โ 1) is calculated with the formula Sโ = aโยท(rโฟ โ 1)/(r โ 1). Example: the sum of the first 7 terms of the sequence above: Sโ = 3ยท(2โท โ 1)/(2 โ 1) = 3ยท(128 โ 1)/1 = 3ยท127 = 381. When r is between 0 and 1 (a decreasing sequence) it is convenient to write the formula as Sโ = aโยท(1 โ rโฟ)/(1 โ r) so that the numerator and denominator are positive.
| Geometric sequence | Formula | Explanation |
|---|---|---|
| Common ratio | r = aโ / aโ | The ratio between two consecutive terms |
| nth term | aโ = aโ ยท r^(nโ1) | Multiply by r exactly (n โ 1) times |
| Sum (r โ 1) | Sโ = aโยท(rโฟ โ 1)/(r โ 1) | Sum of the first n terms |
Techniques for common problems
A common type of question: two non-consecutive terms are given, find the sequence. For example, in an arithmetic sequence aโ = 10 and aโ = 26. Build two equations: aโ + 2d = 10 and aโ + 6d = 26. Subtract: 4d = 16, so d = 4, and then aโ = 10 โ 8 = 2. Now you know the whole sequence. The same technique works for a geometric sequence, except that you divide the equations instead of subtracting to extract r.
A second type: the sum is given, find the number of terms n. Here you substitute into the sum formula and solve an equation in n (sometimes a quadratic). Example: in an arithmetic sequence aโ = 2, d = 3, and it is given that Sโ = 155. Substitute: nยท[2ยท2 + (n โ 1)ยท3]/2 = 155, that is nยท(3n + 1)/2 = 155, giving 3nยฒ + n โ 310 = 0, whose positive solution is n = 10. The negative solution is rejected โ the number of terms must be a natural number.
Worded problems: many of them turn an everyday situation into a sequence. A fixed monthly increase in savings = an arithmetic sequence; interest or growth by a fixed percentage = a geometric sequence. Example: someone saves ยฃ100 in the first month, and ยฃ50 more each month โ that is an arithmetic sequence with aโ = 100, d = 50. How much have they saved after a year? Sโโ = 12ยท[2ยท100 + 11ยท50]/2 = 12ยท(200 + 550)/2 = 12ยท375 = ยฃ4,500.
Common mistakes that lose marks
Mistake 1 โ using n instead of (n โ 1) in the nth term. To reach the nth term you move (n โ 1) steps from the first term, not n. This is the most common mistake in sequences. Mistake 2 โ confusing the types of sequence: using the arithmetic sum formula on a geometric sequence or the other way round. Always identify the type of sequence first.
Mistake 3 โ a wrong sign or order in the geometric sum formula. The formula is aโยท(rโฟ โ 1)/(r โ 1); when the ratio is less than 1 it is convenient to flip the order to (1 โ rโฟ)/(1 โ r). Mistake 4 โ getting a non-integer or negative n and writing it as the answer. The number of terms must be a natural number, so a non-integer or negative solution is rejected. Mistake 5 โ calculating r from non-consecutive terms without a root: if aโ and aโ are given in a geometric sequence, then aโ = aโยทrยฒ, that is rยฒ = aโ/aโ, and you must take a square root (and watch out for the two possible signs).
A sequences practice plan
Sequences are a formula-based topic, so focused practice brings quick command. The following plan assumes about an hour a day and is built for about a week and a half.
- Days 1-2: arithmetic sequences โ identification, finding d, and the nth term. Twenty-five exercises, with the emphasis on (n โ 1).
- Days 3-4: the sum of an arithmetic series, including finding n from the sum. Twenty exercises.
- Days 5-6: geometric sequences โ finding r, the nth term and the sum. Twenty exercises.
- Day 7: problems with two given terms (simultaneous equations), in both types of sequence.
- Days 8-9: worded problems and full past-paper questions, under timed conditions.
Summary
Sequences are a topic that rewards anyone who practises: few formulae, recurring patterns, and safe marks. The key is to identify quickly whether the sequence is arithmetic (constant difference) or geometric (constant ratio), and then apply the right formula โ the nth term with the multiplier or power (n โ 1), and the sum by the matching formula. If you remember the (n โ 1), identify the type of sequence correctly, and reject non-integer solutions for n โ the sequences question in the exam will become one of your easiest and safest. The way there is through repeated practice, and that is exactly what is waiting for you on the MathsUK practice pages.
Frequently asked questions
What is the difference between an arithmetic and a geometric sequence?
In an arithmetic sequence you move from one term to the next by adding a constant difference d, for example 3, 7, 11, 15 with d = 4. In a geometric sequence you move by multiplying by a constant ratio r, for example 3, 6, 12, 24 with r = 2. To identify: if the difference between consecutive terms is constant โ arithmetic; if the ratio between consecutive terms is constant โ geometric.
What is the nth-term formula?
In an arithmetic sequence: aโ = aโ + (n โ 1)ยทd. In a geometric sequence: aโ = aโ ยท r^(nโ1). In both, the multiplier or power is (n โ 1) and not n, because to reach the nth term you move (n โ 1) steps from the first term. This is one of the points students get wrong most often.
How do you calculate the sum of a series?
For an arithmetic series: Sโ = nยท(aโ + aโ)/2, or Sโ = nยท[2aโ + (n โ 1)d]/2 when you do not know aโ. For a geometric series (r โ 1): Sโ = aโยท(rโฟ โ 1)/(r โ 1). When the ratio is less than 1 it is convenient to write the geometric formula as aโยท(1 โ rโฟ)/(1 โ r) so that the numerator and denominator are positive. Sums of series are A-level content; at GCSE you only need the nth term.
How do you find a sequence when two non-consecutive terms are given?
Build two equations from the nth-term formula. For an arithmetic sequence, for example aโ = 10 and aโ = 26 give aโ + 2d = 10 and aโ + 6d = 26; subtract to get 4d = 16, that is d = 4, and then aโ = 2. For a geometric sequence do the same but divide the equations by each other to extract r (and watch out for the two possible signs when taking a root).
What is the most common mistake in sequences questions?
Using n instead of (n โ 1) in the nth-term formula, and confusing an arithmetic sequence with a geometric one (using the wrong formula). Further mistakes: a wrong sign in the geometric sum formula, and writing a number of terms n that is not a positive integer โ the number of terms must be a natural number, so such a solution is rejected.
How do you practise the nth term of a geometric sequence without getting confused?
The safest way is to practise in pairs: first find r from two given terms (r = aโ/aโ, or compare powers when the terms are not consecutive), and only then substitute into the formula aโ = aโยทr^(nโ1). Practise at least 15-20 exercises in a row so that counting the (n โ 1) becomes automatic, not just memorising the formula by heart.
How many exercises should you do to master sequences?
A rule of thumb: around 40-50 exercises spread over about a week and a half โ 20-25 on arithmetic sequences and another 20-25 on geometric sequences, including sum exercises and worded problems. The full practice plan in the guide is built exactly to that pace, day by day.
A graded set of exercises โ from the nth term to the sum of a series and worded problems in exam style
Practise arithmetic and geometric sequences โ