What is Mathematical Induction?

Mathematical induction is a type of direct proof, where you can prove sequences or series. A good example of this is that we can prove 1 + 3 + 5 + .... + (2n-1) = n^2. There are 4 steps: 1. Prove the first case, or the n=1 case for this example. 2. Assume that the k-th case is true for any positive integer number k. 3. Using the assumption, prove that the (k+1)-th case. For this example we take n = k+1. 4. So we've just proved that if the k-th case is true then the (k+1)-th case must be true! So if the 1st case is true, then the 2nd case must be true. Then since the 2nd case is true, so must the 3rd case. This logic carries on and therefore we have proved what we wanted to prove for all integers!

AH

Related Maths A Level answers

All answers ▸

A small stone is projected verically upwards from a point O with a speed of 19.6ms^-1. Modeeling the stone as a particle moving freely under gravity find the time for which the stone is more than 14.6m above O


How to integrate by parts


(i) Prove sin(θ)/cos(θ) + cos(θ)/sin(θ) = 2cosec(2θ) , (ii) draw draph of y = 2cosec(2θ) for 0<θ< 360°, (iii) solve to 1 d.p. : sin(θ)/cos(θ) + cos(θ)/sin(θ) = 3.


When I try to integrate by parts, I end up in an infinite loop. Why is this, and how do you stop?