4.4 Absolute Value Equations & Inequalities in One and Two Variables

Key Takeaways

  • Absolute value represents Euclidean distance on the real number line; |x - c| measures the distance between coordinate x and center point c.
  • Equations of the form |ax + b| = c yield two branches (ax + b = c or ax + b = -c) when c > 0, one solution when c = 0, and no solution (empty set) when c < 0.
  • When variable expressions appear outside the absolute value (|ax + b| = cx + d), candidates must enforce cx + d >= 0 or substitute roots back into the original equation to eliminate extraneous solutions.
  • Inequalities with 'less than' (|u| < c) yield conjunctions (-c < u < c, intersection / bounded intervals), whereas 'greater than' (|u| > c) yield disjunctions (u > c or u < -c, union of rays).
  • Two-variable absolute value relations graph as V-shaped boundaries y = a|x - h| + k with vertex (h, k) and axis of symmetry x = h, where inequality direction dictates interior vs. exterior shading.
Last updated: September 2026

4.4 Absolute Value Equations & Inequalities in One and Two Variables

Absolute value relations formalize distance metrics on the real number line and in coordinate space. On the FTCE Mathematics 6–12 examination, secondary educators must possess complete command of piecewise absolute value definitions, algebraic branching algorithms, extraneous solution detection, and two-variable transformations on the Cartesian plane.


1. Geometric Foundation of Absolute Value as Metric Distance

The absolute value of a real number $x \in \mathbb{R}$, denoted $|x|$, is formally defined piecewise as:

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

Equivalently, it can be expressed via the principal radical function as $|x| = \sqrt{x^2}$.

Geometrically, absolute value represents the Euclidean metric (distance) on the real number line. The quantity $|x|$ is the non-directed distance between the real number $x$ and the origin $0$. More generally, the expression $|x - c|$ represents the distance between the variable $x$ and a fixed center coordinate $c$:

d(x,c)=xcd(x, c) = |x - c|

Because distance is fundamentally non-negative, the absolute value function satisfies the following core metric axioms:

  1. Non-negativity: $|x| \ge 0$ for all $x \in \mathbb{R}$, with $|x| = 0 \iff x = 0$.
  2. Symmetry: $|-x| = |x|$ and $|a - b| = |b - a|$.
  3. Multiplicativity: $|ab| = |a||b|$ and $\left|\frac{a}{b}\right| = \frac{|a|}{|b|}$ (for $b \neq 0$).
  4. Triangle Inequality: $|a + b| \le |a| + |b|$ for all $a, b \in \mathbb{R}$.

2. Solving Absolute Value Equations & Extraneous Branch Analysis

When solving an absolute value equation in one variable, the expression inside the absolute value bars must first be isolated. In standard isolated form $|ax + b| = c$:

  • Case 1 ($c > 0$): Yields two distinct linear branches: ax+b=corax+b=cax + b = c \quad \text{or} \quad ax + b = -c
  • Case 2 ($c = 0$): Yields exactly one linear equation $ax + b = 0 \implies x = -\frac{b}{a}$.
  • Case 3 ($c < 0$): Has no real solution ($\emptyset$), because $|ax + b| \ge 0$ cannot equal a strictly negative quantity.

When the right-hand side contains variable terms, such as $|ax + b| = cx + d$, students must establish the domain restriction $cx + d \ge 0$ prior to branching, or systematically test all candidate solutions in the original equation. Roots that satisfy the unconstrained algebraic branches but cause $cx + d < 0$ are extraneous solutions created by the fact that $|u| = v \implies u^2 = v^2$, which also introduces roots to $u = -v$ when $v < 0$.

For equations with absolute values on both sides, $|ax + b| = |cx + d|$, the expression is resolved by considering $ax + b = \pm(cx + d)$.


3. Absolute Value Inequalities: Conjunction vs. Disjunction

The algebraic structure of absolute value inequalities depends fundamentally on the direction of the inequality symbol relative to the isolated absolute value:

Inequality TypeAlgebraic Statement ($c > 0$)Geometric InterpretationCompound StructureInterval Notation
Less Than ("Within Distance")$ax + b< c$Distance from center is strictly less than $c$
Less Than or Equal To$ax + b\le c$Distance from center is at most $c$
Greater Than ("Beyond Distance")$ax + b> c$Distance from center is strictly greater than $c$
Greater Than or Equal To$ax + b\ge c$Distance from center is at least $c$
  • Special Cases with Non-Positive Constants:
    • $|ax + b| < -k$ (where $k > 0$): No solution ($\emptyset$), since non-negative values are never strictly less than a negative number.
    • $|ax + b| \ge -k$ (where $k > 0$): Solution set is all real numbers $\mathbb{R} = (-\infty, \infty)$.
    • $|ax + b| \le 0$: Equivalent to the single point equation $ax + b = 0$.

