I was trying to find the sum of $\sum_{n=1}^{\infty}\frac{n}{2^n}$.
I tried like this $S = \sum_{n=1}^{\infty}\frac{n}{2^n} = \sum_{n=1}^{\infty}(\frac{n+1}{2^n} - \frac{1}{2^n}) = 2\sum_{n=2}^{\infty}\frac{n}{2^n} - 1$
So,$S = 2(S - \frac{1}{2}) - 1$
Implying $S =2$.
EDIT:
Also from many posts in the comment below I found a method of looking at the sum $\sum x^n$ and differentiating and plugging for $x$.
Is there any other method of looking at the problem and calculating the sum apart from the above method,may be it would be interesting to see different approaches to the same problem which may be used to visualize other problems based on summation of series?