In short

The equation |x - a| = r is asking a geometry question: which numbers on the number line sit exactly r units away from a? Picture the centre point a on the line. Now picture two arrows fanning out from it — one pointing left, one pointing right, each of length r. The arrows land on the two solutions: x = a + r (the arrow that went right) and x = a - r (the arrow that went left). That is the entire method. Every absolute value equation of this shape is just a centre, a radius, and two arrows.

You have already met the case-split machinery in Absolute Value — Equations. It works. But there is a faster, more pictorial way to think about |x - a| = r that almost feels like cheating once you see it.

The bars are not just punctuation. They are measuring something. Why: |x - a| is literally the distance between the numbers x and a on the number line. The minus sign inside the bars is what turns "two numbers" into "the gap between them".

So when someone writes |x - a| = r, they are not really writing an equation. They are asking: find every point on the number line whose distance from a is exactly r. And that question has an obvious answer in your mind's eye — stand on a, walk r steps to the right, mark the spot. Now go back to a, walk r steps to the left, mark that spot. Done. Two solutions, every time.

The picture: a centre and two arrows

Take a concrete example: |x - 3| = 5. This says "I want every number whose distance from 3 is exactly 5."

Number line with point a equals 3 and two arrows fanning out to length 5 on each side A horizontal number line from negative four to ten. The centre point a equals 3 is marked. Two arrows fan out symmetrically: one points left from 3 down to negative 2, the other points right from 3 up to 8. Both arrows are labelled with length 5. Filled circles mark the two solutions at negative 2 and 8. −4 −3 −2 −1 0 1 2 3 4 5 6 7 8 a = 3 5 units 5 units x = −2 x = 8
The equation $|x - 3| = 5$ as a picture. Stand on the centre $a = 3$. Two arrows of length $5$ fan out from it. They land on $x = -2$ (left) and $x = 8$ (right). No algebra required — the picture *is* the solution.

The two solutions are not random numbers that happen to satisfy the equation. They are the only two points that can satisfy it, because they are the only two points with the right distance from 3. Why: on a one-dimensional number line, exactly two points sit at any fixed positive distance from a given centre — one in each direction. There is no third option.

This is the CBSE Class 11 framing of absolute value: introduce |x| as the distance of x from the origin (the centre 0), then generalise to |x - a| as the distance of x from a. Once you carry that "distance" word in your head, every |x - a| = r equation becomes a one-second mental picture.

Try it: drag the centre and the radius

Move the sliders. The centre a slides along the line. The radius r controls how far the arrows fan out. The two solutions x_1 = a - r and x_2 = a + r light up automatically.

Slide $a$ to move the centre. Slide $r$ to grow or shrink the arrows. Notice that the two solution points are *always* mirror images about $a$ — that mirror symmetry is the whole geometric content of the equation.

Two patterns to feel for as you drag:

That last case (r = 0) is worth a sentence. The equation |x - a| = 0 asks "which numbers sit at distance zero from a?" Only one number does — a itself. So |x - a| = 0 has the single solution x = a.

Three worked examples

Example 1: Solve $|x - 3| = 5$

The equation literally says: find every x whose distance from 3 is exactly 5.

Step 1. Identify the centre and radius.

Centre a = 3. Radius r = 5. Why: the form |x - a| = r has a inside the bars after the minus sign, and r on the right.

Step 2. Walk both directions from the centre.

Right: 3 + 5 = 8. Left: 3 - 5 = -2.

Step 3. Write the answer.

x = 8 \quad \text{or} \quad x = -2

Check. |8 - 3| = |5| = 5. |-2 - 3| = |-5| = 5. Both work.

The picture above is exactly this example. Centre at 3, two arrows of length 5, dots at -2 and 8.

Example 2: Solve $|x + 2| = 4$

This one looks a little different — there is a plus inside the bars, not a minus. But the form |x - a| = r wants a minus. Rewrite first.

Step 1. Force the minus sign.

|x + 2| = |x - (-2)| = 4

Why: x + 2 is the same as x - (-2). Pulling the sign out front turns the equation into the standard distance form, and now you can read off the centre cleanly.

Step 2. Identify the centre and radius.

Centre a = -2. Radius r = 4.

Step 3. Walk both directions.

Right: -2 + 4 = 2. Left: -2 - 4 = -6.

Step 4. Write the answer.

x = 2 \quad \text{or} \quad x = -6

Check. |2 + 2| = |4| = 4. |-6 + 2| = |-4| = 4. Both work.

The geometric picture: stand on -2, fan out two arrows of length 4, land on -6 and 2. The "+2" inside the bars was a mild disguise — the centre is still a real point on the line, it just happens to be a negative number.

Example 3: Solve $|2x - 6| = 8$

This one has a coefficient on x inside the bars. The arrows-from-a-centre picture still works, but you have to factor first.

Step 1. Pull out the coefficient using the product rule for absolute values.

|2x - 6| = |2(x - 3)| = |2| \cdot |x - 3| = 2|x - 3|

Why: |ab| = |a| \cdot |b| — you met this in the parent article. Here a = 2 and b = x - 3, so the absolute value of the product splits cleanly.

Step 2. Divide both sides by 2.

2|x - 3| = 8 \implies |x - 3| = 4

Now it is back in the standard form: centre a = 3, radius r = 4.

Step 3. Walk both directions.

Right: 3 + 4 = 7. Left: 3 - 4 = -1.

Step 4. Write the answer.

x = 7 \quad \text{or} \quad x = -1

Check. |2(7) - 6| = |8| = 8. |2(-1) - 6| = |-8| = 8. Both work.

The lesson: whenever a coefficient k sits next to x inside the bars, factor it out and divide. The picture-with-arrows method then handles whatever is left.

Why this beats memorising "two cases"

The case-split method (f(x) = a or f(x) = -a) is mechanical and reliable. The arrows-from-a-centre picture is fast — once you internalise it, equations like |x - 7| = 3 take half a second to solve in your head: centre 7, radius 3, answers 4 and 10.

More importantly, the picture generalises. When the equals sign becomes \le or \ge, the same picture answers the question — except now instead of two arrow tips, you get the entire shaded band between the tips (or everything outside it). That is exactly the move in absolute value inequalities. The geometry carries over; the algebra-only view does not.

And it is the picture that tells you immediately why |x - a| = -1 has no solution. You cannot fan out an arrow of length -1. The geometry refuses to allow it. No case-splitting needed — the impossibility is visible.

References

  1. NCERT, Mathematics for Class 11 — Chapter 1 (Sets) and the absolute value introduction in the modulus function. NCERT Class 11 Mathematics.
  2. Khan Academy — Absolute value as distance between numbers.
  3. Paul's Online Math Notes — Absolute Value Equations.
  4. Wikipedia — Absolute value.
  5. Art of Problem Solving — Absolute value.