Absolute Value

The distance of a number from zero β€” always non-negative.

f(x) = |x βˆ’ 1| β€” the V-shape and its transformations
vertex (1, 0)-4-3-2-101234012345
a (stretch) = 1
h (shift β†’) = 1
k (shift ↑) = 0
Definition

The absolute value of a number is its distance from zero on the number line β€” it is always non-negative.

∣x∣={xifΒ xβ‰₯0βˆ’xifΒ x<0|x| = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases}

Examples: ∣5∣=5|5| = 5, βˆ£βˆ’5∣=5|-5| = 5, ∣0∣=0|0| = 0.

Distance interpretation

βˆ£βˆ’8∣|{-8}| asks: how far is βˆ’8-8 from 00? The answer is 88.

∣3βˆ’7∣|3 - 7| asks: how far apart are 33 and 77? βˆ£βˆ’4∣=4|{-4}| = 4.

Try it

Solve ∣x∣=6|x| = 6.

Solution

∣x∣=6|x| = 6 means x=6x = 6 or x=βˆ’6x = -6.

Related concepts

Related reading