Arithmetic and geometric series are two of the fundamental structures in mathematics, and they form a commonly examined part of the Edexcel IGCSE Further Pure Mathematics specification. Understanding both types, and knowing which formulae belong to which, is essential for the exam.
Across mathematics curricula internationally, series and sequences occupy a central place. In the French baccalaureat, the German Abitur and the Pearson Edexcel IGCSE Further Pure Mathematics course alike, students are expected to distinguish between arithmetic and geometric patterns, apply the correct formulae, and solve problems that require linking the two. This article provides a thorough arithmetic and geometric series explained treatment, starting from first principles and building to the level of complexity you will encounter in the exam.
If you are asking what is arithmetic and geometric series igcse level content, the answer is that it covers the general term, the sum to n terms for both types, and the sum to infinity for convergent geometric series. These IGCSE 4PM1 edexcel igcse further pure mathematics notes on the topic will take you through every element with worked examples, common errors to avoid, and self-check questions at the end.
Key facts
| Property | Arithmetic series | Geometric series |
|---|---|---|
| Edexcel igcse further pure mathematics definition | A series with a constant difference between consecutive terms | A series with a constant ratio between consecutive terms |
| Common parameter | Common difference, d | Common ratio, r |
| nth term | a + (n - 1)d | arn-1 |
| Sum to n terms | (n/2)(2a + (n - 1)d) or (n/2)(a + l) | a(1 - rn) / (1 - r) |
| Sum to infinity | Does not exist (diverges) | a / (1 - r) when |r| < 1 |
Arithmetic series: the essentials
An arithmetic series is formed by adding terms that increase (or decrease) by a fixed amount. If the first term is a and the common difference is d, then the terms are a, a + d, a + 2d, a + 3d, and so on.
The nth term formula is:
un = a + (n - 1)d
The sum of the first n terms is:
Sn = (n/2)(2a + (n - 1)d)
An equivalent form, useful when the last term l is known, is:
Sn = (n/2)(a + l)
Worked example 1: Finding the sum
Find the sum of the first 20 terms of the arithmetic series 5, 8, 11, 14, ...
Identify the parameters: a = 5, d = 3, n = 20
Apply the formula:
S20 = (20/2)(2(5) + (20 - 1)(3))
= 10(10 + 57)
= 10(67)
= 670
Worked example 2: Finding n
The first term of an arithmetic series is 3 and the common difference is 4. How many terms are needed for the sum to exceed 500?
Set up the inequality:
Sn = (n/2)(2(3) + (n - 1)(4)) > 500
(n/2)(6 + 4n - 4) > 500
(n/2)(4n + 2) > 500
n(2n + 1) > 500
2n2 + n - 500 > 0
Solve the equality: 2n2 + n - 500 = 0
Using the quadratic formula: n = (-1 + sqrt(1 + 4000)) / 4 = (-1 + sqrt(4001)) / 4
sqrt(4001) is approximately 63.25
n is approximately (-1 + 63.25) / 4 = 15.56
Since n must be a whole number, n = 16.
Verification: S15 = (15/2)(6 + 56) = (15/2)(62) = 465 (not enough). S16 = (16/2)(6 + 60) = 8(66) = 528 (exceeds 500).
Answer: 16 terms.
Geometric series: the essentials
A geometric series is formed by multiplying each term by a fixed ratio. If the first term is a and the common ratio is r, then the terms are a, ar, ar2, ar3, and so on.
The nth term formula is:
un = arn-1
The sum of the first n terms is:
Sn = a(1 - rn) / (1 - r), provided r is not equal to 1
Worked example 3: Sum of a finite geometric series
Find the sum of the first 8 terms of the geometric series 3, 6, 12, 24, ...
Identify the parameters: a = 3, r = 2, n = 8
Apply the formula:
S8 = 3(1 - 28) / (1 - 2)
= 3(1 - 256) / (-1)
= 3(-255) / (-1)
= 765
Worked example 4: Finding the common ratio
The 2nd term of a geometric series is 10 and the 5th term is 80. Find the common ratio and the first term.
Set up equations:
2nd term: ar = 10
5th term: ar4 = 80
Divide: ar4 / ar = r3 = 80/10 = 8
r = 2
Find a: a(2) = 10, so a = 5
Answer: r = 2, a = 5
Sum to infinity
A geometric series converges (has a finite sum to infinity) if and only if |r| < 1. In that case:
Sinfinity = a / (1 - r)
This is one of the most elegant results in the specification and appears regularly in the exam. The condition |r| < 1 must be stated when required by the question.
Worked example 5: Sum to infinity
Find the sum to infinity of 12, 6, 3, 1.5, ...
Identify the parameters: a = 12, r = 1/2
Check convergence: |r| = 1/2 < 1, so the series converges.
Apply the formula:
Sinfinity = 12 / (1 - 1/2) = 12 / (1/2) = 24
Worked example 6: Finding r from the sum to infinity
A convergent geometric series has first term 8 and sum to infinity 20. Find r.
Sinfinity = a / (1 - r)
20 = 8 / (1 - r)
1 - r = 8/20 = 2/5
r = 1 - 2/5 = 3/5
Check: |3/5| = 0.6 < 1, confirming convergence.
Sigma notation
The edexcel igcse further pure mathematics explained approach to series also requires fluency with sigma notation. The expression with the capital sigma symbol followed by an index variable, limits and a general term is a compact way of writing a sum. For instance, the sum of r2 from r = 1 to r = 5 means 1 + 4 + 9 + 16 + 25 = 55.
In the exam, you may be asked to evaluate a sum written in sigma notation, express a given series in sigma notation, or manipulate sums using the properties of sigma notation (linearity, splitting ranges).
Worked example 7: Evaluating a sigma sum
Evaluate the sum of (3k + 1) from k = 1 to k = 10.
This is an arithmetic series with first term (3(1) + 1) = 4 and last term (3(10) + 1) = 31.
S10 = (10/2)(4 + 31) = 5(35) = 175
Mixed problems: linking arithmetic and geometric
The exam frequently sets questions where both types of series appear in the same problem. A typical pattern is: three numbers are in arithmetic progression and their product is given, or three numbers are in geometric progression and their sum is given. These require setting up simultaneous equations using the correct formulae for each type.
Worked example 8
The first three terms of a sequence are a, ar, ar2. They are also consecutive terms of an arithmetic sequence. Show that r = 1.
For an arithmetic sequence, the common difference is constant:
ar - a = ar2 - ar
a(r - 1) = a(r2 - r)
a(r - 1) = ar(r - 1)
If a is not 0 and r is not 1, divide both sides by a(r - 1):
1 = r
This is a contradiction, so the only possibility (for a non-trivial sequence where a is not 0) is r = 1.
Self-check questions
Test your understanding with the following edexcel igcse further pure mathematics practice questions on arithmetic and geometric series:
- The 5th term of an arithmetic series is 17 and the 12th term is 38. Find the first term and the common difference.
- Find the sum of the first 25 terms of the arithmetic series with first term 2 and common difference 3.
- A geometric series has first term 4 and common ratio 3. Find the sum of the first 6 terms.
- A convergent geometric series has first term 15 and sum to infinity 25. Find the common ratio.
- The sum of the first n terms of the arithmetic series 7, 11, 15, 19, ... exceeds 1000. Find the smallest value of n.
- Evaluate the sum of 2k from k = 0 to k = 9.
The edexcel igcse arithmetic and geometric series content rewards systematic practice. The formulae are not complex, but applying them accurately under exam conditions requires familiarity. A student who has worked through 30 or 40 questions across both types will recognise each variant instantly, choose the correct formula without hesitation, and avoid the sign and substitution errors that cost marks. The Green Bridge CBT platform offers practice questions organised by topic, allowing you to build that fluency efficiently. Work through them, mark against the official answers, and your confidence with series will be well placed by the time you sit the exam.
Arithmetic and geometric series explained for Edexcel IGCSE Further Pure Mathematics: definitions, formulae, convergence and worked examples.
Opmerking(en)