MathClario
← Back to High school
High school📈Functions●○○○○· 3 min
🎯

Absolute value |x|: just the « distance to zero »

No mystery: $|x|$ removes the sign. Two formulations, a geometric use, and $|x|$ inequalities become trivial.

The definition

x={xif x0xif x<0|x| = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases}

In practice: x|x| strips the sign. 5=5|5| = 5, 5=5|-5| = 5, 0=0|0| = 0.

The interpretation that unlocks everything

x|x| = distance from xx to 00 on the number line.

Generalization: xa|x - a| = distance from xx to aa.

Solve x3=5|x - 3| = 5

« The distance between xx and 33 is 5. » Two points on the line: x=3+5=8x = 3 + 5 = 8 or x=35=2x = 3 - 5 = -2.

Solve x4|x| \leq 4

« The distance from xx to 00 is at most 4 » → x[4;4]x \in [-4; 4].

x4|x| \geq 4x];4][4;+[x \in ]-\infty; -4] \cup [4; +\infty[.

The 3 properties to remember

  • x0|x| \geq 0 always.
  • xy=xy|xy| = |x| \cdot |y|.
  • Triangle inequality: x+yx+y|x + y| \leq |x| + |y|.

The classic mistake

x29x29|x^2 - 9| \ne x^2 - 9 for all xx. Only when x290x^2 - 9 \geq 0 (i.e. x3|x| \geq 3).

?Your turn

How many solutions does |x + 2| = 7 have?

#absolute value#distance#inequality

You might also like