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, plus a set of practice questions with full step-by-step solutions.
The principle of mathematical induction
Let P ( n ) P(n) P ( n ) be a statement about a positive integer n n n . If:
P ( 1 ) P(1) P ( 1 ) is true (base case), and
for all positive integers k k k , P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k + 1) P ( k ) βΉ P ( k + 1 ) (inductive step),
then P ( n ) P(n) P ( n ) is true for all positive integers n β₯ 1 n \ge 1 n β₯ 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 2 n > n 2 2^n > n^2 2 n > n 2 ), the base case is n = 5 n = 5 n = 5 . The induction proves P ( n ) P(n) P ( n ) for all n β₯ 5 n \ge 5 n β₯ 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 = 1 n = 1 n = 1 (or the smallest valid n n n ) into the statement and verify it by direct calculation. Show your working.
Part 2: Inductive hypothesis
Write "Assume the statement holds for n = k n = k n = k , that is, [state the statement at n = k n = k n = k ]". This is the assumption you will use in the next part.
Part 3: Inductive step
Show that the statement holds at n = k + 1 n = k + 1 n = k + 1 . The technique depends on the flavour (series, divisibility, inequality), but the core move is to express the n = k + 1 n = k + 1 n = k + 1 form in terms of the n = k n = k n = k form, then substitute the hypothesis.
Part 4: Conclusion
End with "By the principle of mathematical induction, the statement holds for all positive integers n n n ." (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 = 1 n a i = f ( n ) \sum_{i = 1}^{n} a_i = f(n) β i = 1 n β a i β = f ( n ) .
Standard technique
In the inductive step, write β i = 1 k + 1 a i = β i = 1 k a i + a k + 1 \sum_{i = 1}^{k + 1} a_i = \sum_{i = 1}^{k} a_i + a_{k + 1} β i = 1 k + 1 β a i β = β i = 1 k β a i β + a k + 1 β , substitute the hypothesis for the k k k -term sum, then simplify to match f ( k + 1 ) f(k + 1) f ( k + 1 ) .
Prove by induction that
β i = 1 n i 2 = n ( n + 1 ) ( 2 n + 1 ) 6 \sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6} β i = 1 n β i 2 = 6 n ( n + 1 ) ( 2 n + 1 ) β for all integers
n β₯ 1 n \geq 1 n β₯ 1 Step 1. Base case (n = 1 n = 1 n = 1 ). Verify the statement at the smallest valid integer. LHS = 1 2 = 1 = 1^2 = 1 = 1 2 = 1 . RHS = 1 β
2 β
3 6 = 1 = \frac{1 \cdot 2 \cdot 3}{6} = 1 = 6 1 β
2 β
3 β = 1 . LHS = = = RHS, so the statement holds for n = 1 n = 1 n = 1 .
Step 2. Inductive hypothesis. Assume the statement holds for some integer n = k β₯ 1 n = k \geq 1 n = k β₯ 1 , that is,
β i = 1 k i 2 = k ( k + 1 ) ( 2 k + 1 ) 6 . \sum_{i=1}^{k} i^2 = \frac{k(k+1)(2k+1)}{6}. i = 1 β k β i 2 = 6 k ( k + 1 ) ( 2 k + 1 ) β .
Step 3. Set up the n = k + 1 n = k + 1 n = k + 1 sum. Split off the last term so the hypothesis can be substituted directly.
β i = 1 k + 1 i 2 = β i = 1 k i 2 + ( k + 1 ) 2 = k ( k + 1 ) ( 2 k + 1 ) 6 + ( k + 1 ) 2 . \sum_{i=1}^{k+1} i^2 = \sum_{i=1}^{k} i^2 + (k+1)^2 = \frac{k(k+1)(2k+1)}{6} + (k+1)^2. i = 1 β k + 1 β i 2 = i = 1 β k β i 2 + ( k + 1 ) 2 = 6 k ( k + 1 ) ( 2 k + 1 ) β + ( k + 1 ) 2 .
Step 4. Common factor. Factor out k + 1 6 \frac{k+1}{6} 6 k + 1 β so the algebra collapses to a single product.
= ( k + 1 ) [ k ( 2 k + 1 ) + 6 ( k + 1 ) ] 6 = ( k + 1 ) ( 2 k 2 + 7 k + 6 ) 6 . = \frac{(k+1) \left[ k(2k+1) + 6(k+1) \right]}{6} = \frac{(k+1)(2k^2 + 7k + 6)}{6}. = 6 ( k + 1 ) [ k ( 2 k + 1 ) + 6 ( k + 1 ) ] β = 6 ( k + 1 ) ( 2 k 2 + 7 k + 6 ) β .
Step 5. Factor the quadratic. Confirm the expression matches the formula at n = k + 1 n = k + 1 n = k + 1 . Since 2 k 2 + 7 k + 6 = ( k + 2 ) ( 2 k + 3 ) 2k^2 + 7k + 6 = (k + 2)(2k + 3) 2 k 2 + 7 k + 6 = ( k + 2 ) ( 2 k + 3 ) ,
β i = 1 k + 1 i 2 = ( k + 1 ) ( k + 2 ) ( 2 k + 3 ) 6 = ( k + 1 ) ( ( k + 1 ) + 1 ) ( 2 ( k + 1 ) + 1 ) 6 . \sum_{i=1}^{k+1} i^2 = \frac{(k+1)(k+2)(2k+3)}{6} = \frac{(k+1)\big((k+1)+1\big)\big(2(k+1)+1\big)}{6}. i = 1 β k + 1 β i 2 = 6 ( k + 1 ) ( k + 2 ) ( 2 k + 3 ) β = 6 ( k + 1 ) ( ( k + 1 ) + 1 ) ( 2 ( k + 1 ) + 1 ) β .
This is the formula at n = k + 1 n = k + 1 n = k + 1 , so P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) .
Conclusion. By the principle of mathematical induction, β i = 1 n i 2 = n ( n + 1 ) ( 2 n + 1 ) 6 \sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6} β i = 1 n β i 2 = 6 n ( n + 1 ) ( 2 n + 1 ) β for all integers n β₯ 1 n \geq 1 n β₯ 1 .
Prove by induction that
β i = 1 n i ( i + 1 ) = n ( n + 1 ) ( n + 2 ) 3 \sum_{i=1}^{n} i(i+1) = \frac{n(n+1)(n+2)}{3} β i = 1 n β i ( i + 1 ) = 3 n ( n + 1 ) ( n + 2 ) β for all integers
n β₯ 1 n \geq 1 n β₯ 1 Step 1. Base case (n = 1 n = 1 n = 1 ). LHS = 1 β
2 = 2 = 1 \cdot 2 = 2 = 1 β
2 = 2 . RHS = 1 β
2 β
3 3 = 2 = \frac{1 \cdot 2 \cdot 3}{3} = 2 = 3 1 β
2 β
3 β = 2 . The statement holds for n = 1 n = 1 n = 1 .
Step 2. Inductive hypothesis. Assume the statement holds at n = k n = k n = k :
β i = 1 k i ( i + 1 ) = k ( k + 1 ) ( k + 2 ) 3 . \sum_{i=1}^{k} i(i+1) = \frac{k(k+1)(k+2)}{3}. i = 1 β k β i ( i + 1 ) = 3 k ( k + 1 ) ( k + 2 ) β .
Step 3. Split off the ( k + 1 ) (k+1) ( k + 1 ) -th term. Use the hypothesis to rewrite the partial sum.
β i = 1 k + 1 i ( i + 1 ) = k ( k + 1 ) ( k + 2 ) 3 + ( k + 1 ) ( k + 2 ) . \sum_{i=1}^{k+1} i(i+1) = \frac{k(k+1)(k+2)}{3} + (k+1)(k+2). i = 1 β k + 1 β i ( i + 1 ) = 3 k ( k + 1 ) ( k + 2 ) β + ( k + 1 ) ( k + 2 ) .
Step 4. Common factor ( k + 1 ) ( k + 2 ) 3 \frac{(k+1)(k+2)}{3} 3 ( k + 1 ) ( k + 2 ) β . Pull it out and combine the bracket.
= ( k + 1 ) ( k + 2 ) [ k + 3 ] 3 = ( k + 1 ) ( k + 2 ) ( k + 3 ) 3 . = \frac{(k+1)(k+2) \left[ k + 3 \right]}{3} = \frac{(k+1)(k+2)(k+3)}{3}. = 3 ( k + 1 ) ( k + 2 ) [ k + 3 ] β = 3 ( k + 1 ) ( k + 2 ) ( k + 3 ) β .
Step 5. Match the target. The right-hand side at n = k + 1 n = k + 1 n = k + 1 is ( k + 1 ) ( ( k + 1 ) + 1 ) ( ( k + 1 ) + 2 ) 3 = ( k + 1 ) ( k + 2 ) ( k + 3 ) 3 \frac{(k+1)\big((k+1)+1\big)\big((k+1)+2\big)}{3} = \frac{(k+1)(k+2)(k+3)}{3} 3 ( k + 1 ) ( ( k + 1 ) + 1 ) ( ( k + 1 ) + 2 ) β = 3 ( k + 1 ) ( k + 2 ) ( k + 3 ) β . The two expressions agree, so P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) .
Conclusion. By the principle of mathematical induction, β i = 1 n i ( i + 1 ) = n ( n + 1 ) ( n + 2 ) 3 \sum_{i=1}^{n} i(i+1) = \frac{n(n+1)(n+2)}{3} β i = 1 n β i ( i + 1 ) = 3 n ( n + 1 ) ( n + 2 ) β for all integers n β₯ 1 n \geq 1 n β₯ 1 .
Flavour 2: Divisibility
Prove that E ( n ) E(n) E ( n ) is divisible by d d d for all positive integers.
Standard technique
In the inductive step, manipulate E ( k + 1 ) E(k + 1) E ( k + 1 ) to expose a multiple of d d d . Often the trick is to write E ( k + 1 ) E(k + 1) E ( k + 1 ) in terms of E ( k ) E(k) E ( k ) (using the hypothesis E ( k ) = d M E(k) = d M E ( k ) = d M ) plus a remainder that is also a multiple of d d d .
Prove by induction that
7 n β 1 7^n - 1 7 n β 1 is divisible by
6 6 6 for all integers
n β₯ 1 n \geq 1 n β₯ 1 Step 1. Base case (n = 1 n = 1 n = 1 ) 7 1 β 1 = 6 = 6 β
1 7^1 - 1 = 6 = 6 \cdot 1 7 1 β 1 = 6 = 6 β
1 , which is divisible by 6 6 6 . The statement holds for n = 1 n = 1 n = 1 .Step 2. Inductive hypothesis Assume the statement holds at n = k n = k n = k , that is, 7 k β 1 = 6 M 7^k - 1 = 6M 7 k β 1 = 6 M for some integer M M M . Equivalently, 7 k = 6 M + 1 7^k = 6M + 1 7 k = 6 M + 1 . Step 3. Rewrite the n = k + 1 n = k + 1 n = k + 1 expression Pull out one factor of 7 7 7 so the hypothesis can be substituted.
7 k + 1 β 1 = 7 β
7 k β 1 = 7 ( 6 M + 1 ) β 1. 7^{k+1} - 1 = 7 \cdot 7^k - 1 = 7(6M + 1) - 1. 7 k + 1 β 1 = 7 β
7 k β 1 = 7 ( 6 M + 1 ) β 1.
Step 4. Expose a multiple of 6 6 6 . Expand and simplify.
7 ( 6 M + 1 ) β 1 = 42 M + 7 β 1 = 42 M + 6 = 6 ( 7 M + 1 ) . 7(6M + 1) - 1 = 42M + 7 - 1 = 42M + 6 = 6(7M + 1). 7 ( 6 M + 1 ) β 1 = 42 M + 7 β 1 = 42 M + 6 = 6 ( 7 M + 1 ) .
Since 7 M + 1 7M + 1 7 M + 1 is an integer, 7 k + 1 β 1 7^{k+1} - 1 7 k + 1 β 1 is divisible by 6 6 6 , so P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) .
Conclusion. By the principle of mathematical induction, 7 n β 1 7^n - 1 7 n β 1 is divisible by 6 6 6 for all integers n β₯ 1 n \geq 1 n β₯ 1 .
Prove by induction that
5 n + 3 5^n + 3 5 n + 3 is divisible by
4 4 4 for all integers
n β₯ 1 n \geq 1 n β₯ 1 Step 1. Base case (n = 1 n = 1 n = 1 ) 5 1 + 3 = 8 = 4 β
2 5^1 + 3 = 8 = 4 \cdot 2 5 1 + 3 = 8 = 4 β
2 , which is divisible by 4 4 4 . The statement holds for n = 1 n = 1 n = 1 .Step 2. Inductive hypothesis Assume the statement holds at n = k n = k n = k , that is, 5 k + 3 = 4 M 5^k + 3 = 4M 5 k + 3 = 4 M for some integer M M M . Equivalently, 5 k = 4 M β 3 5^k = 4M - 3 5 k = 4 M β 3 . Step 3. Rewrite the n = k + 1 n = k + 1 n = k + 1 expression Pull out one factor of 5 5 5 .
5 k + 1 + 3 = 5 β
5 k + 3 = 5 ( 4 M β 3 ) + 3. 5^{k+1} + 3 = 5 \cdot 5^k + 3 = 5(4M - 3) + 3. 5 k + 1 + 3 = 5 β
5 k + 3 = 5 ( 4 M β 3 ) + 3.
Step 4. Simplify and factor out 4 4 4 .
5 ( 4 M β 3 ) + 3 = 20 M β 15 + 3 = 20 M β 12 = 4 ( 5 M β 3 ) . 5(4M - 3) + 3 = 20M - 15 + 3 = 20M - 12 = 4(5M - 3). 5 ( 4 M β 3 ) + 3 = 20 M β 15 + 3 = 20 M β 12 = 4 ( 5 M β 3 ) .
Since 5 M β 3 5M - 3 5 M β 3 is an integer, 5 k + 1 + 3 5^{k+1} + 3 5 k + 1 + 3 is divisible by 4 4 4 , so P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) .
Conclusion. By the principle of mathematical induction, 5 n + 3 5^n + 3 5 n + 3 is divisible by 4 4 4 for all integers n β₯ 1 n \geq 1 n β₯ 1 .
Prove by induction that
n 3 + 5 n n^3 + 5n n 3 + 5 n is divisible by
6 6 6 for all integers
n β₯ 1 n \geq 1 n β₯ 1 Step 1. Base case (n = 1 n = 1 n = 1 ) 1 3 + 5 β
1 = 6 = 6 β
1 1^3 + 5 \cdot 1 = 6 = 6 \cdot 1 1 3 + 5 β
1 = 6 = 6 β
1 , which is divisible by 6 6 6 . The statement holds for n = 1 n = 1 n = 1 .Step 2. Inductive hypothesis Assume the statement holds at n = k n = k n = k , that is, k 3 + 5 k = 6 M k^3 + 5k = 6M k 3 + 5 k = 6 M for some integer M M M . Step 3. Expand ( k + 1 ) 3 + 5 ( k + 1 ) (k+1)^3 + 5(k+1) ( k + 1 ) 3 + 5 ( k + 1 ) Use the binomial expansion so the hypothesis can be substituted.
( k + 1 ) 3 + 5 ( k + 1 ) = k 3 + 3 k 2 + 3 k + 1 + 5 k + 5 = ( k 3 + 5 k ) + 3 k 2 + 3 k + 6. (k+1)^3 + 5(k+1) = k^3 + 3k^2 + 3k + 1 + 5k + 5 = (k^3 + 5k) + 3k^2 + 3k + 6. ( k + 1 ) 3 + 5 ( k + 1 ) = k 3 + 3 k 2 + 3 k + 1 + 5 k + 5 = ( k 3 + 5 k ) + 3 k 2 + 3 k + 6.
Step 4. Substitute the hypothesis and factor. Replace k 3 + 5 k k^3 + 5k k 3 + 5 k with 6 M 6M 6 M and tidy.
( k 3 + 5 k ) + 3 k 2 + 3 k + 6 = 6 M + 3 k ( k + 1 ) + 6. (k^3 + 5k) + 3k^2 + 3k + 6 = 6M + 3k(k+1) + 6. ( k 3 + 5 k ) + 3 k 2 + 3 k + 6 = 6 M + 3 k ( k + 1 ) + 6.
Step 5. Show 3 k ( k + 1 ) 3k(k+1) 3 k ( k + 1 ) is divisible by 6 6 6 . Among any two consecutive integers k k k and k + 1 k + 1 k + 1 , one is even, so k ( k + 1 ) k(k+1) k ( k + 1 ) is even. Write k ( k + 1 ) = 2 N k(k+1) = 2N k ( k + 1 ) = 2 N for some integer N N N . Then 3 k ( k + 1 ) = 6 N 3k(k+1) = 6N 3 k ( k + 1 ) = 6 N , and
( k + 1 ) 3 + 5 ( k + 1 ) = 6 M + 6 N + 6 = 6 ( M + N + 1 ) , (k+1)^3 + 5(k+1) = 6M + 6N + 6 = 6(M + N + 1), ( k + 1 ) 3 + 5 ( k + 1 ) = 6 M + 6 N + 6 = 6 ( M + N + 1 ) ,
a multiple of 6 6 6 . So P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) .
Conclusion. By the principle of mathematical induction, n 3 + 5 n n^3 + 5n n 3 + 5 n is divisible by 6 6 6 for all integers n β₯ 1 n \geq 1 n β₯ 1 .
Flavour 3: Inequalities
Prove E ( n ) β€ F ( n ) E(n) \le F(n) E ( n ) β€ F ( n ) (or strict) for all n β₯ n 0 n \ge n_0 n β₯ n 0 β .
Standard technique
In the inductive step, show that the growth from n = k n = k n = k to n = k + 1 n = k + 1 n = k + 1 on one side is at least as much as on the other. Use the hypothesis to bound E ( k ) E(k) E ( k ) in terms of F ( k ) F(k) F ( k ) , then extend.
Prove by induction that
2 n > n 2 2^n > n^2 2 n > n 2 for all integers
n β₯ 5 n \geq 5 n β₯ 5 Step 1. Base case (n = 5 n = 5 n = 5 ) 2 5 = 32 2^5 = 32 2 5 = 32 and 5 2 = 25 5^2 = 25 5 2 = 25 . Since 32 > 25 32 > 25 32 > 25 , the statement holds for n = 5 n = 5 n = 5 .Step 2. Inductive hypothesis Assume the statement holds at some integer n = k β₯ 5 n = k \geq 5 n = k β₯ 5 , that is, 2 k > k 2 2^k > k^2 2 k > k 2 . Step 3. Set up the n = k + 1 n = k + 1 n = k + 1 inequality Use the hypothesis after doubling.
2 k + 1 = 2 β
2 k > 2 k 2 . 2^{k+1} = 2 \cdot 2^k > 2k^2. 2 k + 1 = 2 β
2 k > 2 k 2 .
Step 4. Show 2 k 2 β₯ ( k + 1 ) 2 2k^2 \geq (k+1)^2 2 k 2 β₯ ( k + 1 ) 2 for k β₯ 5 k \geq 5 k β₯ 5 . Expand the target: ( k + 1 ) 2 = k 2 + 2 k + 1 (k+1)^2 = k^2 + 2k + 1 ( k + 1 ) 2 = k 2 + 2 k + 1 . Compare:
2 k 2 β ( k 2 + 2 k + 1 ) = k 2 β 2 k β 1. 2k^2 - (k^2 + 2k + 1) = k^2 - 2k - 1. 2 k 2 β ( k 2 + 2 k + 1 ) = k 2 β 2 k β 1.
The roots of k 2 β 2 k β 1 = 0 k^2 - 2k - 1 = 0 k 2 β 2 k β 1 = 0 are k = 1 Β± 2 k = 1 \pm \sqrt{2} k = 1 Β± 2 β , so k 2 β 2 k β 1 β₯ 0 k^2 - 2k - 1 \geq 0 k 2 β 2 k β 1 β₯ 0 when k β₯ 1 + 2 β 2.41 k \geq 1 + \sqrt{2} \approx 2.41 k β₯ 1 + 2 β β 2.41 . Since k β₯ 5 > 1 + 2 k \geq 5 > 1 + \sqrt{2} k β₯ 5 > 1 + 2 β , we have 2 k 2 β₯ ( k + 1 ) 2 2k^2 \geq (k+1)^2 2 k 2 β₯ ( k + 1 ) 2 .
Step 5. Combine. Chain the inequalities:
2 k + 1 > 2 k 2 β₯ ( k + 1 ) 2 . 2^{k+1} > 2k^2 \geq (k+1)^2. 2 k + 1 > 2 k 2 β₯ ( k + 1 ) 2 .
So 2 k + 1 > ( k + 1 ) 2 2^{k+1} > (k+1)^2 2 k + 1 > ( k + 1 ) 2 and P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) .
Conclusion. By the principle of mathematical induction, 2 n > n 2 2^n > n^2 2 n > n 2 for all integers n β₯ 5 n \geq 5 n β₯ 5 .
Prove by induction that
3 n > n 3 3^n > n^3 3 n > n 3 for all integers
n β₯ 4 n \geq 4 n β₯ 4 Step 1. Base case (n = 4 n = 4 n = 4 ) 3 4 = 81 3^4 = 81 3 4 = 81 and 4 3 = 64 4^3 = 64 4 3 = 64 . Since 81 > 64 81 > 64 81 > 64 , the statement holds for n = 4 n = 4 n = 4 .Step 2. Inductive hypothesis Assume the statement holds at some integer n = k β₯ 4 n = k \geq 4 n = k β₯ 4 , that is, 3 k > k 3 3^k > k^3 3 k > k 3 . Step 3. Set up the n = k + 1 n = k + 1 n = k + 1 inequality Multiply the hypothesis by 3 3 3 .
3 k + 1 = 3 β
3 k > 3 k 3 . 3^{k+1} = 3 \cdot 3^k > 3k^3. 3 k + 1 = 3 β
3 k > 3 k 3 .
Step 4. Show 3 k 3 β₯ ( k + 1 ) 3 3k^3 \geq (k+1)^3 3 k 3 β₯ ( k + 1 ) 3 for k β₯ 4 k \geq 4 k β₯ 4 . Expand ( k + 1 ) 3 = k 3 + 3 k 2 + 3 k + 1 (k+1)^3 = k^3 + 3k^2 + 3k + 1 ( k + 1 ) 3 = k 3 + 3 k 2 + 3 k + 1 and compare:
3 k 3 β ( k + 1 ) 3 = 2 k 3 β 3 k 2 β 3 k β 1. 3k^3 - (k+1)^3 = 2k^3 - 3k^2 - 3k - 1. 3 k 3 β ( k + 1 ) 3 = 2 k 3 β 3 k 2 β 3 k β 1.
At k = 4 k = 4 k = 4 : 2 β
64 β 3 β
16 β 12 β 1 = 128 β 48 β 12 β 1 = 67 β₯ 0 2 \cdot 64 - 3 \cdot 16 - 12 - 1 = 128 - 48 - 12 - 1 = 67 \geq 0 2 β
64 β 3 β
16 β 12 β 1 = 128 β 48 β 12 β 1 = 67 β₯ 0 . The derivative with respect to k k k is 6 k 2 β 6 k β 3 = 3 ( 2 k 2 β 2 k β 1 ) 6k^2 - 6k - 3 = 3(2k^2 - 2k - 1) 6 k 2 β 6 k β 3 = 3 ( 2 k 2 β 2 k β 1 ) , which is positive for k β₯ 2 k \geq 2 k β₯ 2 , so 2 k 3 β 3 k 2 β 3 k β 1 2k^3 - 3k^2 - 3k - 1 2 k 3 β 3 k 2 β 3 k β 1 is strictly increasing for k β₯ 4 k \geq 4 k β₯ 4 . Hence 3 k 3 β₯ ( k + 1 ) 3 3k^3 \geq (k+1)^3 3 k 3 β₯ ( k + 1 ) 3 for all k β₯ 4 k \geq 4 k β₯ 4 .
Step 5. Combine. Chain the inequalities:
3 k + 1 > 3 k 3 β₯ ( k + 1 ) 3 . 3^{k+1} > 3k^3 \geq (k+1)^3. 3 k + 1 > 3 k 3 β₯ ( k + 1 ) 3 .
So 3 k + 1 > ( k + 1 ) 3 3^{k+1} > (k+1)^3 3 k + 1 > ( k + 1 ) 3 and P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) .
Conclusion. By the principle of mathematical induction, 3 n > n 3 3^n > n^3 3 n > n 3 for all integers n β₯ 4 n \geq 4 n β₯ 4 .
A recursively defined sequence a 1 a_1 a 1 β , a n + 1 = g ( a n ) a_{n+1} = g(a_n) a n + 1 β = g ( a n β ) is often given with a proposed closed form. Prove the closed form by induction.
Let
a 1 = 1 a_1 = 1 a 1 β = 1 and
a n + 1 = 3 a n + 2 a_{n+1} = 3 a_n + 2 a n + 1 β = 3 a n β + 2 for
n β₯ 1 n \geq 1 n β₯ 1 . Prove by induction that
a n = 2 β
3 n β 1 β 1 a_n = 2 \cdot 3^{n-1} - 1 a n β = 2 β
3 n β 1 β 1 for all integers
n β₯ 1 n \geq 1 n β₯ 1 Step 1. Base case (n = 1 n = 1 n = 1 ) Closed form: 2 β
3 0 β 1 = 2 β 1 = 1 2 \cdot 3^0 - 1 = 2 - 1 = 1 2 β
3 0 β 1 = 2 β 1 = 1 . Given: a 1 = 1 a_1 = 1 a 1 β = 1 . The values agree, so the statement holds for n = 1 n = 1 n = 1 . Step 2. Inductive hypothesis Assume the closed form holds at n = k n = k n = k , that is, a k = 2 β
3 k β 1 β 1 a_k = 2 \cdot 3^{k-1} - 1 a k β = 2 β
3 k β 1 β 1 . Step 3. Apply the recursion Use the definition a k + 1 = 3 a k + 2 a_{k+1} = 3 a_k + 2 a k + 1 β = 3 a k β + 2 and substitute the hypothesis.
a k + 1 = 3 ( 2 β
3 k β 1 β 1 ) + 2 = 6 β
3 k β 1 β 3 + 2 = 2 β
3 k β 1. a_{k+1} = 3 (2 \cdot 3^{k-1} - 1) + 2 = 6 \cdot 3^{k-1} - 3 + 2 = 2 \cdot 3^{k} - 1. a k + 1 β = 3 ( 2 β
3 k β 1 β 1 ) + 2 = 6 β
3 k β 1 β 3 + 2 = 2 β
3 k β 1.
Step 4. Match the closed form at n = k + 1 n = k + 1 n = k + 1 . The proposed formula gives a k + 1 = 2 β
3 ( k + 1 ) β 1 β 1 = 2 β
3 k β 1 a_{k+1} = 2 \cdot 3^{(k+1) - 1} - 1 = 2 \cdot 3^{k} - 1 a k + 1 β = 2 β
3 ( k + 1 ) β 1 β 1 = 2 β
3 k β 1 . The two expressions agree, so P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) .
Conclusion. By the principle of mathematical induction, a n = 2 β
3 n β 1 β 1 a_n = 2 \cdot 3^{n-1} - 1 a n β = 2 β
3 n β 1 β 1 for all integers n β₯ 1 n \geq 1 n β₯ 1 .
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 = k n = k n = k . The step proves the statement at n = k + 1 n = k + 1 n = k + 1 . Do not phrase the step as "assume P ( k + 1 ) P(k + 1) P ( k + 1 ) " or substitute P ( k + 1 ) 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) f ( k + 1 ) form, write out f ( k + 1 ) f(k + 1) f ( k + 1 ) explicitly first and aim for it.
Trap: Off-by-one indexing
β i = 1 k + 1 a i = β i = 1 k a i + a k + 1 \sum_{i = 1}^{k + 1} a_i = \sum_{i = 1}^{k} a_i + a_{k + 1} β i = 1 k + 1 β a i β = β i = 1 k β a i β + a k + 1 β . The new term added is a k + 1 a_{k + 1} a k + 1 β , not a k a_k a 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) P ( k β 1 ) in addition to P ( k ) P(k) P ( k ) , you need strong induction. State the hypothesis as "assume P ( j ) P(j) P ( j ) holds for all 1 β€ j β€ k 1 \le j \le k 1 β€ j β€ k ".
Exam strategy
In Section II, induction questions typically run 4-6 marks. Allocate 5 β 8 5-8 5 β 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 + 1 n = k + 1 n = k + 1 and work backwards. Markers reward partial progress.
Practice patterns
Pattern A: sum of an arithmetic-like or geometric-like series
Prove β i = 1 n ( 3 i β 1 ) = n ( 3 n + 1 ) 2 \sum_{i = 1}^{n} (3 i - 1) = \frac{n(3 n + 1)}{2} β i = 1 n β ( 3 i β 1 ) = 2 n ( 3 n + 1 ) β , β i = 1 n 2 i = 2 n + 1 β 2 \sum_{i = 1}^{n} 2^i = 2^{n + 1} - 2 β i = 1 n β 2 i = 2 n + 1 β 2 , or β i = 1 n i ( 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} β i = 1 n β i ( i + 1 ) ( i + 2 ) = 4 n ( n + 1 ) ( n + 2 ) ( n + 3 ) β .
Pattern B: divisibility by a fixed integer
Prove 11 n β 4 n 11^n - 4^n 1 1 n β 4 n is divisible by 7 7 7 , or n 3 + 5 n n^3 + 5 n n 3 + 5 n is divisible by 6 6 6 .
Pattern C: exponential beats polynomial
Prove 3 n > 2 n 2 3^n > 2 n^2 3 n > 2 n 2 for n β₯ 4 n \ge 4 n β₯ 4 , or n ! > 3 n n! > 3^n n ! > 3 n for n β₯ 7 n \ge 7 n β₯ 7 .
Pattern D: recursive sequence has a given closed form
Sequence a 1 = 1 a_1 = 1 a 1 β = 1 , a n + 1 = 3 a n + 2 a_{n + 1} = 3 a_n + 2 a n + 1 β = 3 a n β + 2 . Prove a n = 2 β
3 n β 1 β 1 a_n = 2 \cdot 3^{n - 1} - 1 a n β = 2 β
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.
Check your knowledge
Try these questions before reading the solutions. They are roughly arranged from easier to harder.
Prove by induction that β i = 1 n ( 2 i β 1 ) = n 2 \sum_{i=1}^{n} (2i - 1) = n^2 β i = 1 n β ( 2 i β 1 ) = n 2 for all integers n β₯ 1 n \geq 1 n β₯ 1 .
Prove by induction that β i = 1 n 2 i = 2 n + 1 β 2 \sum_{i=1}^{n} 2^i = 2^{n+1} - 2 β i = 1 n β 2 i = 2 n + 1 β 2 for all integers n β₯ 1 n \geq 1 n β₯ 1 .
Prove by induction that 9 n β 1 9^n - 1 9 n β 1 is divisible by 8 8 8 for all integers n β₯ 1 n \geq 1 n β₯ 1 .
Prove by induction that β i = 1 n i β
i ! = ( n + 1 ) ! β 1 \sum_{i=1}^{n} i \cdot i! = (n+1)! - 1 β i = 1 n β i β
i ! = ( n + 1 )! β 1 for all integers n β₯ 1 n \geq 1 n β₯ 1 .
Prove by induction that 11 n β 4 n 11^n - 4^n 1 1 n β 4 n is divisible by 7 7 7 for all integers n β₯ 1 n \geq 1 n β₯ 1 .
Prove by induction that 2 n β₯ n + 1 2^n \geq n + 1 2 n β₯ n + 1 for all integers n β₯ 1 n \geq 1 n β₯ 1 .
Prove by induction that n ! > 2 n n! > 2^n n ! > 2 n for all integers n β₯ 4 n \geq 4 n β₯ 4 .
The sequence is defined by a 1 = 2 a_1 = 2 a 1 β = 2 and a n + 1 = 2 a n + 1 a_{n+1} = 2 a_n + 1 a n + 1 β = 2 a n β + 1 for n β₯ 1 n \geq 1 n β₯ 1 . Prove by induction that a n = 3 β
2 n β 1 β 1 a_n = 3 \cdot 2^{n-1} - 1 a n β = 3 β
2 n β 1 β 1 for all integers n β₯ 1 n \geq 1 n β₯ 1 .
Solutions
Q1 Step 1. Base case (n = 1 n = 1 n = 1 ) LHS = 2 ( 1 ) β 1 = 1 = 2(1) - 1 = 1 = 2 ( 1 ) β 1 = 1 . RHS = 1 2 = 1 = 1^2 = 1 = 1 2 = 1 . Holds. Step 2. Inductive hypothesis Assume β i = 1 k ( 2 i β 1 ) = k 2 \sum_{i=1}^{k} (2i - 1) = k^2 β i = 1 k β ( 2 i β 1 ) = k 2 . Step 3. Split off the ( k + 1 ) (k+1) ( k + 1 ) -th term
β i = 1 k + 1 ( 2 i β 1 ) = k 2 + ( 2 ( k + 1 ) β 1 ) = k 2 + 2 k + 1 = ( k + 1 ) 2 . \sum_{i=1}^{k+1} (2i - 1) = k^2 + (2(k+1) - 1) = k^2 + 2k + 1 = (k+1)^2. i = 1 β k + 1 β ( 2 i β 1 ) = k 2 + ( 2 ( k + 1 ) β 1 ) = k 2 + 2 k + 1 = ( k + 1 ) 2 .
Step 4. Match the target ( k + 1 ) 2 (k+1)^2 ( k + 1 ) 2 is the formula at n = k + 1 n = k + 1 n = k + 1 . So P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) .Conclusion By the principle of mathematical induction, β i = 1 n ( 2 i β 1 ) = n 2 \sum_{i=1}^{n} (2i - 1) = n^2 β i = 1 n β ( 2 i β 1 ) = n 2 for all integers n β₯ 1 n \geq 1 n β₯ 1 . Q2 Step 1. Base case (n = 1 n = 1 n = 1 ) LHS = 2 1 = 2 = 2^1 = 2 = 2 1 = 2 . RHS = 2 2 β 2 = 2 = 2^2 - 2 = 2 = 2 2 β 2 = 2 . Holds. Step 2. Inductive hypothesis Assume β i = 1 k 2 i = 2 k + 1 β 2 \sum_{i=1}^{k} 2^i = 2^{k+1} - 2 β i = 1 k β 2 i = 2 k + 1 β 2 . Step 3. Split off the ( k + 1 ) (k+1) ( k + 1 ) -th term
β i = 1 k + 1 2 i = ( 2 k + 1 β 2 ) + 2 k + 1 = 2 β
2 k + 1 β 2 = 2 k + 2 β 2. \sum_{i=1}^{k+1} 2^i = (2^{k+1} - 2) + 2^{k+1} = 2 \cdot 2^{k+1} - 2 = 2^{k+2} - 2. i = 1 β k + 1 β 2 i = ( 2 k + 1 β 2 ) + 2 k + 1 = 2 β
2 k + 1 β 2 = 2 k + 2 β 2.
Step 4. Match the target The formula at n = k + 1 n = k + 1 n = k + 1 is 2 ( k + 1 ) + 1 β 2 = 2 k + 2 β 2 2^{(k+1)+1} - 2 = 2^{k+2} - 2 2 ( k + 1 ) + 1 β 2 = 2 k + 2 β 2 . So P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) . Conclusion By the principle of mathematical induction, β i = 1 n 2 i = 2 n + 1 β 2 \sum_{i=1}^{n} 2^i = 2^{n+1} - 2 β i = 1 n β 2 i = 2 n + 1 β 2 for all integers n β₯ 1 n \geq 1 n β₯ 1 . Q3 Step 1. Base case (n = 1 n = 1 n = 1 ) 9 1 β 1 = 8 = 8 β
1 9^1 - 1 = 8 = 8 \cdot 1 9 1 β 1 = 8 = 8 β
1 , divisible by 8 8 8 . Holds.Step 2. Inductive hypothesis Assume 9 k β 1 = 8 M 9^k - 1 = 8M 9 k β 1 = 8 M for some integer M M M . So 9 k = 8 M + 1 9^k = 8M + 1 9 k = 8 M + 1 . Step 3. Rewrite at n = k + 1 n = k + 1 n = k + 1
9 k + 1 β 1 = 9 β
9 k β 1 = 9 ( 8 M + 1 ) β 1 = 72 M + 9 β 1 = 72 M + 8 = 8 ( 9 M + 1 ) . 9^{k+1} - 1 = 9 \cdot 9^k - 1 = 9(8M + 1) - 1 = 72M + 9 - 1 = 72M + 8 = 8(9M + 1). 9 k + 1 β 1 = 9 β
9 k β 1 = 9 ( 8 M + 1 ) β 1 = 72 M + 9 β 1 = 72 M + 8 = 8 ( 9 M + 1 ) .
Step 4. Conclude divisibility Since 9 M + 1 9M + 1 9 M + 1 is an integer, 9 k + 1 β 1 9^{k+1} - 1 9 k + 1 β 1 is divisible by 8 8 8 . So P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) . Conclusion By the principle of mathematical induction, 9 n β 1 9^n - 1 9 n β 1 is divisible by 8 8 8 for all integers n β₯ 1 n \geq 1 n β₯ 1 . Q4 Step 1. Base case (n = 1 n = 1 n = 1 ) LHS = 1 β
1 ! = 1 = 1 \cdot 1! = 1 = 1 β
1 ! = 1 . RHS = 2 ! β 1 = 1 = 2! - 1 = 1 = 2 ! β 1 = 1 . Holds. Step 2. Inductive hypothesis Assume β i = 1 k i β
i ! = ( k + 1 ) ! β 1 \sum_{i=1}^{k} i \cdot i! = (k+1)! - 1 β i = 1 k β i β
i ! = ( k + 1 )! β 1 . Step 3. Split off the ( k + 1 ) (k+1) ( k + 1 ) -th term
β i = 1 k + 1 i β
i ! = ( k + 1 ) ! β 1 + ( k + 1 ) ( k + 1 ) ! . \sum_{i=1}^{k+1} i \cdot i! = (k+1)! - 1 + (k+1)(k+1)!. i = 1 β k + 1 β i β
i ! = ( k + 1 )! β 1 + ( k + 1 ) ( k + 1 )! .
Step 4. Factor ( k + 1 ) ! (k+1)! ( k + 1 )! .
( k + 1 ) ! β 1 + ( k + 1 ) ( k + 1 ) ! = ( k + 1 ) ! [ 1 + ( k + 1 ) ] β 1 = ( k + 1 ) ! ( k + 2 ) β 1 = ( k + 2 ) ! β 1. (k+1)! - 1 + (k+1)(k+1)! = (k+1)! \big[ 1 + (k+1) \big] - 1 = (k+1)! (k+2) - 1 = (k+2)! - 1. ( k + 1 )! β 1 + ( k + 1 ) ( k + 1 )! = ( k + 1 )! [ 1 + ( k + 1 ) ] β 1 = ( k + 1 )! ( k + 2 ) β 1 = ( k + 2 )! β 1.
Step 5. Match the target The formula at n = k + 1 n = k + 1 n = k + 1 is ( ( k + 1 ) + 1 ) ! β 1 = ( k + 2 ) ! β 1 ((k+1) + 1)! - 1 = (k+2)! - 1 (( k + 1 ) + 1 )! β 1 = ( k + 2 )! β 1 . So P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) . Conclusion By the principle of mathematical induction, β i = 1 n i β
i ! = ( n + 1 ) ! β 1 \sum_{i=1}^{n} i \cdot i! = (n+1)! - 1 β i = 1 n β i β
i ! = ( n + 1 )! β 1 for all integers n β₯ 1 n \geq 1 n β₯ 1 . Q5 Step 1. Base case (n = 1 n = 1 n = 1 ) 11 1 β 4 1 = 7 = 7 β
1 11^1 - 4^1 = 7 = 7 \cdot 1 1 1 1 β 4 1 = 7 = 7 β
1 , divisible by 7 7 7 . Holds.Step 2. Inductive hypothesis Assume 11 k β 4 k = 7 M 11^k - 4^k = 7M 1 1 k β 4 k = 7 M for some integer M M M . So 11 k = 7 M + 4 k 11^k = 7M + 4^k 1 1 k = 7 M + 4 k . Step 3. Rewrite at n = k + 1 n = k + 1 n = k + 1 Multiply by 11 11 11 and balance.
11 k + 1 β 4 k + 1 = 11 β
11 k β 4 β
4 k = 11 ( 7 M + 4 k ) β 4 β
4 k = 77 M + 11 β
4 k β 4 β
4 k . 11^{k+1} - 4^{k+1} = 11 \cdot 11^k - 4 \cdot 4^k = 11(7M + 4^k) - 4 \cdot 4^k = 77M + 11 \cdot 4^k - 4 \cdot 4^k. 1 1 k + 1 β 4 k + 1 = 11 β
1 1 k β 4 β
4 k = 11 ( 7 M + 4 k ) β 4 β
4 k = 77 M + 11 β
4 k β 4 β
4 k .
Step 4. Combine the 4 k 4^k 4 k terms.
= 77 M + 7 β
4 k = 7 ( 11 M + 4 k ) . = 77M + 7 \cdot 4^k = 7(11M + 4^k). = 77 M + 7 β
4 k = 7 ( 11 M + 4 k ) .
Step 5. Conclude divisibility Since 11 M + 4 k 11M + 4^k 11 M + 4 k is an integer, 11 k + 1 β 4 k + 1 11^{k+1} - 4^{k+1} 1 1 k + 1 β 4 k + 1 is divisible by 7 7 7 . So P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) . Conclusion By the principle of mathematical induction, 11 n β 4 n 11^n - 4^n 1 1 n β 4 n is divisible by 7 7 7 for all integers n β₯ 1 n \geq 1 n β₯ 1 . Q6 Step 1. Base case (n = 1 n = 1 n = 1 ) 2 1 = 2 2^1 = 2 2 1 = 2 and 1 + 1 = 2 1 + 1 = 2 1 + 1 = 2 , so 2 β₯ 2 2 \geq 2 2 β₯ 2 . Holds.Step 2. Inductive hypothesis Assume 2 k β₯ k + 1 2^k \geq k + 1 2 k β₯ k + 1 for some k β₯ 1 k \geq 1 k β₯ 1 . Step 3. Double the hypothesis Multiply both sides by 2 2 2 :
2 k + 1 = 2 β
2 k β₯ 2 ( k + 1 ) = 2 k + 2. 2^{k+1} = 2 \cdot 2^k \geq 2(k+1) = 2k + 2. 2 k + 1 = 2 β
2 k β₯ 2 ( k + 1 ) = 2 k + 2.
Step 4. Compare with the target. We want 2 k + 1 β₯ ( k + 1 ) + 1 = k + 2 2^{k+1} \geq (k+1) + 1 = k + 2 2 k + 1 β₯ ( k + 1 ) + 1 = k + 2 . Since 2 k + 2 β₯ k + 2 2k + 2 \geq k + 2 2 k + 2 β₯ k + 2 for all k β₯ 0 k \geq 0 k β₯ 0 , we have
2 k + 1 β₯ 2 k + 2 β₯ k + 2. 2^{k+1} \geq 2k + 2 \geq k + 2. 2 k + 1 β₯ 2 k + 2 β₯ k + 2.
So P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) .
Conclusion By the principle of mathematical induction, 2 n β₯ n + 1 2^n \geq n + 1 2 n β₯ n + 1 for all integers n β₯ 1 n \geq 1 n β₯ 1 . Q7 Step 1. Base case (n = 4 n = 4 n = 4 ) 4 ! = 24 4! = 24 4 ! = 24 and 2 4 = 16 2^4 = 16 2 4 = 16 . Since 24 > 16 24 > 16 24 > 16 , the statement holds for n = 4 n = 4 n = 4 .Step 2. Inductive hypothesis Assume k ! > 2 k k! > 2^k k ! > 2 k for some k β₯ 4 k \geq 4 k β₯ 4 . Step 3. Multiply by k + 1 k + 1 k + 1 Use the factorial recurrence ( k + 1 ) ! = ( k + 1 ) β
k ! (k+1)! = (k+1) \cdot k! ( k + 1 )! = ( k + 1 ) β
k ! .
( k + 1 ) ! = ( k + 1 ) β
k ! > ( k + 1 ) β
2 k . (k+1)! = (k+1) \cdot k! > (k+1) \cdot 2^k. ( k + 1 )! = ( k + 1 ) β
k ! > ( k + 1 ) β
2 k .
Step 4. Compare with 2 k + 1 2^{k+1} 2 k + 1 Since k β₯ 4 k \geq 4 k β₯ 4 , we have k + 1 β₯ 5 > 2 k + 1 \geq 5 > 2 k + 1 β₯ 5 > 2 , so ( k + 1 ) β
2 k > 2 β
2 k = 2 k + 1 (k+1) \cdot 2^k > 2 \cdot 2^k = 2^{k+1} ( k + 1 ) β
2 k > 2 β
2 k = 2 k + 1 . Step 5. Combine Therefore ( k + 1 ) ! > 2 k + 1 (k+1)! > 2^{k+1} ( k + 1 )! > 2 k + 1 , so P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) . Conclusion By the principle of mathematical induction, n ! > 2 n n! > 2^n n ! > 2 n for all integers n β₯ 4 n \geq 4 n β₯ 4 . Q8 Step 1. Base case (n = 1 n = 1 n = 1 ) Closed form: 3 β
2 0 β 1 = 3 β 1 = 2 3 \cdot 2^{0} - 1 = 3 - 1 = 2 3 β
2 0 β 1 = 3 β 1 = 2 . Given: a 1 = 2 a_1 = 2 a 1 β = 2 . Agrees. Step 2. Inductive hypothesis Assume a k = 3 β
2 k β 1 β 1 a_k = 3 \cdot 2^{k-1} - 1 a k β = 3 β
2 k β 1 β 1 for some k β₯ 1 k \geq 1 k β₯ 1 . Step 3. Apply the recursion
a k + 1 = 2 a k + 1 = 2 ( 3 β
2 k β 1 β 1 ) + 1 = 3 β
2 k β 2 + 1 = 3 β
2 k β 1. a_{k+1} = 2 a_k + 1 = 2 (3 \cdot 2^{k-1} - 1) + 1 = 3 \cdot 2^{k} - 2 + 1 = 3 \cdot 2^{k} - 1. a k + 1 β = 2 a k β + 1 = 2 ( 3 β
2 k β 1 β 1 ) + 1 = 3 β
2 k β 2 + 1 = 3 β
2 k β 1.
Step 4. Match the closed form at n = k + 1 n = k + 1 n = k + 1 . The proposed formula gives a k + 1 = 3 β
2 ( k + 1 ) β 1 β 1 = 3 β
2 k β 1 a_{k+1} = 3 \cdot 2^{(k+1)-1} - 1 = 3 \cdot 2^{k} - 1 a k + 1 β = 3 β
2 ( k + 1 ) β 1 β 1 = 3 β
2 k β 1 . Agrees, so P ( k ) β
β βΉ β
β P ( k + 1 ) P(k) \implies P(k+1) P ( k ) βΉ P ( k + 1 ) .
Conclusion. By the principle of mathematical induction, a n = 3 β
2 n β 1 β 1 a_n = 3 \cdot 2^{n-1} - 1 a n β = 3 β
2 n β 1 β 1 for all integers n β₯ 1 n \geq 1 n β₯ 1 .
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 .