← Back to subjects
⭐ 0
AQA A-level Mathematics (7357) Β· Sequences and series
Mini-Lesson

Sequences and series

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.

arithmetic & geometric recurrence relations binomial expansion a geometric series converges only when |r| < 1

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.

Sequences Β· arithmetic

Arithmetic sequences and series

An arithmetic sequence adds a fixed common difference d each time. With first term a:

un = a + (n βˆ’ 1)d   Β·   Sn = n/2 [2a + (n βˆ’ 1)d]equivalently Sn = n/2 (a + l), where l is the last term
Worked example

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.

Sequences Β· geometric

Geometric sequences and series

A geometric sequence multiplies by a fixed common ratio r each time.

un = a rnβˆ’1   Β·   Sn = a(1 βˆ’ rn)/(1 βˆ’ r)valid for r β‰  1

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.

Finding r: divide consecutive terms β€” r = uβ‚‚/u₁. If the ratio is not constant, the sequence is not geometric. And a negative r makes the terms alternate in sign.

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.

Quick check

Evaluate the sigma

?Evaluate Ξ£r=15 (2r + 1).
Sequences Β· sum to infinity

The sum to infinity

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.

S∞ = a/(1 βˆ’ r),   valid only when |r| < 1the series is then called convergent
Worked examples

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.

Sort it

Arithmetic, geometric or neither?

Tap a sequence, then tap the family it belongs to. Look at the differences and the ratios.

βž• Arithmetic

βœ–οΈ Geometric

❓ Neither

Sequences Β· sigma

Sigma notation

Ξ£ is shorthand for "add these up". The letter underneath is the counter, and the numbers tell you where to start and stop.

Ξ£r=15 (2r + 1) = 3 + 5 + 7 + 9 + 11 = 35substitute r = 1, 2, 3, 4, 5, then add

Useful facts:

  • Ξ£ of a linear expression in r gives an arithmetic series β€” use Sn = n/2[2a + (n βˆ’ 1)d].
  • Ξ£ ark with a constant ratio gives a geometric series.
  • Ξ£r=1n c = nc (adding a constant n times), and Ξ£ (f(r) + g(r)) = Ξ£f(r) + Ξ£g(r).

Mind the limits. Ξ£r=310 has 8 terms, not 7 β€” count them: 10 βˆ’ 3 + 1 = 8. Off-by-one here wrecks the whole answer.

Quick check

When does it converge?

?A geometric series has first term a and common ratio r. For what values of r does the sum to infinity exist?
Sequences Β· recurrence

Recurrence relations

A recurrence relation defines each term from the previous one, together with a starting value.

un+1 = 2un βˆ’ 3,   u₁ = 5β‡’ 5, 7, 11, 19, 35, … (increasing)

AQA asks you to classify the behaviour:

  • Increasing: un+1 > un for all n.
  • Decreasing: un+1 < un for all n.
  • Periodic: the terms repeat in a cycle. un+1 = 3 βˆ’ un with u₁ = 1 gives 1, 2, 1, 2, … β€” period 2.

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.

Calculate

Your turn β€” arithmetic term

1An arithmetic sequence has first term a = 5 and common difference d = 3. Find the 20th term.
Hint: uβ‚‚β‚€ = a + (n βˆ’ 1)d = 5 + 19 Γ— 3. It is 19 jumps, not 20 β€” the first term needs none.
Calculate

Your turn β€” arithmetic sum

2For the same sequence (a = 5, d = 3), find the sum of the first 20 terms.
Hint: Sβ‚‚β‚€ = n/2[2a + (n βˆ’ 1)d] = 10 Γ— [10 + 57] = 10 Γ— 67. Or Sβ‚‚β‚€ = 20/2 Γ— (first + last) = 10 Γ— (5 + 62).
Series Β· binomial

The binomial expansion (positive integer n)

For a positive integer n the expansion of (a + b)n terminates after n + 1 terms:

(a + b)n = Ξ£ nCr anβˆ’r brnCr = n! / (r!(n βˆ’ r)!) β€” the entries of Pascal's triangle
Worked example β€” pick out one coefficient

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Β³.

Quick check

State the validity

?For which values of x is the expansion of (1 βˆ’ 3x)βˆ’2 valid?
Calculate

Your turn β€” sum to infinity

3A geometric series has first term 18 and common ratio r = 2/3. Find its sum to infinity.
Hint: Since |2/3| < 1 the series converges. S∞ = a/(1 βˆ’ r) = 18 Γ· (1 βˆ’ 2/3) = 18 Γ· (1/3).
Series Β· binomial

Binomial with negative or fractional index

This is the A-level extension. For any real n the expansion is an infinite series:

(1 + x)n = 1 + nx + n(nβˆ’1)/2! xΒ² + n(nβˆ’1)(nβˆ’2)/3! xΒ³ + …valid only for |x| < 1
Worked example β€” (1 βˆ’ 3x)βˆ’2

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.

Match it

Match the question to its value

Tap an item on the left, then its partner on the right.

Question
Value
Series Β· using expansions

Using expansions: approximations and non-unit brackets

Two routine manipulations AQA expects:

  • Non-unit bracket: factor it out first. (4 + x)1/2 = 41/2(1 + x/4)1/2 = 2(1 + x/4)1/2, valid for |x/4| < 1, i.e. |x| < 4.
  • Approximation: substitute a small x. Using (1 βˆ’ 3x)βˆ’2 β‰ˆ 1 + 6x + 27xΒ² at x = 0.01 gives 1 + 0.06 + 0.0027 = 1.0627; the true value 1/0.97Β² = 1.06275… β€” accurate to 4 d.p.

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.

Quick check

Classify the sequence

?A sequence is defined by un+1 = 3 βˆ’ un with u₁ = 1. How would you describe it?
Calculate

Your turn β€” binomial coefficient

4Find the coefficient of x³ in the expansion of (1 + 2x)⁢.
Hint: Term = ⁢C₃ Γ— (2x)Β³ = 20 Γ— 8xΒ³. Remember to cube the 2 as well as the x.
Calculate

Your turn β€” negative index

5Expand (1 βˆ’ 3x)βˆ’2 in ascending powers of x. Find the coefficient of xΒ².
Hint: With n = βˆ’2 and u = βˆ’3x, the xΒ² term is n(nβˆ’1)/2! Γ— uΒ² = [(βˆ’2)(βˆ’3)/2] Γ— (βˆ’3x)Β² = 3 Γ— 9xΒ². (Valid for |x| < 1/3.)
Recap

The big ideas to know

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.

πŸ†

Mini-lesson complete!

⭐⭐⭐

You have worked through Sequences and series for AQA A-level Mathematics. πŸŽ‰

Your stars: 0 / 0

Next: test yourself in the Evaluate stage Confidence Quiz, then lock it in with Verify.

πŸ“£ Smashed it? Share your score

Challenge a mate to beat your stars, or show a parent how you got on.

β†’ Back to all subjects