A polynomial inequality can be written as a product of linear factors on one side of an inequality symbol and with zero on the other side; for example:
This can be solved by use of a sign diagram. The point where a factor is equal to zero is called a critical point. For the polynomial above, the critical points are -1, 2. The value of the polynomial changes sign only at the critical points. For a quadratic with real zeroes, the number line can be divided into three regions where the value of the quadratic changes sign. If the inequality is true for one point within a particular region then it is true for all points in that region. Similarly, if the inequality is false for some point in a particular region then it is false for every point in that region.(x + 1)(x - 2) < 0
Factoring a polynomial allows us to create a map that shows where each factor is negative or positive. By using the rules for multiplying signed quantities, we can find the sign of the value of the polynomial in each region. So, to solve a polynomial inequality, we perform the following steps:
Example, solve: x2 - x < 2
x2 - x - 2 < 0
(x - 2)(x + 1) < 0
The critical points are x = -1, 2
(x - 2) - | - | +
(x + 1) - | + | +
Product + | - | +
-------+-----------------+------
-1 0 1 2
Then, the inequality is true in the open interval: (-1, 2)
Example, solve: x2 - 3 ≥ 2x
x2 - 2x - 3 ≥ 0
(x + 1)(x - 3) ≥ 0, the critical points are x = -1, x = 3
(x - 3) - | - | +
(x + 1) - | + | +
Product + | - | +
-------+-----------------------+------
-1 0 1 2 3
Then, the inequality is true in the two half open intervals:
(-∞, -1], [3, +∞)
Example, solve: x3 + 2x2 - 5x - 6 > 0
(x + 1)(x - 2)(x + 3) > 0
Then, the critical points are: x = -3 x = -1 x = 2,
These divide the number line into four intervals.
(x + 3) - | + | + | +
(x + 1) - | - | + | +
(x - 2) - | - | - | +
Product - | + | - | +
-------+-----------+-----------------+-----
-3 -2 -1 0 1 2
Then, the inequality is true in the two intervals:
(-3, -1), (2, +∞)