← Maths Extension 1 guides

NSWMaths Extension 1

HSC Maths Extension 1 mathematical induction: deep dive (2026 guide)

A complete deep dive into mathematical induction for HSC Mathematics Extension 1. The principle, the four-part structure, and worked walkthroughs of all three flavours (series, divisibility, inequalities) plus the standard exam traps.

Generated by Claude OpusReviewed by Better Tuition Academy13 min readNESA-MATH-EXT1-P1

What this guide covers

Mathematical induction is one of the highest-yield topics in HSC Mathematics Extension 1. It appears nearly every year, the structure is rigid, and the algebra is standardised. With practice, you should be able to bank these marks reliably.

This guide walks through the four-part structure, the three standard flavours (series, divisibility, inequalities), and the common traps. By the end you should have a template you can deploy on any HSC induction question.

The principle of mathematical induction

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

  1. IMATH_2 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 intuition is a chain of dominoes. The base case knocks down the first; the inductive step ensures each falling domino knocks down the next. So every domino falls.

The starting integer can be anything. For some statements (like 2n>n22^n > n^2), the base case is n=5n = 5. The induction proves P(n)P(n) for all nβ‰₯5n \ge 5.

The four-part structure

Every induction proof has exactly four parts. Markers want to see each one labelled.

Part 1: Base case

Substitute n=1n = 1 (or the smallest valid nn) into the statement and verify it by direct calculation. Show your working.

Part 2: Inductive hypothesis

Write "Assume the statement holds for n=kn = k, that is, [state the statement at n=kn = k]". This is the assumption you will use in the next part.

Part 3: Inductive step

Show that the statement holds at n=k+1n = k + 1. The technique depends on the flavour (series, divisibility, inequality), but the core move is to express the n=k+1n = k + 1 form in terms of the n=kn = k form, then substitute the hypothesis.

Part 4: Conclusion

End with "By the principle of mathematical induction, the statement holds for all positive integers nn." (Or the appropriate range.)

If a conclusion sentence is missing, markers can deduct a mark, even with otherwise correct working.

Flavour 1: Series identities

The most common HSC induction is a sum identity: βˆ‘i=1nai=f(n)\sum_{i = 1}^{n} a_i = f(n).

Standard technique

In the inductive step, write βˆ‘i=1k+1ai=βˆ‘i=1kai+ak+1\sum_{i = 1}^{k + 1} a_i = \sum_{i = 1}^{k} a_i + a_{k + 1}, substitute the hypothesis for the kk-term sum, then simplify to match f(k+1)f(k + 1).

Worked example: sum of squares

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

Base (n=1n = 1)
LHS =1= 1. RHS =1β‹…2β‹…36=1= \frac{1 \cdot 2 \cdot 3}{6} = 1. Equal.
Hypothesis
Assume βˆ‘i=1ki2=k(k+1)(2k+1)6\sum_{i = 1}^{k} i^2 = \frac{k(k + 1)(2 k + 1)}{6}.
Step
IMATH_28 by hypothesis.

Factor out (k+1)(k + 1): (k+1)[k(2k+1)6+(k+1)]=(k+1)[k(2k+1)+6(k+1)6]=(k+1)β‹…2k2+7k+66(k + 1) \left[ \frac{k(2 k + 1)}{6} + (k + 1) \right] = (k + 1) \left[ \frac{k(2 k + 1) + 6(k + 1)}{6} \right] = (k + 1) \cdot \frac{2 k^2 + 7 k + 6}{6}.

Factor: 2k2+7k+6=(k+2)(2k+3)2 k^2 + 7 k + 6 = (k + 2)(2 k + 3).

So βˆ‘i=1k+1i2=(k+1)(k+2)(2k+3)6\sum_{i = 1}^{k + 1} i^2 = \frac{(k + 1)(k + 2)(2 k + 3)}{6}, which is the formula at n=k+1n = k + 1.

Conclusion: By induction, the formula holds for all positive integers.

Flavour 2: Divisibility

Prove that E(n)E(n) is divisible by dd for all positive integers.

Standard technique

In the inductive step, manipulate E(k+1)E(k + 1) to expose a multiple of dd. Often the trick is to write E(k+1)E(k + 1) in terms of E(k)E(k) (using the hypothesis E(k)=dME(k) = d M) plus a remainder that is also a multiple of dd.

Worked example: 7nβˆ’17^n - 1 divisible by IMATH_43

Base (n=1n = 1)
IMATH_45 , divisible by 66. Holds.
Hypothesis
IMATH_47 for some integer MM.
Step
IMATH_49 .

Divisible by 66.

Conclusion: By induction, 7nβˆ’17^n - 1 is divisible by 66 for all positive integers nn.

A trickier divisibility

Prove 5n+35^n + 3 is divisible by 44 for all positive integers nn.

Base (n=1n = 1)
IMATH_58 , divisible by 44.
Hypothesis
IMATH_60 .
Step
IMATH_61 . We need to relate this to 5k+35^k + 3.

5β‹…5k+3=5(5k+3)βˆ’15+3=5(5k+3)βˆ’12=5β‹…4Mβˆ’12=4(5Mβˆ’3)5 \cdot 5^k + 3 = 5(5^k + 3) - 15 + 3 = 5(5^k + 3) - 12 = 5 \cdot 4 M - 12 = 4(5 M - 3).

