7

This seems really tricky to me. I can't figure out how to integrate $\ln x$.

xyres
  • 309

4 Answers4

20

Based upon geometrical observation we write that

$$\int_1^e \ln x\space \mathrm{dx}=e-\int_0^1 e^x\space \mathrm{dx}=1$$

The question may also be viewed as a particular case of Young's inequality.

user 1591719
  • 44,216
  • 12
  • 105
  • 255
7

Hint Integration by parts is helpful.

Let $u=$ln$x$ , $dv=1dx$
so $du=\frac{1}{x} dx$ , $v=x$

so that $uv$ - $\int_{1}^{e}vdu$ = $x$ln$x \mid_{1}^{e}- \int_{1}^{e} dx$

Rustyn
  • 8,407
2

$$ \int\ln x\,dx=\int u\,dx = xu-\int x\,du = x\ln x - \int x\left(\frac1x\,dx\right). $$ Now here's the hard part: $x\cdot\dfrac1x$ simplifies to $1$. At least, I've seen lots of students get stuck on that part. Some of them want to antidifferentiate $x$ and also $\dfrac1x$.

So you've got $$ x\ln x-\int 1\,dx. $$ You can probably do the rest.

0

Change variable formula $ \int_{\varphi(a)}^{\varphi(b)}f (x) \, dx = \int_a^b f(\varphi(u))\varphi^\prime (u) du$ \begin{align} \int_{1}^{e}\ln (x)\, dx = & \int_{e^{0}}^{e^{1}}\ln (x) \, dx \\ = & \int_0^1\ln( e^u ) (e^u)^\prime du \\ = & \int_0^1 u \cdot e^u du \\ \end{align} Now use integration by parts.

Elias Costa
  • 14,658
  • And what is u here? – xyres Jan 17 '13 at 03:26
  • Reminds me of my favorite 0=1 proof! Let's do $\int_{}^{}\frac{1}{x}dx$ by partial integration! $\int_{}^{}\frac{1}{x}dx=\frac{1}{x}\cdot x -\int_{}^{}x d\frac{1}{x}=1+\int_{}^{}\frac{x}{x^2}dx=1+\int_{}^{}\frac{1}{x}dx$ Apparently $\int_{}^{}\frac{1}{x}dx=1+\int_{}^{}\frac{1}{x}dx$$$

    Therefore $0=1$ I always tell my students that finding the error helps to understand integration by parts. I learned this proof 50 years ago. It is still fun!

    – Paul vdVeen Sep 19 '22 at 17:48