3.4 Absolute Value Equations & Absolute Value Inequalities

Key Takeaways

  • Geometrically, |x - a| = c states that the distance between x and a on a continuous real number line is equal to c units.
  • The absolute value equation |u| = c (for c > 0) splits into two linear equations: u = c or u = -c; if the opposite expression contains variables (|u| = g(x)), candidates must be checked to eliminate extraneous roots.
  • Absolute value inequalities |u| < c translate into bounded compound inequalities -c < u < c (AND / single interval), whereas |u| > c splits into disjoint rays u < -c OR u > c (OR / two outer intervals).
  • Degenerate cases involving negative constants (e.g., |u| = -5 or |u| <= -2) have no solution (empty set), while |u| >= -4 is satisfied by all real numbers.
Last updated: August 2026

3.4 Absolute Value Equations & Absolute Value Inequalities

The absolute value of a real number xx, written x|x|, represents its magnitude or distance from zero on the real number line, regardless of direction. Because distance is non-negative, x0|x| \ge 0 for all real numbers xx.


1. Geometric Interpretation & Piecewise Definition

Formally, absolute value is defined as a two-piece piecewise function:

x={xif x0xif x<0|x| = \begin{cases} x & \text{if } x \ge 0 \\ -x & \text{if } x < 0 \end{cases}

Distance on the Real Line

Geometrically, the equation xa=c|x - a| = c (where c0c \ge 0) signifies: "The distance between variable xx and fixed point aa on the number line is cc units." Point aa acts as the center and cc acts as the distance (or tolerance).

Real-World Application: Manufacturing Tolerance

In industrial quality assurance, absolute value inequalities specify acceptable engineering tolerances. If a machine fills beverage bottles to a target volume of 16.0 oz16.0\text{ oz} with an allowable tolerance of 0.2 oz0.2\text{ oz}, volume xx satisfies:

x16.00.2    0.2x16.00.2    15.8x16.2|x - 16.0| \le 0.2 \implies -0.2 \le x - 16.0 \le 0.2 \implies 15.8 \le x \le 16.2

Bottles containing between 15.8 oz15.8\text{ oz} and 16.2 oz16.2\text{ oz} pass inspection.


2. Solving Absolute Value Equations (u=c|u| = c)

To solve u=c|u| = c:

  1. If c>0c > 0: Split into two linear equations: u=cu = c or u=cu = -c.
  2. If c=0c = 0: Solve the single linear equation u=0u = 0.
  3. If c<0c < 0: No solution (\emptyset), because absolute value cannot equal a negative number.

Worked Example 1: Standard Absolute Value Equation

Solve 2x7=9|2x - 7| = 9.

  1. Split into two cases:
    • Case 1: 2x7=9    2x=16    x=82x - 7 = 9 \implies 2x = 16 \implies x = 8
    • Case 2: 2x7=9    2x=2    x=12x - 7 = -9 \implies 2x = -2 \implies x = -1
  2. Check: 2(8)7=9=9|2(8) - 7| = |9| = 9, and 2(1)7=9=9|2(-1) - 7| = |-9| = 9. Solution set: {1,8}\{-1, 8\}.

Equations with Two Absolute Values (u=v|u| = |v|)

When u=v|u| = |v|, expressions uu and vv must have equal magnitude, meaning they are either identical or opposite in sign: u=vu = v or u=vu = -v.

Worked Example 2: Double Absolute Value

Solve 3x1=x+5|3x - 1| = |x + 5|.

  • Case 1: 3x1=x+5    2x=6    x=33x - 1 = x + 5 \implies 2x = 6 \implies x = 3
  • Case 2: 3x1=(x+5)    3x1=x5    4x=4    x=13x - 1 = -(x + 5) \implies 3x - 1 = -x - 5 \implies 4x = -4 \implies x = -1 Solution set: {1,3}\{-1, 3\}.

Equations with Variable Expressions on the Right (u=g(x)|u| = g(x))

When solving ax+b=cx+d|ax + b| = cx + d, the right side cx+dcx + d must be non-negative (cx+d0cx + d \ge 0). Candidate roots causing cx+d<0cx + d < 0 are extraneous solutions and must be eliminated.

Worked Example 3: Extraneous Solution Check

Solve 3x+2=x4|3x + 2| = x - 4.

  1. Split into cases:
    • Case 1: 3x+2=x4    2x=6    x=33x + 2 = x - 4 \implies 2x = -6 \implies x = -3
    • Case 2: 3x+2=(x4)    3x+2=x+4    4x=2    x=123x + 2 = -(x - 4) \implies 3x + 2 = -x + 4 \implies 4x = 2 \implies x = \frac{1}{2}
  2. Screen Candidate Roots:
    • Check x=3x = -3: Left side = 3(3)+2=7=7|3(-3) + 2| = |-7| = 7. Right side = 34=7-3 - 4 = -7. Since 777 \neq -7, x=3x = -3 is extraneous.
    • Check x=12x = \frac{1}{2}: Left side = 3(12)+2=72\left|3\left(\frac{1}{2}\right) + 2\right| = \frac{7}{2}. Right side = 124=72\frac{1}{2} - 4 = -\frac{7}{2}. Since 7272\frac{7}{2} \neq -\frac{7}{2}, x=12x = \frac{1}{2} is extraneous.
  3. Conclusion: No solution (\emptyset).

3. Absolute Value Inequalities (u<c|u| < c vs. u>c|u| > c)

Less-Than Inequalities: Conjunctions (AND)

For c>0c > 0, u<c|u| < c bounds expression uu between c-c and cc:

c<u<c-c < u < c

Worked Example 4: Less-Than Inequality

Solve 2x59|2x - 5| \le 9 and write in interval notation.

  1. Translate to bounded compound inequality: 92x59-9 \le 2x - 5 \le 9
  2. Add 55 to all three parts: 42x14-4 \le 2x \le 14
  3. Divide all three parts by 22: 2x7-2 \le x \le 7 Interval notation: [2,7][-2, 7].

Greater-Than Inequalities: Disjunctions (OR)

For c>0c > 0, u>c|u| > c splits into two outer rays:

u<coru>cu < -c \quad \text{or} \quad u > c

Worked Example 5: Greater-Than Inequality

Solve 34x>11|3 - 4x| > 11.

  1. Split into two separate inequalities:
    • Left: 34x<11    4x<14    x>723 - 4x < -11 \implies -4x < -14 \implies x > \frac{7}{2}
    • Right: 34x>11    4x>8    x<23 - 4x > 11 \implies -4x > 8 \implies x < -2
  2. Combine using Union (\cup): Interval notation: (,2)(72,)(-\infty, -2) \cup \left(\frac{7}{2}, \infty\right).

4. Degenerate & Special Edge Cases Matrix Table

Statement FormCondition on ccEquivalent Algebraic StatementSolution SetGeometric Interpretation
u=c\lvert u\rvert = cc<0c < 0u\lvert u\rvert equals negative numberNo solution (\emptyset)Distance cannot be negative
uc\lvert u\rvert \le cc<0c < 0u\lvert u\rvert is less than negativeNo solution (\emptyset)Non-negative quantity cannot be \le negative
u<0\lvert u\rvert < 0c=0c = 0u\lvert u\rvert is strictly less than 0No solution (\emptyset)Non-negative quantity is never <0< 0
u0\lvert u\rvert \le 0c=0c = 0u=0u = 0Single point solutionDistance from center point is zero
u>c\lvert u\rvert > cc<0c < 0u\lvert u\rvert is greater than negativeAll Real Numbers ((,)(-\infty, \infty))Non-negative quantity is always >c> c
uc\lvert u\rvert \ge cc<0c < 0u\lvert u\rvert is \ge negativeAll Real Numbers ((,)(-\infty, \infty))Entire number line satisfies condition
Loading diagram...
Absolute Value Branching Flowchart
Test Your Knowledge

Which interval represents the solution set to 2x59|2x - 5| \le 9?

A
B
C
D
Test Your Knowledge

What is the solution in interval notation to 34x>11|3 - 4x| > 11?

A
B
C
D
Test Your Knowledge

What is the solution set of the equation 3x+2=x4|3x + 2| = x - 4?

A
B
C
D
Test Your Knowledge

What is the solution set for the degenerate absolute value inequality 5x8<3|5x - 8| < -3?

A
B
C
D