27 Absolute Value and Distance
Absolute Value and Distance measure magnitude and separation, foundational in understanding numbers' properties and spatial relationships in mathematics.
Absolute Value and Distance is the study of the magnitude of a real number independent of its sign, formalized as the distance that number lies from zero on the number line, together with the extension of this idea to measuring the distance between any two real numbers. Absolute value provides the algebraic language for expressing "how far" without reference to direction, a concept used throughout equation solving, inequality solving, and later coordinate geometry.
The Meaning of Absolute Value
The absolute value of a real number a, written |a|, is defined as the non-negative distance that number lies from zero on the number line, regardless of whether the original number was positive or negative. Because distance is always a non-negative quantity, the absolute value of any real number is never negative: |5| = 5 and |-5| = 5, since both 5 and -5 lie exactly five units from zero, just in opposite directions.
Absolute Value Notation and Evaluation
Absolute value is denoted by enclosing a number or expression between two vertical bars. Evaluating |a| for a specific numerical value of a requires first determining the sign of a: if a is positive or zero, |a| equals a itself; if a is negative, |a| equals the opposite of a, which is positive. This piecewise definition explains why |-7| = 7 rather than -7 — the negative sign present in -7 is removed by taking the opposite, converting a negative input into a positive output. When the expression inside the absolute value bars is itself a more complex algebraic expression, that inner expression must first be fully simplified before the sign check and absolute value evaluation are applied.
Absolute Value as Distance from Zero
Geometrically, |a| answers the question "how many units separate a from 0 on the number line," without regard to which side of zero a lies on. This geometric interpretation explains the symmetry property of absolute value: since 5 and -5 are mirror images of each other across zero, they share the same absolute value, and in general |a| = |-a| for every real number a.
Distance Between Two Numbers
Absolute value extends beyond measuring distance from zero to measuring the distance between any two real numbers a and b, computed as |a - b| (equivalently |b - a|, since the two expressions are opposites of each other and therefore share the same absolute value). This formula correctly returns a positive distance regardless of which of the two numbers is larger, because the absolute value bars discard the sign of the difference:
This distance formula generalizes the earlier "distance from zero" case, since the distance from a number a to 0 is simply |a - 0| = |a|.
Properties of Absolute Value
Absolute value satisfies several properties useful for simplification and verification: it is always non-negative, |a| ≥ 0 for every real a; it equals zero only when its argument is zero, |a| = 0 if and only if a = 0; it is symmetric under negation, |a| = |-a|; and it is multiplicative, |ab| = |a| × |b|, meaning the absolute value of a product equals the product of the individual absolute values. Absolute value is not, however, additive in the same way — |a + b| is not generally equal to |a| + |b| unless a and b share the same sign, a distinction that must be checked before assuming such a simplification is valid.
Diagnosing Absolute Value Errors
Common errors in this area include treating the absolute value bars as though they had no effect and leaving a negative result unchanged, such as writing |-7| as -7, applying the absolute value only to part of the expression inside the bars rather than to the fully simplified inner quantity, and incorrectly assuming |a + b| = |a| + |b| without checking whether a and b have matching signs. Every absolute value evaluation should be checked by confirming the final result is non-negative and by re-deriving it from the definition — determine the sign of the inner expression, then apply the identity or opposite accordingly — rather than by pattern-matching on the appearance of the original expression.