CAIE A-Level Further Math AS 1.7 Proof By Induction Questions
Practise proving formulae for sequences, divisibility and derivatives by setting up a base case and a valid inductive step.
- Syllabus
- 2028–2030
- Course
- Further Mathematics 9231
- Level
- AS
Practise proving formulae for sequences, divisibility and derivatives by setting up a base case and a valid inductive step.
Let A=(3101).
Prove by mathematical induction that, for all positive integers n,
2A=(622)=(2×33−12) so true when n=1.
States base case.
Assume that it is true for n=k, so 2Ak=(2×3k3k−12).
States inductive hypothesis.
Then 2Ak+1=(2×3k3k−12)(311)=(2×3k+13k+1−3+22)
Multiplies 2Ak with A.
So, it is also true for n=k+1. Hence, by induction, true for all positive integers.
States conclusion.
5
Let A=(3101).
Prove by mathematical induction that, for all positive integers n,
2A=(622)=(2×33−12) so true when n=1.
States base case.
Assume that it is true for n=k, so 2Ak=(2×3k3k−12).
States inductive hypothesis.
Then 2Ak+1=(2×3k3k−12)(311)=(2×3k+13k+1−3+22)
Multiplies 2Ak with A.
So, it is also true for n=k+1. Hence, by induction, true for all positive integers.
States conclusion.
5
The sequence u1,u2,u3,… is such that u1=1 and un+1=2un+1 for n⩾1.
Prove by induction that un=2n−1 for all positive integers n.
u1=1=21−1
Assume that it is true for n=k, so uk=2k−1.
Then uk+1=2(2k−1)+1=2k+1−1
So, it is also true for n=k+1. Hence, by induction, true for all positive integers.
2a 5
Deduce that u2n is divisible by un for n⩾1.
unu2n=2n−122n−1=(2n−1)(2n−1)(2n+1)=2n+1
2b 2