2

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?

Togepi
  • 105

2 Answers2

4

$$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\;$ .

Timbuc
  • 34,191
0

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.

orangeskid
  • 53,909