An absolute value equation is any equation that contains an expression inside absolute value bars, like |x – 3| = 7. The absolute value itself represents the distance a number sits from zero on a number line, which means it’s always positive or zero, never negative. Solving these equations typically produces two solutions because two different numbers can share the same distance from zero.
What Absolute Value Actually Means
The absolute value of a number is its distance from zero. The absolute value of 4 is 4, because it sits 4 units from zero on the number line. The absolute value of -4 is also 4, because -4 also sits 4 units from zero, just in the opposite direction. The notation uses vertical bars: |4| = 4 and |-4| = 4.
Because absolute value measures distance, it strips away direction. It can never produce a negative result. This single idea drives everything about how absolute value equations work, including when they have solutions and when they don’t.
Formally, absolute value is defined as a piecewise rule. If the number inside the bars is zero or positive, you simply drop the bars. If the number inside is negative, you drop the bars and flip the sign to make it positive. So |3| = 3 (already positive, just drop the bars) and |-3| = 3 (negative, so flip the sign).
The Core Principle Behind Solving
If |x| = 5, you’re asking: what numbers are exactly 5 units from zero? There are two answers: 5 and -5. This generalizes to any absolute value equation. If the expression inside the absolute value bars equals some positive number p, then the expression itself equals either p or -p.
Written as a rule: if |X| = p, where p is a positive number, then X = p or X = -p. The expression X can be anything, from a simple variable to something more complex like 3x + 2. You split the equation into two separate equations and solve each one independently.
How to Solve Step by Step
Here’s the process using the equation 2|5x – 1| – 3 = 9 as an example.
Step 1: Isolate the absolute value. Get the absolute value expression alone on one side. Add 3 to both sides to get 2|5x – 1| = 12, then divide both sides by 2 to get |5x – 1| = 6.
Step 2: Split into two equations. The expression inside the bars, 5x – 1, can equal either 6 or -6. So you write two equations: 5x – 1 = 6 and 5x – 1 = -6.
Step 3: Solve each equation separately. For 5x – 1 = 6, add 1 to get 5x = 7, then divide to get x = 7/5. For 5x – 1 = -6, add 1 to get 5x = -5, then divide to get x = -1.
Step 4: Check your answers. Plug each solution back into the original equation to confirm it works. Both x = 7/5 and x = -1 satisfy this equation, so you have two valid solutions.
When There’s No Solution
If you isolate the absolute value and find it equals a negative number, stop. There is no solution. Since absolute value measures distance, it can only output zero or a positive number. No value of x will ever make |anything| equal -3. If your equation simplifies to something like |2x + 1| = -4, the answer is simply “no solution.”
This is the most common trap in absolute value problems. Always isolate the absolute value expression first, then check whether the other side is negative before doing any more work.
Two Other Special Cases
When the absolute value equals zero, there’s exactly one solution. If |x – 3| = 0, the only possibility is x – 3 = 0, giving x = 3. There’s no second case because zero is neither positive nor negative.
When absolute value expressions appear on both sides of the equation, like |2x + 1| = |x – 5|, you still split into cases. Either the two inside expressions are equal (2x + 1 = x – 5) or they are opposites (2x + 1 = -(x – 5)). You solve both and verify your answers.
The V-Shaped Graph
Graphing an absolute value function produces a V shape. The simplest version, y = |x|, has its point (called the vertex) at the origin and opens upward, with two straight lines extending from the vertex at equal angles. Every output is zero or positive because the absolute value can’t go negative.
The general form is f(x) = a|x – h| + k. The vertex sits at the point (h, k). The value of h shifts the graph left or right, and k shifts it up or down. The value of a controls how steep or flat the V is and whether it opens up or down. When a is positive, the V opens upward. When a is negative, it flips and opens downward, creating an inverted V with a maximum point at the vertex instead of a minimum.
For example, f(x) = |x – 1| + 5 has its vertex at (1, 5), meaning the whole graph shifts 1 unit right and 5 units up from the origin. The function f(x) = -2|x| + 4 has its vertex at (0, 4) and opens downward because of the -2 in front, with steeper sides than the basic |x| graph because 2 stretches it vertically.
Why This Shows Up in Real Life
Absolute value is the natural tool for describing how far off something is from a target, regardless of which direction the error goes. In manufacturing, this concept is called tolerance. A factory doesn’t care whether a part is slightly too big or slightly too small; it cares about the total size of the error.
LEGO bricks, for instance, are manufactured to a standard width of 15.8 mm for a 2×2 brick, with a tolerance of just 0.002 mm. The relationship is expressed as |Actual – Standard| ≤ Tolerance. That tiny margin is why LEGO bricks from different sets and different decades still snap together reliably. The absolute value captures the fact that being 0.001 mm too wide is equally as problematic as being 0.001 mm too narrow.
Key Properties Worth Remembering
- Always non-negative: |a| ≥ 0 for every possible value of a.
- Opposites have equal absolute values: |a| = |-a|. The numbers 7 and -7 both have an absolute value of 7.
- Distance between two numbers: The distance between any two points a and b on the number line is |a – b|. The distance between 3 and -5, for example, is |3 – (-5)| = |8| = 8.
- At most two solutions: An absolute value equation produces two solutions, one solution (when equal to zero), or no solution (when equal to a negative number).

