0

Show that the following series converges to $1$. $$\sum_{k=1}^\infty k \left(\frac{1}{2}\right)^{k+1}$$ I can't seem to find any good formulas or tricks for a sum like this.

anvyne
  • 5

2 Answers2

4

This is equal to $\frac14\sum_{k=1}^\infty k\left(\frac12\right)^{k-1}$. Now, use the fact that$$\left(\frac1{1-x}\right)'=(1+x+x^2+x^3+\cdots)'=1+2x+3x^2+\cdots$$when $|x|<1$.

0

$$\begin{align} S = \frac{1}{2}+&2\frac{1}{4}+3\frac{1}{8}+\dots\\ \frac{1}{2}S = &\frac{1}{4}+2\frac{1}{8}+3\frac{1}{16}+\dots\\ \frac{1}{2}S = &\frac{1}{4}+\frac{1}{8}+\dots=1\\ S=2 \end{align}$$ I got the third line by subtracting the second from the first. For the above to be valid, you have to prove the series converges.

saulspatz
  • 53,131