Same multiplication every step. The number that does the multiplying is called the common ratio, and whether it's bigger or smaller than 1 determines whether the sequence grows or shrinks.
What even is this? A geometric sequence multiplies by the same number at every step, unlike arithmetic sequences, which add. Doubling every hour? Halving each year? Bacteria? Investments? Radioactive decay? All geometric. The exam loves these.
Section 1 · Spotting a Geometric Sequence
Divide any term by the one before it. If you get the same answer every time, it's geometric, and that answer is your common ratio r.
To find r: divide any term by the one before it. 6÷2 = 3, 18÷6 = 3, 54÷18 = 3. ✓
📈 Growth (r > 1)
The sequence gets bigger each step.
e.g. bacteria doubling: r = 2 e.g. investments: r = 1.05 (5% growth)
📉 Decay (0 < r < 1)
The sequence gets smaller each step.
e.g. drug leaving body: r = 0.5 e.g. depreciation: r = 0.8 (20% loss)
Section 2 · The nth Term Formula
tₙ = a × r n−1
where a = first term, r = common ratio, n = term position
tₙ
The nth term
The value at position n in the sequence. That's what you're usually solving for.
a
First term (t₁)
The starting value of the sequence. Sometimes called t₁ or just "the first term."
r
Common ratio
The multiplier. r > 1 → growth. 0 < r < 1 → decay. Always: r = t₂ ÷ t₁.
⚠️ The most common mistake: it's rⁿ⁻¹, not rⁿ. When n = 1 (first term), the power is zero, and r⁰ = 1, so tₙ = a×1 = a. That makes sense: the first term is just a. If you use rⁿ by mistake, every answer will be off by one factor of r.
Find tₙ
Given a, r, n
Substitute directly: tₙ = a × rⁿ⁻¹
Find n
Given a, r, tₙ
Set up a × rⁿ⁻¹ = value. If r is a whole number, work out what power of r gives you the right answer.
Find a or r
Given two terms
Divide tₙ by t₁ to get r raised to some power: r = ⁿ⁻¹√(tₙ ÷ a)
Section 3 · The Sum Formula
Total of the first n terms
Sₙ = a(rⁿ − 1) ÷ (r − 1)
Use this when r > 1 (growing sequence). The formula gives the total of all terms from t₁ to tₙ.
Sₙ = a(1 − rⁿ) ÷ (1 − r)
Exactly the same formula, just rearranged for when 0 < r < 1 (decaying sequence) so you don't get a negative denominator.
💡 Tip: Both forms give the same answer, use whichever avoids negatives. Most exam questions use r > 1, so the first form is more common.
Section 4 · Worked Example
🌊 Coastal Café, Viral Post
Maria posts a photo of the new café fit-out. On day 1, 3 people share it. Each day, the number of new shares triples. She needs to know the numbers before pitching to a local sponsor.
Setup
Identify a, r, and write the general formula.
First term: a = 3 (3 shares on day 1)
Common ratio: r = 3 (triples each day)
General formula: tₙ = 3 × 3ⁿ⁻¹
Part a · Find the number of shares on day 5
How many new shares does Maria's post get on day 5?