The V-shape that measures distance from zero
The absolute value of a number is its distance from zero — always positive. The function y = |x| creates a distinctive V-shape: it goes down-left like y = −x, then bounces up-right like y = x.
You can write it as a piecewise function: when x < 0, y = −x; when x ≥ 0, y = x. Shifts like y = |x − 3| + 2 move the V right 3 and up 2. Solving |x − 3| = 5 means finding two points where the V-shape hits y = 5.
Try the sliders to shift and stretch the V — or ask the AI "Solve |x − 3| = 5".