1

$$\int\frac{\ln(x)}{1+\ln(x)^2}\mathrm{d}x$$ I surely know the integral would be of $u/v$ type but I am not getting any good substitution to go for it. I think $\log(x)=e^t$ would be good as we get again an $e^{e^t}$ so everything now is in $e$ but I can't go further with it. Thanks!

1 Answers1

3

Substitute $u=\ln x$ and decompose $$\int\frac{\ln x}{\ln ^2x+1}\,\mathrm d x=\int\frac{ue^u}{u^2+1}\,\mathrm d u=\frac 12\int\frac{e^u}{u+i}\,\mathrm d u+\frac 12\int\frac{e^u}{u-i}\,\mathrm du$$

These two integrals are exponential integrals, as it can be seen if you substitute for the denominators: $$\frac 12\int\frac{e^u}{u+i}\,\mathrm d u+\frac 12\int\frac{e^u}{u-i}\,\mathrm du=\frac{e^{-i}}{2}\int\frac{e^v}{v}\,\mathrm d v+\frac{e^i}{2}\int\frac{e^t}{t}\,\mathrm d t=\frac{e^{-i}\operatorname{Ei}(v)}{2}+\frac{e^i\operatorname{Ei}(t)}{2}$$

Hence, the result is: $$\int\frac{\ln x}{\ln ^2x+1}\,\mathrm d x=\frac{e^{-i}\operatorname{Ei}(\ln x+i)}{2}+\frac{e^i\operatorname{Ei}(\ln x-i)}{2}+C$$

John Doe
  • 1,257