Salick Academy

Inequalities

35 min readNo calculatorNeeds: factorising quadratics
By the end of this topic you should be able to
  • Solve a quadratic inequality
  • Solve a rational inequality safely
  • Read a solution set from a sketch of the curve
  • Recover an inequality from a given solution set

Why you cannot solve an inequality like an equation

One rule separates inequalities from equations:

3<53 < 5 is true. Multiply both sides by 1-1 and 3<5-3 < -5 is false; it has to become 3>5-3 > -5.

That is manageable when you can see the number. It becomes dangerous when you are multiplying by something algebraic, because you do not know its sign. This is the single biggest source of lost marks in the topic, and the whole method below is built to avoid it.

Quadratic inequalities

Never test values at random and never guess. The method is always the same three steps.

  1. Rearrange so that one side is zero.
  2. Factorise and find the critical values — the values that make each bracket zero.
  3. Sketch the parabola and read off the region the question asks for.

For x2x6>0x^2 - x - 6 > 0: factorising gives (x3)(x+2)>0(x-3)(x+2) > 0, so the critical values are x=3x = 3 and x=2x = -2. The coefficient of x2x^2 is positive, so the parabola opens upwards, dipping below the axis between the roots and rising above it on either side. We want where it is above, so

x<2orx>3x < -2 \quad \text{or} \quad x > 3

Rational inequalities

For something like x1x+30\dfrac{x-1}{x+3} \geq 0, the tempting move is to multiply both sides by (x+3)(x+3). Do not: you do not know whether x+3x+3 is positive or negative, so you do not know whether the sign should flip.

Two safe routes:

Multiply by the square of the denominator. (x+3)2(x+3)^2 is positive for every xx except x=3x = -3, so multiplying by it never changes the direction. The inequality becomes

(x1)(x+3)0(x-1)(x+3) \geq 0

which is an ordinary quadratic inequality, giving x3x \leq -3 or x1x \geq 1.

Or rearrange to a single fraction against zero and use a sign table. Either is acceptable.

When the right-hand side is not zero, move everything to one side first:

x+4x12x+4x1206xx10\frac{x+4}{x-1} \geq 2 \quad\Longrightarrow\quad \frac{x+4}{x-1} - 2 \geq 0 \quad\Longrightarrow\quad \frac{6-x}{x-1} \geq 0

and then proceed as above. Subtracting first is what keeps you safe; multiplying first is what gets the answer wrong.

Working backwards from a solution set

If you are told the solution of a quadratic inequality is 2<x<5-2 < x < 5, then the critical values are 2-2 and 55, so the brackets are (x+2)(x+2) and (x5)(x-5), and the expression is

(x+2)(x5)=x23x10(x+2)(x-5) = x^2 - 3x - 10

The solution lies between the roots, so the parabola must be below the axis there, which means the inequality is x23x10<0x^2 - 3x - 10 < 0.