I have been read plenty of questions on questions like this, but I still dont quite get it. For example, this question:
$$ \left| \frac{2x+1}{x-3} \right| \ge 2 $$
How would I go about solving this?
-The method in the example went on to just square both sides of the equation and from there it formed a quadratic equation to solve it. But, I dont get why you can just square it, dont we need to take into consideration since the expression is absolute value, it could also have a negative value as well? Like, 2x+1 can also be -(2x+1). Is it because, regardless if it were positive or negative, once you square it, the result would be the same? I am confused because other times, typically we would have 2 cases, one for 2x+1 > 0 and 2x+1 <0.
Another questions is, when can I just square both sides and continue from there? Is there a more complete way of doing it rather than just squaring both sides and be done? In what scenarios, cant I square both sides? And what is the alternative method to solving those types of problems? Thanks.
Hint: For $$x\neq 3$$ we can write $$|2x+1|\geq 2|x-3|$$ so we have to distinguish the following cases:
a) $x>3$ then we have $$2x+1\geq 2(x-3)$$ b)$-\frac{1}{2}\le x<3$ and we get $$2x+1>-2(x+3)$$ c) $x<-\frac{1}{2}$ and we have $$-(2x+1)>-2(x-3)$$