COLLEGE ALGEBRA • FOUNDATIONS & ALGEBRAIC SKILLS

Absolute Value Inequalities

Master the techniques for solving inequalities involving absolute value and representing their solution sets on the real number line.

Historical Context & Motivation

The concept of absolute value has deep roots in the formalization of the real number system, and its extension into inequalities arose naturally from the need to describe distances, tolerances, and error bounds in both pure and applied mathematics. While ancient mathematicians understood magnitude intuitively—Euclid's Elements discussed lengths without sign—the rigorous algebraic treatment of absolute value did not crystallize until the nineteenth century. The notation |x| and the formal definition of absolute value as a piecewise function emerged alongside efforts to place calculus and real analysis on solid logical foundations.

Absolute value inequalities became essential tools as mathematics and the physical sciences demanded precise language for describing regions around a point. In engineering, a machined part that must be within ±0.005 cm of its design specification is described by an absolute value inequality. In statistics, confidence intervals and error margins invoke the same underlying structure. The development of these ideas unfolded across several centuries, driven by both theoretical breakthroughs and practical necessity.

c. 300 BCE
Euclid's Elements
Euclid formalized geometric magnitude and distance without algebraic sign, establishing an intuitive basis for what would later become absolute value.
1821
Cauchy's Cours d'Analyse
Augustin-Louis Cauchy systematized the use of inequalities in analysis, laying groundwork for rigorous definitions of limits, continuity, and convergence using magnitude-based bounds.
1841
Weierstrass Introduces |x| Notation
Karl Weierstrass introduced the modern notation |x| for absolute value and used it extensively in ε-δ definitions, making absolute value inequalities central to rigorous analysis.
20th Century
Applications in Engineering & Statistics
Absolute value inequalities became standard tools for expressing manufacturing tolerances, statistical error bounds, and signal processing constraints across applied disciplines.

The central question that absolute value inequalities address is both elegant and practical: how do we algebraically characterize all real numbers whose distance from a given point satisfies a particular bound? Answering this question requires translating the geometric idea of distance into algebraic conditions—compound inequalities—that can be solved with standard techniques. This translation is the heart of the topic.

Core Principles & Definitions

Before tackling absolute value inequalities, it is essential to anchor the discussion in the definition of absolute value itself and the geometric interpretation that makes inequalities intuitive. Recall that the absolute value of a real number x, denoted |x|, is defined as the distance from x to the origin on the number line. Formally, |x| = x when x ≥ 0 and |x| = −x when x < 0. This piecewise definition is the engine behind every absolute value inequality solution technique: we split the problem into cases dictated by when the expression inside the absolute value is non-negative versus negative.

1

Distance Interpretation

|x − a| represents the distance between x and a on the real number line. All absolute value inequalities can be read as statements about distance.
2

Less-Than Form ("And" Compound)

If |expression| < k (where k > 0), the solution is a conjunction: −k < expression < k. The solution set is a bounded interval (values between two endpoints).
3

Greater-Than Form ("Or" Compound)

If |expression| > k (where k > 0), the solution is a disjunction: expression < −k OR expression > k. The solution set is a union of two rays extending toward ±∞.
4

Non-Negativity of |·|

Since |expression| ≥ 0 for all real inputs, an inequality like |expression| < −3 has no solution, while |expression| > −3 is satisfied by all real numbers.
5

Boundary Behavior (≤ vs <)

When the inequality is non-strict (≤ or ≥), the boundary points where |expression| = k are included in the solution set, yielding closed brackets in interval notation.
KEY TAKEAWAY
Think of absolute value inequalities like a leash at a dog park. The inequality |x − a| < k says the dog (x) must stay within k units of the stake (a)—it can roam freely inside that radius but cannot leave, producing a bounded interval. The inequality |x − a| > k says the dog must be at least k units from the stake—it can go anywhere outside the circle, producing two unbounded rays. Remembering less-than = close together (and), greater-than = far apart (or) is the single most useful mnemonic for this topic.

Visual Explanation

The following diagram illustrates the two fundamental cases of absolute value inequalities on the number line. In the top panel, we see the less-than case |x − 3| < 2, whose solution is the open interval (1, 5). In the bottom panel, we see the greater-than case |x − 3| > 2, whose solution is the union (−∞, 1) ∪ (5, ∞). Notice how the center point a = 3 and the radius k = 2 determine both solution sets as complementary regions of the real line.

The yellow dot marks the center a = 3. The cyan interval shows the less-than solution (values within distance 2 of the center), while the pink rays show the greater-than solution (values more than distance 2 from the center). Open circles indicate that the boundary values are excluded for strict inequalities.

Several features of this diagram deserve emphasis. First, observe that the bounded interval in Case 1 and the pair of rays in Case 2 are complementary sets relative to the real line (ignoring the boundary points). This duality is not coincidental—it is a direct consequence of the trichotomy: for any real number x, exactly one of |x − 3| < 2, |x − 3| = 2, or |x − 3| > 2 holds. Second, the center a = 3 and the radius k = 2 fully determine both diagrams, reinforcing that every absolute value inequality is fundamentally a statement about a center and a distance.

Mathematical Framework

The algebraic solution of absolute value inequalities rests on two fundamental equivalences that convert an absolute value statement into compound inequalities free of absolute value signs. These equivalences hold for any algebraic expression E and any positive constant k. When k is zero or negative, the non-negativity property of absolute value yields trivial or vacuous results, so the interesting cases always involve k > 0.

LESS-THAN EQUIVALENCE
|E| < k ⟺ −k < E < k (k > 0)
E is any algebraic expression (e.g., 2x − 5). The solution set is the intersection of E > −k and E < k, forming a bounded interval.
GREATER-THAN EQUIVALENCE
|E| > k ⟺ E < −k or E > k (k > 0)
The solution set is the union of two disjoint rays. The word "or" means the value of E satisfies at least one of the two conditions.
NON-STRICT VARIANTS
|E| ≤ k ⟺ −k ≤ E ≤ k ; |E| ≥ k ⟺ E ≤ −k or E ≥ k
These include the boundary values where |E| = k. In interval notation, strict inequalities yield open parentheses, while non-strict inequalities yield closed brackets.

The derivation of these equivalences follows directly from the piecewise definition of absolute value. Consider |E| < k with k > 0. If E ≥ 0, then |E| = E, so the inequality becomes E < k. If E < 0, then |E| = −E, so the inequality becomes −E < k, which is equivalent to E > −k. Combining both cases, we obtain −k < E < k. The derivation for |E| > k proceeds analogously: if E ≥ 0, then E > k; if E < 0, then −E > k, which gives E < −k. Since these cases are mutually exclusive and exhaustive, the result is E < −k or E > k.

SPECIAL CASES
When k = 0: |E| < 0 has no solution (absolute value is never negative). |E| ≤ 0 has the solution set consisting only of values where E = 0. |E| > 0 is satisfied by all values except where E = 0. |E| ≥ 0 is satisfied by all real numbers. When k < 0: |E| < k and |E| ≤ k have no solution, while |E| > k and |E| ≥ k are satisfied by all real numbers.

A systematic procedure for solving absolute value inequalities proceeds as follows. First, isolate the absolute value expression on one side. Second, identify whether the inequality is of the less-than or greater-than type. Third, apply the corresponding equivalence to convert into compound inequalities. Fourth, solve the resulting linear (or polynomial) inequalities using standard algebraic techniques—preserving the direction of inequality when multiplying or dividing by a negative. Fifth, express the solution in interval notation and verify with a test point from each region.

Detailed Breakdown & Classification

Absolute value inequalities encountered in college algebra fall into several categories, each with characteristic solution patterns. Understanding this taxonomy helps you quickly identify the structure of a problem and select the right approach. The following diagram presents a decision flowchart that guides you from the original inequality to the correct solution form.

This flowchart guides you through the solution process. After isolating the absolute value expression, check whether k is positive to rule out special cases. Then identify the inequality type to determine whether you set up a conjunction (and) or disjunction (or). Finally, solve the resulting compound inequalities and express the answer in interval notation.
Classification of absolute value inequality types and their solution shapes
Inequality FormEquivalent Compound InequalitySolution Shape
|2x − 5| < 7−7 < 2x − 5 < 7Bounded open interval (−1, 6)
|2x − 5| ≤ 7−7 ≤ 2x − 5 ≤ 7Bounded closed interval [−1, 6]
|2x − 5| > 72x − 5 < −7 or 2x − 5 > 7Union of open rays (−∞, −1) ∪ (6, ∞)
|2x − 5| ≥ 72x − 5 ≤ −7 or 2x − 5 ≥ 7Union of closed rays (−∞, −1] ∪ [6, ∞)
|2x − 5| < −3No equivalent (k < 0)∅ (empty set — no solution)
|2x − 5| > −3Always true (k < 0)(−∞, ∞) — all real numbers

Worked Example

We now work through two complete examples—one of each type—to demonstrate the full solution procedure. Pay close attention to the algebraic manipulation, the use of interval notation, and the verification step.

Example A: Less-Than Inequality

Solve |3x + 4| ≤ 11 and express the answer in interval notation.

Solving |3x + 4| ≤ 11
1
Step 1 — Identify the type and apply the equivalenceThis is a non-strict less-than-or-equal inequality with k = 11 > 0. Apply the equivalence: |E| ≤ k ⟺ −k ≤ E ≤ k. Here E = 3x + 4, so we write −11 ≤ 3x + 4 ≤ 11.
−11 ≤ 3x + 4 ≤ 11
2
Step 2 — Isolate x in the compound inequalitySubtract 4 from all three parts: −11 − 4 ≤ 3x ≤ 11 − 4, which gives −15 ≤ 3x ≤ 7. Then divide all parts by 3 (positive, so inequality direction is preserved): −15/3 ≤ x ≤ 7/3.
−5 ≤ x ≤ 7/3
3
Step 3 — Write in interval notationSince the inequality is non-strict (≤), both endpoints are included, so we use closed brackets.
[−5, 7/3]
4
Step 4 — Verify with test pointsChoose x = 0 (inside the interval): |3(0) + 4| = |4| = 4 ≤ 11 ✓. Choose x = −6 (outside): |3(−6) + 4| = |−14| = 14 ≤ 11 ✗. Both checks confirm the solution.

Example B: Greater-Than Inequality

Solve |5 − 2x| > 9 and express the answer in interval notation.

Solving |5 − 2x| > 9
1
Step 1 — Identify the type and apply the equivalenceThis is a strict greater-than inequality with k = 9 > 0. Apply |E| > k ⟺ E < −k or E > k. With E = 5 − 2x, we get two branches: 5 − 2x < −9 or 5 − 2x > 9.
5 − 2x < −9 or 5 − 2x > 9
2
Step 2 — Solve the left branch5 − 2x < −9 → −2x < −14 → x > 7 (divide by −2 and flip the inequality sign).
x > 7
3
Step 3 — Solve the right branch5 − 2x > 9 → −2x > 4 → x < −2 (again dividing by −2 and flipping).
x < −2
4
Step 4 — Combine and write in interval notationThe solution is the union of two rays: x < −2 or x > 7.
(−∞, −2) ∪ (7, ∞)
5
Step 5 — Verify with test pointsChoose x = 0 (between −2 and 7, should fail): |5 − 0| = 5 > 9? No ✗. Choose x = 10 (in the right ray): |5 − 20| = 15 > 9 ✓. Choose x = −5 (in the left ray): |5 + 10| = 15 > 9 ✓. The solution is confirmed.

Common Pitfalls & Strategies

Even students who understand the core rules make recurring errors when solving absolute value inequalities. The table below catalogs the most common pitfalls alongside the correct approach. Internalizing these distinctions will save considerable time on exams and homework.

