My buddies little brother brought me this question he was assigned for homework. Either I'm crazy, the teacher messed up, or it's a trick question.
I'm assuming $x\in\mathbb R$.
Solve for $x$
$$\log_2(x-2) - \log_2(x+2) = 2$$ Since $\log_2(x-2)$ is only defined for $x >2 $, and since $\log_2(x+2) > \log_2(x-2)$ over [2, $\infty)$, there exists no $x$ that satisfies the equation?
Right??
Good intuitive approach! Alternately, we can use log rules to see that, if $x$ is a solution to the equation, then $$\log_2\frac{x-2}{x+2}=2,$$ meaning that $$\frac{x-2}{x+2}=2^2=4,$$ so that $$x-2=4(x+2)=4x+8,$$ which we can solve to determine that $x=-\frac{10}3.$ But then neither $x+2$ nor $x-2$ is positive, so this is certainly not allowed in the original equation. Thus, there are no real solutions.