Sequences and Series

Pure Mathematics

Sequences and series form a core strand of H2 Mathematics. You will meet arithmetic and geometric progressions in both pure algebra and applied modelling contexts, and — since the 2025 revision of 9758 — sequences generated by recurrence relations un+1=f(un)u_{n+1} = f(u_n), explored with the graphing calculator. (The method of differences was removed from the syllabus in the same revision, so telescoping-sum questions in older prelim papers are no longer examinable.)

What you need to know

Worked example 1 — Sum to infinity of a geometric series

Problem. A GP has first term 88 and common ratio rr. The sum to infinity is 2424. Find rr and the sum of the first 4 terms.

Solution.

Using the sum-to-infinity formula:

S=a1r=24.S_\infty = \frac{a}{1-r} = 24.

Substituting a=8a = 8:

81r=24    1r=13    r=23.\frac{8}{1-r} = 24 \implies 1 - r = \frac{1}{3} \implies r = \frac{2}{3}.

Since r=23<1|r| = \tfrac{2}{3} < 1, the series converges — consistent with the question. Now apply the finite sum formula with n=4n = 4:

S4=8 ⁣(1(23)4)123=8 ⁣(11681)13=24×6581=156081=52027.S_4 = \frac{8\!\left(1 - \left(\tfrac{2}{3}\right)^4\right)}{1 - \tfrac{2}{3}} = \frac{8\!\left(1 - \tfrac{16}{81}\right)}{\tfrac{1}{3}} = 24 \times \frac{65}{81} = \frac{1560}{81} = \frac{520}{27}.

Answer: r=23r = \dfrac{2}{3}, S4=52027S_4 = \dfrac{520}{27}.

Worked example 2 — Recurrence relation and its limit

Problem. A sequence is defined by u1=1u_1 = 1 and un+1=12un+3u_{n+1} = \dfrac{1}{2}u_n + 3. Describe the behaviour of the sequence, and find the exact value of the limit LL to which it converges.

Solution.

Generating the first few terms (GC table, or by hand):

u1=1,u2=3.5,u3=4.75,u4=5.375,u5=5.6875,  u_1 = 1, \quad u_2 = 3.5, \quad u_3 = 4.75, \quad u_4 = 5.375, \quad u_5 = 5.6875, \; \ldots

The terms are increasing and appear to approach a value near 66.

For the exact limit: if unLu_n \to L, then un+1Lu_{n+1} \to L as well, so taking limits on both sides of the recurrence,

L=12L+3    12L=3    L=6.L = \frac{1}{2}L + 3 \implies \frac{1}{2}L = 3 \implies L = 6.

Answer: the sequence is increasing and converges to L=6L = 6.

The same two-step pattern — observe behaviour with the GC, then solve L=f(L)L = f(L) for the exact limit — handles almost every recurrence question in the current syllabus.

Worked example 3 — Arithmetic and geometric in the same problem

Problem. The 3rd, 6th, and 14th terms of an AP with first term aa and common difference d>0d > 0 form a GP. Find the common ratio of the GP.

Solution.

The three AP terms are:

T3=a+2d,T6=a+5d,T14=a+13d.T_3 = a + 2d, \quad T_6 = a + 5d, \quad T_{14} = a + 13d.

For these to form a GP the ratio between consecutive terms must be equal:

a+5da+2d=a+13da+5d.\frac{a+5d}{a+2d} = \frac{a+13d}{a+5d}.

Cross-multiplying:

(a+5d)2=(a+2d)(a+13d).(a+5d)^2 = (a+2d)(a+13d).

Expanding:

a2+10ad+25d2=a2+15ad+26d2.a^2 + 10ad + 25d^2 = a^2 + 15ad + 26d^2.

Simplifying (subtract a2a^2 from both sides):

10ad+25d2=15ad+26d2    5add2=0    d(5ad)=0.10ad + 25d^2 = 15ad + 26d^2 \implies -5ad - d^2 = 0 \implies d(-5a - d) = 0.

Since d>0d > 0, we have d0d \neq 0, so 5ad=0    a=d5-5a - d = 0 \implies a = -\dfrac{d}{5}.

The common ratio is:

r=a+5da+2d=d5+5dd5+2d=24d59d5=249=83.r = \frac{a+5d}{a+2d} = \frac{-\tfrac{d}{5}+5d}{-\tfrac{d}{5}+2d} = \frac{\tfrac{24d}{5}}{\tfrac{9d}{5}} = \frac{24}{9} = \frac{8}{3}.

Answer: common ratio =83= \dfrac{8}{3}.

Common mistakes

Ask MathChat about Sequences and Series →