1.1.22 · D1Arithmetic & Number Systems

Foundations — Absolute value - modulus — definition, number line interpretation

1,944 words9 min readBack to topic

This page builds the toolbox before the toolbox is used. The parent note throws around symbols like , , , , , and words like "non-negative" and "displacement". If any of those are fuzzy, you cannot follow the real topic. So we earn each one, from the ground up, in an order where every step leans on the previous.


0. The picture everything sits on: the number line

Before any symbol, there is a road. A straight, endless road with a marked centre.

Figure — Absolute value  -  modulus — definition, number line interpretation

Why the topic needs it: absolute value is defined as a distance on this line. Without the line, "distance from zero" is just words. This is the ground floor — see Number line and ordering for the full construction.

  • Right of zero → positive numbers ().
  • Left of zero → negative numbers ().
  • The middle mark → zero itself, belonging to neither side.

1. The symbols for numbers: signs, and what "" really means

A number has two pieces of information hidden inside it: how far it is from zero, and which side it is on. The little sign in front carries the "which side" part.

The minus sign in "" is a direction flag, not part of the size. The size of is ; the minus only says "on the left". Keep this split in your head — it is the whole game.


2. "Non-negative", and the symbols , , ,

The parent note keeps saying "non-negative". We need the exact symbols for comparing numbers, because absolute value's whole promise is that its output is never on the wrong side of zero.

Why the topic needs this: the definition of splits into the case and the case . The whole point of choosing "" (and not "") is that zero must land in the first case, so that works cleanly. If we'd written "", zero would fall through the cracks. See Inequalities for how these symbols behave.


3. The letter : a placeholder for "any number"

Picture: is an empty seat on the number line's road. It could be filled by , by , by — the rule you write must hold whoever sits there.

Why needed: the definition is a rule for all numbers at once. Without a placeholder we'd have to write infinitely many separate statements.


4. The symbol : "all the real numbers"

Why needed: statements like " for all " are claims about every point on the entire line. is the shorthand for "the whole line".


5. The star of the show: the bars and distance

Now we can define the actual symbol of this chapter. First, distance on the line.

Figure — Absolute value  -  modulus — definition, number line interpretation

The bars are the "read the size, drop the direction" machine. Look at the figure: the arrow's length is what reports; the arrow's direction is what it throws away.


6. The curly brace : a "which rule applies?" switch

That big curly bracket in the definition is a piecewise rule — it hands you different instructions depending on which region your input is in.

Figure — Absolute value  -  modulus — definition, number line interpretation

Look at the figure — it is a fork in the road:

  • If your number is at or right of zero (): take the top branch, output unchanged.
  • If your number is left of zero (): take the bottom branch, output (the flipped, positive version).

Why the topic needs it: absolute value behaves differently on the two sides of zero, so it cannot be one single formula. The brace is the honest way to say "two rules, glued at zero". See Piecewise functions for the general idea, and Solving absolute value equations for how this fork splits every equation into cases.


7. Subtraction as displacement: why is a distance

The parent note leaps to "distance from to is ". We must earn the subtraction.

Now wrap it in the bars: keeps the size of that move and drops the direction — giving pure distance. And because flipping the move ( instead of ) only changes the direction flag, the bars erase the difference: This is why distance from to equals distance from to . See Distance and metric spaces and Triangle inequality for where this leads.


Prerequisite map

Number line

Sign: left or right

Distance = steps from zero

Non-negative and order symbols

Piecewise cases switch

Absolute value bars

Variable x

Real numbers R

Subtraction as displacement

Distance formula abs of b minus a


Equipment checklist

Cover the right side and test yourself. Each ::: is one skill you need before the main topic.

On a number line, which direction do numbers grow?
To the right; they shrink to the left, with zero in the middle.
What two pieces of information does a signed number carry?
Its size (distance from zero) and its direction (which side of zero — the sign).
What does "non-negative" mean, and how is it different from "positive"?
, i.e. positive or zero; "positive" excludes zero.
Read the symbols and in plain words.
= "greater than or equal to"; = "strictly less than".
What does mean?
is some real number — any point on the whole number line.
Why is the variable used in the definition of ?
So one rule covers every number at once, not just a single example.
What do the bars do to a number?
Report its distance from zero: keep the size, throw away the sign (never negative).
Why is when a positive result?
Because flips the minus already inside a negative , e.g. .
What is a piecewise definition, and why does absolute value need one?
A rule with "if this / else that" branches; behaves differently left vs right of zero, so it needs two glued rules.
Why is called a displacement, and what does give?
is the signed move from to ; the bars strip the sign to give plain distance.

Connections

  • Number line and ordering — the road every symbol here sits on
  • Inequalities — the meaning of that split the cases
  • Piecewise functions — the curly-brace switch generalised
  • Distance and metric spaces becomes the distance rule
  • Triangle inequality — the deepest property built on these foundations
  • Solving absolute value equations — where the two-branch fork earns its keep
  • Complex numbers — modulus — the same "size, drop direction" idea one dimension up