I need to show that $$ 4 = \sum_{n=1}^\infty (-2)^{n+1}\frac{n+2}{n!} $$
by considering $$ \frac d{dx}(x^2e^{-x})$$
I found that $ \frac d{dx}(x^2e^{-x}) = 2xe^{−x}−x^2e^{−x}$
What would be the next step to show the equality?
I need to show that $$ 4 = \sum_{n=1}^\infty (-2)^{n+1}\frac{n+2}{n!} $$
by considering $$ \frac d{dx}(x^2e^{-x})$$
I found that $ \frac d{dx}(x^2e^{-x}) = 2xe^{−x}−x^2e^{−x}$
What would be the next step to show the equality?
$$x^2e^{-x}=x^2\sum_{n=0}^\infty\frac{(-1)^nx^n}{n!}=\sum_{n=0}^\infty\frac{(-1)^nx^{n+2}}{n!}\implies$$
$$2xe^{-x}-x^2e^{-x}=\sum_{n=0}^\infty (-1)^n\frac{(n+2)x^{n+1}}{n!}$$
...and the above is true for all $\;x\in\Bbb R\;$ .
Hint: It seems that the equality $\frac{n}{n!} = \frac{1}{(n-1)!}$ for $n\ge 1$ and a shift in the summation index can be used.
$$2xe^{-x}-x^2e^{-x}=\sum_{n=0}^\infty (-1)^n\frac{(n+2)x^{n+1}}{n!} = \sum_{n=0}^\infty x(-x)^n\frac{(n+2)}{n!}$$ and x can be cancelled. But when I plug x=2 the left side becomes 0
– Togepi Jan 21 '15 at 18:46