Proof Revision Notes

    Subject: Further Mathematics | Level: A-Level | Exam Board: Edexcel

    Master the art of mathematical proof for your Edexcel A-Level Further Maths exam. This guide breaks down Proof by Induction into four simple steps, showing you how to secure every mark on questions involving series, divisibility, and matrices.

    Revision Notes & Key Concepts

    ## Overview ![header_image.png](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_07114c69-c545-4206-ba7d-3ede91118c90/header_image.png) Proof by Mathematical Induction is a cornerstone of A-Level Further Mathematics and a powerful tool for proving statements about all positive integers. It's a formal, logical argument that functions like a chain of dominoes: if you can prove the first one falls (the **base case**), and that any domino falling will knock over the next one (the **inductive step**), you can conclude that all the dominoes will fall. In your exam, this topic appears in the Core Pure papers and typically accounts for 5-7 marks per question. Examiners are looking for a highly structured, rigorous argument, so precision is key. This topic has strong synoptic links with Series, Matrices, and Number Theory, making it a crucial concept to master. ## Key Concepts ### The Four-Step Induction Framework Mathematical induction follows a rigid four-step structure. Missing any of these steps will result in lost marks, particularly the final conclusion. Candidates must present their argument clearly, showing each logical stage. ![induction_steps_diagram.png](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_07114c69-c545-4206-ba7d-3ede91118c90/induction_steps_diagram.png) 1. **Base Case (n=1)**: First, you must prove the statement is true for the smallest possible value of n, which is usually n=1. This is the 'first domino'. You must explicitly substitute n=1 into both sides of the statement and show they are equal. A B1 mark is awarded for this. 2. **Inductive Hypothesis**: Next, you assume the statement is true for some arbitrary positive integer, n=k. You are not proving anything here; you are simply stating the assumption that will be used in the next step. This is often written as "Assume the result is true for n=k". An M1 mark is often given for this statement. 3. **Inductive Step (n=k+1)**: This is the core of the proof and where most algebraic manipulation occurs. You must prove that if the statement is true for n=k, then it must also be true for n=k+1. The goal is to manipulate the expression for n=k+1 until you can substitute the n=k assumption into it. This demonstrates that one domino falling causes the next to fall. This step attracts the majority of the method (M) and accuracy (A) marks. 4. **Conclusion**: Finally, you must write a concluding statement that ties everything together. This statement must be precise and reference the previous steps. A typical Edexcel-style conclusion is: "Since the statement is true for n=1, and if it is true for n=k then it is true for n=k+1, by the principle of mathematical induction, the statement is true for all positive integers n." This secures the final A1 cso (Correct Solution Only) mark. ### Types of Induction Proofs #### 1. Summation of Series This is the most common type of induction question. You will be asked to prove a formula for the sum of a series up to n terms. ![series_summation_visual.png](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_07114c69-c545-4206-ba7d-3ede91118c90/series_summation_visual.png) **Example**: Prove that for all positive integers n, $\sum_{r=1}^{n} r = \frac{n(n+1)}{2}$. In the inductive step, you would start with the sum to k+1 terms, split it into the sum to k terms plus the (k+1)th term, and then substitute your assumption for the sum to k terms. #### 2. Divisibility These proofs require you to show that a function f(n) is divisible by a certain integer for all n. The key is to relate f(k+1) to f(k). ![divisibility_proof_visual.png](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_07114c69-c545-4206-ba7d-3ede91118c90/divisibility_proof_visual.png) **Example**: Prove that $f(n) = 3^{2n} - 1$ is divisible by 8 for all positive integers n. In the inductive step, you would analyse f(k+1) and try to express it in the form of f(k) plus another term that is clearly divisible by 8. A common technique is to consider f(k+1) - f(k). #### 3. Powers of Matrices For these questions, you will be asked to prove a formula for the nth power of a given matrix. ![matrix_induction_visual.png](https://xnnrgnazirrqvdgfhvou.supabase.co/storage/v1/object/public/study-guide-assets/guide_07114c69-c545-4206-ba7d-3ede91118c90/matrix_induction_visual.png) **Example**: Given the matrix $M = \begin{pmatrix} 2 & 1 \ 0 & 1 \end{pmatrix}$, prove that $M^n = \begin{pmatrix} 2^n & 2^n-1 \ 0 & 1 \end{pmatrix}$ for all positive integers n. In the inductive step, you must show that $M^{k+1} = M^k imes M$. You substitute the assumed formula for $M^k$ and perform the matrix multiplication. Credit is given for explicitly showing the multiplication, not just stating the result.

    Worked Examples

    Practice Questions

    Proof

    Edexcel
    A-Level
    Further Mathematics

    Master the art of mathematical proof for your Edexcel A-Level Further Maths exam. This guide breaks down Proof by Induction into four simple steps, showing you how to secure every mark on questions involving series, divisibility, and matrices.

    5
    Min Read
    3
    Examples
    6
    Questions
    0
    Key Terms

    Study Notes

    Overview

    header_image.png

    Proof by Mathematical Induction is a cornerstone of A-Level Further Mathematics and a powerful tool for proving statements about all positive integers. It's a formal, logical argument that functions like a chain of dominoes: if you can prove the first one falls (the base case), and that any domino falling will knock over the next one (the inductive step), you can conclude that all the dominoes will fall. In your exam, this topic appears in the Core Pure papers and typically accounts for 5-7 marks per question. Examiners are looking for a highly structured, rigorous argument, so precision is key. This topic has strong synoptic links with Series, Matrices, and Number Theory, making it a crucial concept to master.

    Key Concepts

    The Four-Step Induction Framework

    Mathematical induction follows a rigid four-step structure. Missing any of these steps will result in lost marks, particularly the final conclusion. Candidates must present their argument clearly, showing each logical stage.

    induction_steps_diagram.png

    1. Base Case (n=1): First, you must prove the statement is true for the smallest possible value of n, which is usually n=1. This is the 'first domino'. You must explicitly substitute n=1 into both sides of the statement and show they are equal. A B1 mark is awarded for this.

    2. Inductive Hypothesis: Next, you assume the statement is true for some arbitrary positive integer, n=k. You are not proving anything here; you are simply stating the assumption that will be used in the next step. This is often written as "Assume the result is true for n=k". An M1 mark is often given for this statement.

    3. Inductive Step (n=k+1): This is the core of the proof and where most algebraic manipulation occurs. You must prove that if the statement is true for n=k, then it must also be true for n=k+1. The goal is to manipulate the expression for n=k+1 until you can substitute the n=k assumption into it. This demonstrates that one domino falling causes the next to fall. This step attracts the majority of the method (M) and accuracy (A) marks.

    4. Conclusion: Finally, you must write a concluding statement that ties everything together. This statement must be precise and reference the previous steps. A typical Edexcel-style conclusion is: "Since the statement is true for n=1, and if it is true for n=k then it is true for n=k+1, by the principle of mathematical induction, the statement is true for all positive integers n." This secures the final A1 cso (Correct Solution Only) mark.

    Types of Induction Proofs

    1. Summation of Series

    This is the most common type of induction question. You will be asked to prove a formula for the sum of a series up to n terms.

    series_summation_visual.png

    Example: Prove that for all positive integers n, \sum_{r=1}^{n} r = \frac{n(n+1)}{2}.

    In the inductive step, you would start with the sum to k+1 terms, split it into the sum to k terms plus the (k+1)th term, and then substitute your assumption for the sum to k terms.

    2. Divisibility

    These proofs require you to show that a function f(n) is divisible by a certain integer for all n. The key is to relate f(k+1) to f(k).

    divisibility_proof_visual.png

    Example: Prove that f(n) = 3^{2n} - 1 is divisible by 8 for all positive integers n.

    In the inductive step, you would analyse f(k+1) and try to express it in the form of f(k) plus another term that is clearly divisible by 8. A common technique is to consider f(k+1) - f(k).

    3. Powers of Matrices

    For these questions, you will be asked to prove a formula for the nth power of a given matrix.

    matrix_induction_visual.png

    Example: Given the matrix M = \begin{pmatrix} 2 & 1 \ 0 & 1 \end{pmatrix}, prove that M^n = \begin{pmatrix} 2^n & 2^n-1 \ 0 & 1 \end{pmatrix} for all positive integers n.

    In the inductive step, you must show that M^{k+1} = M^k imes M. You substitute the assumed formula for M^k and perform the matrix multiplication. Credit is given for explicitly showing the multiplication, not just stating the result.

    Worked Examples

    3 detailed examples with solutions and examiner commentary

    Practice Questions

    Test your understanding — click to reveal model answers

    Q1

    Prove by induction that \sum_{r=1}^{n} (2r-1) = n^2 for all n \ge 1.",
    "marks": 5

    foundation", "hint": "For the inductive step, remember that the sum to k+1 is the sum to k plus the (k+1)th term.
    Q2

    Prove by induction that f(n) = n^3 + 2n is divisible by 3 for all positive integers n.",
    "marks": 5

    standard", "hint": "Consider f(k+1) - f(k). If f(k) is divisible by 3 and f(k+1)-f(k) is divisible by 3, what can you say about f(k+1)?
    Q3

    If u_1 = 4 and u_{n+1} = 2u_n - 3, prove by induction that u_n = 2^{n-1} + 3 for n \ge 1.",
    "marks": 5

    standard", "hint": "The assumption is for $u_k$. Use this in the recurrence relation for $u_{k+1}$.
    Q4

    Prove by induction that for n \ge 1, \frac{d^n}{dx^n}(xe^x) = (x+n)e^x.",
    "marks": 6

    challenging", "hint": "You will need to use the product rule for differentiation in the inductive step.
    Q5

    Let the matrix A = \begin{pmatrix} 1 & 1 \ 0 & 2 \end{pmatrix}. Prove by induction that A^n = \begin{pmatrix} 1 & 2^n-1 \ 0 & 2^n \end{pmatrix} for all integers n \ge 1.",
    "marks": 6

    challenging", "hint": "Remember that $A^{k+1} = A^k imes A$. Show the matrix multiplication explicitly.
    Q6

    Question 6

    Proof Revision Notes — Edexcel A-Level | MasteryMind