I am having quite a bit of difficulty integrating,
$$ \int \frac{\mathrm{d}x}{\ln x } $$
I believe a u-substitution will not work since if $ u = \ln(x) $ then $ \mathrm{d}u = \frac{\mathrm{d}x}{x} $ and I don't believe I can eliminate the variable $ x $.
Also I am not sure how to apply integration by parts to the problem. I'd imagine since the difficulty is integrating $ \frac{1}{\ln x} $ you would set $ u = \frac{1}{\ln x}$ and so $ u' = - \frac{1}{x( \ln x)^2} $, $ v' = 1 $ and $ v = x $. From the method of integration by parts,
$$ \int \frac{\mathrm{d} x}{\ln x} = \frac{x}{\ln x} + \int \frac{\mathrm{d} x}{(\ln x)^2 }$$
Which appears more complicated than the initial problem unless this suggests that the solution is an infinite series. Applying a few more integrations by parts it seems to be expressible as,
$$ \sum^\infty_{n=0} \frac{x (n!)}{(\ln x)^{n+1}} $$
However this series does not appear to converge and anyways I might be completely off track here. I've just gotten to Taylor Series and have a some idea as to how they can be used to approximate functions, perhaps one centered at $ \mathrm{e} $ could be used?