What you'll learn
- How to solve quadratic inequalities by finding their boundary values.
- How to decide whether the answer is between or outside the roots.
- How to handle strict and inclusive inequality signs.
- How to list integer solutions when the answer is a range.
1. Start with the related quadratic equation
A quadratic inequality looks like a quadratic expression with an inequality sign instead of an equals sign.
Quadratic inequality
A quadratic inequality is an inequality involving a squared variable, such as x2+4x+3>0x^2+4x+3>0x2+4x+3>0 or 2x2−11x+9<02x^2-11x+9<02x2−11x+9<0.
To solve one, first find the boundary values. These are the values of xxx where the quadratic expression equals zero. They split the number line into regions.
A root is a value of xxx that makes an expression equal zero.
Finding boundary values
Find the boundary values for x2+7x+12>0x^2+7x+12>0x2+7x+12>0.

-
Temporarily replace the inequality sign with an equals sign:
x2+7x+12=0x^2+7x+12=0x2+7x+12=0 -
Factorise the quadratic:
x2+7x+12=(x+3)(x+4)x^2+7x+12=(x+3)(x+4)x2+7x+12=(x+3)(x+4) -
Set each bracket equal to zero:
x+3=0orx+4=0x+3=0 \quad \text{or} \quad x+4=0x+3=0orx+4=0 -
The boundary values are x=−3x=-3x=−3 and x=−4x=-4x=−4.
2. Decide where the quadratic is positive or negative
The graph of a quadratic is called a parabola. If the coefficient of x2x^2x2 is positive, the parabola opens upwards, like a smile.
That means:
- the quadratic is positive outside the roots
- the quadratic is negative between the roots
Inside or outside?
For an upward-opening quadratic:
>0>0>0 or ≥0\ge 0≥0 usually means outside the roots.
<0<0<0 or ≤0\le 0≤0 usually means between the roots.
A greater-than inequality
Solve x2+5x+6>0x^2+5x+6>0x2+5x+6>0.

-
Find the boundary values by solving the related equation:
x2+5x+6=0x^2+5x+6=0x2+5x+6=0 -
Factorise:
(x+2)(x+3)=0(x+2)(x+3)=0(x+2)(x+3)=0 -
The roots are x=−2x=-2x=−2 and x=−3x=-3x=−3. Put them in order on the number line: -3, then -2.
-
Since the coefficient of x2x^2x2 is positive, the quadratic is positive outside the roots.
-
The solution is:
x<−3orx>−2x<-3 \quad \text{or} \quad x>-2x<−3orx>−2
Using ‘and’ instead of ‘or’
When the answer is outside the roots, you usually need or, not and. A value cannot be both less than -3 and greater than -2 at the same time.
3. Strict vs inclusive inequalities
The symbols matter:
- <<< and >>> are strict: do not include the boundary values.
- ≤\le≤ and ≥\ge≥ are inclusive: include the boundary values.
An inclusive less-than inequality
Solve x2−8x+15≤0x^2-8x+15\le 0x2−8x+15≤0.

-
Solve the related equation:
x2−8x+15=0x^2-8x+15=0x2−8x+15=0 -
Factorise:
(x−3)(x−5)=0(x-3)(x-5)=0(x−3)(x−5)=0 -
The boundary values are x=3x=3x=3 and x=5x=5x=5.
-
The parabola opens upwards, so the quadratic is less than or equal to zero between the roots, including the roots.
-
The solution is:
3≤x≤53\le x\le 53≤x≤5
Open and closed endpoints
On a number line, use open circles for <<< or >>>, and closed circles for ≤\le≤ or ≥\ge≥.
4. Special cases like x2≤100x^2\le 100x2≤100
If there is no xxx term, still treat it as a quadratic inequality. Do not forget the negative square root.
A square-only inequality
Solve x2≤64x^2\le 64x2≤64.

