Let $X$ be a positive, lognormal random variable with known mean $\mu_X$ and variance $\sigma_X^2$. Since $X$ is a lognormal random variable, I know its pdf and moment-generating function (mgf).
pdf: $$f(x) = \frac{1}{x\sigma\sqrt{2\pi}}\exp\left[-\frac{\ln[x-\mu_X]}{2\sigma^2}\right]$$
mgf: $$E[X^n] = \exp\left[n\mu+\frac{1}{2}n^2\sigma^2\right]$$
Now, what I'm interested in is not only mean and variance of $X$, but also of its square root $\sqrt{X} = X^{1/2}$.
I have read the posts Expected value and variance of the square root of a random variable and Variance of powers of a random variable and their comments (among others), where I learned that I could use the mgf to estimate $E[X^\frac{1}{2}]$. However, this required that I use the "$\frac{1}{2}$"-th moment. More specifically, compute derivative of the mgf at $\frac{d^\frac{1}{2}}{dx^\frac{1}{2}}$, which I haven't been able to do, due to the "partial" nature of the derivative.
Similarly, I figured that I could use the pdf, by solving the integral.
$$\int_0^\inf \sqrt{x} f(x) dx$$
Again, I haven't been able to do so, and solutions derived using the typical toolg (e.g. https://www.integral-calculator.com/) haven't been helpful so far.
Do you guys have any pointers in how else I could tackle this (using attempts I described here, or completely novel ones).