The first time you solve |x| > 3, the teacher tells you to split it into two cases: x > 3 or x < -3. A minute earlier you solved |x| < 3 and got a single clean answer: -3 < x < 3. Why the asymmetry? Why does one give you a single interval and the other give you two rays joined by "or"?
The algebra did not conspire against you. The picture did. If you read |x| as what it really means — the distance from x to zero on the number line — then the split is not a trick. It is the only honest answer. There are two directions to be far from zero, so the set of "far from zero" points lives in two places.
Let us see this carefully.
What |x| actually means
The absolute value |x| is the distance of x from 0. That is not a metaphor — it is the definition you should carry into every absolute-value problem.
- |5| = 5 because the number 5 sits 5 steps to the right of 0.
- |-5| = 5 because the number -5 sits 5 steps to the left of 0.
- |0| = 0 because 0 is zero steps from itself.
Distance is always non-negative, and distance does not care about direction. Two different numbers — 5 and -5 — can have the same distance from 0. That is the whole source of the "two cases" phenomenon.
|x| > 3 in plain English
Translate literally: "the distance from x to 0 is greater than 3."
Now ask: which points on the number line are more than 3 steps from 0?
Walk 3 steps to the right of 0 — you land at 3. Points beyond 3 (at 3.1, 4, 100, 10^9) are more than 3 steps from 0. Good, that is one region: x > 3.
But you can also walk to the left. Step 3 units left of 0 — you land at -3. Points beyond -3 to the left (at -3.1, -4, -100) are also more than 3 steps from 0. That is a second region: x < -3.
There is no way to combine these two regions into a single interval because they are separated by the forbidden zone [-3, 3], where the distance from 0 is at most 3. The gap is real; you cannot paper over it with a single inequality.
So you write the answer with "or":
Or in interval notation, joined by union:
Contrast: |x| < 3 is a single interval
Now run the same reading for |x| < 3. It says "the distance from x to 0 is less than 3."
Walk out from 0 in either direction, but stop before you reach 3 steps. You are allowed anywhere within that window. The window itself is the interval from -3 to 3, and every point inside is permitted. There is no split — the allowed region is a single connected stretch:
The asymmetry with |x| > 3 is not about absolute values behaving differently in the two cases. It is about which region is connected. The "close to zero" region is a single ball around 0. The "far from zero" region is everything outside that ball, and the outside of a ball on the number line is two pieces, because the number line has two sides.
Why the algebra agrees
If you prefer to see the split fall out of the definition rather than the picture, here it is. By definition,
So the inequality |x| > 3 has to be handled in each piece of the definition.
-
Case 1: x \ge 0. Then |x| = x, and the inequality becomes x > 3. Combined with x \ge 0, the final condition is just x > 3.
-
Case 2: x < 0. Then |x| = -x, and the inequality becomes -x > 3, which flips (dividing by -1) to x < -3. Combined with x < 0, the final condition is x < -3.
The two cases give x > 3 or x < -3, joined by "or" because either case is enough — a point satisfies the original inequality if either interpretation of |x| lands it outside the forbidden zone. The algebra and the geometry give the same answer, which is comforting but not a coincidence: the piecewise definition of |x| is exactly the algebraic shadow of the "two directions from zero" picture.
The general rule
Once you have seen |x| > 3 and |x| < 3 side by side, you can read off the general rule without memorising it. For any r > 0:
The same logic extends to inequalities with a shifted centre, |x - c|: "distance from c" replaces "distance from 0," and the ball/complement story repeats around c instead of 0. You can see this live in the absolute-value inequality visualiser — drag the centre, drag the radius, and watch the inside/outside regions switch between one interval and two rays.
The one-line takeaway
An absolute value measures distance, and distance has two directions on a number line. Asking "which points are close to 0" produces a single connected ball. Asking "which points are far from 0" produces the complement of that ball — and on the real line, the complement of a ball is two rays. That is the whole reason |x| > 3 splits. Not algebra. Geometry.