The absolute value
That split into two cases is the whole method. The steps around it are: isolate the absolute value first, then split, then solve each linear (or quadratic) piece with the methods you already know. Three special cases — equal to zero, equal to a negative, and absolute value equal to absolute value — are worth memorizing.
It helps to keep the definition in view. Formally,
When you write
The Absolute Value Equation Formula
The Method
- Isolate the absolute value expression — get
alone on one side. - Check the right side.
- Positive: split into
and . - Zero: solve the single equation
. - Negative: no solution,
.
- Positive: split into
- Solve each resulting equation.
- Check if the other side contains the variable.
Special Case: Equal to Zero
One solution — the two cases collapse because
Special Case: Equal to a Negative
Distance is never negative.
Special Case: Absolute Value Equals Absolute Value
The Squaring Alternative for |A| = |B|
Because
The zero‑product step recovers the same two cases,
When the Split Produces a Quadratic
Nothing requires the inside of the bars to be linear.
The first gives
Worked Example A: The Basic Split
Solve
Step 1 — already isolated. Right side is positive, so split:
Step 2 — solve each:
Answer:
Worked Example B: Isolate First
Solve
Step 1 — isolate the absolute value:
Step 2 — positive right side, split:
Step 3 — solve each:
Answer:
Worked Example C: Variable on Both Sides
Solve
Step 1 — split:
Step 2 — solve each:
Step 3 — check both (the right side must be
: and . ✓ : but . . ✗ extraneous
Answer:
Worked Example D: Absolute Value Equals Absolute Value
Solve
Split into
Solve each:
Check:
Answer:
Worked Example E: A Quadratic Inside the Bars
Solve
Step 1 — already isolated, right side positive, split:
Step 2 — solve each case as a quadratic:
Step 3 — check the real candidates in the original equation:
: . ✓ : . ✓
Answer:
Common Mistakes to Avoid
- Splitting before isolating.
is not or ; first get . - Only writing one case.
with always produces two equations. - Reporting an answer when the right side is negative.
has no solution — do not split it. - Forgetting the check when the variable is on both sides. A candidate can make the right side negative, which invalidates it.
- Distributing the negative to only one term. In case two,
is , not . - Dropping the ”
” single solution. has exactly one solution, not zero and not two.
Where This Shows Up Later
- Absolute Value Inequalities.
and use the same “inside is a distance” idea, turned into compound inequalities. - Distance on the number line and in the plane.
is the distance between and ; equations set that distance to a value. - Piecewise functions.
is the piecewise function for and for ; the two cases here are those two pieces. - Error bounds and tolerances. “The measurement is within
of ” is at the boundary.
Practice Problems
Work each problem yourself before opening the answer.
Problem 1. Solve
Show answer
Problem 2. Solve
Show answer
Problem 3. Solve
Show answer
Problem 4. Solve
Show answer
Isolate:
Problem 5. Solve
Show answer
An absolute value can’t be negative. No solution,
Problem 6. Solve
Show answer
Problem 7. Solve
Show answer
Problem 8. Solve
Show answer
Problem 9. Solve
Show answer
Check:
Answer:
Problem 10. Solve
Show answer
Both check. Answer:
Problem 11. Solve
Show answer
Split:
First:
Second:
Answer:
Problem 12. Solve
Show answer
Split:
Square:
Both routes give
Quick Reference
| Right side after isolating | Result |
|---|---|
| positive | |
| negative | no solution, |
| variable also on the right side | solve both cases, then check |
| always | isolate the absolute value before splitting |
Each split case is a Linear Equation (or occasionally a quadratic). The inequality companion is Absolute Value Inequalities. More Algebra lessons are available too.