Find the sum of $1.2+2.3x+3.4x^2...\infty$ where $|x|<1$
I have got the $\mathbb{n^{th}\quad term \quad= n(n+1)(x^{n-1})}$
Then I tried finding $\sum\limits_{k=1}^\infty n(n+1)(x^{n-1})$ but it's in product form so couldn't.
How do I continue from here?
Let $S(x)$ be our sum.
Thus, $$\int\limits_0^x\left(\int\limits_0^xS(x)dx\right)dx=x^2+x^3+...=\frac{x^2}{1-x},$$ which says $$S(x)=\left(\frac{x^2}{1-x}\right)''=\frac{2}{(1-x)^3}.$$
For the solution without calculus you can use the following idea. $$1+2x+3x^2+...=(1+x+x^2+...)+(x+x^2+...)+...=$$ $$=\frac{1}{1-x}+\frac{x}{1-x}=...=\frac{1}{1-x}(1+x+x^2+...)=\frac{1}{(1-x)^2}$$ and $$1\cdot2+2\cdot3x+3\cdot4x^2+...=2\left((1+2x+3x^2+...)+(x+2x^2+3x^3+...)+...\right)=$$ $$=2\left(\frac{1}{(1-x)^2}+\frac{x}{(1-x)^2}+...\right)=\frac{2}{(1-x)^3}.$$ Because $$1\cdot2=2\cdot(1);$$ $$2\cdot3=2(2+1);$$ $$3\cdot4=2(3+2+1);$$ $$.$$ $$.$$ $$.$$ $$n(n+1)=2(n+(n-1)+...+1)=2\cdot\frac{n(n+1)}{2}.$$