IB Maths AA HL Topic 1 — Number & Algebra Paper 1 & 2 ~10 min read

Geometric Sequences & Series

A geometric sequence is one where you multiply by the same number to get from each term to the next. That fixed multiplier is the common ratio r. The structure mirrors arithmetic — there’s an n-th term formula and a sum formula — but with one bonus: when |r| < 1, the terms shrink fast enough that even an infinite sum has a finite value. This sum to infinity is unique to geometric, and it’s a favourite Paper 1 topic.

📘 What you need to know

What is a geometric sequence?

The defining property is simple: divide any term by the previous term and you always get the same number. That’s the common ratio r.

Examples:   3, 6, 12, 24, 48, … (r = 2)  |  16, 8, 4, 2, 1, … (r = ½)  |  5, −10, 20, −40, … (r = −2)

Three behaviour types — based on r

📈 Increasing
r > 1
3, 6, 12, 24, 48, …
terms grow without bound
📉 Decreasing
0 < r < 1
16, 8, 4, 2, 1, …
terms shrink towards 0
🔄 Alternating
r < 0
5, −10, 20, −40, …
flips sign each step
Three different geometric sequences
r = 2 (×2) 3 6 12 24 grows fast r = ½ (×½) 16 8 4 2 1 decays towards 0 r = −2 (×−2) 5 −10 20 −40 alternates sign
To check whether a sequence is geometric, divide consecutive terms: u2/u1, then u3/u2, then u4/u3. If they’re all equal, you have a geometric sequence and that ratio is r.

The n-th term formula

To get from u1 to un, multiply by r a total of (n − 1) times.

n-th term of a geometric sequence un = u1 · rn − 1 ✓ in formula booklet

🤔 Why n − 1, not n?

For the same reason as the arithmetic version. u1 hasn’t been multiplied yet — it’s the starting point. u2 has been multiplied by r once, u3 twice, and so on. The number of multiplications is one less than the term number.

Quick check: for the sequence 3, 6, 12, 24, … (u1 = 3, r = 2), the 10th term is u10 = 3 · 29 = 3 · 512 = 1536.

The “divide” trick — finding r from two terms

If you’re given two terms (say um and uk), divide one by the other. The u1 cancels and you’re left with a single power of r:

ukum = u1 rk − 1u1 rm − 1 = rkm

Two formulas for the sum

Both formulas give the same answer, but one is cleaner depending on whether r is bigger or smaller than 1.

📈
Form 1 — for r > 1
Sn = u1(rn − 1)r − 1
Use when r > 1 — keeps both numerator and denominator positive.
✓ in formula booklet
📉
Form 2 — for r < 1
Sn = u1(1 − rn)1 − r
Use when r < 1 — same reason, keeps signs tidy.
✓ in formula booklet
Don’t worry about which to “officially” use — both give the same answer for any value of r ≠ 1. Pick whichever leaves you with positive numbers in the numerator and denominator. The formula booklet has both.

The sum to infinity

Here’s where geometric sequences do something arithmetic sequences can’t: when the terms shrink fast enough (when |r| < 1), the sum of all infinitely many terms approaches a finite value. We call this S (S-infinity), and it’s the limit of Sn as n → ∞.

The convergence condition

Converges (finite sum) |r| < 1    (i.e.   −1 < r < 1)
Diverges (no finite sum) |r| ≥ 1    (i.e. r ≥ 1 or r ≤ −1)

The formula

Sum to infinity (when |r| < 1) S = u11 − r ✓ in formula booklet, with condition |r| < 1

🤔 Why does this work?

Look at Form 2 of the partial sum: Sn = u1(1 − rn)/(1 − r). When |r| < 1, the term rn shrinks to 0 as n grows large. So the formula reduces to u1(1 − 0)/(1 − r) = u1/(1 − r). When |r| ≥ 1, rn doesn’t shrink — it grows or oscillates, and the sum has no limit.

🌍 A real-world feel for it

Walk halfway across a room (½ a unit). Then halfway across the remaining gap (¼). Then halfway again (⅛). After infinitely many steps you’ve travelled ½ + ¼ + ⅛ + … = 1 — exactly across the room. The geometric series with u1 = ½, r = ½ has S = (½)/(1 − ½) = 1. ✓

Always state the convergence condition before using S. IB papers expect you to write something like “since |r| < 1, the series converges, so S = …” — that line earns a method mark.

Worked examples

WE 1

Find a specific term

A geometric sequence has first term 4 and common ratio 3. Find the 8th term.

Substitute into un = u1·rn − 1 u8 = 4 · 37 = 4 · 2187 u8 = 8748
WE 2

Find r and u1 using the divide trick

The 4th term of a geometric sequence is 24 and the 7th term is 192. Find the first term and the common ratio.

Step 1: Divide u7 by u4 — the u1‘s cancel u7u4 = u1r6u1r3 = r3 = 19224 = 8 Step 2: Solve for r r3 = 8  →  r = 2 Step 3: Find u1 using u4 u1 · 23 = 24  →  8u1 = 24  →  u1 = 3 u1 = 3,   r = 2 dividing kills u₁ — same idea as subtracting in arithmetic, but with division instead
WE 3

Sum with r > 1 (Form 1)

Find the sum of the first 8 terms of the geometric sequence with u1 = 5 and r = 2.

Step 1: r > 1 so use Form 1 S8 = 5(28 − 1)2 − 1 Step 2: Compute = 5(256 − 1)1 = 5 × 255 S8 = 1275
WE 4

Sum with r < 1 (Form 2)

Find the sum of the first 6 terms of the geometric sequence with u1 = 64 and r = ½.

Step 1: r < 1 so use Form 2 S6 = 64(1 − (½)6)1 − ½ Step 2: Compute (½)6 = 1/64 = 64(1 − 1/64)½ = 64 × (63/64)½ = 63½ = 126 S6 = 126
WE 5

Sum to infinity

The first three terms of a geometric sequence are 12, 4, 4/3, …   Show that the series converges and find S.

Step 1: Find r r = u2u1 = 412 = 13 Step 2: Check convergence condition |r| = 1/3 < 1 ✓  →  series converges Step 3: Apply the formula S = u11 − r = 121 − 1/3 = 122/3 = 12 × 32 = 18 S = 18 always state |r| < 1 first — that’s a method mark
WE 6

Find the smallest n such that Sn exceeds a value (using logs)

A geometric sequence has u1 = 4 and r = 3. Find the smallest value of n for which Sn > 5000.

Step 1: Set up the inequality with Form 1 4(3n − 1)3 − 1 > 5000 2(3n − 1) > 5000 3n − 1 > 2500 3n > 2501 Step 2: Take logs and solve n · ln(3) > ln(2501) n > ln(2501)/ln(3) ≈ 7.12 Step 3: Smallest integer n satisfying this n = 8 always check: S₇ = 4372 < 5000, S₈ = 13120 > 5000 ✓

💡 Top tips

⚠ Common mistakes

Geometric sequences show up everywhere — population modelling, compound interest, radioactive decay, infinite repeating decimals. The formulas are quick once you’ve drilled them. The bonus topic (sum to infinity) is one of the most elegant single ideas in pre-university maths — make sure you can explain why it works, not just plug in.

Need help with Geometric Sequences?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →