I would like to solve $$\log_4{(x+4)} \le \log_2{(2x+5)}$$ for $x$.
I did:
$$\log_4{(x+4)} \le \log_2{(2x+5)} \Leftrightarrow \frac{\log(x+4)}{\log(4)} \le \frac{\log(2x+5)}{\log(2)}\\ \Leftrightarrow \frac{\log(x+4)}{2\log(2)} \le \frac{\log(2x+5)}{\log(2)} \Leftrightarrow \frac{1}{2} \cdot \frac{\log(x+4)}{\log(2)} \le \frac{\log(2x+5)}{\log(2)} \Leftrightarrow\ ???$$
What do I do next?
Since the following identity holds for all $u>0$: $$ \log_{2}\left(u\right) = 2 \log_{4}\left(u\right) = \log_{4}\left(u^2\right) $$ The original inequality $\log_{4}\left(x+4\right) \leqslant \log_{2}\left(2 x + 5\right)$ can be rewritten as $$\log_{4}\left(x+4\right) \leqslant \log_{4}\left(\left(2 x + 5\right)^2 \right)$$ Since $\log_{4}\left(u\right)$ is an increasing function for $u>0$, this implies $$ x + 4 \leqslant \left(2 x+5\right)^2 $$ which has to be supplemented with auxiliary conditions $x+4 > 0$ and $2 x+5 > 0$. This results in the answer $$ x \geqslant - \frac{7}{4} $$