This site is a work in progress. New lessons are added regularly. Contact us

Absolute Value Equations and Inequalities

Learning goals

  • Read the definition as a case split, and x2\sqrt{x^2} as x\lvert x \rvert
  • Require Y0Y \ge 0 when solving X=Y\lvert X \rvert = Y
  • Split X=Y\lvert X \rvert = \lvert Y \rvert with no check needed
  • Turn a band or two rays out of an inequality
  • Use breakpoints to solve a sum of two absolute values

The definition is a case split

You already met the absolute value as distance from zero: x\lvert x \rvert is the length you get by dropping a number’s sign, so 5=5\lvert 5 \rvert = 5 and 5=5\lvert -5 \rvert = 5. That picture is the right intuition, and this lesson leans on the exact rule behind it, the piecewise definition

x={xif x0,xif x<0.\lvert x \rvert = \begin{cases} x & \text{if } x \ge 0, \\ -x & \text{if } x < 0. \end{cases}

Read it as an instruction that branches. To evaluate x\lvert x \rvert you first ask a yes-or-no question about xx, is it nonnegative, and only then do you know which formula applies. The bars are not a single operation the way adding or squaring is; they are a hidden if. Every difficulty in this lesson traces back to that one fact. When the quantity inside the bars contains an unknown, you cannot answer the branching question in advance. So you are forced to carry both branches until something later settles which one you are in.

There is a second way to write the same rule, with no visible cases at all, and it will earn its keep when we set two absolute values equal. For every real number xx,

x=x2.\lvert x \rvert = \sqrt{x^2}.

Squaring throws away the sign of xx, and the square root symbol, which always returns the nonnegative root, hands back the size without it.

Why x=x2\lvert x \rvert = \sqrt{x^2}#

The square root symbol is defined to return the nonnegative number whose square is its input. So x2\sqrt{x^2} is, by definition, the nonnegative number whose square is x2x^2. The claim is that x\lvert x \rvert is exactly that number, and two facts settle it. First, x\lvert x \rvert squares to x2x^2, since x2=x2\lvert x \rvert^2 = x^2 whether xx is positive or negative. Second, x0\lvert x \rvert \ge 0 by the meaning of distance. There is only one nonnegative number whose square is x2x^2, so x\lvert x \rvert must be it, that is x=x2\lvert x \rvert = \sqrt{x^2}.

The two cases of the definition confirm the same thing, and the second case is where intuition slips. When x0x \ge 0, we have x2=x\sqrt{x^2} = x, which agrees with x=x\lvert x \rvert = x. When x<0x < 0, the number x-x is positive and squares to x2x^2, so x2=x\sqrt{x^2} = -x, which agrees with x=x\lvert x \rvert = -x. The two branches of the piecewise rule are precisely the two ways x2\sqrt{x^2} can resolve.

This is the source of a stubborn error. Writing x2=x\sqrt{x^2} = x is correct only when x0x \ge 0; for a negative xx it reports the wrong sign, claiming a negative value for a root that is always nonnegative. With x=5x = -5 it would give 25=5\sqrt{25} = -5, which is false, since 25=5\sqrt{25} = 5. The honest identity carries the bars, x2=x\sqrt{x^2} = \lvert x \rvert, and those bars are the case split of this section wearing a different costume.

When the right side carries the unknown

Solving X=c\lvert X \rvert = c for a number cc was a one-glance affair: you check the sign of cc once. A positive cc splits into X=cX = c or X=cX = -c, the value c=0c = 0 gives the single solution X=0X = 0, and a negative cc gives none. Now let the right side be an expression YY that contains the unknown, as in x1=2x4\lvert x - 1 \rvert = 2x - 4. That single up-front check is gone, because the sign of YY depends on the very xx you are solving for. Splitting anyway is where solutions get manufactured.

Passing from X=Y\lvert X \rvert = Y to ”X=YX = Y or X=YX = -Y” looks like the same safe move, but it is not an equivalence. The left side X\lvert X \rvert can never be negative, so the original equation secretly demands Y0Y \ge 0 as well, and nothing in the two split equations remembers that demand. Dropping it is exactly a non-reversible step of the kind the first lesson warned about. You can travel forward from X=Y\lvert X \rvert = Y to the pair of equations, but you cannot travel back. The return trip fails because a solution of X=YX = -Y at a place where YY is negative satisfies the split without satisfying the original. The step can add solutions the equation never had. The honest statement keeps the dropped condition in plain sight:

X=YY0  and  (X=Y  or  X=Y).\lvert X \rvert = Y \quad\Longleftrightarrow\quad Y \ge 0 \ \text{ and } \ \bigl(X = Y \ \text{ or } \ X = -Y\bigr).

Why the condition Y0Y \ge 0 cannot be dropped#

Read the equivalence in both directions at a value of xx, with XX and YY standing for the two sides evaluated there.

Forward. Suppose X=Y\lvert X \rvert = Y. The left side is an absolute value, so Y=X0Y = \lvert X \rvert \ge 0, which gives the condition Y0Y \ge 0 for free. And X=Y\lvert X \rvert = Y with Y0Y \ge 0 says XX is a number whose distance from zero is YY, and there are exactly two such numbers, YY and Y-Y, so X=YX = Y or X=YX = -Y. The right side holds.

Backward. Suppose Y0Y \ge 0 and either X=YX = Y or X=YX = -Y. If X=YX = Y then X=Y=Y\lvert X \rvert = \lvert Y \rvert = Y, the last step because Y0Y \ge 0. If X=YX = -Y then X=Y=Y=Y\lvert X \rvert = \lvert -Y \rvert = \lvert Y \rvert = Y again. Either way X=Y\lvert X \rvert = Y, the original.

The backward direction is where Y0Y \ge 0 does its work, and dropping it breaks the argument. Suppose YY were negative and X=YX = -Y. Then X=Y=Y\lvert X \rvert = \lvert Y \rvert = -Y, a positive number, while YY itself is negative, so X=Y\lvert X \rvert = Y is false. That is precisely a candidate the bare split accepts and the original rejects. So the split without its side condition is a one-way street. The way to make it safe is to solve as usual, and then keep only the candidates for which Y0Y \ge 0.

In practice this means the same discipline as clearing denominators in the first lesson. Run the convenient non-reversible step, then check each candidate in the original and discard the extraneous ones. Substituting into the original is the surest check, but testing Y0Y \ge 0 is faster and catches exactly the same failures.

Worked example 1 Solve x1=2x4\lvert x - 1 \rvert = 2x - 4

Here X=x1X = x - 1 and Y=2x4Y = 2x - 4. Split into the two cases, treating each result as a candidate until the condition Y0Y \ge 0 is checked.

Case X=YX = Y:

x1=2x43=x,x=3.x - 1 = 2x - 4 \quad\Longrightarrow\quad 3 = x, \qquad x = 3.

Case X=YX = -Y:

x1=(2x4)=2x+43x=5,x=53.x - 1 = -(2x - 4) = -2x + 4 \quad\Longrightarrow\quad 3x = 5, \qquad x = \tfrac{5}{3}.

Now test each against Y=2x40Y = 2x - 4 \ge 0. At x=3x = 3 the right side is 2(3)4=22(3) - 4 = 2, which is nonnegative, and 31=2\lvert 3 - 1 \rvert = 2 checks, so x=3x = 3 is a genuine solution. At x=53x = \frac{5}{3} the right side is 2534=103123=232 \cdot \frac{5}{3} - 4 = \frac{10}{3} - \frac{12}{3} = -\frac{2}{3}, which is negative, so this candidate is extraneous. The original would read 531=23\lvert \frac{5}{3} - 1 \rvert = -\frac{2}{3}, an absolute value equal to a negative number, which is impossible.

candidates x=3, 53;solution set {3}.\text{candidates } x = 3, \ \tfrac{5}{3}; \qquad \text{solution set } \{3\}.

The algebra offered two candidates and the check kept one. Skipping the check would have reported the false solution 53\frac{5}{3}.

Worked example 2 Solve 2x+1=x3\lvert 2x + 1 \rvert = x - 3

Split with X=2x+1X = 2x + 1 and Y=x3Y = x - 3.

Case X=YX = Y:

2x+1=x3x=4.2x + 1 = x - 3 \quad\Longrightarrow\quad x = -4.

Case X=YX = -Y:

2x+1=(x3)=x+33x=2,x=23.2x + 1 = -(x - 3) = -x + 3 \quad\Longrightarrow\quad 3x = 2, \qquad x = \tfrac{2}{3}.

Check each against Y=x30Y = x - 3 \ge 0. At x=4x = -4 the right side is 43=7<0-4 - 3 = -7 < 0, extraneous. At x=23x = \frac{2}{3} the right side is 233=73<0\frac{2}{3} - 3 = -\frac{7}{3} < 0, also extraneous. Both candidates fail.

solution set .\text{solution set } \varnothing.

This one unsettles people. Both cases were solved correctly, each produced a clean number, and yet the equation has no solution at all. The reason is visible without any of the algebra: the right side x3x - 3 must be nonnegative for the equation to stand. So only x3x \ge 3 is even eligible, and neither candidate reached that far. When a required condition like Y0Y \ge 0 looks hard to satisfy, expect an empty answer.

Check your understanding

Solving x5=3x\lvert x - 5 \rvert = 3x produces the two candidates x=54x = \frac{5}{4} and x=52x = -\frac{5}{2}. Which is extraneous, and why?

Answer choices

Setting two absolute values equal

Now put an absolute value on the right as well, X=Y\lvert X \rvert = \lvert Y \rvert. After a chapter spent exposing splits that quietly fail, this is the one that does not. Here the case split is a true equivalence with no side condition attached, and so is the shortcut that replaces it:

X=YX=Y  or  X=YX2=Y2.\lvert X \rvert = \lvert Y \rvert \quad\Longleftrightarrow\quad X = Y \ \text{ or } \ X = -Y \quad\Longleftrightarrow\quad X^2 = Y^2.

The side condition disappears for one plain reason: both sides are absolute values, hence both nonnegative from the start, so there is no hidden demand like Y0Y \ge 0 left to forget. The very step that was dangerous a moment ago, squaring, becomes exact.

Why X=Y\lvert X \rvert = \lvert Y \rvert is equivalent to X2=Y2X^2 = Y^2#

Read the chain in two hops and confirm each hop is reversible.

First hop: X=Y\lvert X \rvert = \lvert Y \rvert is equivalent to X2=Y2X^2 = Y^2. Both X\lvert X \rvert and Y\lvert Y \rvert are nonnegative, and on nonnegative numbers squaring is one-to-one, undone by the nonnegative square root, so for such numbers a=ba = b holds exactly when a2=b2a^2 = b^2. Squaring both sides of X=Y\lvert X \rvert = \lvert Y \rvert gives X2=Y2\lvert X \rvert^2 = \lvert Y \rvert^2, that is X2=Y2X^2 = Y^2. Conversely, taking the nonnegative square root of X2=Y2X^2 = Y^2 gives X2=Y2\sqrt{X^2} = \sqrt{Y^2}, that is X=Y\lvert X \rvert = \lvert Y \rvert by the identity of the first section. Neither direction leaks.

Second hop: X2=Y2X^2 = Y^2 is equivalent to X=YX = Y or X=YX = -Y. Move everything to one side and factor the difference of squares:

X2Y2=0(XY)(X+Y)=0.X^2 - Y^2 = 0 \quad\Longleftrightarrow\quad (X - Y)(X + Y) = 0.

A product is zero exactly when one of its factors is zero, so this holds precisely when XY=0X - Y = 0 or X+Y=0X + Y = 0, that is X=YX = Y or X=YX = -Y. Every step is an equivalence, so the full chain is one.

Set this beside the first lesson. Squaring an ordinary equation is a textbook non-reversible step, the kind that breeds extraneous roots, because two numbers with equal squares need not be equal. What rescues it here is that the quantities being squared, X\lvert X \rvert and Y\lvert Y \rvert, are already known to be nonnegative. And on the nonnegative numbers, equal squares really do force equal values. The equivalence is not luck; it is bought by the nonnegativity the bars guarantee.

Worked example 3 Solve 2x1=x+4\lvert 2x - 1 \rvert = \lvert x + 4 \rvert

Because both sides are absolute values, split with no check needed. Set the insides equal, then set one equal to the other’s opposite.

Case X=YX = Y:

2x1=x+4x=5.2x - 1 = x + 4 \quad\Longrightarrow\quad x = 5.

Case X=YX = -Y:

2x1=(x+4)=x43x=3,x=1.2x - 1 = -(x + 4) = -x - 4 \quad\Longrightarrow\quad 3x = -3, \qquad x = -1.

Both are genuine, so the solution set is {1,5}\{-1, 5\}. Nothing is discarded, because setting two absolute values equal carries no side condition.

The squaring route lands in the same place. From 2x1=x+4\lvert 2x - 1 \rvert = \lvert x + 4 \rvert, square both sides:

(2x1)2=(x+4)24x24x+1=x2+8x+16.(2x - 1)^2 = (x + 4)^2 \quad\Longrightarrow\quad 4x^2 - 4x + 1 = x^2 + 8x + 16.

Collect on one side and simplify:

3x212x15=0x24x5=0(x5)(x+1)=0,3x^2 - 12x - 15 = 0 \quad\Longrightarrow\quad x^2 - 4x - 5 = 0 \quad\Longrightarrow\quad (x - 5)(x + 1) = 0,

so x=5x = 5 or x=1x = -1, exactly the two solutions from the case split. Squaring was safe here for the reason just proved, not by accident.

Check your understanding

How many real solutions does x6=x+2\lvert x - 6 \rvert = \lvert x + 2 \rvert have?

Answer choices

Inequalities, read as distance

The two absolute value inequalities are already familiar, and the distance meaning is what makes them memorable instead of memorized. The statement X<c\lvert X \rvert < c says XX lies within cc of zero, so it is trapped in a band. The statement X>c\lvert X \rvert > c, by contrast, says XX lies farther than cc from zero, so it splits into two rays:

X<c    c<X<c,\lvert X \rvert < c \iff -c < X < c, X>c    X<c  or  X>c.\lvert X \rvert > c \iff X < -c \ \text{ or } \ X > c.

Both equivalences hold for every real cc, not only for the positive values where the band is a genuine interval and the rays point outward. That is exactly why reciting them fails while reading them does not: you have to see what each one says once cc reaches zero and turns negative. Push each to its boundary and past it.

Take X<c\lvert X \rvert < c when c0c \le 0. A distance cannot be less than a nonpositive number, because distances start at 00: if c=0c = 0 the demand X<0\lvert X \rvert < 0 is impossible, and for c<0c < 0 it is more impossible still. So X<c\lvert X \rvert < c has solution set \varnothing whenever c0c \le 0, with no band to draw. The template c<X<c-c < X < c needs no special case: at c=0c = 0 it degenerates to 0<X<00 < X < 0, already empty, and for c<0c < 0 it reads with c>c-c > c, ends crossed, empty again. The formula still tells the truth, but only if you read a crossed band as empty rather than as a slip of the pen.

Take X>c\lvert X \rvert > c when c<0c < 0. Every distance is at least 00, which already exceeds any negative cc, so X>c\lvert X \rvert > c holds for every real number and the solution set is all of R\mathbb{R}. Two boundary readings deserve their own names. The inequality X>0\lvert X \rvert > 0 holds for every XX except the single place where the distance is 00, so it describes all xx with X0X \neq 0. And X0\lvert X \rvert \ge 0 excludes nothing at all, holding for every real number, since a distance is always at least zero. These are not trick questions; they are the honest values of the formula at and beyond its boundary. A solver who only remembers “band or two rays” will misreport every one of these honest values.

Worked example 4 Three inequalities at or past the boundary

Read each by distance rather than by a template.

The inequality 3x5<2\lvert 3x - 5 \rvert < -2 asks an absolute value to fall below 2-2. It never can, so no xx works and the solution set is \varnothing.

The inequality 47x>1\lvert 4 - 7x \rvert > -1 asks an absolute value to exceed 1-1. It always does, since it is at least 00, so every xx works and the solution set is all of R\mathbb{R}.

The inequality x6>0\lvert x - 6 \rvert > 0 asks the distance from xx to 66 to be strictly positive. That holds for every xx except x=6x = 6, where the distance is zero, so the solution set is every real number but 66:

x6>0x6(,6)(6,).\lvert x - 6 \rvert > 0 \quad\Longleftrightarrow\quad x \neq 6 \quad\Longleftrightarrow\quad (-\infty, 6) \cup (6, \infty).

None of these needed a case split or a band. Checking the sign of the right side, the same reflex from solving X=c\lvert X \rvert = c, settled all three at a glance.

Worked example 5 Read x43\lvert x - 4 \rvert \le 3 as a distance

The quantity x4\lvert x - 4 \rvert is the distance from xx to 44, so x43\lvert x - 4 \rvert \le 3 says xx is within 33 of 44. The numbers within 33 of 44 run from 43=14 - 3 = 1 up to 4+3=74 + 3 = 7:

3x431x7,-3 \le x - 4 \le 3 \quad\Longrightarrow\quad 1 \le x \le 7,

the interval [1,7][1, 7], centered at 44 with radius 33. Reading a band this way, as a center and a radius, is quicker than solving and it makes the answer easy to picture. In symbols, xac\lvert x - a \rvert \le c is the closed interval [ac,a+c][a - c, a + c], every point no more than cc from aa. The strict version xa<c\lvert x - a \rvert < c is the open interval (ac,a+c)(a - c, a + c), the same band without its two endpoints.

The capstone, a sum of two absolute values

Everything in this chapter has been preparing you for a problem with two absolute values added together, like

x3+x+1=6.\lvert x - 3 \rvert + \lvert x + 1 \rvert = 6.

No single split unlocks it, because two independent bars fork independently. The method is to find the breakpoints, the values where each inside expression changes sign. You then use those breakpoints to cut the number line into intervals on which every bar resolves to one definite formula. Here x3x - 3 changes sign at x=3x = 3 and x+1x + 1 changes sign at x=1x = -1, so the breakpoints 1-1 and 33 split the line into three intervals. On each one, both absolute values become ordinary linear expressions, and the equation becomes an ordinary linear equation. The one catch is that a root counts only if it lands inside the interval that produced it.

Worked example 6 Solve x3+x+1=6\lvert x - 3 \rvert + \lvert x + 1 \rvert = 6 by breakpoints

The breakpoints 1-1 and 33 give three intervals. On each, resolve the two bars with the piecewise definition, then solve the linear equation.

Interval x<1x < -1. Here x3<0x - 3 < 0 so x3=3x\lvert x - 3 \rvert = 3 - x, and x+1<0x + 1 < 0 so x+1=x1\lvert x + 1 \rvert = -x - 1. The equation becomes

(3x)+(x1)=622x=6x=2.(3 - x) + (-x - 1) = 6 \quad\Longrightarrow\quad 2 - 2x = 6 \quad\Longrightarrow\quad x = -2.

Since 2<1-2 < -1, the root lies in this interval, so keep it.

Interval 1x3-1 \le x \le 3. Here x+10x + 1 \ge 0 so x+1=x+1\lvert x + 1 \rvert = x + 1, while x30x - 3 \le 0 so x3=3x\lvert x - 3 \rvert = 3 - x. The equation becomes

(3x)+(x+1)=64=6,(3 - x) + (x + 1) = 6 \quad\Longrightarrow\quad 4 = 6,

which is false. The variable cancelled and left a contradiction, so this interval contributes no solution.

Interval x>3x > 3. Here both insides are positive, x3=x3\lvert x - 3 \rvert = x - 3 and x+1=x+1\lvert x + 1 \rvert = x + 1, so

(x3)+(x+1)=62x2=6x=4.(x - 3) + (x + 1) = 6 \quad\Longrightarrow\quad 2x - 2 = 6 \quad\Longrightarrow\quad x = 4.

Since 4>34 > 3, the root lies in this interval, so keep it.

Collecting the survivors, the solution set is {2,4}\{-2, 4\}. The discarded middle interval was not a failure of the algebra; it was the method telling you the sum can never reach 66 there.

Solving a sum of two absolute values as a sum of distancesA number line with anchors at minus 1 and 3 four units apart, the segment between them shaded and labeled with the constant sum 4, and the two solutions minus 2 and 4 marked one unit outside the anchors. Arcs above x equals 4 show distances 1 and 5 to the two anchors.|x - 3| + |x + 1| as a sum of distancesdistance 51-3-2-1012345sum = 4 hereanchoranchorx = -2x = 4
The left side of the equation is the distance from x to 3 plus the distance from x to minus 1. The two anchors minus 1 and 3 are 4 apart, so between them the two distances split that gap and always sum to 4, shown by the shaded middle segment, which is why that interval gives no solution. To reach a sum of 6 you step 1 unit past an anchor, since each unit outside adds 2 to the sum, landing on the two solutions x = minus 2 and x = 4, symmetric about the midpoint 1.

That middle interval rewards a second look, because geometry explains it fully. Read x3\lvert x - 3 \rvert as the distance from xx to 33 and x+1\lvert x + 1 \rvert as the distance from xx to 1-1. The left side is then the total distance from xx to the two fixed anchors 33 and 1-1. So the equation asks which points have distances to 33 and to 1-1 that add up to 66. The two anchors are 44 apart. For any xx between them the two distances simply split that gap, so their sum is exactly 44 wherever xx falls in the middle. That constant sum is why the middle interval produced the flat statement 4=64 = 6 and no solution. To reach a sum of 66 you must step outside the anchors. Each unit you travel beyond an endpoint adds 11 to each of the two distances, and hence 22 to the sum. Starting from 44, you need 22 more, so you step exactly 11 unit past an end. One unit left of 1-1 lands on 2-2, and one unit right of 33 lands on 44. The algebra and the picture agree, and the picture explains why the answer had to be symmetric about 11, the midpoint of the anchors.

Worked example 7 When the target equals the gap, x2+x+4=6\lvert x - 2 \rvert + \lvert x + 4 \rvert = 6

The breakpoints are 4-4 and 22, and the two anchors are 66 apart, the same as the number on the right. Walk the three intervals.

Interval x<4x < -4. Both insides are negative, so (2x)+(x4)=6(2 - x) + (-x - 4) = 6 gives 2x2=6-2x - 2 = 6, hence x=4x = -4. But 4-4 is not strictly less than 4-4, so it sits on the boundary rather than inside this interval; hold it for the next case.

Interval 4x2-4 \le x \le 2. Here x2=2x\lvert x - 2 \rvert = 2 - x and x+4=x+4\lvert x + 4 \rvert = x + 4, so

(2x)+(x+4)=66=6,(2 - x) + (x + 4) = 6 \quad\Longrightarrow\quad 6 = 6,

true for every xx in the interval. The entire interval [4,2][-4, 2] solves the equation.

Interval x>2x > 2. Both insides are positive, so (x2)+(x+4)=6(x - 2) + (x + 4) = 6 gives 2x+2=62x + 2 = 6, hence x=2x = 2, again a boundary point already contained in [4,2][-4, 2].

The solution set is the whole interval [4,2][-4, 2]. Geometry says the same thing instantly: the anchors are 66 apart, so between them the two distances always sum to 66, matching the target exactly. So every point between the two anchors is a solution of the equation. When the number on the right equals the gap between the anchors, the answer is not two points but the entire segment joining them.

These two examples map out every possibility for xp+xq=d\lvert x - p \rvert + \lvert x - q \rvert = d, with pp and qq the anchors and g=pqg = \lvert p - q \rvert the gap between them. Between the anchors the sum is always gg, and it grows as you move outside, so three cases exhaust it. If d<gd < g the sum never dips low enough and there is no solution. If d=gd = g the sum equals dd across the whole middle segment, giving the interval between the anchors. If d>gd > g there are exactly two solutions, one step outside each anchor and symmetric about the midpoint. You can read off which case you are in before solving, just by comparing the target dd with the gap gg.

Check your understanding

For x5+x+1=d\lvert x - 5 \rvert + \lvert x + 1 \rvert = d, the anchors are 55 and 1-1. For which value of dd does the equation have infinitely many solutions?

Answer choices

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

The size of a thing, with its direction thrown away, is an old idea carrying a young name. For centuries there was only a phrase for it: the value of the number, taken without regard to its sign. That is bearable once. It is a burden on every line of an argument.

The word arrived from an unexpected direction. It was minted for complex numbers, not for the plain numbers on the line. In 18061806 Jean-Robert Argand, writing in French, called the length of the arrow that stands for a complex number its module. An arrow carries both a heading and a length, and he wanted a word for the length by itself. English took the term sixty years later, in its Latin form modulus, in 18661866. The two upright bars came separately, from Karl Weierstrass in 18411841.

So the vocabulary travelled backwards. It was coined for arrows in a plane, then handed down to the ordinary numbers, where an arrow’s length becomes plain distance from zero.

That is why the distance reading in this lesson is not a friendly simplification laid over the algebra. Reading x43\lvert x - 4 \rvert \le 3 as ”xx sits within 33 of 44” is the older meaning of the word, not a picture drawn beside it. So is reading a sum of two bars as a total distance to two anchors. Distance is the thing the name was made to say.