A polynomial inequality asks: for which values of x is a polynomial expression positive, negative, or zero? Unlike equations (which have finitely many solutions), inequalities have solutions that span entire intervals. In this lesson you will learn to solve polynomial inequalities using the zero-finding and sign analysis method, write solutions in interval notation, and handle higher-degree polynomials with confidence.
The Strategy: Zeros and Test Intervals
The key insight is that a polynomial can only change sign at its zeros (roots). Between consecutive zeros, the polynomial is either entirely positive or entirely negative. This leads to a systematic process:
Move everything to one side so you have p(x)>0 (or ≥, <, ≤)
Factor the polynomial to find its zeros
Plot the zeros on a number line — they divide it into intervals
Test one value in each interval to determine the sign
Write the solution in interval notation, including or excluding endpoints based on ≥ vs. >
Worked Examples
Example 1: Quadratic Inequality
Solve x2−5x+6>0.
Step 1 — Factor:
x2−5x+6=(x−2)(x−3)>0
Step 2 — Find zeros:x=2 and x=3.
Step 3 — Test intervals:
Interval
Test value
(x−2)
(x−3)
Product
Sign
(−∞,2)
x=0
−
−
+
Positive
(2,3)
x=2.5
+
−
−
Negative
(3,∞)
x=5
+
+
+
Positive
Step 4 — Write solution: We want >0 (positive), so:
x∈(−∞,2)∪(3,∞)
Endpoints are excluded because the inequality is strict (>, not ≥).
Example 2: Quadratic with ≤
Solve x2−4x≤0.
Factor:x(x−4)≤0. Zeros: x=0 and x=4.
Test intervals:
Interval
Test value
Sign of x(x−4)
(−∞,0)
x=−1
(−)(−)=+
(0,4)
x=2
(+)(−)=−
(4,∞)
x=5
(+)(+)=+
We want ≤0 (negative or zero):
x∈[0,4]
Endpoints are included because ≤ allows equality.
Example 3: Higher-Degree Polynomial
Solve (x+1)(x−2)(x−5)≥0.
Zeros:x=−1, x=2, x=5. Four intervals.
Interval
Test value
Signs
Product
(−∞,−1)
x=−2
(−)(−)(−)
−
(−1,2)
x=0
(+)(−)(−)
+
(2,5)
x=3
(+)(+)(−)
−
(5,∞)
x=6
(+)(+)(+)
+
We want ≥0 (positive or zero):
x∈[−1,2]∪[5,∞)
Example 4: Repeated Zeros
Solve x2(x−3)>0.
Zeros:x=0 (multiplicity 2) and x=3 (multiplicity 1).
Interval
Test
x2
(x−3)
Product
(−∞,0)
x=−1
+
−
−
(0,3)
x=1
+
−
−
(3,∞)
x=4
+
+
+
Notice: x2 is always non-negative, so it does not change sign at x=0. The polynomial is negative on both sides of x=0 (and zero at x=0).
We want >0: x∈(3,∞).
Rule of thumb: A factor with even multiplicity touches the x-axis but does not cross it. A factor with odd multiplicity crosses the x-axis.
Example 5: Not in Factored Form
Solve x3−4x2−x+4>0.
Step 1 — Factor by grouping:
x2(x−4)−1(x−4)=(x2−1)(x−4)=(x−1)(x+1)(x−4)
Zeros:x=−1, x=1, x=4.
Test intervals:
Interval
Test
Sign
(−∞,−1)
x=−2
(−)(−)(−)=−
(−1,1)
x=0
(−)(+)(−)=+
(1,4)
x=2
(+)(+)(−)=−
(4,∞)
x=5
(+)(+)(+)=+
Solution: x∈(−1,1)∪(4,∞).
Sign Analysis Without a Table
Once you are comfortable, you can determine signs quickly:
Count the number of negative factors in each interval
Even number of negatives → positive product. Odd number → negative product.
Alternatively, use the leading coefficient test: for a polynomial of odd degree with positive leading coefficient, the far left is negative and the far right is positive, alternating at each simple zero.
Writing Solutions in Interval Notation
Solution
Interval Notation
x>3
(3,∞)
x≤5
(−∞,5]
−1≤x≤4
[−1,4]
x≤−2 or x≥3
(−∞,−2]∪[3,∞)
Note: Always use parentheses (not brackets) with ∞ and −∞, because infinity is not a number.
A simply supported beam deflects downward when the deflection function is negative. For a certain beam, the deflection is modeled by:
d(x)=−x(x−2)(x−8)
where x is the distance (in meters) from the left support. The beam spans from x=0 to x=8.
Where does the beam deflect downward (d(x)<0)?
We need −x(x−2)(x−8)<0, which is equivalent to x(x−2)(x−8)>0.
Zeros: x=0, x=2, x=8.
Interval
Sign of x(x−2)(x−8)
(0,2)
(+)(−)(−)=+
(2,8)
(+)(+)(−)=−
On the physical beam domain [0,8]: x(x−2)(x−8)>0 on (0,2), so d(x)<0 on (0,2).
The beam deflects downward between x=0 and x=2, then deflects upward from x=2 to x=8. (This unusual behavior might indicate the beam is also supported at x=2.)
Common Mistakes
Forgetting to set one side to zero. Always rearrange to p(x)>0 (or ≥, <, ≤) before factoring.
Dividing both sides by a variable expression. Never divide by x (or any expression containing x) — it might be negative, which flips the inequality, or zero, which is undefined. Factor instead.
Ignoring repeated roots. A factor like (x−1)2 is always non-negative and does not change sign.
Wrong interval notation. Use [] for ≤ / ≥ (endpoints included) and () for < / > (endpoints excluded).
Practice Problems
Problem 1: Solve x2−9≥0.
Factor: (x−3)(x+3)≥0. Zeros: x=−3, x=3.
Test: positive on (−∞,−3) and (3,∞), negative on (−3,3).
Solution:x∈(−∞,−3]∪[3,∞)
Problem 2: Solve x3−x>0.
Factor: x(x−1)(x+1)>0. Zeros: x=−1,0,1.
Interval
Sign
(−∞,−1)
(−)(−)(−)=−
(−1,0)
(−)(−)(+)=+
(0,1)
(+)(−)(+)=−
(1,∞)
(+)(+)(+)=+
Solution:x∈(−1,0)∪(1,∞)
Problem 3: Solve (x+2)2(x−1)≤0.
Zeros: x=−2 (multiplicity 2), x=1.
(x+2)2 is always ≥0, so the sign depends on (x−1):
(x−1)≤0 when x≤1
The product is 0 at x=−2 and x=1
Solution:x∈(−∞,1]
Problem 4: Solve 2x3+x2−8x−4≥0.
Factor by grouping: x2(2x+1)−4(2x+1)=(x2−4)(2x+1)=(x−2)(x+2)(2x+1)
Zeros: x=−2, x=−21, x=2.
Interval
Sign
(−∞,−2)
(−)(−)(−)=−
(−2,−21)
(−)(+)(−)=+
(−21,2)
(−)(+)(+)=−
(2,∞)
(+)(+)(+)=+
Solution:x∈[−2,−21]∪[2,∞)
Problem 5: Solve x4−5x2+4>0.
Let u=x2: u2−5u+4=(u−1)(u−4)=(x2−1)(x2−4)=(x−1)(x+1)(x−2)(x+2)
Zeros: x=−2,−1,1,2.
Interval
Sign
(−∞,−2)
(−)(−)(−)(−)=+
(−2,−1)
(−)(−)(−)(+)=−
(−1,1)
(−)(+)(−)(+)=+
(1,2)
(+)(+)(−)(+)=−
(2,∞)
(+)(+)(+)(+)=+
Solution:x∈(−∞,−2)∪(−1,1)∪(2,∞)
Key Takeaways
A polynomial can only change sign at its zeros — between zeros, it is entirely positive or negative
The process: move to one side, factor, find zeros, test intervals, write in interval notation
Even-multiplicity zeros touch the axis (no sign change); odd-multiplicity zeros cross the axis
Use [] for ≤/≥ (include endpoints) and () for </> (exclude endpoints)
Never divide both sides of an inequality by a variable expression
This method extends directly to rational inequalities, with an additional consideration for undefined points