IB Maths
Paper 1 & 2
22 min read
Geometric Sequences & Series
A geometric sequence multiplies (or divides) by the same number each time. Three formulas cover almost every IB question โ including the famous sum to infinity. Let’s go.
๐
What you need to know
- How to spot a geometric sequence (look for a constant ratio)
- The nth term formula using u1 and r
- The sum formula for the first n terms
- The sum to infinity (only when |r| < 1)
- What “converge” and “diverge” mean
What is a geometric sequence?
A sequence where each term is multiplied by the same number โ called the common ratio, r.
Quick examples:
- 2, 6, 18, 54, 162, โฆ r = 3 (increasing)
- 100, 50, 25, 12.5, โฆ r = 12 (decreasing)
- 3, โ6, 12, โ24, โฆ r = โ2 (alternating signs)
- 1000, 100, 10, 1, โฆ r = 110
How to find r: divide any term by the one before it.
r = u2u1 = u3u2 = un+1un
Three types of behaviour
- Increasing when r > 1 (e.g. 2, 6, 18, 54, โฆ)
- Decreasing when 0 < r < 1 (e.g. 100, 50, 25, โฆ)
- Alternating when r < 0 (signs flip each time)
Formula 1: The nth term
un = u1 rn โ 1
Where:
- u1 = first term
- r = common ratio
- n = position of the term
This formula is in the IB formula booklet.
Quick example: find u8 for the sequence 2, 6, 18, 54, โฆ
- u1 = 2, r = 3
- u8 = 2 ร 38 โ 1 = 2 ร 37
- u8 = 2 ร 2187 = 4374
Formula 2: The sum of the first n terms
You get two versions in the formula booklet:
Sn = u1(rn โ 1)r โ 1
โ easier when r > 1
Sn = u1(1 โ rn)1 โ r
โ easier when r < 1
Quick example: sum of 2 + 6 + 18 + 54 + โฆ up to 8 terms
- u1 = 2, r = 3, n = 8
- Use the first version (r > 1):
- S8 = 2(38 โ 1)3 โ 1 = 2(6561 โ 1)2 = 6560
Formula 3: The sum to infinity
If you keep adding terms forever, what do you get? Two cases:
- If |r| โฅ 1: the sum grows forever โ diverges (no finite answer)
- If |r| < 1: the sum gets closer and closer to a finite value โ converges
For example:
- 1 + 2 + 4 + 8 + 16 + โฆ r = 2 โ diverges to โ
- 1 + 12 + 14 + 18 + โฆ r = 12 โ converges to 2
When |r| < 1, you can use this formula:
Sโ = u11 โ r (only when |r| < 1)
Both the formula and the condition |r| < 1 are in the formula booklet. Always state the condition in your answer.
Quick example: u1 = 1, r = 12
- Check |r| < 1: |12| = 12 < 1 โ (converges)
- Sโ = 11 โ 12 = 112 = 2
๐ก
Tips
- To find r from two terms, divide them: r = u7u6
- To find n when given a term, you’ll often need logarithms
- Always check |r| < 1 before using Sโ โ otherwise the formula doesn’t apply
Worked Examples
โ
Example 1 โ Find a term using u1 and r
A geometric sequence has first term 25 and common ratio 0.8. Find u5 and S5.
Answer:
Find u5:
u5 = 25 ร (0.8)4
= 25 ร 0.4096
u5 = 10.24
Find S5 (use second formula since r < 1):
S5 = 25(1 โ 0.85) / (1 โ 0.8)
= 25(1 โ 0.32768) / 0.2
= 25(0.67232) / 0.2
u5 = 10.24, S5 = 84.04
โ
Example 2 โ Find r and u1 from two terms
The 6th term of a geometric sequence is 486 and the 7th term is 1458. Find r and u1.
Answer:
Find r by dividing consecutive terms:
r = u7 / u6 = 1458 / 486 = 3
Find u1 using un = u1rn โ 1:
u6 = u1(3)5 = 486
243 u1 = 486
r = 3, u1 = 2
โ
Example 3 โ Find n using logarithms
A geometric sequence has u1 = 5 and r = 2. Find the smallest value of n for which un > 10000.
Answer:
Set up the inequality:
5 ร 2n โ 1 > 10000
2n โ 1 > 2000
Take logs of both sides:
(n โ 1) log 2 > log 2000
n โ 1 > log(2000) / log(2)
n โ 1 > 10.965โฆ
n > 11.965โฆ
Smallest whole n:
n = 12
Check: u12 = 5 ร 211 = 10240 โ
โ
Example 4 โ Sum to infinity
The first three terms of a geometric sequence are 6, 2, 23. Show that the series converges and find Sโ.
Answer:
Find r:
r = u2 / u1 = 2/6 = 1/3
Check convergence:
|1/3| < 1 โ series converges
Apply Sโ formula:
Sโ = 6 / (1 โ 1/3) = 6 / (2/3) = 9
Sโ = 9
โ
Example 5 โ Find u1 from Sโ
A geometric series has r = 0.4 and Sโ = 25. Find the first term.
Answer:
Use Sโ = u1 / (1 โ r):
25 = u1 / (1 โ 0.4)
25 = u1 / 0.6
u1 = 25 ร 0.6
u1 = 15
โ
Common mistakes
- Confusing d (arithmetic) with r (geometric). Arithmetic adds, geometric multiplies.
- Forgetting the (n โ 1) exponent. The formula is u1 rn โ 1, NOT u1 rn.
- Using Sโ when |r| โฅ 1. The formula only works when |r| < 1. Always check first.
- Wrong sign for r. If terms alternate signs (e.g. 3, โ6, 12, โ24), r is negative.
- Mixing up the two sum formulas. Use the one that keeps the brackets positive: r > 1 โ first version, r < 1 โ second version.
- Dividing the wrong way. r = (next term) รท (previous term), NOT the other way around.
Final word: 3 formulas, all in the booklet. The trickiest part is knowing which one to use โ practise spotting whether you need un, Sn, or Sโ. For “find n” questions, get comfortable with logarithms.
Need help with Sequences & Series?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.
Book Free Session โ