I'm having trouble deriving an expression for the expected value for the lognormal distribution. I've tried the standard approach of computing $\int_{\mathbb{R^+}}xf_X(x)\,\mathrm{d}x$ for non-negative variables:
$$\int_0^{\infty} \frac{1}{\sigma\sqrt{2\pi}}\exp\left(-\frac{1}{2}\left(\frac{\ln(y)-\mu}{\sigma}\right)^2\right)\,\mathrm{d}y$$
which is beyond me.
I've tried looking into moment generating functions, of which my knowledge is lacking, but stumbled upon a question claiming (and proving) that there is no such function. (link)
I've looked at a similar question (same, really) (link), but I'm afraid I don't undestand the accepted answer. It seems to relate the moment generating function of the normal distribution to the lognormal one, which didn't exist?
So how does one extract the expected value for the lognormal distribution, given the moment generating function of another(/the normal) distribution?
Bonus question: Is this last method the most natural approach (yes/no), or is it possible to find the expected value using the first approach with some clever trick (yes/no).