I'm new to this site and I need help on this logarithm question. I don't know how to approach this question to simplify it. $$\log_2(x^2-4)−3\log_2\frac{(x+2)}{(x-2)}>2$$
Apparently the answer is $(-\infty, -2) \cup (6, +\infty)$
I'm new to this site and I need help on this logarithm question. I don't know how to approach this question to simplify it. $$\log_2(x^2-4)−3\log_2\frac{(x+2)}{(x-2)}>2$$
Apparently the answer is $(-\infty, -2) \cup (6, +\infty)$
First, you can use properties of logarithm. For all positive $a$, $b$, and $c\ne 1$, $$ \log_c a +\log_c b = \log_c ab. $$ Second, logarithm is defined on $(0,\infty)$. In given inequality, $x^2-4$ and $\frac{x+2}{x-2}$ must be positive.
Can you proceed from this?
We need $x^2-4>0, \dfrac{x+2}{x-2}>0$
$\implies x>2$ or $x<-2$
We have $$\log_2(x-2)+\log_2(x+2)-3\{\log_2(x+2)-\log_2(x-2)\}>2$$
$$\iff\log_2(x-2)^2-\log_2(x+2)>1$$
$$\iff\log_2(x-2)^2>1+\log_2(x+2)=\log_22(x+2)$$
$$(x-2)^2>2x+4\iff x^2-6x>0\iff x(x-6)>0$$
Can you take it from here?