I have a simple inequality that looks like:
$$|x+1|\leq|2x+3|$$
I am trying to solve for this by squaring both sides and finding my x values, how come I can't do this? The rule is that if the inequality holds true for all values of x I can square it, but when I solve for my x values this isn't the correct answer. Is this a valid way to solve this type of inequality?
The answer should be $x\leq-2$ or $x \geq -4/3$ but squaring both sides won't give this result.
$a \leq b \Longrightarrow a.c < b.d$ for any $0< c < d$, then $|a| \leq |b| \Longrightarrow |a||a| \leq |b||b|$
So, $|x+1|^2 = (x + 1)^2$ and $|2x + 3|^2 = (2x + 3)^2$. Therefore
$$x^2 + 2x + 1 \leq 4x^2 + 12x + 9 \Longrightarrow 0 \leq 3x^2 + 10x + 8$$
Find the roots. Since $3>0$, if $r_{1}, r_{2}$ are roots, for all $x \in \mathbb{R}\setminus (r_{1}, r_{2})$, $x$ is a solution.