LOTUS to determine $E[e^X]$

137 Views Asked by At

Let $X$~$N(\mu,\sigma^2)$ and set $Y=e^X$ which means that $Y$~$logN(\mu,\sigma)$.

Show that $E[Y]=e^{\mu+\sigma^2/2}$


My thoughts:

My idea is to use LOTUS:

$E[Y]=E[e^X]=\int_{-\infty}^\infty \! e^x \frac{1}{\sqrt{2\pi}*\sigma}e^{-(\mu-x)^2/2\sigma^2} \, \mathrm{d}x$

However it seems to be an unsolveable integral and I don't know what else to use. Can someone point me in the right direction?

1

There are 1 best solutions below

0
On BEST ANSWER

Complete the square in the exponent of the integrand, as follows: $$x -(x-\mu)^2/(2\sigma^2) = (2 \sigma^2 x - (x - \mu)^2)/(2 \sigma^2)\\ = -(x - (\mu + \sigma^2))^2/(2 \sigma^2) + (2\mu \sigma^2 + \sigma^4)/(2 \sigma^2) \\ = -(x - (\mu + \sigma^2))^2/(2 \sigma^2) + \mu + \sigma^2/2 $$ Therefore $$ \frac{1}{\sqrt{2 \pi} \sigma }\int_{-\infty}^\infty e^x e^{-(x-\mu)^2/(2\sigma^2)} dx = \frac{1}{\sqrt{2 \pi} \sigma } \int_{-\infty}^\infty e^{-(x - (\mu + \sigma^2))^2/(2 \sigma^2) + \mu + \sigma^2/2} dx \\ = e^{\mu + \sigma^2/2} \times \frac{1}{\sqrt{2 \pi} \sigma }\int_{-\infty}^\infty e^{-(x - (\mu + \sigma^2))^2/(2 \sigma^2)} dx = e^{\mu + \sigma^2/2} $$ since the term to the right of the $\times$ symbol is the integral of a probability density and thus equals 1.