Solving Absolute Value Inequalities- Methods Explained

What Absolute Value Inequalities Actually Are

Absolute value inequalities are just regular inequalities with absolute value expressions thrown in. You solve them the same way you solve equations—isolate the variable—but you have to account for the fact that absolute value always spits out a positive number.

Most students freeze up when they see something like |2x - 3| < 7. Don't. The process is mechanical once you understand the logic behind it.

The Core Logic: Why These Work

Absolute value measures distance from zero on a number line. |x| = 5 means x is 5 units away from zero, so x = 5 or x = -5.

When you introduce inequalities, you're working with distance ranges:

That's it. Everything else is just translating that geometric idea into algebra.

The Two Rules You Actually Need

For "Less Than" Inequalities: |f(x)| < a

When the absolute value is less than some number, you get a compound inequality with AND:

|f(x)| < a becomes -a < f(x) < a

Example:

|x| < 4 becomes -4 < x < 4

For "Greater Than" Inequalities: |f(x)| > a

When the absolute value is greater than some number, you get a compound inequality with OR:

|f(x)| > a becomes f(x) < -a OR f(x) > a

Example:

|x| > 4 becomes x < -4 OR x > 4

Comparison Table: Less Than vs. Greater Than

TypeFormBecomesConnector
|f(x)| < aLess than-a < f(x) < aAND
|f(x)| ≤ aLess than or equal-a ≤ f(x) ≤ aAND
|f(x)| > aGreater thanf(x) < -a OR f(x) > aOR
|f(x)| ≥ aGreater than or equalf(x) ≤ -a OR f(x) ≥ aOR

Step-by-Step: How to Actually Solve These

Here's the process that works every time:

Step 1: Isolate the Absolute Value

Get |expression| alone on one side before you do anything else.

Example: |2x + 1| - 3 < 4

Add 3 to both sides: |2x + 1| < 7

Step 2: Identify the Type

Check whether you have less than (<) or greater than (>). This determines your connector.

Step 3: Split Into Two Inequalities

Apply the correct rule:

Step 4: Solve Each Inequality

Work through both (or all three) inequalities separately.

Step 5: Combine the Results

Use AND when you split into one range. Use OR when you split into two separate ranges.

Working Examples

Example 1: |x - 2| < 5

Isolated. Type is "less than."

Split: -5 < x - 2 < 5

Add 2: -3 < x < 7

Solution: (-3, 7)

Example 2: |3x + 1| > 8

Isolated. Type is "greater than."

Split: 3x + 1 < -8 OR 3x + 1 > 8

Solve left: 3x < -9 → x < -3

Solve right: 3x > 7 → x > 7/3

Solution: x < -3 OR x > 7/3

Example 3: |5 - 2x| ≤ 3

Isolated. Type is "less than or equal."

Split: -3 ≤ 5 - 2x ≤ 3

Subtract 5: -8 ≤ -2x ≤ -2

Divide by -2 (flip inequalities): 4 ≥ x ≥ 1

Solution: 1 ≤ x ≤ 4 or [1, 4]

The AND vs OR Trap

This is where most people mess up. Here's the rule:

For |x| < 4, x must satisfy -4 < x AND x < 4. Both happen at the same time, so you get one interval (-4, 4).

For |x| > 4, x must satisfy x < -4 OR x > 4. Either one works, so you get two separate pieces.

Special Cases That Will Trip You Up

When the Right Side is Negative

|f(x)| < -5

No solution. Absolute value is never negative, so it can never be less than a negative number.

|f(x)| > -5

All real numbers. Any absolute value is greater than any negative number.

When the Right Side is Zero

|f(x)| < 0 → No solution

|f(x)| ≤ 0 → f(x) = 0 only

|f(x)| > 0 → f(x) ≠ 0

|f(x)| ≥ 0 → All real numbers

Common Mistakes to Avoid

Quick Reference for Solving

OriginalRewrite AsSolution Type
|x| < a-a < x < aSingle interval
|x| ≤ a-a ≤ x ≤ aSingle interval (closed)
|x| > ax < -a OR x > aTwo intervals
|x| ≥ ax ≤ -a OR x ≥ aTwo intervals (closed)

Bottom Line

Solving absolute value inequalities comes down to two things: isolating the absolute value first, then applying the correct split rule. Less than means AND (one interval). Greater than means OR (two intervals).

Work through 10-15 practice problems and you'll have this locked down. There's no trick—it's just pattern recognition.