Challenging, exam-style Further Maths Proof by induction questions with worked solutions. Stretch yourself on the hardest series-step, induction, inductive-step, series-target problems.
Name the statement about the nth power of the matrix.
Test the base case n=1
M1=(4101)
The first power is just the matrix itself.
Substitute n=1 into the proposed formula
(4n34n−3101)n=1=(4101)
The formula reproduces M, so the base case holds.
State the inductive hypothesis
Assume Mk=(4k34k−3101)
Assume the formula is correct for some positive integer k.
Use the power law for matrices
Mk+1=MkM
One extra factor of M takes the kth power to the (k+1)th.
Substitute the inductive hypothesis
Mk+1=(4k34k−3101)(4101)
Replace Mk by the assumed formula.
Multiply the two matrices
Mk+1=(4⋅4k34⋅4k−3101)
Multiply row by column and simplify each entry.
Write the target formula at n=k+1
Target=(4⋅4k34⋅4k−3101)
Replace n by k+1 in the proposed formula.
Compare the product with the target
(4⋅4k34⋅4k−3101)=(4⋅4k34⋅4k−3101)
Every entry agrees, so the inductive step is complete.
Deduce the inductive step
P(k)⇒P(k+1)
Truth at n=k forces truth at n=k+1.
Combine the base case and the inductive step
P(1)true andP(k)⇒P(k+1)
Both requirements of induction are satisfied.
State the conclusion of the induction
Mn=(4n34n−3101)∀n∈Z+
The formula holds for every positive integer power.
Recall the structure of a proof by induction
P(1)true,P(k)⇒P(k+1)
A proof by induction needs a base case and an inductive step.
Select the correct (k+1)th power
(22k+234⋅22k−3101)
This matrix is MkM.
Answer
(22k+234⋅22k−3101)
Question 3
8 markschallenging
Induction proves that ∑r=1n[r(r+3)]=3n(n+1)(n+5). Which of the following is the value of ∑r=112[r(r+3)]?
Show worked solution
Worked solution
Quote the proved closed form
r=1∑n[r(r+3)]=3n(n+1)(n+5)
The formula has been established by induction.
Substitute n=12
n=12:3n(n+1)(n+5)=884
Evaluate the closed form at the required upper limit.
State the proposition to be proved
P(n):r=1∑n[r(r+3)]=3n(n+1)(n+5)
Name the statement so the base case and inductive step can refer to it.
Evaluate the left-hand side for the base case
n=1:LHS=4
Substitute n=1 into the summation.
Evaluate the right-hand side for the base case
n=1:RHS=4
Substitute n=1 into the closed form.
Conclude the base case is true
LHS=RHS=4⇒P(1)true
Both sides agree, so the statement holds when n=1.
State the inductive hypothesis
Assume r=1∑k[r(r+3)]=3k(k+1)(k+5)
Assume the result is true for some positive integer k.
Split the sum to k+1 at its last term
r=1∑k+1[r(r+3)]=r=1∑k[r(r+3)]+(k+1)(k+4)
The sum to k+1 is the sum to k plus the (k+1)th term.
Substitute the inductive hypothesis
r=1∑k+1[r(r+3)]=3k(k+1)(k+5)+(k+1)(k+4)
Replace the sum to k using the assumed result.
Write the added term explicitly
uk+1=(k+1)(k+4)=k2+5k+4
Expand the (k+1)th term of the series.
Combine the two parts over a common denominator
=(3k+31)(k(k+5)+3k+12)
Put the assumed sum and the new term over one denominator.
Simplify the combined expression
=3k3+3k2+320k+4
Expand and collect like terms.
Factorise the simplified expression
=3(k+1)(k+2)(k+6)
Factorising reveals the target structure.
Write down the target right-hand side at n=k+1
Target=3(k+1)(k+2)(k+6)=3k3+3k2+320k+4
This is what the closed form becomes when n is replaced by k+1.
Compare the two expressions
3k3+3k2+320k+4=3k3+3k2+320k+4
The expression obtained matches the target exactly.
Select the value of the sum
884
This is the value of the series.
Answer
884
Question 4
8 markschallenging
Let f(n)=26n+32n−2, where n is a positive integer. Which of the following integers divides f(n) for every positive integer n?
Show worked solution
Worked solution
Evaluate the first two values of f
f(1)=65,f(2)=4105
Small values quickly rule out most candidates.
Find the common factor of these values
gcd(65,4105)=5
The divisor must divide every value of f.
State the proposition to be proved
P(n):26n+32n−2is divisible by 5
Name the divisibility statement.
Test the base case n=1
f(1)=65
Substitute n=1 into f(n).
Confirm the base case is divisible
65=5×13
The base value is a whole-number multiple of the divisor.
State the inductive hypothesis
f(k)=26k+32k−2=5m,m∈Z
Assume f(k) is divisible by d for some positive integer k.
Write down f(k+1)
f(k+1)=26k+6+32k
Replace n by k+1 in f(n).
Form the combination f(k+1)−64f(k)
f(k+1)−64f(k)=(26k+6+32k)−64(26k+32k−2)
Subtracting a multiple of f(k) removes the awkward exponential term.
Expand using index laws
f(k+1)=64⋅26k+32k
Peel one factor off each power so the k case appears.
Simplify the combination
f(k+1)−64f(k)=−55⋅32k−2
The remaining expression is the key to the proof.
Show the remainder term is a multiple of 5
−55⋅32k−2=5(−11⋅32k−2)
The leftover term factorises with d as a factor.
Rearrange to express f(k+1)
f(k+1)=64f(k)−55⋅32k−2
Make f(k+1) the subject.
Substitute the inductive hypothesis f(k)=5m
f(k+1)=−55⋅32k−2+320m
Use the assumption that f(k) is d times an integer.
Factor out the divisor
f(k+1)=5(−11⋅32k−2+64m)
Both terms carry a factor of d.
Conclude f(k+1) is divisible by 5
5∣f(k+1)
The bracket is an integer, so f(k+1) is a multiple of d.
Select the divisor proved by induction
5
Induction confirms this divides f(n) for every n.
Answer
5
Question 5
8 markschallenging
Let f(n)=n3+6n2+8n, which induction shows is divisible by 3 for all positive integers n. Which of the following is f(k+1)−f(k) in its simplest form?
Show worked solution
Worked solution
Write down f(k+1)
f(k+1)=8k+(k+1)3+6(k+1)2+8
Substitute n=k+1 into f(n).
Subtract f(k) and simplify
f(k+1)−f(k)=3k2+15k+15
The leading exponential terms cancel.
State the proposition to be proved
P(n):n3+6n2+8nis divisible by 3
Name the divisibility statement.
Test the base case n=1
f(1)=15
Substitute n=1 into f(n).
Confirm the base case is divisible
15=3×5
The base value is a whole-number multiple of the divisor.
State the inductive hypothesis
f(k)=k3+6k2+8k=3m,m∈Z
Assume f(k) is divisible by d for some positive integer k.
Write down f(k+1)
f(k+1)=8k+(k+1)3+6(k+1)2+8
Replace n by k+1 in f(n).
Form the combination f(k+1)−f(k)
f(k+1)−f(k)=(8k+(k+1)3+6(k+1)2+8)−(k3+6k2+8k)
Subtracting a multiple of f(k) removes the awkward exponential term.
Expand using index laws
f(k+1)=k3+9k2+23k+15
Peel one factor off each power so the k case appears.
Simplify the combination
f(k+1)−f(k)=3k2+15k+15
The remaining expression is the key to the proof.
Show the remainder term is a multiple of 3
3k2+15k+15=3(k2+5k+5)
The leftover term factorises with d as a factor.
Rearrange to express f(k+1)
f(k+1)=f(k)+3k2+15k+15
Make f(k+1) the subject.
Substitute the inductive hypothesis f(k)=3m
f(k+1)=3k2+15k+3m+15
Use the assumption that f(k) is d times an integer.
Factor out the divisor
f(k+1)=3(k2+5k+m+5)
Both terms carry a factor of d.
Conclude f(k+1) is divisible by 3
3∣f(k+1)
The bracket is an integer, so f(k+1) is a multiple of d.
Select the simplified combination
3k2+15k+15
This expression is a multiple of 3.
Answer
3k2+15k+15
Unlock 29 more Proof by induction questions
Create a free account to work through every Further Maths Proof by induction question with instant step-by-step worked solutions, progress tracking and interactive lessons.