HSC Maths Extension 1 mathematical induction: deep dive (2026 guide)
A complete deep dive into mathematical induction for HSC Mathematics Extension 1. The principle, the four-part structure, and worked walkthroughs of all three flavours (series, divisibility, inequalities) plus the standard exam traps.
What this guide covers
Mathematical induction is one of the highest-yield topics in HSC Mathematics Extension 1. It appears nearly every year, the structure is rigid, and the algebra is standardised. With practice, you should be able to bank these marks reliably.
This guide walks through the four-part structure, the three standard flavours (series, divisibility, inequalities), and the common traps. By the end you should have a template you can deploy on any HSC induction question.
The principle of mathematical induction
Let be a statement about a positive integer . If:
- IMATH_2 is true (base case), and
- for all positive integers , (inductive step),
then is true for all positive integers .
The intuition is a chain of dominoes. The base case knocks down the first; the inductive step ensures each falling domino knocks down the next. So every domino falls.
The starting integer can be anything. For some statements (like ), the base case is . The induction proves for all .
The four-part structure
Every induction proof has exactly four parts. Markers want to see each one labelled.
Part 1: Base case
Substitute (or the smallest valid ) into the statement and verify it by direct calculation. Show your working.
Part 2: Inductive hypothesis
Write "Assume the statement holds for , that is, [state the statement at ]". This is the assumption you will use in the next part.
Part 3: Inductive step
Show that the statement holds at . The technique depends on the flavour (series, divisibility, inequality), but the core move is to express the form in terms of the form, then substitute the hypothesis.
Part 4: Conclusion
End with "By the principle of mathematical induction, the statement holds for all positive integers ." (Or the appropriate range.)
If a conclusion sentence is missing, markers can deduct a mark, even with otherwise correct working.
Flavour 1: Series identities
The most common HSC induction is a sum identity: .
Standard technique
In the inductive step, write , substitute the hypothesis for the -term sum, then simplify to match .
Worked example: sum of squares
Prove .
- Base ()
- LHS . RHS . Equal.
- Hypothesis
- Assume .
- Step
- IMATH_28 by hypothesis.
Factor out : .
Factor: .
So , which is the formula at .
Conclusion: By induction, the formula holds for all positive integers.
Flavour 2: Divisibility
Prove that is divisible by for all positive integers.
Standard technique
In the inductive step, manipulate to expose a multiple of . Often the trick is to write in terms of (using the hypothesis ) plus a remainder that is also a multiple of .
Worked example: divisible by IMATH_43
- Base ()
- IMATH_45 , divisible by . Holds.
- Hypothesis
- IMATH_47 for some integer .
- Step
- IMATH_49 .
Divisible by .
Conclusion: By induction, is divisible by for all positive integers .
A trickier divisibility
Prove is divisible by for all positive integers .
- Base ()
- IMATH_58 , divisible by .
- Hypothesis
- IMATH_60 .
- Step
- IMATH_61 . We need to relate this to .
.
Divisible by .
Conclusion: By induction, the result holds.
Flavour 3: Inequalities
Prove (or strict) for all .
Standard technique
In the inductive step, show that the growth from to on one side is at least as much as on the other. Use the hypothesis to bound in terms of , then extend.
Worked example: for IMATH_72
- Base ()
- IMATH_74 . Holds.
- Hypothesis
- Assume for some .
- Step
- IMATH_77 by hypothesis.
We want this to be . That is, , that is , that is .
For , this holds. So .
Conclusion: By induction, for all .
Common traps and how to avoid them
Trap: Skipping the base case
A base case is not optional. Without it, your inductive step has nothing to start from. Always include it explicitly.
Trap: Assuming the conclusion
The hypothesis is the statement at . The step proves the statement at . Do not phrase the step as "assume " or substitute into your work as a known fact.
Trap: Algebra in the step
Most exam errors are algebraic, not logical. Factor out common terms early. If you cannot match the target form, write out explicitly first and aim for it.
Trap: Off-by-one indexing
. The new term added is , not .
Trap: Missing conclusion
Mark-up rubrics often allocate a mark for the explicit "by the principle of mathematical induction" sentence. Do not forget it.
Trap: Strong induction without saying
If your step uses in addition to , you need strong induction. State the hypothesis as "assume holds for all ".
Exam strategy
In Section II, induction questions typically run 4-6 marks. Allocate minutes per question. The proof has four parts, each worth approximately one mark:
- Base case (1 mark)
- Inductive hypothesis (1 mark)
- Inductive step, including correct algebraic manipulation and explicit use of the hypothesis (2-3 marks)
- Conclusion (1 mark)
If you get stuck on the algebra, write down what the formula should look like at and work backwards. Markers reward partial progress.
Practice patterns
Pattern A: sum of an arithmetic-like or geometric-like series
Prove , , or .
Pattern B: divisibility by a fixed integer
Prove is divisible by , or is divisible by .
Pattern C: exponential beats polynomial
Prove for , or for .
Pattern D: recursive sequence has a given closed form
Sequence , . Prove .
Where induction appears in the wider syllabus
Induction is not just a stand-alone topic. It underpins:
- Proof of Pascal's rule and the binomial theorem.
- Verification of closed-form formulas for recursively defined sequences.
- Proofs of divisibility results that show up in number theory (Extension 2).
- Geometric proofs by induction on the number of sides, regions, or vertices.
The technique is genuinely useful for the rest of your maths education, not just an HSC topic.
Linked dot points
For more detail on the three flavours, see the dot point pages at induction on series, induction on divisibility, induction on inequalities, and induction on general statements.
For NESA past papers and marking guidelines, refer to educationstandards.nsw.edu.au.