Divisible by 44.

Conclusion: By induction, the result holds.

Flavour 3: Inequalities

Prove E(n)≀F(n)E(n) \le F(n) (or strict) for all nβ‰₯n0n \ge n_0.

Standard technique

In the inductive step, show that the growth from n=kn = k to n=k+1n = k + 1 on one side is at least as much as on the other. Use the hypothesis to bound E(k)E(k) in terms of F(k)F(k), then extend.

Worked example: 2n>n22^n > n^2 for IMATH_72

Base (n=5n = 5)
IMATH_74 . Holds.
Hypothesis
Assume 2k>k22^k > k^2 for some kβ‰₯5k \ge 5.
Step
IMATH_77 by hypothesis.

We want this to be β‰₯(k+1)2=k2+2k+1\ge (k + 1)^2 = k^2 + 2 k + 1. That is, 2k2β‰₯k2+2k+12 k^2 \ge k^2 + 2 k + 1, that is k2βˆ’2kβˆ’1β‰₯0k^2 - 2 k - 1 \ge 0, that is kβ‰₯1+2β‰ˆ2.41k \ge 1 + \sqrt{2} \approx 2.41.

For kβ‰₯5>2.41k \ge 5 > 2.41, this holds. So 2k+1>2k2β‰₯(k+1)22^{k + 1} > 2 k^2 \ge (k + 1)^2.

Conclusion: By induction, 2n>n22^n > n^2 for all nβ‰₯5n \ge 5.

Common traps and how to avoid them

Trap: Skipping the base case

A base case is not optional. Without it, your inductive step has nothing to start from. Always include it explicitly.

Trap: Assuming the conclusion

The hypothesis is the statement at n=kn = k. The step proves the statement at n=k+1n = k + 1. Do not phrase the step as "assume P(k+1)P(k + 1)" or substitute P(k+1)P(k + 1) into your work as a known fact.

Trap: Algebra in the step

Most exam errors are algebraic, not logical. Factor out common terms early. If you cannot match the target f(k+1)f(k + 1) form, write out f(k+1)f(k + 1) explicitly first and aim for it.

Trap: Off-by-one indexing

βˆ‘i=1k+1ai=βˆ‘i=1kai+ak+1\sum_{i = 1}^{k + 1} a_i = \sum_{i = 1}^{k} a_i + a_{k + 1}. The new term added is ak+1a_{k + 1}, not aka_k.

Trap: Missing conclusion

Mark-up rubrics often allocate a mark for the explicit "by the principle of mathematical induction" sentence. Do not forget it.

Trap: Strong induction without saying

If your step uses P(kβˆ’1)P(k - 1) in addition to P(k)P(k), you need strong induction. State the hypothesis as "assume P(j)P(j) holds for all 1≀j≀k1 \le j \le k".

Exam strategy

In Section II, induction questions typically run 4-6 marks. Allocate 5βˆ’85-8 minutes per question. The proof has four parts, each worth approximately one mark:

  • Base case (1 mark)
  • Inductive hypothesis (1 mark)
  • Inductive step, including correct algebraic manipulation and explicit use of the hypothesis (2-3 marks)
  • Conclusion (1 mark)

If you get stuck on the algebra, write down what the formula should look like at n=k+1n = k + 1 and work backwards. Markers reward partial progress.

Practice patterns

Pattern A: sum of an arithmetic-like or geometric-like series

Prove βˆ‘i=1n(3iβˆ’1)=n(3n+1)2\sum_{i = 1}^{n} (3 i - 1) = \frac{n(3 n + 1)}{2}, βˆ‘i=1n2i=2n+1βˆ’2\sum_{i = 1}^{n} 2^i = 2^{n + 1} - 2, or βˆ‘i=1ni(i+1)(i+2)=n(n+1)(n+2)(n+3)4\sum_{i = 1}^{n} i(i + 1)(i + 2) = \frac{n(n + 1)(n + 2)(n + 3)}{4}.

Pattern B: divisibility by a fixed integer

Prove 11nβˆ’4n11^n - 4^n is divisible by 77, or n3+5nn^3 + 5 n is divisible by 66.

Pattern C: exponential beats polynomial

Prove 3n>2n23^n > 2 n^2 for nβ‰₯4n \ge 4, or n!>3nn! > 3^n for nβ‰₯7n \ge 7.

Pattern D: recursive sequence has a given closed form

Sequence a1=1a_1 = 1, an+1=3an+2a_{n + 1} = 3 a_n + 2. Prove an=2β‹…3nβˆ’1βˆ’1a_n = 2 \cdot 3^{n - 1} - 1.

Where induction appears in the wider syllabus

Induction is not just a stand-alone topic. It underpins:

  • Proof of Pascal's rule and the binomial theorem.
  • Verification of closed-form formulas for recursively defined sequences.
  • Proofs of divisibility results that show up in number theory (Extension 2).
  • Geometric proofs by induction on the number of sides, regions, or vertices.

The technique is genuinely useful for the rest of your maths education, not just an HSC topic.

Linked dot points

For more detail on the three flavours, see the dot point pages at induction on series, induction on divisibility, induction on inequalities, and induction on general statements.

For NESA past papers and marking guidelines, refer to educationstandards.nsw.edu.au.

  • induction
  • proof
  • hsc-maths-extension-1
  • year-12
  • 2026