IB Maths AA HL Topic 2 — Functions Paper 1 & 2 HL only ~7 min read

Polynomial Inequalities

When both sides are polynomials, you don’t need a GDC — the algebra is doable. Two methods work: the graph method (sketch the polynomial, read off where it sits above or below the axis) and the sign table method (split the number line at the roots, check the sign in each interval). Both rely on the same first step: rearrange so one side is zero, then factorise.

📘 What you need to know

What counts as a polynomial inequality

Polynomial
x4x2 > x + 6
2x3 ≤ 5x − 1
only constants and positive integer powers of x
Not polynomial
x > 4
1/x ≥ 3x
fractional or negative powers — different methods needed

The general approach

Step 1 — get one side to zero f(x) ≤ g(x)   ⟺   P(x) ≤ 0,   where P(x) = f(x) − g(x)

Once you have P(x) on one side, the strategy is the same regardless of degree: find the roots, then determine the sign of P in each interval between roots.

Method 1 — Graph method

Sketch the polynomial using what you know about roots, multiplicities, and end behaviour (from Section 2.6). Then:

For P(x) ≤ 0
read off intervals where curve is below or on axis
“below” includes y = 0 for ≤; excludes it for <
For P(x) ≥ 0
read off intervals where curve is above or on axis
“above” includes y = 0 for ≥; excludes it for >
The graph method is fastest when you can sketch the polynomial confidently — usually after factorising. End behaviour and multiplicity tell you the shape; everything else falls into place.

Method 2 — Sign table

Useful when sketching feels risky or the polynomial has many factors. Split the real line at the roots, pick a test value in each interval, and record the sign of either the whole polynomial or of each factor.

Example sign table — P(x) = (x − 2)(x + 4)(2x − 1)

Intervalx < −4−4 < x < 1/21/2 < x < 2x > 2
x − 2+
x + 4+++
2x − 1++
P(x)++

From the table, P(x) > 0 in the second and fourth intervals. The product of three factors changes sign each time you cross a (simple) root.

Quick alternative: pick one numerical value from each interval and substitute into P(x) directly. Same answer, fewer columns.

🧭 Recipe — solving a polynomial inequality

  1. Rearrange to P(x) ≤ 0 or P(x) ≥ 0 — get one side to zero by adding and subtracting only.
  2. Factorise P(x) fully. Use the factor theorem to find a first root if needed.
  3. List the roots in order, noting any with multiplicity > 1.
  4. Pick a method: sketch the polynomial (graph method) or build a sign table.
  5. Read off the solution as one or more intervals.
  6. Match endpoint type: ≤/≥ uses inclusive (closed); </> uses strict (open).

Worked examples

WE 1

Solve a quadratic inequality

Solve x2 − 5x + 6 > 0.

Step 1: Already in standard form. Factorise (x − 2)(x − 3) > 0 Step 2: Roots are 2 and 3 Step 3: Sketch — parabola opens up curve is above x-axis to the left of 2 and to the right of 3 x < 2 or x > 3 opens-up parabola → positive outside the roots; opens-down → positive between roots
WE 2

Quadratic with a negative leading coefficient

Solve −x2 + 4x − 3 ≥ 0.

Step 1: Find the roots — set −x² + 4x − 3 = 0 x² − 4x + 3 = 0 → (x − 1)(x − 3) = 0 roots: x = 1, x = 3 Step 2: Sketch — parabola opens down curve is above x-axis between the roots Step 3: ≥ includes the roots 1 ≤ x ≤ 3 opens-down parabola → positive between roots; sign of leading coefficient determines the shape
WE 3

Cubic inequality — three distinct roots

Solve x3 − 4x2x + 4 ≤ 0.

Step 1: Find a root via factor theorem try x = 1: 1 − 4 − 1 + 4 = 0 ✓ → (x − 1) is a factor Step 2: Divide to find the quadratic factor x³ − 4x² − x + 4 = (x − 1)(x² − 3x − 4) = (x − 1)(x − 4)(x + 1) Step 3: Roots in order: −1, 1, 4. Sketch cubic positive leading, three simple roots → curve weaves through axis below x-axis: x < −1 and 1 < x < 4 Step 4: ≤ includes the roots x ≤ −1 or 1 ≤ x ≤ 4 simple roots → sign flips each time the curve crosses; the pattern is alternating across intervals
WE 4

Inequality with a repeated root

Solve (x − 3)2(x + 1) > 0.

Step 1: Roots are x = 3 (mult 2) and x = −1 (mult 1) Step 2: Note (x − 3)² ≥ 0 always — equals zero only at x = 3 so sign of P(x) is determined by sign of (x + 1) when (x − 3)² > 0 Step 3: Need P(x) strictly > 0 → both factors strictly nonzero x + 1 > 0 → x > −1 (x − 3)² > 0 → x ≠ 3 −1 < x < 3 or x > 3 at x = 3 the curve touches the axis without crossing — sign doesn’t flip there, just hits zero momentarily
WE 5

Use a sign table to solve a factorised inequality

Solve (x − 2)(x + 4)(2x − 1) > 0 using a sign table.

Step 1: Roots in order: −4, 1/2, 2 Step 2: Build sign table by testing each interval x < −4 (try −5): (−7)(−1)(−11) = −77 < 0 −4 < x < 1/2 (try 0): (−2)(4)(−1) = 8 > 0 ✓ 1/2 < x < 2 (try 1): (−1)(5)(1) = −5 < 0 x > 2 (try 3): (1)(7)(5) = 35 > 0 ✓ Step 3: Pick out the intervals where P > 0 −4 < x < 1/2 or x > 2 sign alternates across simple roots — once you’ve found the sign in one interval, the rest follow
WE 6

Cubic with double root — solve algebraically

Solve x3 + 3x2 − 9x − 27 ≤ 0.

Step 1: Find a root via factor theorem try x = 3: 27 + 27 − 27 − 27 = 0 ✓ → (x − 3) is a factor Step 2: Divide to find quadratic factor x³ + 3x² − 9x − 27 = (x − 3)(x² + 6x + 9) = (x − 3)(x + 3)² Step 3: Roots are x = 3 (mult 1) and x = −3 (mult 2) Step 4: (x + 3)² ≥ 0 always — sign of P depends on (x − 3) P(x) ≤ 0 ⟺ (x − 3) ≤ 0 (with allowance for x = −3 where P = 0) x − 3 ≤ 0 → x ≤ 3 x ≤ 3 double root at x = −3 makes the curve touch the axis without crossing — no sign flip there, so no extra interval

💡 Top tips

⚠ Common mistakes

And that closes Section 2.9 — Inequalities. With both methods at your disposal — graphical for messy mixed-function inequalities, algebraic with sign tables for polynomial ones — you can attack any inequality the IB throws at you. The next section, Modulus & Further Transformations, brings in the absolute value function and the more advanced graph manipulations like |f(x)|, f(|x|), and 1/f(x).

Need help with Polynomial Inequalities?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →