TMUA Master

Beyond Methods • Beyond Familiarity
orLog inCreate Free Account

A-Level Background

Start from the familiar mathematics you already know.

What you already know

At A Level, modulus is often introduced by the piecewise rule x=x|x|=x for x0x≥0 and x=x|x|=-x for x<0x<0. You may solve modulus equations by splitting into cases or draw V-shaped graphs. Those methods work, but they can hide the geometry. The expression xa|x-a| is the distance between the variable point xx and the fixed point aa on the number line. Distance is always non-negative and does not depend on direction.

You may have first learned modulus as a rule: if x is positive, |x| = x, and if x is negative, |x| = -x.

This is correct, but there is a more useful way to think about modulus: modulus represents distance. In particular, |x| is the distance between x and 0 on the number line.

|5| = 5 because 5 is 5 units from 0.

|-5| = 5 because -5 is also 5 units from 0. The sign changes the side of 0, not the distance.

This immediately explains why modulus can never be negative: distance cannot be negative.

Moving the Reference Point

The reference point does not have to be 0. The expression |x - 3| measures the distance between x and 3.

Consider |x - 3| = 4.

x = -1 is 4 units to the left of 3, so |-1 - 3| = 4.

x = 7 is 4 units to the right of 3, so |7 - 3| = 4.

Therefore, |x - 3| = 4 has the two solutions x = -1 and x = 7. More generally, |x - a| = r means that x is exactly r units from a, so when r > 0, x = a - r or x = a + r.

Equal Distances

The distance interpretation becomes especially useful when modulus appears on both sides. Consider |x - 2| = |x - 8|.

Instead of splitting into cases, ask: Which point is equally distant from 2 and 8?

From 2 to the midpoint 5 is 3 units.

From the midpoint 5 to 8 is also 3 units, so x = 5 is equally distant from 2 and 8.

The solution is therefore x = 5.

More generally, |x - a| = |x - b| asks for the point equally distant from a and b. That point is their midpoint, so x=a+b2x=\frac{a+b}{2}.

This is not a separate modulus trick. It follows directly from the meaning of modulus as distance.

Modulus Inequalities as Distance

The same viewpoint explains modulus inequalities. Consider |x - 3| < 4 and |x - 3| > 4.

|x - 3| < 4 means less than 4 units from 3. The solutions lie between -1 and 7, so -1 < x < 7.

|x - 3| > 4 means more than 4 units from 3. The solutions lie outside -1 and 7, so x < -1 or x > 7.

So, for r > 0:

  • |x - a| < r means a - r < x < a + r
  • |x - a| ≤ r means a - r ≤ x ≤ a + r
  • |x - a| > r means x < a - r or x > a + r
  • |x - a| ≥ r means x ≤ a - r or x ≥ a + r

The important distinction is simple: less than means inside the distance boundary; greater than means outside it.

From One Dimension to Two Dimensions

Everything so far has taken place on a number line. For real numbers, |x - a| measures distance in one dimension.

In Further Mathematics, the same idea extends to complex numbers. If z = x + iy, then z=x2+y2|z|=\sqrt{x^2+y^2}, which is the distance from the point (x, y) to the origin in the complex plane.

Modulus therefore develops naturally from distance on a number line to distance in a plane. The meaning stays the same; only the dimension changes.

Key Insight

Think of modulus as distance, not simply as a rule for changing signs:

  • |x - a| = r: exactly r units from a
  • |x - a| < r: within r units of a
  • |x - a| > r: more than r units from a
  • |x - a| = |x - b|: equally distant from a and b

This viewpoint turns many modulus equations and inequalities into geometric questions about distance, symmetry, intervals and midpoints, and it prepares the same idea for extension to the complex plane in Further Mathematics.

Apply the bridge

See how this idea simplifies a TMUA problem.

1

Using Distance to Avoid Case Splitting

MEMBERLogin required