How do we use mathematical induction to prove divisibility statements?
Prove divisibility statements involving an integer parameter using mathematical induction
A focused answer to the HSC Maths Extension 1 dot point on induction proofs of divisibility. The standard four-part structure, the trick of writing expressions in terms of the case plus a divisible chunk, and worked examples.
Have a quick question? Jump to the Q&A page
What this dot point is asking
NESA wants you to use induction to prove that an expression involving an integer parameter is divisible by a fixed integer. The trick is in the inductive step: write in terms of plus a term that is plainly divisible.
The answer
The structure
To prove is divisible by for all positive integers :
- Base case: Verify is divisible by by direct substitution.
- Inductive hypothesis: Assume is divisible by , that is for some integer .
- Inductive step: Show is divisible by . Write in a form that uses from the hypothesis, plus a term that is itself a multiple of .
- Conclusion: By the principle of mathematical induction, is divisible by for all positive integers .
The standard algebraic move
For , the most common technique is:
- Factor out the common growth term (multiply by the base of the exponent, or expand the recurrence).
- Rewrite using from the hypothesis.
- Show the remaining algebra produces another multiple of .
Example pattern: divisible by IMATH_27
For divisible by (for any integer ): the standard manipulation is
By the inductive hypothesis, is a multiple of . Adding another keeps it a multiple.
Example pattern: combine two cases
For statements like divisible by , expand and rewrite as plus extra terms. The hypothesis covers ; show the extra is a multiple of .
Different starting integer
If the statement is "for all " or "for all ", start the base case at the smallest valid and adjust accordingly. The induction step still goes from to .
Past exam questions, worked
Real questions from past NESA papers on this dot point, with our answer explainer.
2022 HSC Q234 marksProve by mathematical induction that is divisible by for all positive integers .Show worked answer β
- Base ()
- IMATH_1 , which is divisible by . Holds.
- Hypothesis
- Assume is divisible by for some positive integer . So for some integer .
- Step
- Consider .
This is times an integer, so is divisible by .
Conclusion: By induction, is divisible by for all positive integers .
Markers reward each part, the algebraic manipulation that splits off the divisible chunk, and the explicit conclusion.
Related dot points
- Prove identities for sums of series using the principle of mathematical induction
A focused answer to the HSC Maths Extension 1 dot point on induction proofs of series identities. The base case, induction hypothesis, induction step, and conclusion, applied to sums of integers, squares, cubes and geometric-like patterns, with worked examples.
- Prove inequalities involving an integer parameter using mathematical induction
A focused answer to the HSC Maths Extension 1 dot point on induction for inequalities. The standard structure, the trick of strengthening one side to match the hypothesis, and worked examples including and .