I am currently struggling with the solutions of absolute value inequalities that involve quadratics. This is the example problem: $$x|x + 5| \geq -6$$
I am able to find the solutions, but I struggle in interval notation. I considered graphing the two quadratic functions and find the shaded area as the solutions, but I still don't understand how the solution is $[-6,-3] \cup [-2, \infty]$. I understand $[-6,-3]$ but not the $\infty$ part. Yes, I can do this by plugging in values and checking if the solutions work but that is not efficient. What am I doing wrong? I appreciate anyone's help.
https://www.desmos.com/calculator/7j8yamvbzv
This is my graph I did to find the solutions.
You should consider two separate cases: Case (a): $x+5 \geq 0$. In this case the inequality becomes $x^2+5x + 6 \geq 0$. The solutions of this quadratic inequality are $(-\infty,-3]\cup[-2, \infty)$. Taking in account that $x \geq -5$ gives $[-5,-3]\cup[-2,\infty)$
Case (b): Here $x+ 5 \leq 0$, which gives us $-x^2-5x + 6 \geq 0$. This inequality has solutions $[-6,1]$. Together with $x\leq -5$ this gives $[-6,-5]$.
Adding the solutions gives $[-6,-3]\cup[-2,\infty)$.