Skip to content
M
hscscience Ext 1 · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 5 · L5 of 20 ~40 min ⚡ +95 XP available

Induction for Geometric Series

A bank offers 5% annual compound interest. After $n$ years your total is linked to a geometric series. The sum formula $S_n = \dfrac{a(r^n - 1)}{r - 1}$ is used everywhere from finance to physics — but can you prove it holds for every positive integer $n$? Mathematical induction gives you a watertight proof in three steps. In this lesson you will carry out that proof and practise applying the formula.

Today's hook — The series $1 + 2 + 4 + 8 + \cdots$ doubles each time. Before looking at any formula, estimate: what is the sum of the first 10 terms? Jot your guess. You will check it after card 05.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

The series $1 + 2 + 4 + 8 + \cdots$ doubles with each term. Without using a formula — estimate the sum of the first 10 terms. Write your reasoning below.

auto-saved
02
The big idea
+5 XP to read

Every geometric series induction proof comes down to two moves: use the inductive hypothesis to rewrite the sum up to $k$, then add the next term $ar^k$ and simplify over the common denominator $(r-1)$.

The geometric series formula is:

$$S_n = a + ar + ar^2 + \cdots + ar^{n-1} = \frac{a(r^n - 1)}{r - 1}, \quad r \neq 1$$

In the inductive step we add $ar^k$ to both sides and show the numerator simplifies to $a(r^{k+1}-1)$.

Step 1: Base case n=1 LHS = a = RHS ✓ Step 2: Assume true for k Sₖ = a(rᵏ−1)/(r−1) Step 3: Prove for k+1 Sₖ + arᵏ = a(rᵏ⁺¹−1)/(r−1)
$S_n = \dfrac{a(r^n - 1)}{r - 1}$
Condition $r \neq 1$
The formula is undefined when $r = 1$ because the denominator is zero. If $r = 1$ the sum is simply $S_n = na$.
Common denominator
Multiply $ar^k$ by $\dfrac{r-1}{r-1}$ to combine with the hypothesis fraction. The $ar^k$ terms cancel in the numerator.
State the condition
Always state $r \neq 1$ in your proof. Examiners award a mark for acknowledging this restriction.
03
What you'll master
Know

Key facts

  • $S_n = \dfrac{a(r^n - 1)}{r - 1}$ is the geometric series sum formula
  • The formula requires $r \neq 1$
  • The inductive step adds $ar^k$ and uses the common denominator $(r-1)$
Understand

Concepts

  • Why the $ar^k$ terms cancel in the numerator during simplification
  • Why the base case must explicitly evaluate both LHS and RHS
  • The importance of stating $r \neq 1$ throughout the proof
Can do

Skills

  • Write a complete induction proof for the geometric series formula
  • Apply the formula to find the sum of a given geometric series
  • Identify and avoid sign errors in the inductive step
04
Key terms
Geometric seriesThe sum of the terms of a geometric sequence. Each term is the previous term multiplied by the common ratio $r$.
Common ratio $r$The constant multiplier between consecutive terms: $r = \dfrac{t_{n+1}}{t_n}$.
First term $a$The initial term of the series, i.e. $t_1 = a$.
Inductive hypothesisThe assumption that the statement is true for $n = k$. Written explicitly in Step 2 of the proof.
Inductive stepStep 3: using the hypothesis to prove the statement for $n = k+1$.
$n$-th term $ar^{n-1}$The general term of a geometric sequence. In the inductive step the new term added is $ar^k$ (the $(k+1)$-th term).
05
The geometric series formula
core concept

A geometric series is a sum where each term is obtained by multiplying the previous term by a constant ratio $r$. The first term is $a$, so the series is:

$$a + ar + ar^2 + \cdots + ar^{n-1} = \frac{a(r^n - 1)}{r - 1}, \quad r \neq 1$$

Why does this work? Write $S = a + ar + \cdots + ar^{n-1}$. Multiply both sides by $r$: $rS = ar + ar^2 + \cdots + ar^n$. Subtract: $rS - S = ar^n - a$, so $S(r-1) = a(r^n - 1)$, giving $S = \dfrac{a(r^n-1)}{r-1}$.

Check your hook estimate: For $a=1$, $r=2$, $n=10$:

$S_{10} = \dfrac{1(2^{10}-1)}{2-1} = \dfrac{1024 - 1}{1} = \mathbf{1023}$

How close was your estimate?

Finance connection. If you invest $\$1000$ at 5% per year, after $n$ years the total value of annual payments forms a geometric series with $a = 1000$ and $r = 1.05$. The sum formula gives the total accumulated value directly.

Geometric series: $a+ar+ar^2+\cdots+ar^{n-1}=\frac{a(r^n-1)}{r-1}$, $r\neq1$. Derivation: $S-rS=a-ar^n \Rightarrow S(r-1)=a(r^n-1)$.

Pause — copy the geometric series formula $a+ar+\cdots+ar^{n-1}=\frac{a(r^n-1)}{r-1}$ and the algebraic derivation via $S-rS$ into your book.

Quick check: Which expression gives $S_5$ for the geometric series with $a = 3$ and $r = 2$?

06
The complete induction proof
core concept

We just saw that $a+ar+\cdots+ar^{n-1}=\frac{a(r^n-1)}{r-1}$ for $r\neq1$, derived algebraically via $S-rS=a-ar^n$. That raises a question: how does the inductive step handle adding $ar^k$ to $\frac{a(r^k-1)}{r-1}$ to produce $\frac{a(r^{k+1}-1)}{r-1}$? This card answers it → by expanding $ar^k(r-1)$ over the common denominator and cancelling the $ar^k$ terms.

We prove that $a + ar + ar^2 + \cdots + ar^{n-1} = \dfrac{a(r^n - 1)}{r - 1}$ for all positive integers $n$, where $r \neq 1$.

Step 1 — Base case ($n = 1$):

LHS $= a$

RHS $= \dfrac{a(r^1 - 1)}{r - 1} = \dfrac{a(r-1)}{r-1} = a$

LHS $=$ RHS. True for $n = 1$.

Step 2 — Inductive hypothesis:

Assume the statement is true for $n = k$ (where $k \geq 1$):

$$a + ar + ar^2 + \cdots + ar^{k-1} = \frac{a(r^k - 1)}{r - 1}$$

Step 3 — Inductive step ($n = k + 1$):

We need to prove:

$$a + ar + \cdots + ar^{k-1} + ar^k = \frac{a(r^{k+1} - 1)}{r - 1}$$

LHS $= \underbrace{\dfrac{a(r^k - 1)}{r - 1}}_{\text{inductive hypothesis}} + ar^k$

$= \dfrac{a(r^k - 1) + ar^k(r - 1)}{r - 1}$

$= \dfrac{ar^k - a + ar^{k+1} - ar^k}{r - 1}$

$= \dfrac{ar^{k+1} - a}{r - 1}$

$= \dfrac{a(r^{k+1} - 1)}{r - 1}$ $=$ RHS

By the principle of mathematical induction, the formula holds for all $n \geq 1$ (where $r \neq 1$). $\blacksquare$

Key cancellation. The $ar^k$ terms: $ar^k - ar^k = 0$. This cancellation is what makes the algebra clean — only $ar^{k+1}$ and $-a$ survive in the numerator.

We prove that $a + ar + ar^2 + \cdots + ar^{n-1} = \dfrac{a(r^n - 1)}{r - 1}$ for all positive integers $n$, where $r \neq 1$.

Pause — copy the complete GP induction proof, highlighting the key cancellation $ar^k - ar^k = 0$ in the numerator into your book.

Did you get this? True or false: in the inductive step, $ar^k(r-1)$ expands to $ar^{k+1} - ar^k$.

PROBLEM 1 · FULL INDUCTION PROOF

Prove by induction that $a + ar + ar^2 + \cdots + ar^{n-1} = \dfrac{a(r^n - 1)}{r - 1}$ for all positive integers $n$, where $r \neq 1$.

1
Base case $n=1$: LHS $= a$; RHS $= \dfrac{a(r-1)}{r-1} = a$. LHS $=$ RHS. ✓
Always evaluate both sides separately and state they are equal. One side might look trivial but the examiner needs both.
PROBLEM 2 · APPLYING THE FORMULA

Find the sum of the geometric series $4 + 12 + 36 + \cdots + 2916$.

1
Identify: $a = 4$, $r = 3$. Last term: $ar^{n-1} = 2916$, so $4 \times 3^{n-1} = 2916$.
Read $a$ from the first term and $r$ by dividing consecutive terms: $12 \div 4 = 3$.
PROBLEM 3 · FINDING THE SUM (GIVEN TERMS)

Find the sum of the geometric series $2 + 6 + 18 + \cdots$ (10 terms).

1
$a = 2$, $r = 3$, $n = 10$. Apply $S_{10} = \dfrac{a(r^n - 1)}{r - 1}$.
$n$ is given directly — no need to solve for it. Confirm $r = 6 \div 2 = 3$.

Fill the gap: For the series $1 + 3 + 9 + \cdots$ (5 terms), $a = 1$, $r = 3$, so $S_5 = \dfrac{1(3^5 - 1)}{3 - 1} = \dfrac{242}{2} = $ .

Trap 01
Using $r = 1$ in the formula
The formula $\dfrac{a(r^n-1)}{r-1}$ has a zero denominator when $r=1$. Always state $r \neq 1$ in your proof and remember that $S_n = na$ when $r = 1$. Examiners may explicitly test this edge case.
Trap 02
Sign errors when expanding $ar^k(r-1)$
$ar^k(r-1) = ar^{k+1} - ar^k$. The minus sign comes from distributing $ar^k$ over $(r-1)$. A common error is writing $ar^{k+1} + ar^k$ (wrong sign) or $a^{k+1}r - ar^k$ (wrong base). Expand carefully term by term.
Trap 03
Wrong target formula in the inductive step
Before starting Step 3, write down exactly what you need to prove: the formula with $k+1$ in place of $n$. The target is $\dfrac{a(r^{k+1}-1)}{r-1}$. Check your final line matches this exactly — do not confuse $r^{k+1}$ with $r^k \cdot r^k$.

Did you get this? True or false: when $r = 1$ the sum of the first $n$ terms of a geometric series is $S_n = na$.

Work mode · how are you completing this lesson?
1

Write out the complete induction proof for the geometric series formula in your own words, labelling each step clearly.

2

Find the sum of the geometric series $5 + 10 + 20 + \cdots$ (8 terms).

3

A geometric series has first term 6, common ratio $\frac{1}{2}$, and last term $\frac{3}{16}$. Find the number of terms and the sum.

4

Explain in words why the $ar^k$ terms cancel in the numerator during the inductive step. No algebra required.

5

What goes wrong if you forget to state $r \neq 1$ in the proof? Give a specific numerical example to illustrate the problem.

Odd one out: Three of these geometric series sums are correct. Which one is NOT?

11
Revisit your thinking

Earlier you estimated the sum of $1 + 2 + 4 + \cdots$ (10 terms).

The exact answer is $S_{10} = \dfrac{1(2^{10}-1)}{2-1} = \mathbf{1023}$. Did your intuition come close? Geometric series grow explosively — each doubling roughly doubles the running total. This is why the base case alone is never enough to establish a formula; induction is needed to capture the full pattern.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 32 marks

Q1. Find the sum of the geometric series $2 + 6 + 18 + \cdots$ (10 terms). (2 marks)

auto-saved
ApplyBand 43 marks

Q2. Prove by mathematical induction that $a + ar + ar^2 + \cdots + ar^{n-1} = \dfrac{a(r^n - 1)}{r - 1}$ for all positive integers $n$, where $r \neq 1$. (3 marks)

auto-saved
AnalyseBand 52 marks

Q3. A geometric series has first term $a = 4$, common ratio $r = 3$, and sum $S_n = 4372$. Find $n$. (2 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers: 2. $S_8 = \frac{5(2^8-1)}{1} = 5 \times 255 = 1275$  ·  3. $6 \cdot (1/2)^{n-1} = 3/16 \Rightarrow (1/2)^{n-1} = 1/32 = (1/2)^5 \Rightarrow n = 6$; $S_6 = \frac{6(1-(1/2)^6)}{1-1/2} = \frac{6 \cdot 63/64}{1/2} = \frac{378/64}{1/2} = 378/32 = 189/16$. Alternatively using $r<1$ form: $S_6 = \frac{6(1-(0.5)^6)}{0.5} = 12(1-1/64)= 12 \times 63/64 = 756/64 = 189/16$.

Q1 (2 marks): $a=2$, $r=3$, $n=10$. $S_{10} = \dfrac{2(3^{10}-1)}{3-1} = \dfrac{2 \times 59048}{2} = \mathbf{59048}$ [1 for formula, 1 for answer].

Q2 (3 marks): Base case $n=1$: LHS $= a =$ RHS [1]. Hypothesis: assume $S_k = \frac{a(r^k-1)}{r-1}$ [implicit]. Inductive step: $S_{k+1} = \frac{a(r^k-1)}{r-1} + ar^k = \frac{a(r^k-1)+ar^k(r-1)}{r-1} = \frac{ar^{k+1}-a}{r-1} = \frac{a(r^{k+1}-1)}{r-1}$ [1 for correct algebra]. Conclusion by induction [1].

Q3 (2 marks): $4372 = \frac{4(3^n-1)}{2}$ [1] $\Rightarrow 3^n - 1 = 2186 \Rightarrow 3^n = 2187 = 3^7 \Rightarrow \mathbf{n = 7}$ [1].

01
Boss battle · The Induction Master
earn bronze · silver · gold

Five timed questions. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering geometric series questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Induction for Geometric Series?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →