Monday, 2 September 2019

sequences and series - Proving sumlimitsni=0i2i1=(n+1)2n1 by induction




I'm trying to apply an induction proof to show that ((n+1)2n1 is the sum of (i2i1) from 0 to n.




  • the base case: L.H.S = R.H.S

  • we assume that (k+1)2k1 is true.

  • we need to prove that (k+2)2k+11



My try to prove 3 is as follows:




(k+2)2k+11



(k+2)(2k2)1 , from 2: 2k=1/(k+1)



(k+2)(2/(k+1))1



(k+1)21



My question is, how could I get to 2k from the last line to prove this formula is right?



Answer



You have a typo in your statement. You want to show ni=0i2i1=n2n2n+1



Base case n=0:



0i=0i2i1=0=01+1



Assume that ni=0i2i1=n2n2n+1



Then make an induction step from n to n+1. This means you want to show that given your assumption you can show




n+1i=0i2i1=(n+1)2n+12n+1+1



Do this as follows:



n+1i=0i2i1=ni=0i2i1+(n+1)2n=n2n2n+1+(n+1)2n=n2n+1+1=(n+1)2n+12n+1+1



Which is what you wanted to show. Hope this helps.


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find lim without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...