MATH 3 • ALGEBRA & FUNCTIONS

Solving Absolute Value Equations — I can solve absolute value equations and interpret multiple solutions in context.

Learn why one equation can produce two answers, and what that means in the real world.

Historical Context & Motivation

The idea of absolute value — measuring how far a number sits from zero, regardless of direction — may seem like a small detail, but it took centuries for mathematicians to formalize. Ancient Greek thinkers dealt with magnitude in geometry, always treating lengths as positive quantities. It wasn't until negative numbers gained acceptance in the 1600s and 1700s that mathematicians needed a precise way to talk about distance on a number line without worrying about sign.

~300 BCE
Greek Geometry of Magnitude
Euclid's Elements treated lengths and areas as inherently positive quantities, laying the groundwork for the concept of magnitude.
1629
Negative Numbers in Algebra
Albert Girard and other European algebraists began accepting negative roots of equations, creating the need to distinguish a number's sign from its size.
1806
Argand's Complex Modulus
Jean-Robert Argand extended the idea of absolute value to complex numbers, defining the modulus as the distance from the origin in the complex plane.
1821
Cauchy Formalizes |x|
Augustin-Louis Cauchy used the modern notation |x| in his rigorous textbook Cours d'analyse, giving absolute value the symbolic form we still use today.
1867
Weierstrass & the ε-δ Definition
Karl Weierstrass relied heavily on absolute value inequalities to build the rigorous foundations of calculus, showing how essential |x| is to modern analysis.

Today, absolute value equations appear everywhere — from engineering tolerances to statistical error bounds. The central question this lesson tackles is: When does stripping away a sign create two valid solutions, and when does it create none? Understanding that question will let you solve any absolute value equation and explain what each answer actually means.

Core Principles & Definitions

Before you can solve absolute value equations confidently, you need a handful of foundational ideas. These principles explain why the solving process works, not just how to carry it out. Master them and the algebra becomes almost mechanical.

1

Absolute Value = Distance

|x| is the distance from x to 0 on a number line. Distance is never negative, so |x| ≥ 0 for every real number x.
2

The Two-Case Rule

If |expression| = k and k > 0, then expression = k OR expression = −k. One equation becomes two linear equations.
3

Zero Is Special

If |expression| = 0, the only possibility is expression = 0. This yields exactly one solution — the two cases collapse into one.
4

Negatives Mean No Solution

If |expression| = k and k < 0, no real number can make a distance negative. The equation has no solution — the solution set is empty (∅).
5

Always Verify (Check for Extraneous Solutions)

After splitting into cases, always substitute your answers back into the original equation. Extra terms outside the absolute value bars can produce extraneous solutions.
KEY TAKEAWAY
Think of absolute value like a GPS that only reports distance, never direction. If your GPS says you're 5 miles from school, you could be 5 miles east or 5 miles west — two different locations give the same reading. That's exactly why |x| = 5 produces x = 5 and x = −5. If the GPS reads −3 miles, something is broken — no solution.

Visual Explanation — The Number Line View

The most powerful way to understand absolute value equations is to see them on a number line. Consider the equation |x − 2| = 5. This asks: which points on the number line are exactly 5 units away from 2? The diagram below shows both solutions and why they exist.

The violet dot marks the center (x = 2). The cyan dot at x = −3 and the pink dot at x = 7 each lie exactly 5 units from the center, illustrating the two solutions of |x − 2| = 5.

Notice how the two solutions are symmetric around the center. The center comes from the expression inside the absolute value bars (here, x − 2 = 0 gives center = 2), and the distance is the number on the right side of the equation (here, 5). Every absolute value equation of the form |x − a| = k has this same visual structure: two points sitting k units on either side of a.

Mathematical Framework

Let's formalize the solving process. The definition of absolute value gives us a piecewise function, and from that definition we derive the rules that let us split any absolute value equation into two linear equations.

