3

It surely should be solved using integration by parts, but I don't know how to proceed: $$ \int\frac{1}{x\sqrt{1-(\ln x)^2}}dx $$ I tried having $du=1/x$ and thus $u=\ln x$, but then I don't know how to deal with the $(\ln x)^2$ in the denominator. Can anybody help please?

jimjim
  • 9,675
user159527
  • 177
  • 1
  • 5

2 Answers2

4

Following the suggestion in Andre Nicolas's comment, you can let $u=\ln x, du=\frac{1}{x}dx$ to get

$\;\;\;\;\displaystyle\int\frac{1}{\sqrt{1-u^2}}\;du = \sin^{-1}u+C=\sin^{-1}(\ln x)+C$.

user84413
  • 27,211
3

Substitute $$\ln x=\sin y.$$ $$\int\frac{1}{x\sqrt{1-(\ln x)^2}}dx=\int dy=y+c$$ Therfore$$\int\frac{1}{x\sqrt{1-(\ln x)^2}}dx=\arcsin(\ln x)+c,$$ where $c$ is an arbitary constant.

Bumblebee
  • 18,220
  • 5
  • 47
  • 87