24 total
Use the method of mathematical induction to establish a given result (e.g., ∑r3=41n2(n+1)2, un=21(1+3n−1) for the sequence given by un+1=3un−1 and u1=1, matrix powers, divisibility of 32n+2×5n−3 by 8)
Recognise situations where conjecture based on a limited trial followed by inductive proof is a useful strategy, and carry this out in simple cases (e.g., find the nth derivative of xex, find ∑r⋅r!)
Mathematical proof requires certainty that a relationship is true (or false) for all values being considered, without exception. While we might observe a pattern in a sequence like 1,2,4,8,16,… where terms increase by a factor of 2 and appear to follow un=2n for n≥0, observation alone is not proof.
Mathematical induction provides a rigorous method to establish such results with certainty. It involves:
Mathematical induction: A method of mathematical proof typically used to establish that a given statement is true for all natural numbers.
Conjecture: A mathematical statement which appears to be true, but has not been formally proven.
Base case (P1 or P0): The first step of an inductive proof, showing the statement holds for the initial value (e.g., n=1 or n=0).
Inductive step: The step in which you show that if the statement holds for n=k, it must also hold for n=k+1.
Pk: The statement being tested for a specific value k.
Pk+1: The statement for the next value in the sequence, k+1.
The condition for proof by induction follows this structure:
If P1 is true and Pk⇒Pk+1, then Pn is true for all n≥1.
This method can be applied to:
Sign in to view full notes