Common errors and their corrections when solving absolute value inequalities
Common MistakeWhy It's WrongCorrect Approach
Writing |x − 3| > 2 as −2 > x − 3 > 2The "and" compound form applies only to less-than inequalities. Using it for greater-than yields −2 > 2, which is always false.Use the "or" form: x − 3 < −2 or x − 3 > 2.
Forgetting to flip the inequality when dividing by a negativeMultiplying or dividing by a negative number reverses the order relation. Omitting this reversal produces the complement of the correct answer.Always flip the inequality symbol when multiplying or dividing both sides by a negative value.
Not isolating |E| before applying the equivalenceGiven 3|x + 1| − 7 < 5, directly writing −5 < 3|x + 1| − 7 < 5 is correct only if the absolute value expression is already isolated.First add 7 and divide by 3 to get |x + 1| < 4, then apply the equivalence.
Claiming |x| < −5 has a solutionAbsolute value is always ≥ 0, so it can never be less than a negative number.Recognize this as ∅ (no solution) immediately.
Dropping absolute value bars without using the equivalenceWriting |x − 4| > 3 as x − 4 > 3 ignores the entire left branch of the solution.Always write both branches for greater-than inequalities.
STRATEGY TIP
A useful self-check after solving any absolute value inequality is the test-point method. Pick one value inside your proposed solution and one outside, substitute into the original inequality, and verify. This 30-second check catches sign errors, flipped brackets, and union/intersection mix-ups. Think of it like proofreading a critical email—small time investment, large error prevention.

Connection to Advanced Topics

Absolute value inequalities are not merely an algebraic exercise; they form the conceptual backbone of several advanced mathematical topics. The most immediate connection is to the epsilon-delta definition of limits in calculus. When we say lim(x→a) f(x) = L, we mean: for every ε > 0, there exists a δ > 0 such that 0 < |x − a| < δ implies |f(x) − L| < ε. Both the hypothesis and the conclusion are absolute value inequalities. Students who have mastered the algebra of |E| < k find the ε-δ framework far more accessible because the symbolic manipulations are already second nature.

How absolute value inequalities connect to advanced mathematics
College Algebra ConceptAdvanced Extension
|x − a| < k → bounded interval around aε-δ limits: |x − a| < δ defines a neighborhood of a
Distance interpretation |x − a|Metric spaces: d(x, a) generalizes |x − a| to abstract settings
Compound inequality −k < E < kOpen balls B(a, ε) = {x : |x − a| < ε} in topology
Piecewise removal of |·|Piecewise-defined functions, integration with absolute values
Linear absolute value inequalitiesLinear programming with L₁-norm constraints in optimization

In addition to pure mathematics, absolute value inequalities appear in applied contexts such as quality control (a manufactured dimension must satisfy |x − target| ≤ tolerance), signal processing (noise margins around a reference voltage), and robust statistics (the median minimizes the sum of absolute deviations). Mastering the algebraic techniques here equips you with a versatile tool that recurs throughout STEM coursework.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain, in terms of distance on the number line, why the inequality |x − 7| ≤ 3 produces a bounded interval while |x − 7| ≥ 3 produces a union of two rays. How are these two solution sets related to each other?
PROBLEM 2BASIC CALCULATION
Solve the inequality |4x − 1| < 15 and express your answer in interval notation.
PROBLEM 3INTERMEDIATE
Solve 2|3 − x| + 5 ≥ 17 and express your answer in interval notation.
PROBLEM 4APPLIED
A precision resistor is designed to have a resistance of 1000 Ω. Quality control requires that the actual resistance R satisfy |R − 1000| ≤ 5, meaning the resistor must be within 5 Ω of its rated value. A batch of resistors has resistances modeled by R = 995 + 12t, where t ranges over [0, 1]. For what values of t does a resistor from this batch pass quality control?
PROBLEM 5CRITICAL THINKING
Prove that for all real numbers a and b, the inequality |a + b| ≤ |a| + |b| holds (the triangle inequality). Then determine the conditions under which equality holds and explain geometrically why this result is related to absolute value inequalities.

Summary

Absolute value inequalities translate distance-based conditions on the real number line into solvable algebraic statements. The key principle is a clean dichotomy: a less-than inequality |E| < k (with k > 0) yields a conjunction −k < E < k, producing a bounded interval, while a greater-than inequality |E| > k yields a disjunction E < −k or E > k, producing a union of two rays. Remembering the mnemonic "less-than = and (close together), greater-than = or (far apart)" prevents the most common structural error.

The solution procedure is systematic: isolate the absolute value expression, identify the inequality type, convert to compound inequalities, solve algebraically (remembering to flip inequality signs when multiplying by negatives), and verify with test points. Always check for special cases where k ≤ 0 before proceeding. These techniques connect directly to the ε-δ definition of limits in calculus, to metric spaces in analysis, and to real-world applications in engineering tolerances and quality control.

Varsity Tutors • College Algebra • Absolute Value Inequalities