6

How to solve the following integral $$ \int\sqrt{\ln(x)}\,dx $$ If the above integral is not solve-able, how to proof that the function $\sqrt{\ln(x)}$ is not integrable.

Leucippus
  • 26,329
Amin235
  • 1,867

2 Answers2

4

Let $x=e^{-u}$ and you get

$$\int_a^b\sqrt{\ln x}\ dx=-\int_{-\ln a}^{-\ln b}\sqrt{-u}e^{-u}\ du=i\left(\gamma(3/2,-\ln a)-\gamma(3/2,-\ln b)\right)$$

where $\gamma(a,x)$ is the lower incomplete gamma function.

  • You changed the form of integral that theorem of Liouville cab be applied. Am I right? – Amin235 Jan 11 '17 at 20:31
  • @Amin235 Huh? I just used u-substitution and definitions of special functions. – Simply Beautiful Art Jan 11 '17 at 20:32
  • @Amin235 Oh god, do you mean this? Um, hm... yeah...nope. Didn't use that at all >.> – Simply Beautiful Art Jan 11 '17 at 20:35
  • in the link that you mentioned in the comment there is the following theorem. "It is a theorem of Liouville, reproven later with purely algebraic methods, that for rational functions $f$ and $g$, $g$ nonconstant, the antiderivative

    $$\int [f(x)\exp(g(x))] , \mathrm dx$$

    can be expressed in terms of elementary functions if and only if there exists some rational function $h$ such that it is a solution to the differential equation:

    $$f = h' + hg$$

    $\int e^{x^2} dx$ is another classic example of such a function with no elementary antiderivative."

    – Amin235 Jan 11 '17 at 20:37
  • @Amin235 Oh, I suppose I sneakily turned it into that form, but that was on accident. I was meaning to get to the gamma functions was all. – Simply Beautiful Art Jan 11 '17 at 20:38
  • Ok, Thanks for response. – Amin235 Jan 11 '17 at 20:38
4

Considering $$I=\int\sqrt{\log( x)}\ dx$$ change variable $$\sqrt{\log( x)}=t\implies x=e^{t^2}\implies dx=2te^{t^2}\,dt$$ which makes $$I=\int 2t^2e^{t^2}\,dt$$ Now, integration by parts $$u=t\implies u'=dt$$ $$v'=2te^{t^2}\,dt\implies v=e^{t^2}$$ $$I=te^{t^2}-\int e^{t^2}\,dt=te^{t^2} -\frac{\sqrt{\pi }}{2} \text{erfi}(t)$$ where appears the imaginary error function.

Back to $x$, $$I=x \sqrt{\log (x)}-\frac{\sqrt{\pi }}{2} \text{erfi}\left(\sqrt{\log (x)}\right)$$ which is real if $x\geq 1$.

  • The user @omnomnomnom in the first comment mentioned this hint. I thank you for this hint that you said, but I think this is not an answer to my question. – Amin235 Jan 12 '17 at 09:28