1

Is it possible to represent the following series in term of a non-infinite function: $$ \sum_{n=1}^{\infty} n^2 x^{n-1} $$

Joseph
  • 551
  • 2
    If you start with If $\displaystyle f(x)= \sum_{n=1}^{\infty} x^{n} = \frac{x}{1-x}$ then $\displaystyle \frac{d}{dx} \left(x \frac{d}{dx}f(x)\right)= \sum_{n=1}^{\infty} n^2 x^{n-1} = \frac{1+x}{(1-x)^3} $ – Henry Feb 23 '16 at 09:38

1 Answers1

3

Yes

$$ \sum_{n=1}^{\infty} n^2 x^{n-1}=\frac{1}{x} \sum_{n=1}^{\infty} n^2 x^{n}=\frac{(1+x)}{(1-x)^3} $$

Converges when $|x|<1$

Yuriy S
  • 31,474