What is a non standard way to find: $\int \! \frac{1}{x} \, \mathrm{d}x$?

85 Views Asked by At

Mostly, I have seen that $\int \! \frac{1}{x} \, \mathrm{d}x = \mathrm{ln}|x|+C$ is explained by saying that $\frac{\mathrm{d}}{\mathrm{d}x}\mathrm{ln}|x|=\frac{1}{x}$ and then applying the fundamental theorem of calculus.

But how can we solve $\int \! \frac{1}{x} \, \mathrm{d}x$ directly? As in without using that fact and instead directly applying integration techniques (like substitutions and such)?

2

There are 2 best solutions below

0
On BEST ANSWER

You can let $x = e^u$. Then $dx = e^u \, du$ so that $$ \int \frac 1x \, dx = \int \frac {1}{e^u} e^u \, du = \int \, du = u+C = \ln x + C$$ as long as the domain of integration is a subset of $(0,\infty)$.

If the domain of integration is a subset of $(-\infty,0)$ use $x = -e^u$ instead.

0
On

The easiest way to define $\ln x$ rigorously is to define it via $\ln x := \int_1^x \frac{1}{t} dt$. This gives immediately from the fundamental theorem of calculus that $(\ln x)' = \frac{1}{x}$. Now one can show $\ln x$ is invertible and thus has an inverse. If we define $e$ to be the number so that $1 = \int_1^e \frac{1}{t} dt$, then you can show that $f(x) = e^x$ is the inverse to $f(x) = \ln x$.