SOLUTION: use mathematical induction to prove the summation formula: {{{sum((4i-1),1=1,n)}}} = {{{n(2n+1)}}}

Algebra ->  Sequences-and-series -> SOLUTION: use mathematical induction to prove the summation formula: {{{sum((4i-1),1=1,n)}}} = {{{n(2n+1)}}}      Log On


   



Question 935543: use mathematical induction to prove the summation formula:
sum%28%284i-1%29%2C1=1%2Cn%29 = n%282n%2B1%29

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
sum%28%284i-1%29%2C1=1%2Cn%29n%282n%2B1%29

Prove true for n=1

sum%28%284i-1%29%2C1=1%2C1%29 = 4*1-1 = 4-1 = 3 and 1(2*1+1) = 1(3) = 3

So it is true for n=1

Assume it is true for some value k.

sum%28%284i-1%29%2C1=1%2Ck%29 = k%282k%2B1%29

Add the next term 4(k+1)-1 to both sides:

sum%28%284i-1%29%2C1=1%2Ck%2B1%29 = k%282k%2B1%29%2B4%28k%2B1%29-1

sum%28%284i-1%29%2C1=1%2Ck%2B1%29 = 2k%5E2%2Bk%2B4k%2B4-1

sum%28%284i-1%29%2C1=1%2Ck%2B1%29 = 2k%5E2%2B5k%2B3

sum%28%284i-1%29%2C1=1%2Ck%2B1%29 = (k+1)(2k+3}

Now we show that the right side is the right side of

sum%28%284i-1%29%2C1=1%2Cn%29 ≟ n(2n+1)

when k+1 is substituted for n.

n%282n%2B1%29 = (k+1)[2(k+1)+1] = (k+1)[2k+2+1) = (k+1)(2k+3) 

So we have proved that IF it is true for any value of n, then it will
be true for the next value of n.

We have indeed proved that it is true for some value of n, namely 1, so 
it will be true for the next value of n, which is 2.

Now since we have proved that IF it is true for any value of n, then it will
be true for the next value of n, and now since it is true for n=2, it will
be true for the next value of n which is 3.

And since it's true for n=3 it is true for n=4, etc. etc.

So it can never stop being true for any positive inbteger n.

So now we can erase the ? off the top of the = sign and get:

sum%28%284i-1%29%2C1=1%2Cn%29 = n%282n%2B1%29

Edwin