what is the the summation $S_n = \sum\limits_{n = 1}^\infty{b_n} $ with $b_n = n{\alpha}^n$?
Here $0 \le \alpha < 1$. any closed form solution?
I know maybe we should build a geometric sequence or arithmetic sequence from $b_n$, but how to do that?
what is the the summation $S_n = \sum\limits_{n = 1}^\infty{b_n} $ with $b_n = n{\alpha}^n$?
Here $0 \le \alpha < 1$. any closed form solution?
I know maybe we should build a geometric sequence or arithmetic sequence from $b_n$, but how to do that?
If you dont know differentiation then use the fact that $$\begin{aligned}S_n-\alpha S_n & =\sum_{n=1}^{\infty} n\alpha^n-\sum_{n=1}^{\infty} n\alpha^{n+1}\\ & =\alpha+\sum_{n=2}^{\infty} n\alpha^n-\sum_{n=2}^{\infty} (n-1)\alpha^{n} \\ & =\alpha+\sum_{n=2}^{\infty} (n-n+1)\alpha^n \\ & = \sum_{n=1}^{\infty} \alpha^{n}\end{aligned}$$ Finish it! If you want to be more rigorous first show that $S_n$ converges
The usual geometric series formula is $\displaystyle\sum_{n = 0}^{\infty}\alpha^n = \dfrac{1}{1-\alpha}$.
Differentiate both sides with respect to $\alpha$ to get $\displaystyle\sum_{n = 1}^{\infty}n\alpha^{n-1} = \dfrac{1}{(1-\alpha)^2}$.
Do you see how to get the formula for the series you asked about?
We know that $$\sum_{n=1}^{\infty}x^{n}=\frac{1}{1-x}$$ if $|x|<1$. Differentiate both sides with respect to $x$ to get $$\sum_{n=1}^{\infty}(n-1)x^{n}=\frac{1}{(1-x)^2}$$ Hence $$\sum_{n=1}^{\infty}nx^n=\sum_{n=1}^{\infty}(n-1)x^{n}+\sum_{n=1}^{\infty}x^{n}=\frac{1}{(1-x)^2}+\frac{1}{1-x}$$ Put $x=\alpha$ to get the required result.