Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Absolute Value Inequalities






Compound Inequalities Through the Lens of Distance

An absolute value inequality converts into a compound inequality through one of two standard translations — one for "less than," one for "greater than." The less-than form produces a bounded interval, the greater-than form produces two unbounded rays, and the geometric interpretation as distance on the number line makes both conversions intuitive. Once the absolute value is removed, the resulting compound inequality is solved by whatever method its internal structure requires: linear techniques for linear expressions, sign charts for quadratic or polynomial expressions, and so on. The absolute value is the outer shell; the content inside determines the difficulty.



Two Fundamental Forms

Every absolute value inequality involving a single absolute value term and a constant reduces to one of two forms, each with its own conversion rule.

The "less than" form f(x)<k|f(x)| < k states that the expression f(x)f(x) is within kk units of zero. This converts to a conjunction — a double inequality:

k<f(x)<k-k < f(x) < k


Both conditions must hold simultaneously. The solution is the set of xx values for which f(x)f(x) lies strictly between k-k and kk.

The "greater than" form f(x)>k|f(x)| > k states that f(x)f(x) is more than kk units from zero. This converts to a disjunction — two separate inequalities:

f(x)<korf(x)>kf(x) < -k \quad \text{or} \quad f(x) > k


At least one condition must hold. The solution is the set of xx values for which f(x)f(x) falls outside the interval [k,k][-k, k].

The non-strict versions \leq and \geq work identically, with the boundary values included rather than excluded. The conversions are the same; only the inequality symbols change from strict to non-strict throughout.

These two translations — less-than becomes a conjunction, greater-than becomes a disjunction — are the entire method. Everything that follows is the application of this principle to increasingly complex expressions inside the absolute value.

Solving the Less-Than Form

The inequality f(x)<k|f(x)| < k converts to k<f(x)<k-k < f(x) < k. The value of kk determines whether a solution exists before any algebra begins.

When k>0k > 0, the double inequality defines a bounded region. The two inequalities f(x)>kf(x) > -k and f(x)<kf(x) < k are solved simultaneously, and the solution is their intersection — the set of xx values satisfying both.

When k=0k = 0, the inequality f(x)<0|f(x)| < 0 asks for the absolute value to be strictly negative, which is impossible. The solution set is empty. The non-strict version f(x)0|f(x)| \leq 0 has a solution only at the roots of f(x)=0f(x) = 0, because zero is the only non-negative value that satisfies 0\leq 0.

When k<0k < 0, both f(x)<k|f(x)| < k and f(x)k|f(x)| \leq k have empty solution sets. Absolute value is never negative, so it can never be less than a negative number.

For linear f(x)f(x), the double inequality is a three-part chain solved by isolating xx in the middle. The inequality 2x3<5|2x - 3| < 5 becomes 5<2x3<5-5 < 2x - 3 < 5. Adding 33 throughout: 2<2x<8-2 < 2x < 8. Dividing by 22: 1<x<4-1 < x < 4. The solution is the open interval (1,4)(-1, 4).

Solving the Greater-Than Form

The inequality f(x)>k|f(x)| > k converts to f(x)<kf(x) < -k or f(x)>kf(x) > k. Each part is solved independently, and the solution is the union of the two individual solution sets.

When k>0k > 0, each part contributes a separate region, and the union typically produces two rays — one extending to the left and one to the right.

When k=0k = 0, the inequality f(x)>0|f(x)| > 0 asks where f(x)f(x) is nonzero. The solution is all real numbers except the roots of f(x)=0f(x) = 0. The non-strict version f(x)0|f(x)| \geq 0 is satisfied by every real number, since absolute value is always non-negative.

When k<0k < 0, the inequality f(x)>k|f(x)| > k is satisfied by every real number — absolute value is always at least zero, which exceeds any negative number. The solution is (,)(-\infty, \infty).

For a linear example: 4x+17|4x + 1| \geq 7 becomes 4x+174x + 1 \leq -7 or 4x+174x + 1 \geq 7. From the first: 4x84x \leq -8, so x2x \leq -2. From the second: 4x64x \geq 6, so x32x \geq \frac{3}{2}. The solution is (,2][32,)(-\infty, -2] \cup [\frac{3}{2}, \infty).

Worked Examples with Linear Expressions

When the expression inside the absolute value is linear, the compound inequality after conversion is also linear, and the solution follows from the methods on the linear inequalities page.

Solve 3x7<2|3x - 7| < 2. Convert: 2<3x7<2-2 < 3x - 7 < 2. Add 77: 5<3x<95 < 3x < 9. Divide by 33: 53<x<3\frac{5}{3} < x < 3. The solution is (53,3)\left(\frac{5}{3}, 3\right).

Solve 12x5|1 - 2x| \geq 5. Convert: 12x51 - 2x \leq -5 or 12x51 - 2x \geq 5. From the first: 2x6-2x \leq -6, so x3x \geq 3 (direction flips when dividing by 2-2). From the second: 2x4-2x \geq 4, so x2x \leq -2. The solution is (,2][3,)(-\infty, -2] \cup [3, \infty).

Solve 5x+3<1|5x + 3| < -1. No conversion needed — absolute value is never negative, so it is certainly never less than 1-1. The solution set is empty.

Solve x4>0|x - 4| > 0. Convert: x4<0x - 4 < 0 or x4>0x - 4 > 0, meaning x<4x < 4 or x>4x > 4. This is every real number except x=4x = 4. The solution is (,4)(4,)(-\infty, 4) \cup (4, \infty), or equivalently R{4}\mathbb{R} \setminus \{4\}.

In every linear case, the less-than form produces a single bounded interval, and the greater-than form produces two rays. The center of symmetry is the root of f(x)=0f(x) = 0, and the radius is determined by kk.

Absolute Value Inequalities with Quadratic or Other Expressions

When the expression inside the absolute value is not linear, the compound inequality after conversion requires more powerful methods — typically the sign chart.

Solve x24<5|x^2 - 4| < 5. Convert to 5<x24<5-5 < x^2 - 4 < 5. This is two simultaneous inequalities: x24>5x^2 - 4 > -5 and x24<5x^2 - 4 < 5.

From x24>5x^2 - 4 > -5: x2>1x^2 > -1. Since x20x^2 \geq 0 for all real xx, this holds everywhere. It imposes no restriction.

From x24<5x^2 - 4 < 5: x2<9x^2 < 9, which gives 3<x<3-3 < x < 3.

The intersection of "all real numbers" and "3<x<3-3 < x < 3" is simply (3,3)(-3, 3).

Solve x27x+102|x^2 - 7x + 10| \geq 2. Convert to x27x+102x^2 - 7x + 10 \leq -2 or x27x+102x^2 - 7x + 10 \geq 2.

From the first: x27x+120x^2 - 7x + 12 \leq 0. Factor: (x3)(x4)0(x - 3)(x - 4) \leq 0. This is a quadratic inequality with roots 33 and 44, positive leading coefficient. The expression is non-positive between the roots: [3,4][3, 4].

From the second: x27x+80x^2 - 7x + 8 \geq 0. The discriminant is 4932=17>049 - 32 = 17 > 0. The roots are 7±172\frac{7 \pm \sqrt{17}}{2}, approximately 1.441.44 and 5.565.56. With positive leading coefficient, the expression is non-negative outside the roots: (,7172][7+172,)\left(-\infty, \frac{7 - \sqrt{17}}{2}\right] \cup \left[\frac{7 + \sqrt{17}}{2}, \infty\right).

The solution is the union of both parts: (,7172][3,4][7+172,)\left(-\infty, \frac{7 - \sqrt{17}}{2}\right] \cup [3, 4] \cup \left[\frac{7 + \sqrt{17}}{2}, \infty\right).

The absolute value conversion reduces the problem to standard inequality types. The difficulty is determined by whatever sits inside the bars, not by the absolute value itself.

Inequalities with Absolute Value on Both Sides

When absolute value appears on both sides — f(x)<g(x)|f(x)| < |g(x)| or f(x)>g(x)|f(x)| > |g(x)| — the standard less-than/greater-than conversion does not apply directly because the right-hand side is not a constant. Two alternative approaches handle these cases.

The squaring method exploits the fact that A<B|A| < |B| if and only if A2<B2A^2 < B^2 (since both sides are non-negative). The inequality f(x)<g(x)|f(x)| < |g(x)| becomes [f(x)]2<[g(x)]2[f(x)]^2 < [g(x)]^2, which rearranges to [g(x)]2[f(x)]2>0[g(x)]^2 - [f(x)]^2 > 0. Factoring the difference of squares:

(g(x)f(x))(g(x)+f(x))>0(g(x) - f(x))(g(x) + f(x)) > 0


This is a polynomial inequality solvable by sign chart. The critical points are the roots of g(x)f(x)=0g(x) - f(x) = 0 and g(x)+f(x)=0g(x) + f(x) = 0.

For 2x1<x+3|2x - 1| < |x + 3|, square both sides: (2x1)2<(x+3)2(2x - 1)^2 < (x + 3)^2. Rearrange: (x+3)2(2x1)2>0(x + 3)^2 - (2x - 1)^2 > 0. Factor: ((x+3)(2x1))((x+3)+(2x1))>0((x + 3) - (2x - 1))((x + 3) + (2x - 1)) > 0, which gives (4x)(3x+2)>0(4 - x)(3x + 2) > 0. The roots are x=4x = 4 and x=23x = -\frac{2}{3}. The sign chart yields the solution (23,4)\left(-\frac{2}{3}, 4\right).

The case-splitting method is the alternative: consider the signs of f(x)f(x) and g(x)g(x) on each interval defined by their roots, remove the absolute value bars using the piecewise definition, and solve the resulting inequality on each interval. This approach is more laborious but avoids squaring and works for non-polynomial expressions as well.

Geometric Interpretation

Absolute value measures distance on the number line, and this interpretation turns every absolute value inequality into a geometric statement about proximity or separation.

The inequality xa<d|x - a| < d asks: which points lie within distance dd of aa? The answer is the open interval (ad,a+d)(a - d, a + d), centered at aa with radius dd. The inequality x5<3|x - 5| < 3 describes all points within 33 units of 55: the interval (2,8)(2, 8).

The inequality xa>d|x - a| > d asks: which points lie farther than distance dd from aa? The answer is two rays: (,ad)(a+d,)(-\infty, a - d) \cup (a + d, \infty). The inequality x5>3|x - 5| > 3 describes all points more than 33 units from 55: (,2)(8,)(-\infty, 2) \cup (8, \infty).

The inequality xa<xb|x - a| < |x - b| asks: which points are closer to aa than to bb? On the number line, the set of points closer to aa is everything on aa's side of the midpoint m=a+b2m = \frac{a + b}{2}. If a<ba < b, the solution is (,m)(-\infty, m). This follows from the squaring method: xa<xb|x - a| < |x - b| becomes (xa)2<(xb)2(x - a)^2 < (x - b)^2, which simplifies to a linear inequality whose solution is the ray ending at the midpoint.

These geometric readings provide instant answers for simple absolute value inequalities and serve as sanity checks for more complex ones. If the algebraic solution to x5<3|x - 5| < 3 produces something other than a symmetric interval centered at 55 with radius 33, the algebra contains an error.