PIECEWISE DEFINITION
|x| = x if x ≥ 0, |x| = −x if x < 0
This says: if x is already non-negative, its absolute value is just x. If x is negative, we flip the sign to make it positive.
THE TWO-CASE PROPERTY
If |A| = k (k > 0), then A = k or A = −k
A represents any algebraic expression inside the absolute value bars. k is a positive constant. This property is the engine behind every absolute value equation you will solve.
GENERAL SOLUTION FORM
|ax + b| = k → ax + b = k or ax + b = −k
Solve each resulting linear equation separately. The two x-values you get are both candidates; substitute back to check for extraneous solutions when the original equation has terms outside the bars.
⚠️ Isolate First!
Before splitting into cases, always isolate the absolute value expression on one side of the equation. For example, 3|2x − 1| + 4 = 19 must be rewritten as |2x − 1| = 5 before you apply the two-case rule. Treat the absolute value bars like a single unit — get them alone, then split.

The solving algorithm can be summarized in four steps. First, isolate the absolute value expression. Second, check the sign of the value on the other side — if it's negative, stop (no solution). Third, split into two cases and solve each linear equation. Fourth, verify each solution by substituting back into the original equation.

Classifying Solutions — Two, One, or None

Not every absolute value equation behaves the same way. The value on the right side of the equation — after you isolate |expression| — determines how many solutions exist. The diagram and table below classify the three possible outcomes.

Three panels compare the solution scenarios. When k > 0, two symmetric solutions exist (cyan and pink dots). When k = 0, only the center point solves the equation (amber dot). When k < 0, the solution set is empty (∅).
Solution classification for |expression| = k
Condition on kNumber of SolutionsExampleWhy
k > 0Two|x + 1| = 6 → x = 5 or x = −7Two points lie at equal distance from the center.
k = 0One|x + 1| = 0 → x = −1Only the center itself has distance 0 from the center.
k < 0None|x + 1| = −4 → ∅Distance can never be negative.

Worked Example

Let's walk through a complete problem that requires isolating the absolute value before splitting into cases.

Solve 2|3x − 6| + 4 = 22
1
Step 1 — Isolate the Absolute ValueSubtract 4 from both sides: 2|3x − 6| = 18. Then divide both sides by 2: |3x − 6| = 9. The absolute value expression is now alone on the left, and the right side is positive (9 > 0), so we expect two solutions.
|3x − 6| = 9
2
Step 2 — Set Up Two CasesApply the two-case property. Case 1: 3x − 6 = 9. Case 2: 3x − 6 = −9. Each case is now a simple linear equation.
Case 1: 3x − 6 = 9 | Case 2: 3x − 6 = −9
3
Step 3 — Solve Case 1Add 6 to both sides: 3x = 15. Divide by 3: x = 5.
x = 5
4
Step 4 — Solve Case 2Add 6 to both sides: 3x = −3. Divide by 3: x = −1.
x = −1
5
Step 5 — Verify Both SolutionsCheck x = 5: 2|3(5) − 6| + 4 = 2|15 − 6| + 4 = 2|9| + 4 = 18 + 4 = 22 ✓. Check x = −1: 2|3(−1) − 6| + 4 = 2|−3 − 6| + 4 = 2|−9| + 4 = 2(9) + 4 = 22 ✓. Both solutions check out.
Solution set: {−1, 5}
🔍 Interpreting in Context
Imagine this equation modeled a manufacturing scenario: a machine part's length can deviate from the target of 6 cm by at most 9 units in a scaled measurement, and extra constants account for calibration offsets. The two solutions represent the longest and shortest acceptable parts. In real-world applications, you always want to ask: do both mathematical solutions make physical sense?

Common Errors & How to Avoid Them

Even students who understand the concept can lose points on avoidable mistakes. The table below catalogs the most common errors and pairs each one with the correct approach.

