You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers proving properties of sequences, including convergence and divergence, and introduces proof by induction as awareness content for the Edexcel A-Level (9MA0) specification. Proof is a key mathematical skill and sequence-based proofs appear frequently in exams.
| Proof type | When to use |
|---|---|
| Direct proof | Showing a statement is true using logical steps from known results |
| Proof by contradiction | Assuming the opposite and reaching a contradiction |
| Proof by exhaustion | Checking all possible cases |
| Proof by induction | Proving a statement for all positive integers (A-Level awareness) |
Prove that the sum of the first n odd numbers is n².
The first n odd numbers are: 1, 3, 5, 7, ..., (2n - 1).
This is an AP with a = 1, d = 2, and the nth term is 2n - 1.
S(n) = n/2 x (first + last) = n/2 x (1 + (2n - 1)) = n/2 x 2n = n²
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.