I know from the ratio test that the series converges and I used wolfram alpha to determine that the answer is 1, but what are the steps involved to reach this answer?
-
Or even https://math.stackexchange.com/questions/337937/why-sum-k-1-infty-frack2k-2 – Arnaud D. Dec 05 '19 at 02:04
4 Answers
$$\sum\limits_{n=1}^\infty(n-1)\cdot\big(\frac12\big)^n=\frac12\sum\limits_{n=1}^\infty n\big(\frac12\big)^n$$$$=\frac12\sum\limits_{n=1}^\infty\sum\limits_{m=n}^\infty\big(\frac12\big)^m$$$$=\frac12\sum\limits_{n=1}^\infty\big(\frac12\big)^{n-1}$$$$=\sum\limits_{n=1}^\infty\big(\frac12\big)^n$$$$=\color{red}1$$

- 13,663
Start with a geometric series \begin{eqnarray*} \sum_{n=0}^{\infty} x^n = \frac{1}{1-x}. \end{eqnarray*} Differentiate \begin{eqnarray*} \sum_{n=0}^{\infty} n x^{n-1} = \frac{1}{(1-x)^2}. \end{eqnarray*} Multiply by $x^2$ and change the summation index \begin{eqnarray*} \sum_{n=1}^{\infty} (n-1) x^{n} = \frac{x^2}{(1-x)^2}. \end{eqnarray*} Now just substitute $x=1/2$ and you will have the result.

- 36,613
- 2
- 26
- 73
Hint Use the geometric series $$1+x+x^2+\dotsb + =\frac{1}{1-x},$$ and then take the derivative to obtain $$x(1+2x+3x^2+\dotsb+)=x\left(\frac{1}{(1-x)^2}\right)$$

- 41,067
First $\sum_{n\ge0}x^n=\dfrac1{1-x}$ for $\mid x\mid\lt1$.
And differentiating, we get $\sum_{n\ge0}n(1/2)^{n-1}=\dfrac 1{(1-1/2)^2}=4$.
So, we get $\sum_{n\ge0}(n-1)(1/2)^n=(1/4)(\sum_{n\ge2} (n-1)(1/2)^{n-2})=1$.