I want to prove the following inequality for $x > 0$ $$0 < \frac{1}{x} \log \frac{e^x - 1}{x} < 1$$
I think I can do this problem, but I just don't know what should be the function that is to be taken
Also , in general is there any trick / way to know what type of function is to be taken to apply lmvt over it ( let's say for proving some other inequality , is there a way to predict/construct a function?)
Note : This problem is an exercise problem from the book "Elements of Real Analysis by Shanti Narayan / MD raisinghania "
Edit : I've managed to do 1) , but I'm still stuck with the 2) query
For $x>0$, the inequality is nothing but proving $1+x < e^x < 1+xe^x$
Let $f(t)=e^t$, apply LMVT for $t\in (0,x).$
We get $\frac{e^x-1}{x}=f'(c)=e^c, c\in (0,x).$
$c\in(0,x) \implies 1<e^c <e^x$
Finally, we get
$1<\frac{e^x-1}{x}<e^x, x>0$ which proves the result.