HSC Maths Proofs and Induction: The Complete Guide (Ext 1 & Ext 2)

Last updated: 24 July 2026

Proofs separate Extension from Advanced. Less computation, more logic. Good news: the structure is always the same. Learn the skeleton, fill in the details, collect the marks.

Mathematical induction

Induction is the most common proof method in the HSC. It has three steps:

  1. Prove it's true for n = 1 (the base case)
  2. Assume true for n = k (the induction hypothesis)
  3. Prove it's true for n = k + 1 (the inductive step)

Then conclude: by mathematical induction, it's true for all positive integers.

Induction example: sum of first n integers

Prove 1+2+3+...+n=fracn(n+1)21 + 2 + 3 + ... + n = \\frac{n(n+1)}{2}.

Step 1 (n = 1): LHS = 1, RHS = 1(2)/2 = 1. True.

Step 2 (assume n = k): 1+2+...+k=frack(k+1)21 + 2 + ... + k = \\frac{k(k+1)}{2}

Step 3 (prove n = k+1): 1+2+...+k+(k+1)=frack(k+1)2+(k+1)1 + 2 + ... + k + (k+1) = \\frac{k(k+1)}{2} + (k+1) =frack(k+1)+2(k+1)2= \\frac{k(k+1) + 2(k+1)}{2} =frac(k+1)(k+2)2= \\frac{(k+1)(k+2)}{2} =frac(k+1)((k+1)+1)2= \\frac{(k+1)((k+1)+1)}{2}

That's the formula with n = k+1. Done.

Induction traps

Proof by contradiction

Assume the opposite of what you want to prove, then show it leads to a logical contradiction.

Classic HSC example: "Prove sqrt2\\sqrt{2} is irrational."

Assume sqrt2=p/q\\sqrt{2} = p/q in simplest form (p and q have no common factors). Square both sides: 2=p2/q22 = p^2/q^2, so p2=2q2p^2 = 2q^2. This means p² is even, so p is even. Write p = 2r. Then (2r)2=2q2(2r)^2 = 2q^2, so 4r2=2q24r^2 = 2q^2, so q2=2r2q^2 = 2r^2. This means q² is even, so q is even. But if both p and q are even, they share a factor of 2 — contradicting our assumption that p/q was in simplest form.

Direct proof

Sometimes you just need to chain logical steps from what you know to what you need to show. These are common in geometry and vectors: "given this, prove that."

The key: write each step clearly. HSC markers award marks for correct logical flow even if your algebraic manipulation has minor errors, as long as the reasoning is sound.

What NESA actually asks

Induction shows up every year in Ext 1 and Ext 2. Typically:

Proof by contradiction is less common but showed up in recent years for irrationality and geometry.

Practise the structure

Induction is 90% structure, 10% algebra. Do 5 induction proofs in a row and the pattern becomes automatic. The algebra changes but the skeleton doesn't.

Practise proof questions with step-by-step solutions on PracticePapers.io, free during beta.

Quick summary