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 principle as a chain of dominoes, the standard four-part structure, the split-off-the-last-term technique that drives every inductive step, the four sum formulas worth memorising, and fully worked proofs for sums of integers, squares, cubes, geometric series and partial-fraction telescoping sums.
Reviewed by: AI editorial process; not yet individually human-reviewed
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 a formula for a finite sum is correct for every positive integer , not just for the few values you could check by hand. A series identity is a claim of the form "this running total equals this closed expression", and induction is the natural tool because the running total at is built directly out of the running total at . The proof always has the same four named parts, and the marks are spread across all four, so reproducing the structure exactly is half the task.
The answer
The principle of mathematical induction
The principle of mathematical induction lets you prove infinitely many statements at once from two finite checks. Let be a statement about a positive integer . If
- is true (the base case), and
- for every positive integer , the implication holds (the inductive step),
then is true for all integers .
The picture to keep in your head is a row of dominoes. The base case knocks the first one over; the inductive step guarantees that whichever domino falls knocks over the next; together they topple the whole infinite chain.
Two checks, not infinitely many: that is the whole power of the method. Notice that the base case may start at or some other integer rather than if that is what the statement asserts; start the chain at whatever the smallest claimed value of is.
The standard four-part structure
The four-part structure is the template every series proof must follow, and you should write each part with its own heading or label so the marker can tick them off.
- Part 1: Base case
- Verify by substituting into both sides separately and checking they are equal. Compute the two sides independently; never assume they match.
- Part 2: Inductive hypothesis
- Assume holds for some positive integer , and write the assumed identity out in full. This line is the fact you are allowed to use later, so make it explicit.
- Part 3: Inductive step
- Prove using the hypothesis. For a series, the move is mechanical: write the -term sum as the -term sum plus the new last term, replace the -term sum by the formula the hypothesis gives, then simplify to the closed form with substituted.
- Part 4: Conclusion
- State that since the base case holds and , by the principle of mathematical induction holds for all positive integers .
Common series formulas worth memorising
The four standard sum formulas come up constantly, both as the thing you must prove and as a result you can quote elsewhere:
You should be able to prove each of these on demand. A neat sanity check: the sum of cubes equals the square of the sum of integers, so .
The split-off-the-last-term technique
The technique that drives the inductive step is always the same: peel off the final term so the rest matches the hypothesis. In symbols,
So the recipe for Part 3 is:
- Write the LHS for and split off the -th term.
- Replace the remaining -term sum by the closed form from the hypothesis.
- Factor out the common factor (almost always ) and simplify until you reach the target formula with in place of .
If the algebra gets messy, write down the target RHS at first and steer your working towards it; knowing where you are heading makes the factoring obvious.
How exam questions ask about series identities
- "Prove by mathematical induction that ": the direct instruction. Reproduce all four parts; the verb "induction" tells you no other method earns the marks.
- "Prove that for all positive integers ": the same task even though "induction" is not named, when is a sum. Use the four-part structure.
- "Hence find ": a follow-up after you have proved the identity; substitute into the closed form you just proved.
- "Show that the result holds for , then prove it in general": the first part is the base case (plus two extra checks for confidence); the "in general" part is the full induction.
- "Prove ": a telescoping or partial-fraction sum. Induction works exactly as for polynomial sums; split off the last term and simplify.
Edge cases and what-ifs
- A base case that is not . If the identity is only claimed for (for instance because a term is undefined at ), verify the base case at and run the step from . The logic is unchanged.
- Checking your closed form first. If you are unsure of the formula, evaluate the sum at and confirm the closed form matches before you commit to a proof. The base case only checks one value, so a wrong formula can still pass it.
- Telescoping as a cross-check. A sum like also collapses directly because . Induction is still the method the question asks for, but the telescoped value is a fast way to confirm your target RHS is right.
- The empty sum. A sum from to is empty and equals . This is why a base case at for also works: both sides are .
Exam-style practice questions
Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
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.
