← Proof (ME-P1)

NSWMaths Extension 1Syllabus dot point

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.

Generated by Claude OpusReviewed by Better Tuition Academy8 min answer

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 nn. The proof has a standard four-part structure that you must reproduce exactly.

The answer

The principle

Let P(n)P(n) be a statement about a positive integer nn. If:

  1. IMATH_9 is true (base case), and
  2. for all positive integers kk, P(k)β€…β€ŠβŸΉβ€…β€ŠP(k+1)P(k) \implies P(k + 1) (inductive step),

then P(n)P(n) is true for all positive integers nβ‰₯1n \ge 1.

(The base case may sometimes be n=0n = 0 or some other starting integer, depending on what the problem asserts.)

The standard four-part structure

Part 1: Base case
Verify P(1)P(1) directly by substituting n=1n = 1 into both sides.
Part 2: Inductive hypothesis
Assume P(k)P(k) for some positive integer kk. Write the assumed identity explicitly.
Part 3: Inductive step
Use the hypothesis to derive P(k+1)P(k + 1). The standard technique is to write the (k+1)(k + 1)-term sum as the kk-term sum (which the hypothesis gives a formula for) plus the new (k+1)(k + 1)-th term, then simplify to the right form.
Part 4: Conclusion
By the principle of mathematical induction, P(n)P(n) holds for all positive integers nn.

Common series formulas (good to memorise)

βˆ‘i=1ni=n(n+1)2,\sum_{i = 1}^{n} i = \frac{n(n + 1)}{2},

βˆ‘i=1ni2=n(n+1)(2n+1)6,\sum_{i = 1}^{n} i^2 = \frac{n(n + 1)(2 n + 1)}{6},

βˆ‘i=1ni3=(n(n+1)2)2,\sum_{i = 1}^{n} i^3 = \left( \frac{n(n + 1)}{2} \right)^2,

βˆ‘i=0nβˆ’1ari=aβ‹…rnβˆ’1rβˆ’1(rβ‰ 1).\sum_{i = 0}^{n - 1} a r^i = a \cdot \frac{r^n - 1}{r - 1} \quad (r \neq 1).

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:

  1. Start with LHS for n=k+1n = k + 1. Split off the last term.
  2. Substitute the hypothesis for the kk-term sum.
  3. Factor or simplify to match the formula for n=k+1n = k + 1.

Always check that your simplified expression really does equal the RHS at n=k+1n = k + 1. If you get stuck, write both sides for n=k+1n = k + 1 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 nn, 1+2+3+β‹―+n=n(n+1)21 + 2 + 3 + \dots + n = \frac{n(n + 1)}{2}.
Show worked answer β†’

Base case (n=1n = 1): LHS =1= 1, RHS =1β‹…22=1= \frac{1 \cdot 2}{2} = 1. Equal, so the statement holds for n=1n = 1.

Inductive hypothesis: Assume the statement holds for n=kn = k, that is

1+2+β‹―+k=k(k+1)21 + 2 + \dots + k = \frac{k(k + 1)}{2}.

Inductive step: Show the statement holds for n=k+1n = k + 1:

1+2+β‹―+k+(k+1)=k(k+1)2+(k+1)1 + 2 + \dots + k + (k + 1) = \frac{k(k + 1)}{2} + (k + 1) by the hypothesis.

=(k+1)[k2+1]=(k+1)β‹…k+22=(k+1)(k+2)2= (k + 1) \left[ \frac{k}{2} + 1 \right] = (k + 1) \cdot \frac{k + 2}{2} = \frac{(k + 1)(k + 2)}{2}.

This is the formula with nn replaced by k+1k + 1. So the statement holds for n=k+1n = k + 1 whenever it holds for n=kn = k.

Conclusion: By the principle of mathematical induction, the statement holds for all positive integers nn.

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