Question : Find solution for $x \in \Bbb R$, $|x^2+6x+8|=|x^2+4x+5|+|2x+3|$
I considered 8 different cases and arrived at the answer $\big [ \frac{-3}{2}, \infty)$
I dont know if its correct. Also, considering 8 different cases is tedious. Is there any other method to solve problems like these?
If you observe the equality, it's of the form $$|u+v|=|u|+|v|$$
But we also have following triangle inequality $$|u+v| \le |u|+|v| \quad \forall \; u,v \in \Bbb R$$
This implies that either both $u$ and $v$ are positive, or both are negative.
Hence, only required condition is $$u \cdot v \ge 0$$
Now, since $u=x^2+4x+5=(x+2)^2+1$, it's always positive.
Therefore we need to solve for $v \ge 0$ i.e. $$(2x+3) \ge 0 \implies x \ge - \frac 32$$