function representation of power series

54 Views Asked by At

What is the function representation of this power series?

[Summation from n=0 to infinity of ($x^n)(n+1)!/n!$

The solution is $\frac{1}{(1-x)^-2}$ but how???

I know that $\sum_{n=0}^{\infty}(x^n)/n! = e^x$, but I don't know how to get to the solution from there.

1

There are 1 best solutions below

6
On

Notice that $$\frac{(n+1)!}{n!}x^n=\frac{(n+1)n!}{n!}x^n=(n+1)x^n$$ So, $$\sum_{n=0}^\infty\frac{(n+1)!}{n!}x^n=\sum_{n=0}^\infty (n+1)x^n=\sum_{n=0}^\infty nx^n +\sum_{n=0}^\infty x^n=x\sum_{n=0}^\infty nx^{n-1} +\sum_{n=0}^\infty x^n=$$ $$x \frac d {dx}\Big( \sum_{n=0}^\infty x^n\Big)+\sum_{n=0}^\infty x^n$$

I am sure that you cn take it from here.