Proof (Mathematical Induction for FP1)
Edexcel International A-Level Further MathematicsΒ· FP1 8.1 (2018 Spec Issue 3)Β· 25 min read
1. The Mandatory 4-Step Induction Structure (Mark Scheme Aligned)β βββββ± 5 min
β Calculator OK
Proof by Mathematical Induction (FP1 Format)
A deductive proof method used to show a statement holds for all positive integers n, with 4 mandatory steps that each earn separate marks on Edexcel FP1 exams.
Base Case: Verify the statement holds for the smallest valid value of n (usually n=1 for FP1 questions)
Assumption (Inductive Hypothesis): State that you assume the statement is true for n = k, where k is a positive integer
Inductive Step: Use the assumption for n=k to prove the statement holds for n = k+1, showing all working clearly
Conclusion: Write the explicit standard conclusion: True for n=1, and if true for n=k then true for n=k+1, therefore true for all positive integers n by mathematical induction.
Prove that for all positive integers n, using mathematical induction.
- 1
Base case: n=1. LHS = , RHS = . Statement holds for n=1.
- 2
Assumption: Assume true for n=k: .
- 3
Inductive step: For n=k+1, LHS = . Substitute assumption:
- 4
- 5
This matches the RHS for n=k+1.
- 6
Conclusion: True for n=1, and if true for n=k then true for n=k+1, therefore true for all positive integers n by mathematical induction.
Exam tip:
Label each step of your proof clearly (Base Case, Assumption, Inductive Step, Conclusion) so examiners can easily award you all available marks.
2. Induction for Summation of Seriesβ β ββββ± 6 min
β Calculator OK
Prove that for all positive integers n, .
- 1
Base case: n=1. LHS = , RHS = . True for n=1.
- 2
Assumption: Assume true for n=k: .
- 3
Inductive step: For n=k+1, LHS = . Substitute assumption:
- 4
- 5
This matches the RHS for n=k+1.
- 6
Standard concluding statement applies.
Exam tip:
Always expand or factorise your inductive step result to match the exact form of the RHS for n=k+1, not just a mathematically equivalent form, to ensure you get full marks.
3. Induction for Divisibility Statementsβ β β βββ± 6 min
β Calculator OK
Divisibility Induction Rule (FP1)
For proofs that is divisible by , rearrange into the form where is an integer, so if is divisible by , is also divisible by .
Prove that for all positive integers n, is divisible by 4.
- 1
Base case: n=1. , so divisible by 4. True for n=1.
- 2
Assumption: Assume true for n=k: where is a positive integer, so .
- 3
Inductive step: For n=k+1, . Substitute assumption:
- 4
- 5
Since is an integer, is divisible by 4.
- 6
Standard concluding statement applies.
Exam tip:
Always explicitly state that the resulting factor after rearrangement is an integer to confirm divisibility, this is a required step for full marks.
4. Induction for General Sequence Termsβ β β βββ± 4 min
β Calculator OK
A sequence is defined by the recurrence relation with . Prove that for all positive integers n, .
- 1
Base case: n=1. , which matches the given initial value. True for n=1.
- 2
Assumption: Assume true for n=k: .
- 3
Inductive step: For n=k+1, use the recurrence relation: . Substitute assumption:
- 4
- 5
This matches the formula for n=k+1.
- 6
Standard concluding statement applies.
Exam tip:
Always check the base case against the given initial term, not the formula you are proving, to confirm you have the correct starting point.
5. Induction for Matrix Powersβ β β β ββ± 4 min
β Calculator OK
Let . Prove that for all positive integers n, .
- 1
Base case: n=1. , which matches the RHS for n=1. True for n=1.
- 2
Assumption: Assume true for n=k: .
- 3
Inductive step: For n=k+1, . Substitute assumption and multiply matrices:
- 4
- 5
- 6
This matches the RHS for n=k+1.
- 7
Standard concluding statement applies.
Exam tip:
Show all matrix multiplication steps explicitly, do not skip intermediate calculations, as partial marks are awarded for correct working even if you make an arithmetic error.
6. Common Pitfalls
Wrong move:
Skipping the explicit concluding statement
Why:
The conclusion is a mandatory 1 mark on all induction questions per the Edexcel mark scheme
Correct move:
Write the full standard conclusion linking the base case, inductive step, and generalisation to all valid n
Wrong move:
Failing to confirm the factor is an integer in divisibility proofs
Why:
Examiners require confirmation that the expression is a whole multiple of the divisor, not just an algebraic multiple
Correct move:
Explicitly state that the resulting factor after rearrangement is an integer, so divisibility holds
Wrong move:
Using n=0 as the base case for positive integer n questions
Why:
The base case must align with the domain given in the question, which is almost always positive integers for FP1
Correct move:
Use the smallest n specified in the question as your base case, usually n=1
Wrong move:
Skipping intermediate steps in matrix multiplication
Why:
Partial marks are awarded for correct multiplication steps, even if the final result is wrong
Correct move:
Write out each element calculation explicitly when multiplying matrices for the inductive step
Wrong move:
Failing to clearly show substitution of the inductive hypothesis
Why:
Examiners need to see that you are using the n=k assumption to prove n=k+1, not just rearranging directly
Correct move:
Explicitly note when you substitute the inductive hypothesis into your working
7. Quick Reference Cheatsheet
Induction Type | Key Step Reminder | Common Exam Example |
|---|---|---|
Summation of Series | Split sum into n=k sum + (k+1)th term, factorise to match n=k+1 RHS | Prove |
Divisibility | Rearrange f(k+1) to , confirm m is integer | Prove is divisible by 15 |
Sequence Terms | Use given recurrence relation with assumed to derive | Prove for , |
Matrix Powers | Multiply assumed by A, simplify entries to match n=k+1 RHS | Prove |
All Types | Full mandatory conclusion required for 1 mark | All induction questions require the standard concluding sentence |
8. Frequently Asked
Do I get marks for writing the induction conclusion?
Yes! The explicit concluding statement is worth 1 mark on every FP1 induction question, per the official mark scheme. You must state it links the base case, inductive step, and generalises to all valid n.
Can I use n=0 as my base case?
Only if the question specifies the result holds for non-negative integers. For almost all FP1 questions, the base case is n=1 for positive integers.
What if I get stuck on the inductive step for divisibility?
Rearrange the n=k+1 expression to isolate the n=k assumed term, then show the remaining part is an integer multiple of the divisor.
Going deeper
What's Next
Now that you have mastered proof by induction for Edexcel IAL FP1, you are ready to apply this foundational technique to more advanced Further Mathematics topics. Induction will reappear in FP2 for proving De Moivre's Theorem for general n, and in other units, so consolidating your understanding of the 4-step structure now will save you time later. Practice a mix of all four induction types from past WFM01 papers to build speed and accuracy, and always ensure you write the full concluding statement to secure all available marks. Pay close attention to avoiding the common pitfalls outlined in this guide, especially arithmetic errors in matrix multiplication or algebraic manipulation.
