Monday, February 20, 2017

algebra precalculus - How can I show using mathematical induction that frac12+frac14+cdots+frac12n=frac2n12n



How can I show using mathematical induction that 12+14++12n=2n12n



Edit: I'm specifically stuck on showing that 2n12n+12n+1=2n+112n+1.



What should the approach be here?


Answer



If T(n)=12+14++12n, then

T(n+1)T(n)=12n+1


hence if T(n)=2n12n, then
T(n+1)=T(n)+12n+1=2n12n+12n+1=2(2n1)2n+1+12n+1=2n+12+12n+1,

giving the desired formula.



Since T(1)=12=212, the result is established by induction.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...