-
Move everything to one side:
x2−64≤0x^2-64\le 0x2−64≤0 -
Factorise using difference of two squares:
(x−8)(x+8)≤0(x-8)(x+8)\le 0(x−8)(x+8)≤0 -
The boundary values are x=−8x=-8x=−8 and x=8x=8x=8.
-
The parabola opens upwards, so the expression is less than or equal to zero between the roots.
-
The solution is:
−8≤x≤8-8\le x\le 8−8≤x≤8
Forgetting the negative root
x2≤64x^2\le 64x2≤64 does not just mean x≤8x\le 8x≤8. For example, x=−5x=-5x=−5 also works because squaring it gives a positive value.
5. Rearrange first if needed
Sometimes the inequality is not already equal to zero on one side. Rearrange it first, just like you would with an equation.
Variables on both sides
Solve 5x+14>x25x+14>x^25x+14>x2.

-
Bring all terms to one side so the other side is zero:
x2−5x−14<0x^2-5x-14<0x2−5x−14<0 -
Factorise:
(x−7)(x+2)<0(x-7)(x+2)<0(x−7)(x+2)<0 -
The boundary values are x=7x=7x=7 and x=−2x=-2x=−2.
-
The coefficient of x2x^2x2 is positive, so the expression is negative between the roots.
-
The solution is:
−2<x<7-2<x<7−2<x<7
Multiplying by -1
If you multiply or divide an inequality by a negative number, the inequality sign reverses. For example, −x>4-x>4−x>4 becomes x<−4x<-4x<−4.
6. Non-monic quadratic inequalities
A non-monic quadratic has a coefficient of x2x^2x2 that is not one, such as 6x2+7x−36x^2+7x-36x2+7x−3.
The method is the same: factorise, find the boundary values, then choose the correct region.
A non-monic inequality
Solve 6x2+7x−3<06x^2+7x-3<06x2+7x−3<0.

-
Factorise the quadratic:
6x2+7x−3=(3x−1)(2x+3)6x^2+7x-3=(3x-1)(2x+3)6x2+7x−3=(3x−1)(2x+3) -
Set each bracket equal to zero to find the boundary values:
3x−1=0or2x+3=03x-1=0 \quad \text{or} \quad 2x+3=03x−1=0or2x+3=0 -
Solve each equation:
x=13orx=−32x=\frac{1}{3} \quad \text{or} \quad x=-\frac{3}{2}x=31orx=−23 -
The parabola opens upwards, so the expression is negative between the roots.
-
The solution is:
−32<x<13-\frac{3}{2}<x<\frac{1}{3}−23<x<31
7. Integer solutions
An integer is a whole number, including negative numbers and zero. If a question asks for integer values, first solve the inequality as a range, then list the integers inside that range.
Sometimes the quadratic does not factorise nicely, so you may need the quadratic formula.
Listing integer solutions
Find the integer values that satisfy x2−6x+7<0x^2-6x+7<0x2−6x+7<0.

-
Find the boundary values using the quadratic formula:
x=6±62−4⋅1⋅72⋅1x=\frac{6\pm\sqrt{6^2-4\cdot 1\cdot 7}}{2\cdot 1}x=2⋅16±62−4⋅1⋅7 -
Simplify the roots:
x=3±2x=3\pm\sqrt{2}x=3±2 -
Because the parabola opens upwards and the inequality is less than zero, the solution lies between the roots:
3−2<x<3+23-\sqrt{2}<x<3+\sqrt{2}3−2<x<3+2 -
Approximate the roots: 3−2≈1.593-\sqrt{2}\approx 1.593−2≈1.59 and 3+2≈4.413+\sqrt{2}\approx 4.413+2≈4.41.
-
The integer values are 2, 3 and 4.
In the exam
-
Rearrange so the inequality has zero on one side.
-
Find the boundary values by factorising or using the quadratic formula.
-
Decide whether the answer is between the roots or outside the roots.
-
Check whether the inequality sign is strict or inclusive.
-
If asked for integer values, list only the whole numbers in the solution range.
Check yourself
-
If an upward-opening quadratic has roots at x=2x=2x=2 and x=9x=9x=9, where is it greater than zero?
-
What is the difference between solving x2−4x+3<0x^2-4x+3<0x2−4x+3<0 and x2−4x+3≤0x^2-4x+3\le 0x2−4x+3≤0?
-
Why must you rearrange 8x+20>x28x+20>x^28x+20>x2 before factorising?