Knock over the first domino, and prove each one topples the next. The maths is usually easy; the marks are in saying it in exactly the right words.
Induction has four parts. Every one carries marks, and the last one is the part most candidates omit.
You assume it for some particular — one domino — and deduce the next. Assuming it for all assumes what you are proving. Say "assume is true for some positive integer ".
Statement. Let be .
Base case. When : LHS ; RHS . Equal, so is true.
Inductive step. Assume : . Then
Take out — aiming at the target form:
which is exactly (replace by in the statement). So .
Conclusion. is true and , so by induction is true for all positive integers .
Always split off the last term: . Then factor out the common bracket from the target and match what is left.
To show is divisible by , express in terms of :
Then if , both pieces are divisible by , so . Finding the right is the whole skill: it is usually the base of the fastest-growing exponential.
Statement. Let be " is divisible by ".
Base case. , so is true.
Inductive step. Assume is divisible by . Now
The fastest-growing term has base , so subtract :
is divisible by by the assumption, and is a multiple of because is an integer. So is divisible by , i.e. .
Conclusion. By induction, is divisible by for all positive integers .
Check: , and ✓
Writing with " an integer" at the start makes the last line airtight: you can then say , and the bracket is visibly an integer. Vague phrasing like "so it works" scores nothing.
Prove that for ,
Base case. gives ✓
Inductive step. Assume the formula holds for . Then :
Top-left: ✓
Top-right: ✓
Bottom-left: ✓
Bottom-right: ✓
Every entry is the formula with in place of , so , and the result follows by induction.
Use so the assumption is available immediately. And turn every into as you go: the target form is what you are matching, and leaving mixed notation is how sign and index errors hide.
The sequence is defined by with . Prove that .
Base case. ✓ matching the given first term.
Inductive step. Assume . Then, using the recurrence,
which is the formula with in place of (since ). So , and the result follows by induction.
Check: and ✓; and ✓
Prove that .
Base case. : by the product rule ✓
Inductive step. Assume the th derivative is . Differentiating once more,
which is the formula with in place of . By induction the result holds for all positive integers .
The syllabus asks you to spot when a short trial suggests a pattern, and then nail it down with induction. Trial alone is never a proof — but it is how you find the thing to prove.
Trial. Compute the first few and look for a pattern next to the factorials:
| 1 | 2 | 3 | 4 | |
|---|---|---|---|---|
| sum | ||||
| compare |
Conjecture. .
Proof. Base case : LHS ; RHS ✓. Assume it holds for . Then
and taking out the common factor :
which is the conjecture with in place of . So by induction it holds for all positive integers .
Checking cases builds a conjecture, never a proof. Write "this suggests…" for the trial and keep the word "hence" or "therefore" for the induction. Marks are given for knowing the difference.
Pick a result and raise . Each domino is checked independently — the left-hand side is computed from scratch and compared with the formula — so a green chain is real evidence, not a restatement. The base case is starred; the arrows are what the inductive step buys you.
every domino falls ✎
To prove by induction, the base case requires you to show that:
LHS and RHS . Both are , so is true. The trap answer comes from forgetting to square the .
Let . Which identity makes the inductive step work?
. Subtracting leaves . Both terms on the right are then divisible by . Check with : , and ✓
equals:
The first few sums are , which are . So the conjecture is , proved by induction in §6.
For with , the closed form is:
The terms are . Testing kills three of the options at once: ✓, while , (but then gives ), and . The proof is in §5.
Prove by induction that, for all positive integers ,
Statement. Let be , where .
Base case. When the formula gives . So is true.
Inductive step. Assume for some positive integer , i.e. . Then, multiplying on the right by so the assumption can be used directly,
Simplify the top-right entry: ; and the bottom-right is . Hence
which is precisely . So .
Conclusion. is true, and for every positive integer . Therefore, by mathematical induction, is true for all positive integers .
Check with : , and the formula gives ✓