COLLEGE ALGEBRA • FOUNDATIONS & ALGEBRAIC SKILLS

Absolute Value Equations

Mastering the algebra of distance to solve equations that split into symmetric cases.

Historical Context & Motivation

The concept of absolute value arose from a deep and enduring need in mathematics: the ability to measure magnitude without regard to direction or sign. Long before the formal notation |x| appeared in textbooks, mathematicians grappled with the idea that distances are inherently non-negative, and that the algebraic sign of a number is distinct from its size. The history of absolute value is intertwined with the slow acceptance of negative numbers themselves, a process that stretched across centuries and civilizations. As algebra matured from rhetorical problem-solving into a symbolic discipline, the tools for handling magnitude became indispensable in analysis, optimization, and the foundations of the real number system.

~200 BCE
Chinese & Indian Roots
Chinese mathematicians in the Han dynasty and Indian scholars such as Brahmagupta began working with negative numbers in commercial and astronomical calculations, implicitly using the idea that debts and credits have the same magnitude regardless of sign.
1806
Argand's Complex Modulus
Jean-Robert Argand introduced the modulus of a complex number, defining |a + bi| = √(a² + b²). This geometric interpretation of magnitude in the complex plane extended the notion of absolute value beyond the real line and influenced later formalizations.
1841
Weierstrass Introduces |x|
Karl Weierstrass is credited with popularizing the vertical-bar notation |x| for the absolute value of a real number, providing the concise symbolic language still used in modern algebra and analysis courses.
1872
Dedekind & Rigorous Foundations
Richard Dedekind's construction of the real numbers via cuts gave absolute value a rigorous footing, defining |x| piecewise and establishing the triangle inequality |a + b| ≤ |a| + |b| as a cornerstone of metric spaces.
20th c.
Modern Algebra & Applications
Absolute value equations and inequalities became standard fare in algebra curricula, while the concept generalized to norms in functional analysis and valuations in number theory, underscoring the universal importance of measuring distance.

At its core, the question absolute value equations address is deceptively simple: which real numbers lie at a specified distance from a given point on the number line? This geometric framing transforms an algebraic equation into a distance problem, and it is precisely this duality—algebra meeting geometry—that makes absolute value equations both elegant and occasionally tricky. Understanding how to systematically dismantle the absolute value bars and consider both positive and negative cases is a gateway skill for inequalities, piecewise functions, and higher analysis.

Core Principles & Definitions

Before solving any absolute value equation, it is essential to internalize the definition and the key properties that govern how the absolute value function behaves. The absolute value of a real number x, denoted |x|, is defined as the non-negative distance of x from zero on the real number line. Formally, this is a piecewise function: |x| = x when x ≥ 0, and |x| = −x when x < 0. Notice that −x is positive when x itself is negative, so the output is always non-negative. This piecewise nature is the engine behind every technique for solving absolute value equations.

1

Non-Negativity

For all real numbers x, |x| ≥ 0. The absolute value can never produce a negative result, which immediately tells us that equations like |expression| = −3 have no solution.
2

Symmetry (Even Function)

The identity |−x| = |x| holds for every real number. Graphically, f(x) = |x| is symmetric about the y-axis, and this symmetry generates the two cases that arise when solving equations.
3

Distance Interpretation

|a − b| represents the distance between a and b on the number line. The equation |x − c| = d asks: which points are exactly d units from c? The answer is x = c + d or x = c − d.
4

Case-Splitting Principle

To solve |f(x)| = k (where k ≥ 0), remove the bars by writing two equations: f(x) = k and f(x) = −k. Each case must be solved independently, and every candidate solution must be checked.
5

Triangle Inequality

|a + b| ≤ |a| + |b| for all real a, b. While primarily relevant in analysis and proof writing, this inequality constrains the behavior of absolute values and is a recurring tool in more advanced coursework.
KEY TAKEAWAY
Think of absolute value as a GPS that only reports how far you are from a location, never in which direction you traveled. If your GPS says you are 5 miles from campus, you could be 5 miles east or 5 miles west—two solutions from one distance reading. Absolute value equations work the same way: one distance condition, two algebraic possibilities.

Visual Explanation — The V-Graph

The graph of y = |x| is the prototypical V-shaped curve, and understanding its geometry is the single best way to visualize how absolute value equations generate two solutions. The following diagram shows the graph of y = |x − 3| alongside the horizontal line y = 4, illustrating how the intersection of a V-graph with a horizontal line produces exactly two solution points when the line lies above the vertex.

The cyan V-graph represents y = |x − 3|, with its vertex at (3, 0). The dashed amber line y = 4 intersects the V at two pink points: x = −1 and x = 7. Both solutions are exactly 4 units from x = 3, illustrating the symmetric distance interpretation.

Observe the critical features in the diagram. The vertex of y = |x − 3| sits at (3, 0), representing the point where the expression inside the bars equals zero. The horizontal line y = 4 slices through both arms of the V, producing two intersection points that are equidistant from the vertex. If we lower the horizontal line to y = 0, it touches only the vertex (one solution); if we drop it below the x-axis to y = −2, it misses the V entirely (no solution). This trichotomy—two solutions, one solution, or no solution—is the geometric foundation for every absolute value equation you will encounter.

Mathematical Framework

The algebraic method for solving absolute value equations rests on translating the distance interpretation into a case analysis. We present the key formulas and the logical structure that underpins every solution strategy.

PIECEWISE DEFINITION
|x| = { x, if x ≥ 0 ; −x, if x < 0 }
The function returns x unchanged when x is non-negative, and negates x (producing a positive result) when x is negative. This piecewise split is the algebraic mechanism behind case analysis.
FUNDAMENTAL EQUATION
|f(x)| = k ⟺ f(x) = k or f(x) = −k (k > 0)
When k > 0, the equation has potentially two solutions. When k = 0, the equation reduces to f(x) = 0 (one equation, not two). When k < 0, there is no solution, since absolute value is never negative.
ABSOLUTE VALUE EQUALS ABSOLUTE VALUE
|f(x)| = |g(x)| ⟺ f(x) = g(x) or f(x) = −g(x)
When two absolute value expressions are set equal, the contents are either identical or negatives of each other. This form arises frequently when the equation has absolute values on both sides.
DISTANCE FORMULATION
|x − c| = d ⟹ x = c + d or x = c − d (d ≥ 0)
Here c is the center point and d is the distance. The two solutions are located symmetrically about c on the number line. This form is especially useful in applied problems involving tolerance and error bounds.
Extraneous Solutions Warning
When the equation involves additional algebraic manipulation before or after removing absolute value bars—such as squaring, multiplying, or combining with other terms—always check each candidate solution by substituting it back into the original equation. Extraneous solutions can be introduced whenever the domain of the original equation is more restrictive than the domains of the individual cases.

Detailed Breakdown — Case Analysis Flowchart

The systematic approach to solving absolute value equations can be organized into a decision flowchart. Before splitting into cases, the solver must first isolate the absolute value expression on one side of the equation. Only after the equation is in the form |f(x)| = (expression) should case splitting occur. The following diagram provides a step-by-step decision tree for the most common scenarios.

This flowchart summarizes the decision process. Start by isolating |f(x)|, then check the sign of the right-hand side. A negative right side yields no solution; zero yields a single equation; a positive value triggers the two-case split. Always conclude by verifying candidates in the original equation.

A common error occurs when students attempt to split into cases before isolating the absolute value. For example, given 3|2x − 5| + 7 = 22, one must first subtract 7 and divide by 3 to obtain |2x − 5| = 5, and only then write 2x − 5 = 5 or 2x − 5 = −5. Skipping the isolation step leads to algebraic chaos and incorrect answers. Additionally, when an equation has multiple absolute value expressions, each expression requires its own case analysis, potentially creating four or more sub-cases that must be solved and verified independently.

Worked Example

Let us work through a moderately complex example that requires isolation before case splitting, and where one candidate solution turns out to be extraneous.

Solve: 2|3x + 1| − 4 = |3x + 1| + 5
1
Step 1 — Simplify and IsolateLet u = |3x + 1| to simplify notation. The equation becomes 2u − 4 = u + 5. Subtracting u from both sides and adding 4 gives u = 9, i.e., |3x + 1| = 9. Since 9 > 0, two cases exist.
|3x + 1| = 9
2
Step 2 — Case A (Positive)Set 3x + 1 = 9. Subtract 1: 3x = 8. Divide by 3: x = 8/3.
x = 8/3
3
Step 3 — Case B (Negative)Set 3x + 1 = −9. Subtract 1: 3x = −10. Divide by 3: x = −10/3.
x = −10/3
4
Step 4 — Verification of x = 8/3Substitute x = 8/3 into the original equation. We have 3(8/3) + 1 = 8 + 1 = 9, so |3x + 1| = 9. Left side: 2(9) − 4 = 14. Right side: 9 + 5 = 14. Since 14 = 14, x = 8/3 is valid. ✓
✓ Valid
5
Step 5 — Verification of x = −10/3Substitute x = −10/3 into the original equation. We have 3(−10/3) + 1 = −10 + 1 = −9, so |3x + 1| = |−9| = 9. Left side: 2(9) − 4 = 14. Right side: 9 + 5 = 14. Since 14 = 14, x = −10/3 is also valid. ✓
✓ Valid
6
Step 6 — State the Solution SetBoth candidates check out. The solution set is { −10/3, 8/3 }.
x ∈ { −10/3, 8/3 }
💡 When Do Extraneous Solutions Appear?
In this example, both solutions were valid. Extraneous solutions commonly arise when the equation has the form |f(x)| = g(x), where g(x) is not a constant but an expression that could be negative for some x-values. In the negative case f(x) = −g(x), the resulting x may cause g(x) < 0, violating the requirement that the right side be non-negative.

Common Pitfalls & Comparisons

