I have a homework problem asking me to find the median of $Y$, where $Y=e^Z$ and $Z \sim N(0,1)$.
I found that the density of $Y=e^Z$ equals $f(Y)=\frac{1}{y \sqrt{2\pi}}e^{-\frac{(ln(y))^2}{2}}$; $y>0$.
To find the median, $f(m)=\int_{-\infty}^m f(y)dy = \int_0^m \frac{1}{y\sqrt{2\pi}}e^{-\frac{(ln(y))^2}{2}}= \frac{1}{2}$.
However I am having a hard time solving the integral. Before solving it myself I went to Wolfram Alpha and it said that there was an error. Is there an easier way to do this computation or did I do something wrong previously?
Any help is appreciated, thank you!
The median of $Y=e^Z$ is $1$. Since $Z \sim N(0,1)$, half of $Z$ is less than or equal to $0$. So half of $Y$ is less than or equal to $e^0=1$.