how do I do proofs by induction?

The general method is: 1)write down what needs to be shown (the claim) 2)check it holds for the lowest value of n required (normally n=1 but check question) 3)write down sentence: 'Suppose when n=m the claim holds' 4)Starting from/using 3), obtain the corresponding claim for n=m+1 (e.g. using algebraic manipulation, methods of integration etc.) 5)end with: 'So if the claim holds for n=m it then holds for n=m+1. Since it holds for n=1, by induction we are done.' Example Prove by induction that 12+36+108+...+4x3n=6(3n- 1) Solution: step 1) is just the exact question statement. When n=1, the LHS is 4x3=12 and the RHS is 6(3-1)=12=LHS so the claim is true (this is step 2) done). Now suppose that when n=m the claim holds (this is step 3) done). We have 12+36+108+...+4x3m+4x3m+1=(12+36+108+...+4x3m)+4x3m+1=6(3m-1)+4x3m+1  (by our assumption in step 3))                                                                                                  =2x3m+1-6+4x3m+1 (expanding the brackets)                                                                                                  =6x3m+1-6                                                                                                                                =6(3m+1-1)           (this is step 4) done as this is what we want) So if the claim holds for n=m it then holds for n=m+1. Since it holds for n=1, by induction we are done. (step 5) done).

DR

Related Further Mathematics A Level answers

All answers ▸

A curve has equation y=(2-x)(1+x)+3, A line passes through the point (2,3) and the curve at a point with x coordinate 2+h. Find the gradient of the line. Then use that answer to find the gradient of the curve at (2,3), stating the value of the gradient


P(A)=0.2, P(A|B) = 0.3 and P(AuB)=0.6. Find i P(B) ii P(B'|A')


What are the conditions required for the poisson distribution?


The complex number -2sqrt(2) + 2sqrt(6)I can be expressed in the form r*exp(iTheta), where r>0 and -pi < theta <= pi. By using the form r*exp(iTheta) solve the equation z^5 = -2sqrt(2) + 2sqrt(6)i.