Even students with strong algebraic skills sometimes stumble over absolute value equations because the concept conflates two different ideas—an algebraic operation and a geometric distance—in a single notation. The table below catalogs the most frequent mistakes and contrasts them with the correct approach.

Common errors in solving absolute value equations
PitfallWhat Goes WrongCorrect Approach
Splitting before isolatingWriting 5 + |2x| = 3 as 5 + 2x = 3 and 5 − 2x = 3 distributes the 5 incorrectly across the absolute value bars.First isolate: |2x| = −2. Since the right side is negative → no solution.
Ignoring no-solution caseSetting |x + 4| = −6 and proceeding to write x + 4 = −6, yielding x = −10, which is extraneous.Recognize immediately that |·| ≥ 0, so the equation is impossible when the right side is negative.
Only writing one caseSolving |x − 7| = 3 as x − 7 = 3 only, missing the second solution x = 4.Always write both equations: x − 7 = 3 and x − 7 = −3, giving x = 10 and x = 4.
Distributing into |·|Claiming |a + b| = |a| + |b|. This equality fails for a = 3, b = −5: |−2| ≠ 3 + 5.The triangle inequality states |a + b| ≤ |a| + |b|; equality holds only when a and b have the same sign (or one is zero).
Skipping verificationAccepting all candidate solutions without substituting back, especially in |f(x)| = g(x) where g(x) may be negative for some x.Substitute every candidate into the original equation. Discard any x for which the equality fails.
KEY TAKEAWAY
Absolute value equations are analogous to error-tolerance problems in engineering: a manufactured part is acceptable if its deviation from the target measurement is within specification. The equation |x − target| = tolerance gives the two boundary values. Just as an engineer never assumes only one boundary exists, a mathematician must always account for both cases. Systematic isolation, splitting, and verification form a three-phase quality-control protocol for these equations.

Connection to Advanced Topics

Absolute value equations serve as a springboard to several deeper mathematical ideas. In this section, we compare the basic equation framework with the more general structures encountered in subsequent courses, illustrating how the same core intuition extends to broader contexts.

From equations to broader mathematical structures
This Course: EquationsNext Step: InequalitiesAdvanced: Norms & Metrics
|f(x)| = k → two discrete solutions|f(x)| < k → interval of solutions (compound inequality)‖v‖ = k → surface of a sphere in ℝⁿ
Distance on ℝ¹: |a − b|Neighborhoods: |x − c| < ε (epsilon-delta definition)Metric spaces: d(x, y) satisfying positivity, symmetry, triangle inequality
Piecewise definition: two casesPiecewise-defined functions and continuity analysisLᵖ norms, p-adic absolute values in number theory
Check for extraneous solutionsTest boundary points for inclusion/exclusionConvergence criteria and completeness in analysis

The epsilon-delta definition of a limit, which you will encounter in calculus, is fundamentally an absolute value inequality: for every ε > 0, there exists δ > 0 such that |f(x) − L| < ε whenever 0 < |x − a| < δ. Without a firm grasp of absolute value equations, this cornerstone of analysis remains opaque. Similarly, in linear algebra the norm of a vector—often denoted ‖v‖—generalizes absolute value to higher dimensions, and the equation ‖v‖ = k defines a sphere rather than two points. Mastering the one-dimensional case now builds the conceptual scaffolding for these powerful generalizations.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the equation |4x − 7| = −2 has no solution. In your explanation, reference the definition of absolute value and describe what the equation would mean geometrically on the number line.
PROBLEM 2BASIC CALCULATION
Solve the equation |5x − 3| = 12.
PROBLEM 3INTERMEDIATE
Solve the equation |2x + 5| = |x − 1|.
PROBLEM 4APPLIED
A pharmaceutical company requires that each tablet contain 250 mg of active ingredient with a tolerance of at most 3 mg. If x represents the actual amount of active ingredient in a tablet, write and solve an absolute value equation that finds the boundary values at which a tablet is exactly at the tolerance limit.
PROBLEM 5CRITICAL THINKING
Consider the equation |x² − 4x| = |x − 4|. Find all real solutions and explain why the number of solutions differs from a typical linear absolute value equation.

Summary & Key Concepts

An absolute value equation asks which inputs make an expression's magnitude equal to a given value. The piecewise definition of |x| (equal to x when x ≥ 0 and −x when x < 0) leads directly to the case-splitting method: given |f(x)| = k with k > 0, write f(x) = k or f(x) = −k and solve each independently. If k = 0, there is one equation; if k < 0, there is no solution. The distance interpretation (|x − c| = d gives two points equidistant from c) offers powerful geometric intuition, while the V-shaped graph visualizes why horizontal intersections produce zero, one, or two solutions.

The essential workflow is: (1) isolate the absolute value expression, (2) check the sign of the right-hand side, (3) split into cases if appropriate, and (4) verify every candidate in the original equation to eliminate extraneous solutions. This framework extends naturally to absolute value inequalities and, in more advanced courses, to norms and metric-space arguments in analysis.

Varsity Tutors • College Algebra • Absolute Value Equations