Study Guide

Series

CIE A-Level MathematicsΒ· Unit 1: Section 6 - SeriesΒ· 20 min read

1. Arithmetic Progressionsβ˜…β˜…β˜†β˜†β˜†β± 5 min

πŸ“˜ Definition

Arithmetic Progression (AP)

= first term, = common difference, = number of terms

A sequence where each consecutive term increases by a constant value, called the common difference

Example:

has ,

For any AP, the nth term is given by . The sum of the first terms can be calculated using either form of the identity:

Sn=n2[2a+(nβˆ’1)d]=n2(a+l)S_n = \frac{n}{2}[2a + (n-1)d] = \frac{n}{2}(a + l)

Where is the last term of the finite AP.

πŸ“ Worked Example

The 3rd term of an AP is 10, and the 7th term is 22. Find the first term, common difference, and sum of the first 10 terms.

  1. 1

    Set up equations from the nth term formula:

  2. 2
    u3=a+2d=10u7=a+6d=22u_3 = a + 2d = 10 \\ u_7 = a + 6d = 22
  3. 3

    Subtract the first equation from the second to eliminate :

  4. 4
    4d=12β€…β€ŠβŸΉβ€…β€Šd=34d = 12 \implies d = 3
  5. 5

    Substitute back to find :

  6. 6
    a+2(3)=10β€…β€ŠβŸΉβ€…β€Ša=4a + 2(3) = 10 \implies a = 4
  7. 7

    Calculate the sum of the first 10 terms:

  8. 8
    S10=102[2(4)+9(3)]=5(8+27)=175S_10 = \frac{10}{2}[2(4) + 9(3)] = 5(8 + 27) = 175

2. Geometric Progressions & Sum to Infinityβ˜…β˜…β˜…β˜†β˜†β± 7 min

πŸ“˜ Definition

Geometric Progression (GP)

= first term, = common ratio

A sequence where each consecutive term is multiplied by a constant value, called the common ratio

Example:

has ,

For any GP, the nth term is . The sum of the first terms is:

Sn=a(1βˆ’rn)1βˆ’r,rβ‰ 1S_n = \frac{a(1-r^n)}{1-r}, \quad r \neq 1
πŸ“ Worked Example

A GP has first term 8 and sum to infinity 32. Find the common ratio and the 5th term.

  1. 1

    Use the sum to infinity formula to solve for :

  2. 2
    S∞=a1βˆ’rβ€…β€ŠβŸΉβ€…β€Š32=81βˆ’rS_\infty = \frac{a}{1-r} \implies 32 = \frac{8}{1-r}
  3. 3

    Rearrange and solve:

  4. 4
    32(1βˆ’r)=8β€…β€ŠβŸΉβ€…β€Š1βˆ’r=14β€…β€ŠβŸΉβ€…β€Šr=3432(1-r) = 8 \implies 1-r = \frac{1}{4} \implies r = \frac{3}{4}
  5. 5

    Calculate the 5th term using the nth term formula:

  6. 6
    u5=ar4=8Γ—(34)4=8Γ—81256=8132u_5 = ar^4 = 8 \times \left(\frac{3}{4}\right)^4 = 8 \times \frac{81}{256} = \frac{81}{32}

3. Binomial Expansion for Positive Integer nβ˜…β˜…β˜…β˜†β˜†β± 8 min

πŸ“˜ Definition

Binomial Theorem

= binomial coefficient, = n factorial

For any positive integer , the expansion of is a finite series of terms with coefficients given by binomial coefficients

Example:

The full expansion is written as:

(a+b)n=βˆ‘k=0n(nk)anβˆ’kbk(a + b)^n = \sum_{k=0}^n \binom{n}{k} a^{n-k} b^k

Where the binomial coefficient is calculated as:

(nk)=n!k!(nβˆ’k)!=n(nβˆ’1)(nβˆ’2)...(nβˆ’k+1)k!\binom{n}{k} = \frac{n!}{k!(n-k)!} = \frac{n(n-1)(n-2)...(n-k+1)}{k!}
πŸ“ Worked Example

Find the first three terms in descending powers of of .

  1. 1

    Identify , , . The first three terms correspond to , , :

  2. 2

    For :

  3. 3
    (40)(2x)4(βˆ’1x)0=1Γ—16x4Γ—1=16x4\binom{4}{0}(2x)^4 \left(-\frac{1}{x}\right)^0 = 1 \times 16x^4 \times 1 = 16x^4
  4. 4

    For :

  5. 5
    (41)(2x)3(βˆ’1x)1=4Γ—8x3Γ—(βˆ’1x)=βˆ’32x2\binom{4}{1}(2x)^3 \left(-\frac{1}{x}\right)^1 = 4 \times 8x^3 \times \left(-\frac{1}{x}\right) = -32x^2
  6. 6

    For :

  7. 7
    (42)(2x)2(βˆ’1x)2=6Γ—4x2Γ—1x2=24\binom{4}{2}(2x)^2 \left(-\frac{1}{x}\right)^2 = 6 \times 4x^2 \times \frac{1}{x^2} = 24
  8. 8

    The first three terms are .

4. Common Pitfalls

Wrong move:

Using instead of in the nth term formula for AP/GP

Why:

The first term corresponds to , so the offset is , not .

Correct move:

Always write for AP and for GP, and check with to confirm.

Wrong move:

Calculating sum to infinity when

Why:

Students often forget that convergence only occurs when , and confuse finite sum with infinite sum.

Correct move:

Always check the value of first: if , state that sum to infinity does not exist.

Wrong move:

Forgetting negative signs when expanding

Why:

When the second term of the binomial is negative, alternate terms will have negative signs, which are often omitted.

Correct move:

Always substitute the full negative value of into the expansion, and check the sign of each term explicitly.

Wrong move:

Thinking the finite GP sum formula only works for

Why:

The formula works for all , only sum to infinity requires .

Correct move:

Use the same formula for any , rearrange to if you prefer to avoid negative values.

5. Quick Reference Cheatsheet

Series Type

nth Term

Sum Formula

Key Condition

Arithmetic Progression

None

Finite Geometric Progression

None

Infinite Geometric Progression

(convergent)

Binomial Expansion (n ∈ ℕ⁺)

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· 12

    Find sum of 15 terms of AP

  • 2023 Β· 11

    Find binomial coefficient term

  • 2021 Β· 13

    Calculate sum to infinity of GP

Going deeper

What's Next

Series is a core topic that appears frequently in Paper 1, often combined with other topics like coordinate geometry, logarithms, and functions. Mastery of binomial expansions is required for later work on negative and fractional binomial expansions in Pure Mathematics 3, and convergence of geometric series lays the foundation for infinite Maclaurin series in A2-level work. You can deepen your understanding of binomial expansions with focused practice, then move on to the next core topic of coordinate geometry.