Proof of $\sum_{k=0}^{n} \frac{k}{2^{k}}$ Equation

  • Thread starter Thread starter Moridin
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
The discussion focuses on proving the equation for the sum of the series $\sum_{k=0}^{n} \frac{k}{2^{k}}$, which is stated to equal $2 - \frac{n+2}{2^{n}}$ for all non-negative integers n. The initial steps involve verifying the base case for n=0 and using mathematical induction to show that if the formula holds for n=p, it also holds for n=p+1. A sign error is identified in the transition from the sum for n=p to n=p+1, which complicates the proof. Participants clarify that the error arises from a miscalculation involving the terms, leading to a better understanding of the correct simplification. The conversation concludes with a resolution of the confusion regarding the sign error, affirming the validity of the approach.
Moridin
Messages
692
Reaction score
3

Homework Statement



Show that

\sum_{k=0}^{n} \frac{k}{2^{k}} = 2 - \frac{n+2}{2^{n}}~; ~~~ \forall n \in \mathbb{N} \cup \{0\}


The Attempt at a Solution



(1) Show that it is true for n = 0

\frac{0}{2^{0}} = 2 - \frac{2}{2^{0}} = 0

(2) Show that if it is true for n = p, it is true for n = p + 1

Assume that

\sum_{k=0}^{p} \frac{k}{2^{k}} = 2 - \frac{p+2}{2^{p}}

Now,

\sum_{k=0}^{p} \frac{k}{2^{k}} = \frac{1}{2} + \frac{2}{4} +\frac{3}{8} + \frac{4}{16} + ... + \frac{p}{2^{p}}

\sum_{k=0}^{p+1} \frac{k}{2^{k}} = \frac{1}{2} + \frac{2}{4} +\frac{3}{8} + \frac{4}{16} + ... + \frac{p}{2^{p}} + \frac{p+1}{2^{p+1}} = \sum_{k=0}^{p} \frac{k}{2^{k}} + \frac{p+1}{2^{p+1}} = 2 - \frac{p+2}{2^{p}} + \frac{p+1}{2^{p+1}}

If it can be shown that

2 - \frac{p+2}{2^{p}} + \frac{p+1}{2^{p+1}} = 2 - \frac{p+3}{2^{p+1}}

then (2) is done. However, here is it where it all goes wrong.

2 - \frac{p+2}{2^{p}} + \frac{p+1}{2^{p+1}} = 2 - \frac{2(p+2)}{2^{p+1}} + \frac{p+1}{2^{p+1}} = 2 - \frac{2p + 4 + p + 1}{2^{p+1}}

Which is not the same as that which is looked for. However, there seem to be a sign error somewhere, since if the last two additions are subtractions, it works. Thank you for your time.
 
Physics news on Phys.org
Moridin said:
2 - \frac{p+2}{2^{p}} + \frac{p+1}{2^{p+1}} = 2 - \frac{2(p+2)}{2^{p+1}} + \frac{p+1}{2^{p+1}} = 2 - \frac{2p + 4 + p + 1}{2^{p+1}}
It's like this instead:

2 - \frac{2(p+1)}{2^{p+1}} + \frac{p+1}{2^{p+1}} = 2 + \frac{p+1-2p-4}{2^{p+1}}

Simplify from here and you're done.
 
Moridin said:
2 - \frac{2(p+2)}{2^{p+1}} + \frac{p+1}{2^{p+1}} = 2 - \frac{2p + 4 + p + 1}{2^{p+1}}

Which is not the same as that which is looked for. However, there seem to be a sign error somewhere, since if the last two additions are subtractions, it works. Thank you for your time.

Hi Moridin! :smile:

Yes, the sign error is in your p + 1 at the end, isn't it? :smile:
 
tiny-tim said:
Hi Moridin! :smile:

Yes, the sign error is in your p + 1 at the end, isn't it? :smile:

I cannot find the exact place where I made the sign error, but it seems to stem from this line

\sum_{k=0}^{p+1} \frac{k}{2^{k}} = \frac{1}{2} + \frac{2}{4} +\frac{3}{8} + \frac{4}{16} + ... + \frac{p}{2^{p}} + \frac{p+1}{2^{p+1}} = \sum_{k=0}^{p} \frac{k}{2^{k}} + \frac{p+1}{2^{p+1}} = 2 - \frac{p+2}{2^{p}} + \frac{p+1}{2^{p+1}}

?
 
Defennder said:
It's like this instead:

2 - \frac{2(p+1)}{2^{p+1}} + \frac{p+1}{2^{p+1}} = 2 + \frac{p+1-2p-4}{2^{p+1}}

Simplify from here and you're done.

Isn't the p+ 1 in the first fraction suppose to be p + 2? How did that happen?
 
typo I suspect
 
Yeah it's a typo. Apart from that it should be fine.
 
Thanks, I finally understood this now.
 
Back
Top