College Algebra

Polynomial Inequalities

Last updated: March 2026 · Advanced

A polynomial inequality asks: for which values of xx 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:

  1. Move everything to one side so you have p(x)>0p(x) > 0 (or \ge, <<, \le)
  2. Factor the polynomial to find its zeros
  3. Plot the zeros on a number line — they divide it into intervals
  4. Test one value in each interval to determine the sign
  5. Write the solution in interval notation, including or excluding endpoints based on \ge vs. >>

Worked Examples

Example 1: Quadratic Inequality

Solve x25x+6>0x^2 - 5x + 6 > 0.

Step 1 — Factor:

x25x+6=(x2)(x3)>0x^2 - 5x + 6 = (x - 2)(x - 3) > 0

Step 2 — Find zeros: x=2x = 2 and x=3x = 3.

Step 3 — Test intervals:

IntervalTest value(x2)(x-2)(x3)(x-3)ProductSign
(,2)(-\infty, 2)x=0x = 0--++Positive
(2,3)(2, 3)x=2.5x = 2.5++--Negative
(3,)(3, \infty)x=5x = 5++++++Positive

Step 4 — Write solution: We want >0> 0 (positive), so:

x(,2)(3,)x \in (-\infty, 2) \cup (3, \infty)

Endpoints are excluded because the inequality is strict (>>, not \ge).

Example 2: Quadratic with \le

Solve x24x0x^2 - 4x \le 0.

Factor: x(x4)0x(x - 4) \le 0. Zeros: x=0x = 0 and x=4x = 4.

Test intervals:

IntervalTest valueSign of x(x4)x(x-4)
(,0)(-\infty, 0)x=1x = -1()()=+(-)(-)= +
(0,4)(0, 4)x=2x = 2(+)()=(+)(-)= -
(4,)(4, \infty)x=5x = 5(+)(+)=+(+)(+)= +

We want 0\le 0 (negative or zero):

x[0,4]x \in [0, 4]

Endpoints are included because \le allows equality.

Example 3: Higher-Degree Polynomial

Solve (x+1)(x2)(x5)0(x + 1)(x - 2)(x - 5) \ge 0.

Zeros: x=1x = -1, x=2x = 2, x=5x = 5. Four intervals.

IntervalTest valueSignsProduct
(,1)(-\infty, -1)x=2x = -2()()()(-)(-)(-) -
(1,2)(-1, 2)x=0x = 0(+)()()(+)(-)(-) ++
(2,5)(2, 5)x=3x = 3(+)(+)()(+)(+)(-)-
(5,)(5, \infty)x=6x = 6(+)(+)(+)(+)(+)(+)++

We want 0\ge 0 (positive or zero):

x[1,2][5,)x \in [-1, 2] \cup [5, \infty)

Example 4: Repeated Zeros

Solve x2(x3)>0x^2(x - 3) > 0.

Zeros: x=0x = 0 (multiplicity 2) and x=3x = 3 (multiplicity 1).

IntervalTestx2x^2(x3)(x-3)Product
(,0)(-\infty, 0)x=1x = -1++--
(0,3)(0, 3)x=1x = 1++--
(3,)(3, \infty)x=4x = 4++++++

Notice: x2x^2 is always non-negative, so it does not change sign at x=0x = 0. The polynomial is negative on both sides of x=0x = 0 (and zero at x=0x = 0).

We want >0> 0: x(3,)x \in (3, \infty).

Rule of thumb: A factor with even multiplicity touches the xx-axis but does not cross it. A factor with odd multiplicity crosses the xx-axis.

Example 5: Not in Factored Form

Solve x34x2x+4>0x^3 - 4x^2 - x + 4 > 0.

Step 1 — Factor by grouping:

x2(x4)1(x4)=(x21)(x4)=(x1)(x+1)(x4)x^2(x - 4) - 1(x - 4) = (x^2 - 1)(x - 4) = (x-1)(x+1)(x-4)

Zeros: x=1x = -1, x=1x = 1, x=4x = 4.

Test intervals:

IntervalTestSign
(,1)(-\infty, -1)x=2x = -2()()()=(-)(-)(-)= -
(1,1)(-1, 1)x=0x = 0()(+)()=+(-)(+)(-)= +
(1,4)(1, 4)x=2x = 2(+)(+)()=(+)(+)(-)= -
(4,)(4, \infty)x=5x = 5(+)(+)(+)=+(+)(+)(+)= +

Solution: x(1,1)(4,)x \in (-1, 1) \cup (4, \infty).

Sign Analysis Without a Table

Once you are comfortable, you can determine signs quickly:

  1. Count the number of negative factors in each interval
  2. 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

SolutionInterval Notation
x>3x > 3(3,)(3, \infty)
x5x \le 5(,5](-\infty, 5]
1x4-1 \le x \le 4[1,4][-1, 4]
x2x \le -2 or x3x \ge 3(,2][3,)(-\infty, -2] \cup [3, \infty)

Note: Always use parentheses (not brackets) with \infty and -\infty, because infinity is not a number.

Real-World Application: Engineering — Beam Load Capacity

A simply supported beam deflects downward when the deflection function is negative. For a certain beam, the deflection is modeled by:

d(x)=x(x2)(x8)d(x) = -x(x - 2)(x - 8)

