John C. answered 09/06/19
Experienced Tutor
To solve polynomial inequalities, you want to start by treating them like equations. Set it "equal" to zero and "solve". This one is already set equal to zero, so we just solve. The first step there is to factor out a 2x to leave you with:
2x(x^2 -1) >= 0
Now you can set each factor equal to zero:
2x = 0 x^2 - 1 = 0
Solve each of those equations:
x = 0 x^2 = 1
x = +/- 1
Remember, we want to solve 2x(x^2 -1) >= 0. We've just found three values (-1, 0, 1) that solve the equation 2x(x^2 -1) = 0. For inequalities, you want to think about a number line. Any point on the number, the left side of your inequality is either positive, negative, or 0. We're looking for >=0 so we want the values where it's positive or 0. We already know where it equals 0, and those are also the only points where it will change from positive to negative. So essentially, we've just broken the number line up at three points:
___________________________|______________|________________|___________________________
-1 0 1
Pick a test point in each of those intervals, a number less than -1, a number between -1 and 0, a number between 0 and 1, and a number bigger than 1. Plug the test points into the left side of the inequality to see whether the value is positive or negative. I'll use -2, -1/2, 1/2, and 2:
2(-2) ((-2)^2 - 1) = -4(3) = -12...we're negative to the left of -1
2(-1/2) ((-1/2)^2 - 1) = -1(-3/4) = 3/4...we're positive between -1 and 0
2(1/2) ((1/2)^2 - 1) = 1(-3/4) = -3/4...we're negative between 0 and 1
2(2) ((2)^2 - 1) = 4(3) = 12...we're positive to the right of 1
So again, our solutions are any values where the left side was equal to zero or positive. For interval notation, your intervals give beginning and ending values where you have solutions. You use brackets if the beginning or ending value is a solution (if it's included).
We have solutions between -1 and 0 (including AT -1 and 0), and anything bigger than 1 (including AT one). That means we need two different intervals and they're joined by a union symbol:
[-1, 0] U [1, inf)