How can I show using mathematical induction that 12+14+⋯+12n=2n−12n
Edit: I'm specifically stuck on showing that 2n−12n+12n+1=2n+1−12n+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)=2n−12n, then
T(n+1)=T(n)+12n+1=2n−12n+12n+1=2(2n−1)2n+1+12n+1=2n+1−2+12n+1,
giving the desired formula.
Since T(1)=12=2−12, the result is established by induction.
No comments:
Post a Comment