if |x^2 + 3x| + x^2 - 2 >= 0.
|x(x + 3)| + x^2 - 2 >= 0.
boundary points are 0,3
the ranges are:
1) When x >= 0, |x^2 + 3x| = x^2 + 3x
hence the equation becomes x^2 + 3x + x^2-2 >=0
2x^2 + 3x - 2 >=0
Factoring (2x-1)(x+1) >=0
as x >= 0, x+1 > 0
So we need 2x-1>=0 means x >=1/2
So combining: x >=1/2 --- A
2) When -3 < x < 0, |x^2 + 3x| = -(x^2 + 3x)
hence the equation becomes -x^2 - 3x + x^2-2 >=0
- 3x - 2 >=0
3x+2 <=0, x <=-2/3
as -3 < x < 0, combining: -3 < x <=-2/3
3) When x <= -3, |x^2 + 3x| = x^2 + 3x ----- B
hence the equation becomes x^2 + 3x + x^2-2 >=0
2x^2 + 3x - 2 >=0
Factoring (2x-1)(x+1) >=0
as x <= -3, x+1 <0
So we need 2x-1 <=0 means x <=1/2
So as x <= -3, combining: x <= -3 --- C
from A,B and C, either x >=1/2 or x <= -2/3
(gIVE ME A KUDO IF YOU LIKE IT)