0

I'm trying to prove

$1 - \frac{a}{b} \leq \ln\frac{b}{a}\leq\frac{a}{b} - 1$ where $0 < a < b$ using Lagrange's Mean Value Theorem.

Applying the theorem to $\ln x$ results in: $$\exists\epsilon\in(a,b): \ln'(\epsilon)(b-a)=\ln b - \ln a$$ $$\frac{b}{\epsilon}-\frac{a}{\epsilon}=\ln \frac{b}{a}$$

This looks very similar to the target inequality (set $\epsilon=a$ and $\epsilon=b$), but I'm not sure how to get to it.

Edit: Looks like my question is an exact duplicate of Mean Value theorem problem?(inequality), The answer doesn't really explain how to get to the inequalities though.

2 Answers2

1

Note that fro MVT

$$\ln b - \ln a=\ln \frac{b}a=\frac{b-a}{c} \quad c\in(a,b)$$

and varing $c$ between $a$ and $b$

$$1-\frac{a}{b}\leq\frac{b-a}{c}\leq \frac{b}{a}-1$$

thus

$$1-\frac{a}{b}\leq\ln \frac{b}a\leq \frac{b}{a}-1$$

user
  • 154,566
0

use that $$\frac{\ln(b)-\ln(a)}{b-a}=\frac{1}{\xi}$$ and $$\xi \in (a,b)$$ it is not difficult to complete this, since we have $$0<a<b$$ we get that $$\frac{1}{\xi}<\frac{1}{a}$$ and $$\frac{1}{\xi}>\frac{1}{b}$$