I want to prove that $$\sum_{n=1}^\infty{n^2a^{n-1}}=\frac{1+a}{(1-a)^3}$$
I start off at the sum and try to work my way into the equation.
I know that the sum is:
$$σ_{n}=1+2^2+a+3^2a^2+4^2a^3+\dots+n^2a^{n-1} (1)\Leftrightarrow$$ $$aσ_{n}=a+2^2a^2+3^2a^3+\dots+n^2a^n (2)$$
If I subtract (2) from (1), I get: $$(1-a)σ_{n}=1+2^2a+3^2a^2+\dots+n^2a^{n-1}-a-2^2a^2-\dots-n^2a^n \Leftrightarrow$$
$$(1-a)σ_{n}=(n^2+(n-1)^2)a^{n-1}-n^2a^n \Leftrightarrow$$ $$σ_{n}=\frac{n^2-(n-1)^2-n^2a^n}{1-a} \Leftrightarrow$$ $$σ_{n}=-\frac{1+n^2a^n}{1-a}$$
and that is what I've got so far. How can I continue solving this?
I don't know if this is the best solution of the proof, but my textbook had a similar proof for $$\sum_{n=1}^{\infty}na^{n-1}=\frac{1+a}{(1-a)^2}$$
So, I tried using the same way.
$$\sum_{n=0}^\infty a^{n+1}=\frac{1}{1-a}$$
Chinny84's Hint is to take the derivative with respect to $a$ on both sides, twice. There are no integrals.
– Zubin Mukerjee Jan 09 '15 at 18:21