Most frequent absolute value equation errors
Common ErrorWhy It's WrongCorrect Approach
Splitting before isolating: 2|x + 3| = 10 → 2(x + 3) = 10 or 2(x + 3) = −10The coefficient 2 is outside the bars and stays positive. Only the expression inside the bars changes sign.First divide: |x + 3| = 5. Then split: x + 3 = 5 or x + 3 = −5.
Forgetting the negative case: |x − 4| = 7 → x = 11 onlyAbsolute value equations almost always have two solutions when k > 0. Forgetting one loses half the answer.Always write both cases: x − 4 = 7 → x = 11, and x − 4 = −7 → x = −3.
Solving when k < 0: |2x + 1| = −5 → 2x + 1 = −5 or 2x + 1 = 5Absolute value can never equal a negative number. There is no solution; stop immediately.State: No solution (∅). The equation is impossible.
Distributing the negative sign incorrectly: |−x + 3| → −x − 3 for the negative caseThe negative of the entire expression (−x + 3) is −(−x + 3) = x − 3, not −x − 3.Negate the entire expression at once: −(−x + 3) = x − 3.
🛡️ GOLDEN RULE
Think of the absolute value bars like a locked box — you must isolate the box first, then open it by considering both possible contents (positive and negative). If the label on the box says the weight inside is negative, the box is impossible — it doesn't exist.

Connections to Advanced Topics

Solving absolute value equations is a gateway skill that connects to several more advanced ideas. The table below shows how the concepts from this lesson extend into future coursework.

How absolute value equations connect to advanced topics
This LessonAdvanced ExtensionWhere You'll See It
|expression| = k (equations)|expression| < k and |expression| > k (inequalities)Math 3 — next unit; used in error bounds, tolerances
Piecewise definition of |x|Graphing piecewise functions and transformationsPrecalculus — V-shaped graphs, domain restrictions
Distance on a number line: |a − b|Distance formula in 2D and 3D: √((x₂−x₁)² + (y₂−y₁)²)Geometry, Precalculus, Physics
Two solutions from one equationMultiple roots of polynomials; complex conjugate pairsAlgebra 2, Precalculus, Calculus
Checking for extraneous solutionsExtraneous roots in radical and logarithmic equationsMath 3 and beyond — critical verification habit

The habit of splitting into cases is one of the most important reasoning strategies in higher mathematics. In proof-based courses, you'll see case analysis everywhere — from proving properties of even and odd numbers to verifying the triangle inequality. Mastering it here builds a foundation that pays dividends throughout your math career.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the equation |x − 5| = −3 has no solution. Use the definition of absolute value in your reasoning.
PROBLEM 2BASIC CALCULATION
Solve |2x + 8| = 14.
PROBLEM 3INTERMEDIATE
Solve 5|4x − 12| − 15 = 30.
PROBLEM 4APPLIED
A thermostat is set to 72°F. The manufacturer says the actual temperature T satisfies |T − 72| = 3.5 at the exact moment the heating or cooling system switches on. Find the two temperatures at which the system activates, and explain what each solution means in context.
PROBLEM 5CRITICAL THINKING
For what value(s) of k does the equation |3x − 9| = 2k − 8 have exactly one solution? What are the value(s) of x at that point? Justify your answer completely.

Lesson Summary

Absolute value measures the distance of a number from zero, and it is always non-negative. To solve an equation like |expression| = k, first isolate the absolute value expression on one side of the equation. Then check k: if k > 0, apply the two-case property to create expression = k and expression = −k, yielding two solutions; if k = 0, there is exactly one solution; if k < 0, there is no solution.

After solving, always verify your answers by substituting back into the original equation. In applied problems, interpret each solution in context — one value may represent an upper bound and the other a lower bound. The case-analysis strategy you learned here — splitting one equation into two simpler ones — is a fundamental technique that will reappear in absolute value inequalities, piecewise functions, and advanced algebra throughout your math journey.

Varsity Tutors • Math 3 • Solving Absolute Value Equations