where xx is the distance (in meters) from the left support. The beam spans from x=0x = 0 to x=8x = 8.

Where does the beam deflect downward (d(x)<0d(x) < 0)?

We need x(x2)(x8)<0-x(x-2)(x-8) < 0, which is equivalent to x(x2)(x8)>0x(x-2)(x-8) > 0.

Zeros: x=0x = 0, x=2x = 2, x=8x = 8.

IntervalSign of x(x2)(x8)x(x-2)(x-8)
(0,2)(0, 2)(+)()()=+(+)(-)(-) = +
(2,8)(2, 8)(+)(+)()=(+)(+)(-) = -

On the physical beam domain [0,8][0, 8]: x(x2)(x8)>0x(x-2)(x-8) > 0 on (0,2)(0, 2), so d(x)<0d(x) < 0 on (0,2)(0, 2).

The beam deflects downward between x=0x = 0 and x=2x = 2, then deflects upward from x=2x = 2 to x=8x = 8. (This unusual behavior might indicate the beam is also supported at x=2x = 2.)

Common Mistakes

  1. Forgetting to set one side to zero. Always rearrange to p(x)>0p(x) > 0 (or \ge, <<, \le) before factoring.
  2. Dividing both sides by a variable expression. Never divide by xx (or any expression containing xx) — it might be negative, which flips the inequality, or zero, which is undefined. Factor instead.
  3. Ignoring repeated roots. A factor like (x1)2(x-1)^2 is always non-negative and does not change sign.
  4. Wrong interval notation. Use [[ ]] for \le / \ge (endpoints included) and ()( ) for << / >> (endpoints excluded).

Practice Problems

Problem 1: Solve x290x^2 - 9 \ge 0.

Factor: (x3)(x+3)0(x-3)(x+3) \ge 0. Zeros: x=3x = -3, x=3x = 3.

Test: positive on (,3)(-\infty, -3) and (3,)(3, \infty), negative on (3,3)(-3, 3).

Solution: x(,3][3,)x \in (-\infty, -3] \cup [3, \infty)

Problem 2: Solve x3x>0x^3 - x > 0.

Factor: x(x1)(x+1)>0x(x-1)(x+1) > 0. Zeros: x=1,0,1x = -1, 0, 1.

IntervalSign
(,1)(-\infty, -1)()()()=(-)(-)(-) = -
(1,0)(-1, 0)()()(+)=+(-)(-)( +) = +
(0,1)(0, 1)(+)()(+)=(+)(-)(+) = -
(1,)(1, \infty)(+)(+)(+)=+(+)(+)(+) = +

Solution: x(1,0)(1,)x \in (-1, 0) \cup (1, \infty)

Problem 3: Solve (x+2)2(x1)0(x+2)^2(x-1) \le 0.

Zeros: x=2x = -2 (multiplicity 2), x=1x = 1.

(x+2)2(x+2)^2 is always 0\ge 0, so the sign depends on (x1)(x-1):

  • (x1)0(x-1) \le 0 when x1x \le 1
  • The product is 0 at x=2x = -2 and x=1x = 1

Solution: x(,1]x \in (-\infty, 1]

Problem 4: Solve 2x3+x28x402x^3 + x^2 - 8x - 4 \ge 0.

Factor by grouping: x2(2x+1)4(2x+1)=(x24)(2x+1)=(x2)(x+2)(2x+1)x^2(2x+1) - 4(2x+1) = (x^2 - 4)(2x+1) = (x-2)(x+2)(2x+1)

Zeros: x=2x = -2, x=12x = -\frac{1}{2}, x=2x = 2.

IntervalSign
(,2)(-\infty, -2)()()()=(-)(-)(-)= -
(2,12)(-2, -\frac{1}{2})()(+)()=+(-)(+)(-)= +
(12,2)(-\frac{1}{2}, 2)()(+)(+)=(-)(+)(+)= -
(2,)(2, \infty)(+)(+)(+)=+(+)(+)(+)= +

Solution: x[2,12][2,)x \in [-2, -\frac{1}{2}] \cup [2, \infty)

Problem 5: Solve x45x2+4>0x^4 - 5x^2 + 4 > 0.

Let u=x2u = x^2: u25u+4=(u1)(u4)=(x21)(x24)=(x1)(x+1)(x2)(x+2)u^2 - 5u + 4 = (u-1)(u-4) = (x^2-1)(x^2-4) = (x-1)(x+1)(x-2)(x+2)

Zeros: x=2,1,1,2x = -2, -1, 1, 2.

IntervalSign
(,2)(-\infty, -2)()()()()=+(-)(-)(-)(-) = +
(2,1)(-2, -1)()()()(+)=(-)(-)(-)(+) = -
(1,1)(-1, 1)()(+)()(+)=+(-)(+)(-)(+) = +
(1,2)(1, 2)(+)(+)()(+)=(+)(+)(-)(+) = -
(2,)(2, \infty)(+)(+)(+)(+)=+(+)(+)(+)(+) = +

Solution: x(,2)(1,1)(2,)x \in (-\infty, -2) \cup (-1, 1) \cup (2, \infty)

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 \le/\ge (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

Return to College Algebra for more topics in this section.

Last updated: March 29, 2026