Integrate: $ \int \frac{\mathrm{d}x}{\ln(x)} $

324 Views Asked by At

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?

2

There are 2 best solutions below

3
On BEST ANSWER

$\frac{1}{\ln x}$ has no elementary antiderivative. If you are so inclined you could express $\ln x$ as a series.

$\ln (1+x) = x - x^2/2 + x^3/3 - ....$

$\to \ln (1+x) = (-1+1+x) - (-1+1+x)^2/2 + (-1+1+x)^3/3 - ....$

$\to \ln (x) = (-1+x) - (-1+x)^2/2 + (-1+x)^3/3 - ....$

http://en.wikipedia.org/wiki/Mercator_series

Or better yet: https://www.physicsforums.com/threads/integral-of-1-ln-x.224473/

And the fifth one: http://en.wikipedia.org/wiki/List_of_integrals_of_logarithmic_functions

0
On

$x=e^{z} \implies dx=e^z \ dz$

$\therefore\displaystyle\int\dfrac{dx}{\ln x}=\displaystyle\int\dfrac{e^z}{z}dz=\displaystyle\int{\displaystyle\sum_{i=0}^n\dfrac{z^{i-1}}{i!}}dz=\displaystyle\sum_{i=0}^n\displaystyle\int\dfrac{z^{i-1}}{i!}dz=\displaystyle\sum_{i=0}^n\dfrac{z^{i-1}}{i\cdot i!}$