You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Mathematical induction is a method of proof used to establish that a statement P(n) is true for all positive integers n≥n0. It is one of the most important proof techniques in Further Mathematics.
Key Point: You must state all four parts explicitly to earn full marks.
Prove ∑r=1nr=2n(n+1) for all n≥1.
Base case (n=1): LHS = 1. RHS = 21⋅2=1. LHS = RHS ✓
Inductive hypothesis: Assume ∑r=1kr=2k(k+1) for some k≥1.
Inductive step: Consider ∑r=1k+1r:
∑r=1k+1r=∑r=1kr+(k+1)=2k(k+1)+(k+1)=2k(k+1)+2(k+1)=2(k+1)(k+2)
This is the formula with n=k+1. ✓
Conclusion: By mathematical induction, the result holds for all n≥1.
Prove 6n−1 is divisible by 5 for all n≥1.
Base case (n=1): 61−1=5, which is divisible by 5 ✓
Inductive hypothesis: Assume 6k−1=5m for some integer m (i.e., 6k=5m+1).
Inductive step: Consider 6k+1−1:
6k+1−1=6⋅6k−1=6(5m+1)−1=30m+6−1=30m+5=5(6m+1)
This is divisible by 5 ✓
Conclusion: By mathematical induction, 6n−1 is divisible by 5 for all n≥1.
Prove (1011)n=(10n1) for all n≥1.
Base case (n=1): (1011)1=(1011) ✓
Inductive hypothesis: Assume Ak=(10k1).
Inductive step:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.