Describe the set of real numbers $x$ which satisfy $2\log_{2x+3}x<1$.
Here, I am really stuck . In this problem, I tried to compute by writing this expression as $(2x+3)^a=x^2$, where $a<1$. But, I don't have a clue what to do ? I am not quite getting this...
Use the formula $$ \log_ba=\frac{\log a}{\log b} $$ where in the right-hand side the base of the logarithm is irrelevant. I assume natural logarithms.
There are also some conditions to be satisfied at the outset:
but they just boil down to $x>0$. Now your inequality is $$ \dfrac{\log(x^2)}{\log(2x+3)}<1 $$ Since $x>0$, we have $2x+3>3$ and so $\log(2x+3)>0$. Hence you can safely remove the denominator getting $$ \log(x^2)<\log(2x+3) $$ that's the same as $$ x^2<2x+3 $$ Since $x^2-2x-3=(x+1)(x-3)$ and $x+1>0$, your inequality is satisfied for $x<3$, so finally $$ 0<x<3 $$