The absolute-value graph is a V shape with a corner at the origin. It joins two half-lines: for and for . We find where this meets the line .
At an intersection . Two numbers have absolute value , namely and , so . Both give , so the intersection points are and .
The standard way to remove an absolute value is to split into cases.
| Range | Equation without the absolute value | Solution | Fits its range |
|---|---|---|---|
| yes | |||
| yes |
That last check matters: each solution must lie in the range it came from, and a value that falls outside its own range has to be thrown away.
The absolute value is also a distance from the origin. Reading as asking for the numbers lying away from , the number line offers one on the right and one on the left. The two intersections are exactly that left-right symmetry. Saying that is even and symmetric about the -axis, and saying that the intersections sit symmetrically at , are the same statement.
You may also square both sides, turning into and hence . But squaring discards the sign, so it needs care. The equation obviously has no solution, since the left side is never negative, yet squaring produces and the false solutions . Whenever you square, substitute back into the original equation to check.
| Line | Number of intersections | Intersections |
|---|---|---|
| with | ||
| the origin | ||
| with | none |
The corner of the V sits at the origin, and that is where the count changes.
An inequality of the form describes everything within of , that is . Tolerances on a measurement are written this way precisely because the absolute value is a distance. The large dots on the graph are the intersection points and .