From Equations to Inequalities

Solving 2x <= 8 on the number line
2x <= 8 ⟹  x <= 4
-6-5-4-3-2-101234564
Inequality:
a = 2
b = 8

Note: when a < 0, dividing reverses the inequality direction

When you first learn algebra, you spend a lot of time with equations. An equation makes a sharp claim: these two things are equal. There's one answer, or maybe a small finite set of them.

An inequality is softer. It doesn't pin down a single value — it draws a boundary and says "anywhere on this side."

That small change in symbol turns out to change quite a lot.

What changes, and what doesn't

Almost everything you do to solve an equation works for inequalities too. You can add or subtract the same value from both sides. You can multiply or divide by a positive constant. The inequality sign just rides along.

x+5<12    x<7x + 5 < 12 \implies x < 7

That's it. Same mechanics as an equation.

The one exception is what makes inequalities interesting: multiplying or dividing by a negative number flips the direction.

2x<6    x>3-2x < 6 \implies x > -3

If you forget the flip, you get the wrong half of the number line.

Why does the flip happen?

Think about what inequality means geometrically. 2x<6-2x < 6 asks: for which xx is 2x-2x to the left of 66 on the number line?

Dividing by 2-2 shrinks and reflects. The reflection is what flips the inequality: what was to the left is now to the right.

More precisely: multiplying by 1-1 reverses the order of the real line. If a<ba < b, then a>b-a > -b. That's not a rule you memorise — it's what the number line looks like when you flip it.

Seeing the flip

Consider 3<73 < 7. Multiply both sides by 1-1:

3and7-3 \quad \text{and} \quad -7

Now 3>7-3 > -7. The relationship reversed.

The answer is a range, not a point

Solving 2x1=72x - 1 = 7 gives x=4x = 4 — a single number. Solving 2x1<72x - 1 < 7 gives x<4x < 4 — everything to the left of 4.

This is the other conceptual shift. You're no longer looking for a point; you're looking for a region. In one variable, that region is an interval (or a union of intervals for more complex inequalities).

Writing the answer three ways

Solve 3x+2113x + 2 \geq 11:

3x9    x33x \geq 9 \implies x \geq 3

Three equivalent ways to express the solution:

  • Inequality: x3x \geq 3
  • Interval notation: [3,)[3, \infty)
  • Number line: closed circle at 33, shade right

Compound inequalities: two constraints at once

A compound inequality like 1<2x+37-1 < 2x + 3 \leq 7 is really two inequalities joined by "and":

1<2x+3and2x+37-1 < 2x + 3 \quad \text{and} \quad 2x + 3 \leq 7

You can solve them together by operating on all three parts simultaneously:

1<2x+37    4<2x4    2<x2-1 < 2x + 3 \leq 7 \implies -4 < 2x \leq 4 \implies -2 < x \leq 2

The result is the interval (2,2](-2, 2].

What this connects to

See also: Absolute Valueabsolute value inequalities like x3<2|x - 3| < 2 are a natural next step once you're comfortable with compound inequalities.

Inequalities are the natural language of constraints. In optimisation, you maximise or minimise some value subject to inequalities. In calculus, the ε\varepsilon-δ\delta definition of a limit is entirely stated in terms of inequalities. In statistics, confidence intervals are ranges, not points.

The humble inequality — changing one symbol in an equation — opens up a geometry of regions that turns out to be essential in nearly every area of mathematics.