I am trying an question in analysis whose solution depends upon deriving an inequality .
If $x < a < 1/2$ then prove that $\log (x+1) -2 \log(x+2) < \log(a+1) - 2 \log(a+2)$ .
I tried using maxima minima but i cannot derive it. I am getting opposite result.
Can someone please help.
Edit-> I already had an idea that there could be a mistake ,but I was thinking that it might be a possibility of me being wrong. I have found a way of doing it without this inequality. I request you all to ignore the question and thanks for giving your time.
Throw stones at it until something falls over.
$\log (x+1) -2 \log(x+2)=\log(x+1) - \log(x+2)^2 = \log \frac {x+1}{(x+2)^2}$
And $ \log(a+1) - 2 \log(a+2) = \log\frac {a+1}{(a+2)^2}$.
Now $e > 1$ and we know that $m < n \iff e^m < e^n$ (we do know that right? Take a moment to convince yourself of that). So that means $\log w < \log z \iff w < z$ (just let $e^m = w$ and $e^n = z$).
So the statement $\log (x+1) -2 \log(x+2) < \log(a+1) - 2 \log(a+2)$ is true if and only if
$\frac {x+1}{(x+2)^2} < \frac {a+1}{(a+2)^2}$
Okay..... how do we get that from $x < a < \frac 12$?
As $\log x+1$ and $\log a+1$ are defined we know that $x+1 > 0$ and $a+1 > 0$ so that is true if and only if
$\frac {x+1}{a+1} < (\frac {a+2}{x+2})^2$
And we have $-1< x < a < \frac 12$
$\frac {x+1}{a+1} = \frac {a+1}{a+1} - \frac {a-x}{a+1}=1-\frac {a-x}{a+1}<1$.
And $\frac {a+2}{x+2} = \frac {x+2}{x+2} + \frac {a-x}{x+2} = 1 +\frac {a-x}{a+2} > 1$
So $\frac {x+1}{a+1} < 1 < (\frac {a+2}{x+2})^2$.
And that's it. We are done.
(.... Hmm, unless I made an error. I never used $a < \frac 12$.... which tells you that $\log (x+1), \log(x+2), \log(a+1),$ and $\log(a+2)$ are all negative.. which I didn't need.... maybe..... When I said $m<n \iff e^m < e^n$ one may mistakenly assume $m> 0$ but it is still true if $n < 0$. $m < n < 0 \iff 0 < e^m < e^n < 1$.)