Introduction

When you first learn absolute value, you probably memorized something like this:

"If it's negative, drop the minus sign; if it's positive, leave it alone."

So \(|-5| = 5\) and \(|3| = 3\). The rule is correct. But why? Is the absolute-value symbol some kind of "minus-sign remover"?

No. This post unpacks what absolute value really is, in a single word — distance. (The symbol \(|x|\) — a number \(x\) wrapped in two vertical bars — is read "the absolute value of \(x\)".)

1. Absolute value is distance

Picture the number line: 0 sits in the middle (we call that spot the origin), positives stretch to the right, negatives to the left.

The absolute value \(|x|\) is how far \(x\) sits from the origin (0) on that line — its distance. Distance has no "which way" attached to it. Five steps left or five steps right, the amount you have moved away is the same: 5.

That is why \(|-5| = 5\) and \(|5| = 5\). \(-5\) and \(5\) sit on opposite sides of the origin, but both are exactly 5 steps away from it.

2. Why absolute value is never negative

The distance viewpoint instantly explains absolute value's most confusing property: it can never be negative.

It makes sense once you think about it. Saying two points are "\(-3\) steps apart" is meaningless. Distance measures how far apart things are, and there is no such thing as a negative amount of "far." The smallest it can ever be is 0 (same spot), and it cannot drop below that.

$$ |x| \ge 0 $$

The distance is 0 only when you are sitting right on the origin (\(x = 0\)); the farther you go from the origin — left or right — the larger the distance grows.

3. What the "drop the sign" rule really is

So was the memorized rule wrong? Not at all. Translate the distance definition into a formula and that very rule pops out.

$$ |x| = \begin{cases} x & (x \ge 0) \\ -x & (x < 0) \end{cases} $$

When \(x\) is zero or more, its distance from the origin is just \(x\) itself. For example, \(|3| = 3\).

When \(x\) is negative, its distance is \(-x\). It is tempting to read \(-x\) as "a negative number," but it is the opposite. \(-x\) means "the number with \(x\)'s sign flipped," and if \(x\) is already negative, its flip is positive.

$$ |-5| = -(-5) = 5 $$

In other words, the \(-\) sitting in front of a negative number does not merely "drop" the sign — it flips the negative into its positive twin. Either way, the result is the distance to the origin: a number that is zero or more.

4. Try it yourself

Use the slider below to move the point left and right along the number line. The amber distance bar from the origin to the point grows and shrinks, but even when the point crosses 0 into negative territory, the distance never dips below zero. You can also see how the point \(x\) and its mirror \(-x\) are twins sitting the same distance from the origin.

Absolute value is distance — from the origin on the number line
Drag the point x from −6 to 6. The amber bar is the distance from the origin to the point — the absolute value. It never becomes negative as you cross 0. The faint point is the mirror twin sitting the same distance away on the other side.

5. Distance takes you further

Once you see absolute value as distance, you gain several ideas at once instead of memorizing one more rule.

  • The distance between two numbers \(a\) and \(b\) is \(|a - b|\). It is now obvious why \(|a-b|\) equals \(|b-a|\) — distance has no direction.
  • When you later meet complex numbers, the distance of a point from the origin in the complex plane is called its absolute value (modulus) too. Even when the stage widens from a line to a plane, the meaning — "distance from the origin" — stays exactly the same.

Key takeaways

  • The absolute value \(|x|\) is how far \(x\) sits from the origin on the number line.
  • Distance has no direction, so \(|-5| = |5| = 5\), and \(|x| \ge 0\) always holds.
  • "Drop the minus sign" is just a consequence of the distance definition: when \(x < 0\), \(-x\) flips the negative into its positive twin.
  • \(|a - b|\) is the distance between two numbers — seeing absolute value as distance generalizes naturally.

Whenever "why is absolute value positive?" trips you up, picture distance on the number line. Distance can never be negative — and that is all you need.

Related readingWhy numbers kept expanding from the naturals to the complex (the number line and the real numbers, the stage absolute value lives on) · Why does moving a term flip its sign? (another post that digs out the real reason behind a memorized rule)