How do we use mathematical induction to prove identities involving sums of a sequence?
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.
Have a quick question? Jump to the Q&A page
What this dot point is asking
NESA wants you to use mathematical induction to prove that an identity for a finite sum holds for every positive integer . The proof has a standard four-part structure that you must reproduce exactly.
The answer
The principle
Let be a statement about a positive integer . If:
- IMATH_9 is true (base case), and
- for all positive integers , (inductive step),
then is true for all positive integers .
(The base case may sometimes be or some other starting integer, depending on what the problem asserts.)
The standard four-part structure
- Part 1: Base case
- Verify directly by substituting into both sides.
- Part 2: Inductive hypothesis
- Assume for some positive integer . Write the assumed identity explicitly.
- Part 3: Inductive step
- Use the hypothesis to derive . The standard technique is to write the -term sum as the -term sum (which the hypothesis gives a formula for) plus the new -th term, then simplify to the right form.
- Part 4: Conclusion
- By the principle of mathematical induction, holds for all positive integers .
Common series formulas (good to memorise)
You should be able to prove each of these by induction.
The induction-step algebra
The hardest part is the algebra in the inductive step. The pattern:
- Start with LHS for . Split off the last term.
- Substitute the hypothesis for the -term sum.
- Factor or simplify to match the formula for .
Always check that your simplified expression really does equal the RHS at . If you get stuck, write both sides for first and aim for the target.
Past exam questions, worked
Real questions from past NESA papers on this dot point, with our answer explainer.
2023 HSC Q155 marksProve by mathematical induction that for all positive integers , .Show worked answer β
Base case (): LHS , RHS . Equal, so the statement holds for .
Inductive hypothesis: Assume the statement holds for , that is
.
Inductive step: Show the statement holds for :
by the hypothesis.
.
This is the formula with replaced by . So the statement holds for whenever it holds for .
Conclusion: By the principle of mathematical induction, the statement holds for all positive integers .
Markers reward each of the four parts (base, hypothesis, step, conclusion), the algebraic manipulation in the step, and the explicit citation of the inductive hypothesis.
Related dot points
- 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.
- 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 .