Arithmetic and geometric sequences, nth-term formulas, sums of finite series, convergence and divergence, sum to infinity, and real-world applications including compound interest.
A sequence is an ordered list of numbers following a rule. A series is the sum of the terms of a sequence. Paper 01 allocates three items to this section; Paper 02 frequently integrates sequences into multi-part algebra questions.
Notation
The terms of a sequence are written u1,u2,u3,…,un, where un is the general term (also called the nth term). The sum of the first n terms is written Sn.
Sigma notation compresses series:
Sn=∑r=1nur=u1+u2+⋯+un
The letter r is the index of summation. Key rules: ∑(ur+vr)=∑ur+∑vr and ∑cur=c∑ur.
Arithmetic Sequences
An arithmetic sequence has a constant difference d between consecutive terms.
u1,u1+d,u1+2d,…
The nth term is:
un=a+(n−1)d
where a=u1 is the first term and d is the common difference (which may be negative).
Identifying arithmetic sequences: check that u2−u1=u3−u2=d (constant).
Example
Find the 25th term of the sequence 7,11,15,19,…
a=7, d=4. u25=7+24(4)=7+96=103
Example
An arithmetic sequence has u5=17 and u12=38. Find a and d.
u12−u5=7d=38−17=21⇒d=3a=u5−4d=17−12=5
Sum of an Arithmetic Series
Sn=2n[2a+(n−1)d]
An equivalent form when the last term l=un is known:
Sn=2n(a+l)
Example
Find the sum of the first 20 terms of 5,9,13,17,…
a=5, d=4, n=20.
S20=220[2(5)+19(4)]=10[10+76]=10×86=860
Divergence of Arithmetic Series
Every arithmetic series diverges unless d=0. As n grows without bound, Sn grows without bound (positively or negatively). There is no finite sum to infinity for an arithmetic series.
Geometric Sequences
A geometric sequence has a constant ratio r between consecutive terms.
u1,u1r,u1r2,…
The nth term is:
un=arn−1
Identifying geometric sequences: check that u2/u1=u3/u2=r (constant).
Example
Find the 8th term of 3,6,12,24,…
a=3, r=2. u8=3×27=3×128=384
Sum of a Geometric Series
For r=1:
Sn=r−1a(rn−1)(use when r>1)
Sn=1−ra(1−rn)(use when ∣r∣<1, avoids negatives)
Both forms are equivalent. Choose whichever keeps the numerator positive to reduce sign errors.
Example
Find the sum of the first 6 terms of 2,6,18,54,…
a=2, r=3, n=6.
S6=3−12(36−1)=22(729−1)=728
Convergence and Sum to Infinity
A geometric series converges (has a finite sum to infinity) if and only if ∣r∣<1.
When ∣r∣≥1, the terms do not approach zero and the series diverges.
For a convergent geometric series:
S∞=1−ra(∣r∣<1)
Example
Find the sum to infinity of 12+6+3+1.5+⋯
a=12, r=21. Since ∣r∣=21<1, the series converges.
S∞=1−2112=2112=24
Exam Tip
Before applying S∞, always state explicitly that ∣r∣<1. Applying the formula to a divergent series (∣r∣≥1) gives a meaningless result and loses method marks.
Finding the Common Ratio from a Convergence Condition
Example
The first term of a geometric series is 8 and its sum to infinity is 20. Find the common ratio.
S∞=1−ra⇒20=1−r8⇒1−r=208=52⇒r=53
Check: ∣r∣=53<1 ✓
Comparing Arithmetic and Geometric
Feature
Arithmetic
Geometric
Pattern
Add constant d
Multiply by constant r
nth term
a+(n−1)d
arn−1
Sum to n terms
2n[2a+(n−1)d]
r−1a(rn−1)
Converges?
No (unless d=0)
Yes, if ∣r∣<1
Sum to infinity
Does not exist
1−ra when ∣r∣<1
Real-World Applications
Repeated percentage change produces a geometric sequence. A quantity starting at A and changing by a fixed factor k each period has value Akn−1 after (n−1) periods.
Example
A car is purchased for 20,000 and depreciates by 15% each year. Find its value after 4 years.
Each year the value is multiplied by 1−0.15=0.85.
Value after 4 years: 20,000×(0.85)4≈10,440
Example
An investment of 5,000 earns compound interest at 6% per annum. How many complete years until it doubles?
After n years: value =5000×(1.06)n. Set this ≥10,000:
(1.06)n≥2
nlog1.06≥log2⇒n≥log1.06log2≈11.9
The investment first exceeds double after 12 complete years.