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.