Skip to content

9709 · 1.6

Series — FAQ

Frequently asked questions for 9709 Series. Direct answers first, then deeper explanation — then practise with marking.

What is the difference between a sequence and a series?

A sequence is an ordered list of numbers, like u1,u2,u3,u_1, u_2, u_3, \dots. A series is the sum of the terms in a sequence, like u1+u2+u3+u_1 + u_2 + u_3 + \dots. Cambridge questions often use 'progression' and 'sequence' interchangeably.

When do I use $S_n = \frac{a(1-r^n)}{1-r}$ versus $S_n = \frac{a(r^n-1)}{r-1}$?

Both formulae are correct and will give the same answer. However, to make calculations easier and avoid negative signs, it's conventional to use Sn=a(1rn)1rS_n = \frac{a(1-r^n)}{1-r} when r<1|r|<1 and Sn=a(rn1)r1S_n = \frac{a(r^n-1)}{r-1} when r>1|r|>1.

Why is the binomial expansion only valid for $|x|<1$ when n is not a positive integer?

When nn is not a positive integer, the expansion is an infinite series. For the sum of this series to converge to a finite value (equal to (1+x)n(1+x)^n), the terms must get smaller and smaller. This only happens if x<1|x|<1. If x1|x| \ge 1, the terms get larger or stay the same size, and the sum diverges (goes to infinity).

How can I tell if a problem involves an AP or a GP?

Look for keywords. 'Common difference' implies an AP. 'Common ratio' implies a GP. If you're given three consecutive terms, say x,y,zx, y, z: for an AP, yx=zyy-x = z-y (or 2y=x+z2y = x+z); for a GP, y/x=z/yy/x = z/y (or y2=xzy^2 = xz).