Below is a problem that I did from Chapter 4 of the book "Intoduction to Probability Theory". The book was written by Hoel, Port and Stone. The answer I got is wrong. I would like to know what I
did wrong.
Thanks,
Bob
Problem:
Let $X$ be a Poisson with parameter $\lambda$. Compute the mean of
$(1+X)^{-1}$.
Answer:
The density function for the Poisson distribution is:
$$f(x) = \frac{\lambda^x e ^ {-x}}{x!}$$
Let $u$ be the mean that we seek.
\begin{eqnarray*}
u &=& \sum_{x = 0}^{\infty} \frac{\lambda^x e ^ {-x}}{x!((1+x))} =
\sum_{x = 0}^{\infty} \frac{\lambda^x e ^ {-x}}{(x+1)!} \\
u &=& \sum_{x = 1}^{\infty} \frac{\lambda^x e ^ {-(x-1)}}{(x)!} \\
u &=& \sum_{x = 1}^{\infty} \frac{\lambda^x e ^ {-x + 1}}{(x)!} \\
u &=& e \sum_{x = 1}^{\infty} \frac{\lambda^x e ^ {-x}}{(x)!} \\
\end{eqnarray*}
Observe that when $\lambda$ is very large that $u$ is very large. Therefore, I conclude
that I am already wrong. The books answer is:
$$ \lambda^{-1}(1-e^{-\lambda}) $$