I've been stuck on this question for some time now. I've tried using the partial sums of the series to find an equation $S_n$, which can, in turn, find the $n^{th}$ partial sum and then find the limit of $S_n$ as $k$ approaches infinity. However, I've been unable to find $S_n$. Is there perhaps a better way to solve the problem?
2026-05-16 07:05:54.1778915154
For $x>0$ find $\sum_{k=0}^\infty\frac{x^ke^{-x}}{k!}$
200 Views Asked by user462562 https://math.techqa.club/user/user462562/detail At
2
$$\sum_{k=0}^\infty\frac{x^ke^{-x}}{k!} = e^{-x}\sum_{k=0}^\infty\frac{x^k}{k!}$$ Note that the Taylor series of $e^x$ centered at $a$ is: $$e^a + \frac{e^a(x-a)}{1} + \frac{e^{2a}(x-a)^2}{2!} + \ ...$$ But, what is the Taylor expansion of $e^x$ centered at $a = 0$?