I've been trying to find the limit of the infinite series
$\displaystyle\sum_{k=1}^{\infty} k^3 q^k, \quad \left| q\right| < 1$
I already determined that it converges using the ratio test, but I am at a loss when it comes to actually determine the limit.
I know how to calculate the limit of
$\displaystyle\sum_{k=1}^{\infty} k q^k, \quad \left| q\right| < 1$
This is simple by derivation with respect to q applied to
$1 + q + q^2 + \ldots q^n = \frac{1-q^{n+1}}{1-q}$
and then multiplying with $q$ and taking the limit. But this gets way too complicated when doing it three times. Is there a better way?
Note that $$ \sum_{k=0}^\infty k^nq^k = q\sum_{k=0}^\infty k^{n-1} \cdot kq^{k-1} = q\Big(\sum_{k=0}^\infty k^{n-1} q^k\Big)' $$ So you can use recursion to calculate it. \begin{align} \sum_{k=0}^\infty q^k &= \frac{1}{1-q} \\ \sum_{k=0}^\infty kq^k &= q\Big(\sum_{k=0}^\infty q^k\Big)' = q\Big(\frac{1}{1-q}\Big)' = \frac{q}{(1-q)^2} \\ \sum_{k=0}^\infty k^2q^k &= q\Big(\sum_{k=0}^\infty kq^k\Big)' = q\Big(\frac{q}{(1-q)^2}\Big)' = \frac{q^2+q}{(1-q)^3} \\ \sum_{k=0}^\infty k^3q^k &= q\Big(\sum_{k=0}^\infty k^2q^k\Big)' = q\Big(\frac{q^2+q}{(1-q)^3}\Big)' = \frac{q^3 + 4q^2 +q}{(1-q)^4} \end{align}