0

I want to know the limit of the series $$ \sum_{k=1}^{\infty} k^2(1-q)^k,$$ where $0<q<1.$ I have checked from the criterium $a_{k+1}/a_{k} < 1$ that the series converges but I don't know hot to compute a limit or an upper bound for this limit?

1 Answers1

1

Let $x\in (-1,1)$ and: $$ f(x) = \sum_{k=0}^\infty x^k = \frac{1}{1-x} $$ Furthermore: $$ f'(x)=\sum_{k=1}^\infty kx^{k-1}=\sum_{k=0}^\infty (k+1)x^k = \frac{1}{(1-x)^2} $$ and $$ f''(x)=\sum_{k=1}^\infty (k^2+k)x^{k-1} = -\frac{2x-2}{(1-x)^4} $$ Then, your sum is: $$ (1-q)(f''(1-q)-f'(1-q)) $$

Bill O'Haran
  • 3,034