In the following series:
$ \displaystyle\sum\limits_{n=1}^{\infty}n*\frac{1}{2^n}$
I've found that the series converges to 2 by looking it up but how would one calculate the summation? You can't use the formula for a geometric sum because the series' terms don't differ by a common ratio. I'm sure I'm just missing something but it's been a while since I've done series. Thanks!
When you list out the terms according to the given general term by plugging in different values of $n$, you would find that it is an Arithmetico - Geometrtic Progression (AGP).
Let $$S = \displaystyle\sum\limits_{n=1}^{\infty}n*\frac{1}{2^n}$$ $$\implies S = \frac12 + \frac{2}{2^2} + \frac{3}{2^3} + .....$$
$$\implies \frac{S}{2} = \frac{1}{2^2} + \frac{2}{2^3} + \frac{3}{2^4} + $$ [After shifting the terms on the RHS by one place to the right.]
Subtracting; $$\implies \frac{S}{2} = \frac12 + \frac{1}{2^2} + \frac{1}{2^3} + ....$$ which yields $$\frac{S}{2} = 1$$
and thus $$S = 2$$