Find the expected value of $\sqrt{K}$ where $K$ is a random variable according to Poisson distribution with parameter $\lambda$.
I don't know how to calculate the following sum:
$E[\sqrt{K}]= e^{-\lambda} \sum_{k=0}^{\infty} \sqrt{k} \frac{\lambda^k}{k!} $
Based on Wiki (https://en.wikipedia.org/wiki/Poisson_distribution) I know that should be approximately $\sqrt{\lambda}$.
In general, for smooth $g(X)$ you can do a Taylor expansion around the mean $\mu=E(X)$:
$$g(X)=g(\mu) + g'(\mu)(X-\mu)+ \frac{g^{''}(\mu)}{2!}(X-\mu)^2+ \frac{g^{'''}(\mu)}{3!}(X-\mu)^3+\cdots$$
So
$$E[g(X)]=g(\mu) + \frac{g^{''}(\mu)}{2!}m_2+ \frac{g^{'''}(\mu)}{3!} m_3+\cdots $$
where $m_i$ is the $i$-th centered moment. In our case $m_2=m_3 =\lambda$, so:
$$E[g(X)]=\sqrt{\lambda} - \frac{\lambda^{-1/2}}{8} + \frac{ \lambda^{-3/2}}{16} +\cdots $$
This approximation is useful only if $\lambda \gg 1$