I am looking for a simple solution to this inequality:
$\log _x\left(3\right)<\log _{x+2}\left(9\right)$
I can solve it by switching to base 3, and move sides to get: $\frac{\log \:_3\left(\frac{x+2}{x^2}\right)}{\log _3\left(x\right)\cdot \log _3\left(x+2\right)} < 0$ and then take all cases where odd number of elements (out of the 3 logs) is negative.
But I wonder. Is there a solution without so many cases? i.e. just by basic log rules or with just two cases?
Thaks
Use the chance of base rule which says $ \log_a b = \frac{ \log_{c} a } { \log_{c} b }$.
With that, your inequality becomes $ \frac{ \log 3 } { \log x } < \frac { \log 9 } { \log (x+2)} $
$ \Leftrightarrow \log^2 (x+2) \log x < 2 \log (x+2) \log^2 x $
$ \Leftrightarrow \log (x+2) \times \log x \times ( 2 \log x - \log(x+2)) > 0 $.
By checking the zeros, this has solution set $ 0 < x < 1 \cup 2 < x $.