Show that $\ln (x) \leq x-1 $

25.3k Views Asked by At

Show that $\ln (x) \leq x-1 $

I'm not really sure how to show this, it's obvious if we draw a graph of it but that won't suffice here. Could we somehow use the fact that $e^x$ is the inverse? I mean, if $e^{x-1} \geq x$ then would the statement be proved?

4

There are 4 best solutions below

1
On BEST ANSWER

Define for $\;x>0\;$

$$f(x)=\ln x-x+1\implies f'(x)=\frac1x-1=0\iff x=1$$

and since $\;f''(x)=-\dfrac1{x^2}<0\quad \forall x>0\;$ , we get a maximal point.

But also

$$\lim_{x\to 0+}f(x)=-\infty=\lim_{x\to\infty}f(x)$$

Thus, the above is a global maximal point and

$$\forall\,x>0\;,\;\;\;f(x)\le f(1)=0$$

0
On

$y=x-1$ is the equation of the tangent to the $\ln$ curve at $(1,0)$ and the function is concave, hence its graph is under the tangent.

2
On

Yes, one can use $$\tag1e^x\ge 1+x,$$ which holds for all $x\in\mathbb R$ (and can be dubbed the most useful inequality involving the exponential function). This again can be shown in several ways. If you defined $e^x$ as limit $\lim_{n\to\infty}\left(1+\frac xn\right)^n$, then $(1)$ follows from Bernoullis inequality: $(1+t)^n>1+nt$ if $t>-1$ and $n>0$.

To show that $\ln(x)\le x-1$ for all $x>0$, just substitute $\ln x$ for $x$ in $(1)$.

0
On

Denote $f(x)=\log{x}-x+1$. We have $f'(x)=\frac{1}{x}-1$.

For $0\lt x\leq 1$ we have $f'(x)\geq 0$ so $f$ is increasing for $x\in ]0,1]$. $f(1)=0$ so on this interval $-\infty\lt f(x)\leq 0$

For $x\gt 1$ we have $f'(x)\lt 0$ so $f$ is decreasing for $x\in [1, +\infty]$. $f(1)=0$ so on this interval $-\infty\lt f(x)\leq 0$

And we have proven $f(x)\leq 0$ Q.E.D