>
This mini-lesson covers AQA section D — Sequences and series: arithmetic and geometric sequences and series, sigma notation, the sum to infinity and its convergence condition, recurrence relations (increasing, decreasing, periodic), and the binomial expansion — including the negative and fractional index case with its validity condition.
Work through each screen, answer the questions as you go (a few are conceptual, most are calculations) and collect ⭐ stars. Everything here is A-level standard, drawn from the AQA 7357 subject content. Press Start when you are ready.
An arithmetic sequence adds a fixed common difference d each time. With first term a:
For 5, 8, 11, 14, …: a = 5, d = 3.
20th term: u₂₀ = 5 + 19 × 3 = 5 + 57 = 62. (It is n − 1, not n — the first term needs no jumps.)
Sum of 20 terms: S₂₀ = 20/2 [2(5) + 19(3)] = 10 × (10 + 57) = 10 × 67 = 670.
Check with the other formula: S₂₀ = 20/2 (5 + 62) = 10 × 67 = 670 ✓
How many terms? For 2, 5, 8, …, 59: solve 2 + 3(n − 1) = 59 ⇒ 3(n − 1) = 57 ⇒ n − 1 = 19 ⇒ n = 20. Never just divide the range by d.
A geometric sequence multiplies by a fixed common ratio r each time.
For 2, 6, 18, 54, …: a = 2 and r = 3 (each term ÷ the one before). So u₅ = 2 × 3⁴ = 162, and S₅ = 2(1 − 3⁵)/(1 − 3) = 2(−242)/(−2) = 242.
Geometric growth turns up in every compound-interest and population question: a sum invested at 5% per year is a GP with r = 1.05.
If the terms of a geometric series shrink, the running total settles down to a finite limit. This happens exactly when the ratio is strictly between −1 and 1.
18 + 12 + 8 + … : r = 12/18 = 2/3, and |2/3| < 1 ✓. So S∞ = 18/(1 − 2/3) = 18/(1/3) = 54.
12 + 6 + 3 + … : r = 1/2. S∞ = 12/(1 − 0.5) = 24.
If |r| ≥ 1 the series diverges and S∞ simply does not exist. Writing a/(1 − r) for r = 2 gives a number, but it is meaningless — always state the condition.
Tap a sequence, then tap the family it belongs to. Look at the differences and the ratios.
Σ is shorthand for "add these up". The letter underneath is the counter, and the numbers tell you where to start and stop.
Useful facts:
Mind the limits. Σr=310 has 8 terms, not 7 — count them: 10 − 3 + 1 = 8. Off-by-one here wrecks the whole answer.
A recurrence relation defines each term from the previous one, together with a starting value.
AQA asks you to classify the behaviour:
Just generate the terms. Do not try to spot a closed form: write out five or six terms and the behaviour becomes obvious. Watch the subscripts — un+1 is the next term.
For a positive integer n the expansion of (a + b)n terminates after n + 1 terms:
Find the coefficient of x³ in (1 + 2x)⁶.
The x³ term is 6C₃ × 1³ × (2x)³ = 20 × 8x³ = 160x³.
The coefficient is 160. Note the 2 gets cubed as well — forgetting to cube it gives 20, a classic slip.
Always bracket the whole term. (2x)³ = 8x³, not 2x³.
This is the A-level extension. For any real n the expansion is an infinite series:
Here n = −2 and the bracket contains u = −3x.
x-term: n·u = (−2)(−3x) = 6x.
x²-term: n(n−1)/2 · u² = (−2)(−3)/2 × (−3x)² = 3 × 9x² = 27x².
So (1 − 3x)−2 = 1 + 6x + 27x² + 108x³ + …
The validity condition uses the whole bracket: we need |−3x| < 1, i.e. |x| < 1/3. Quoting |x| < 1 here is wrong and is heavily penalised.
Tap an item on the left, then its partner on the right.
Two routine manipulations AQA expects:
Partial fractions meet the binomial: to expand (5x + 1)/((x − 1)(x + 2)) you first split it into 2/(x − 1) + 3/(x + 2), then expand each bracket separately. The overall validity is the tighter of the two conditions.
Approximations only work because the terms shrink — which is exactly the |x| < 1 condition doing its job.
Arithmetic: uₙ = a + (n − 1)d · Sₙ = n/2[2a + (n − 1)d]
Geometric: uₙ = arⁿ⁻¹ · Sₙ = a(1 − rⁿ)/(1 − r) · S∞ = a/(1 − r) only if |r| < 1
Sigma: Σ from r = p to q has q − p + 1 terms
Recurrence: generate the terms — increasing, decreasing or periodic
Binomial (n ∈ ℕ): coefficient of x³ in (1 + 2x)⁶ is ⁶C₃ × 2³ = 160
Binomial (any n): infinite series, valid for |whole bracket term| < 1 — for (1 − 3x)⁻² that is |x| < 1/3
That is AQA section D — Sequences and series. Press Finish to see your score.
You have worked through Sequences and series for AQA A-level Mathematics. 🎉
Your stars: 0 / 0
Next: test yourself in the Verify stage.