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.
2026-03-29 10:16:43.1774779403
On
Sum of infinite series?
51 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
1
On
$$\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.
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$.