4. Coordinate Graphing of Absolute Value Relations & Transformations

In the two-dimensional Cartesian plane, the absolute value function $f(x) = |x|$ forms a characteristic V-shaped graph with vertex at $(0, 0)$ and two linear rays of slope $+1$ (for $x \ge 0$) and $-1$ (for $x < 0$).

The general vertex form is:

y=axh+ky = a|x - h| + k

  • Vertex: The sharp turning point occurs at $(h, k)$.
  • Axis of Symmetry: The vertical line $x = h$ bisects the figure into symmetric halves.
  • Vertical Stretch/Reflection ($a$): If $a > 0$, the V opens upward with right ray slope $+a$ and left ray slope $-a$. If $a < 0$, the graph reflects across the horizontal axis, opening downward with vertex at $(h, k)$.
  • Two-Variable Inequalities:
    • $y \le a|x - h| + k$ (with $a > 0$): Solid V-shaped boundary, shaded below the V (the region containing points with lesser $y$-values).
    • $y > a|x - h| + k$ (with $a > 0$): Dashed V-shaped boundary, shaded strictly above / inside the interior of the V.

5. Worked Exemplar: Multi-Step Inequality with Sign Reversals

Problem: Solve the inequality $-4|2x - 3| + 7 \le -17$ completely over the set of real numbers. Express the solution set in set-builder and interval notation.

Step 1: Isolate the absolute value expression Subtract $7$ from both sides: 42x3177    42x324-4|2x - 3| \le -17 - 7 \implies -4|2x - 3| \le -24 Divide both sides by $-4$. Because we are dividing by a negative number, the inequality symbol must reverse: 2x3244    2x36|2x - 3| \ge \frac{-24}{-4} \implies |2x - 3| \ge 6

Step 2: Classify the compound structure The inequality is in "greater than or equal to" form ($|u| \ge c$ with $c = 6 > 0$). This constitutes a disjunction ("OR") representing points whose distance from the center is at least $6$: 2x36or2x362x - 3 \ge 6 \quad \text{or} \quad 2x - 3 \le -6

Step 3: Solve each linear branch independently

  • Branch 1: 2x36    2x9    x922x - 3 \ge 6 \implies 2x \ge 9 \implies x \ge \frac{9}{2}
  • Branch 2: 2x36    2x3    x322x - 3 \le -6 \implies 2x \le -3 \implies x \le -\frac{3}{2}

Step 4: Formulate the final solution representations

  • Set-Builder Notation: {xR  |  x32   or   x92}\left\{ x \in \mathbb{R} \;\middle|\; x \le -\frac{3}{2} \;\text{ or }\; x \ge \frac{9}{2} \right\}
  • Interval Notation: (,32][92,)\left( -\infty, -\frac{3}{2} \right] \cup \left[ \frac{9}{2}, \infty \right)

Step 5: Verify using test values

  • Choose $x = 0$ (in the excluded region $\left(-\frac{3}{2}, \frac{9}{2}\right)$): 42(0)3+7=4(3)+7=12+7=5≰17(False, correctly excluded)-4|2(0) - 3| + 7 = -4(3) + 7 = -12 + 7 = -5 \not\le -17 \quad (\text{False, correctly excluded})
  • Choose $x = 5$ (in the right branch $\left[\frac{9}{2}, \infty\right)$): 42(5)3+7=4(7)+7=28+7=2117(True, correctly included)-4|2(5) - 3| + 7 = -4(7) + 7 = -28 + 7 = -21 \le -17 \quad (\text{True, correctly included})

[!WARNING] Secondary students often attempt to split an absolute value inequality before completely isolating the absolute value expression, erroneously writing $-4(2x - 3) + 7 \le -17$ and $-4(2x - 3) + 7 \ge 17$. Emphasize that all external operations must be cleared first so that $|ax + b|$ stands alone before applying conjunction or disjunction rules.

Test Your Knowledge

What is the complete real solution set of the absolute value equation |2x - 7| = 3x - 8?

A
B
C
D
Test Your Knowledge

What is the solution set of the absolute value inequality -3|2x + 1| + 5 > -16, expressed in interval notation?

A
B
C
D
Test Your Knowledge

Which inequality represents the set of all points (x, y) in the Cartesian plane that lie strictly inside and above the V-shaped boundary with vertex at (3, -2), opening upward with ray slopes of 2 and -2?

A
B
C
D
Test Your Knowledge

What is the solution set of the absolute value inequality |4x - 9| <= -5 over the set of real numbers?

A
B
C
D