Solve absolute value equations step-by-step with graphical visualization. Essential tool for students and math enthusiasts.
Absolute value equations involve expressions within absolute value symbols (| |). The absolute value of a number is its distance from zero on the number line, always non-negative.
Absolute Value Definition:
\[|x| = \begin{cases} x & \text{if } x \ge 0 \\ -x & \text{if } x < 0 \end{cases}\]
Geometrically, |x| represents the distance of x from 0 on the number line.
To solve equations containing absolute values, we consider different cases based on the definition of absolute value:
Isolate the absolute value expression on one side of the equation.
Set up two equations without absolute value symbols:
Solve both equations separately.
Check for extraneous solutions by substituting back into the original equation.
| Equation Type | General Form | Solution Approach | Example |
|---|---|---|---|
| Simple Absolute Value | |ax + b| = c | Two cases: ax + b = c and ax + b = -c | |x - 3| = 7 |
| Two Absolute Values | |ax + b| = |cx + d| | Two cases: ax + b = cx + d and ax + b = -(cx + d) | |2x + 1| = |x - 3| |
| Absolute Value equals Linear | |ax + b| = cx + d | Two cases with condition checking | |3x - 2| = x + 4 |
| Nested Absolute Value | ||ax + b| + c| = d | Multiple case analysis | ||x| - 2| = 3 |
No Solution Cases:
Infinite Solutions Cases:
Important Note: When solving |ax + b| = cx + d, you must check that solutions satisfy cx + d ≥ 0, since the absolute value (left side) is always non-negative.
Absolute value equations can be visualized on a coordinate plane:
Graph y = |ax + b| - This creates a V-shaped graph with vertex at x = -b/a.
Graph the right side of the equation (horizontal line for constant, line for linear expression).
Find intersection points - The x-coordinates of intersection points are the solutions.