Evaluating $\int \frac{\operatorname dx}{x\log x}$

248 Views Asked by At

How to integrate $\frac{1}{x\log x}$?

Could you give me some ideas on how to integrate this? thanks.

i've tried setting $u=(\log x)^{-1}$.

$\dfrac{\mathrm du}{\mathrm dx} = x^{-1}$

But it didnt work...

3

There are 3 best solutions below

2
On

Hint: For all $x>1$, $\dfrac 1{x\log (x)}=\dfrac{1/x}{\log (x)}$.

1
On

Hint. Use the substitution $u=\log(x)$.

0
On

Let : $$u = \log{x}$$ Then, $$\frac{du}{dx} = \frac{1}{x}$$ $$du = \frac{1}{x}dx$$ Hence, $$\begin{align}\int\frac{1}{x\log{x}}dx &=\int\frac{1}{\log{x}}\frac{1}{x}dx\\&= \int\frac{1}{u}du \\&= \log{|u|} + C \\&=\log|\log{u}| + C\end{align}$$