Absolute Value Inequalities- Solving Methods
What Absolute Value Inequalities Actually Are
Absolute value inequalities are math problems where you're dealing with expressions inside absolute value bars that also involve inequality signs. If you don't know what absolute value means, go back and learn that first. You can't solve these without understanding that |x| means "distance from zero."
The inequality symbols you'll see are < (less than), ≤ (less than or equal), > (greater than), and ≥ (greater than or equal). These combine with absolute value to create problems that need specific solving techniques.
The Two Core Cases You Must Know
Every absolute value inequality falls into one of two categories. Getting this wrong means you'll solve the problem wrong. No pressure.
Case 1: |x| < a or |x| ≤ a
When the absolute value is less than a positive number, the solution is a compound inequality where x falls between two values.
- |x| < a becomes -a < x < a
- |x| ≤ a becomes -a ≤ x ≤ a
This is called an "and" situation. The value must satisfy both conditions simultaneously.
Case 2: |x| > a or |x| ≥ a
When the absolute value is greater than a positive number, the solution splits into two separate inequalities.
- |x| > a becomes x < -a OR x > a
- |x| ≥ a becomes x ≤ -a OR x ≥ a
This is an "or" situation. The value can satisfy either condition.
Solving Methods: Step by Step
Method 1: The Standard Approach
Here's how you actually solve these problems:
- Isolate the absolute value expression on one side first. Get |something| alone before doing anything else.
- Identify the case — less than (and) or greater than (or).
- Remove the absolute value bars using the appropriate rule.
- Solve the resulting inequality like a normal inequality problem.
- Graph the solution if your teacher wants that (they usually do).
Method 2: The Number Line Test
For more complex problems like |2x + 3| < 5, you can also:
- Find where the expression inside equals the right side (treat it as an equation)
- Split the number line at that point
- Test a value from each region
- Keep the regions where the test works
This method is slower but harder to mess up if you test carefully.
Practical Examples
Example 1: Simple Less Than
Solve: |x| < 4
Since 4 is positive and we're less than, this becomes:
-4 < x < 4
Done. That's the entire solution.
Example 2: Less Than or Equal with a Shift
Solve: |x - 3| ≤ 5
First, recognize this is less than or equal. Apply the rule:
-5 ≤ x - 3 ≤ 5
Now add 3 to all three parts:
-2 ≤ x ≤ 8
That's your solution set.
Example 3: Greater Than
Solve: |2x| > 6
Divide both sides by 2 first (isolate the absolute value):
|x| > 3
Now apply the greater than rule:
x < -3 OR x > 3
Graph this as two rays pointing outward from -3 and 3.
Example 4: Negative Right Side
Solve: |x + 1| < -2
Stop. The absolute value is always non-negative. It can never be less than a negative number. This has no solution.
Similarly, |x - 4| > -1 has all real numbers as its solution, because absolute value is always ≥ 0, which is always greater than -1.
Comparison: Less Than vs. Greater Than Rules
| Inequality Type | Transformation | Connector |
|---|---|---|
| |x| < a | -a < x < a | AND (intersection) |
| |x| ≤ a | -a ≤ x ≤ a | AND (intersection) |
| |x| > a | x < -a OR x > a | OR (union) |
| |x| ≥ a | x ≤ -a OR x ≥ a | OR (union) |
Common Mistakes That Will Cost You Points
- Using the wrong connector. Students constantly write "and" when they need "or" for greater than problems. Remember: less than stays together, greater than splits apart.
- Forgetting to flip the inequality when multiplying or dividing by negative numbers. This isn't unique to absolute value inequalities, but people still blow it.
- Not checking if a is positive. The rules assume a > 0. If a is negative, you need to reason about it differently.
- Dropping the absolute value bars too early. Isolate first, then apply the rules.
Getting Started: Your Solving Checklist
Before you start writing your solution, run through this:
- Is the absolute value isolated? If not, use inverse operations to get it alone.
- Is the number on the right side positive or negative? Negative numbers change everything.
- Are you dealing with less than or greater than? This determines if you use one compound inequality or two separate ones.
- Did you remember to apply any operations to all parts of your compound inequality?
- Have you graphed the solution? At least sketch it to catch obvious errors.
When the Expression Isn't Just x
Sometimes you'll see |3x - 7| ≥ 5 instead of |x|. The process is identical — you just have more algebra to do.
Start with: 3x - 7 ≤ -5 OR 3x - 7 ≥ 5
Solve each:
- 3x ≤ 2 → x ≤ 2/3
- 3x ≥ 12 → x ≥ 4
Solution: x ≤ 2/3 OR x ≥ 4
The algebra gets messier but the logic stays the same.
Why This Matters Beyond the Test
Absolute value inequalities show up in physics (error margins, tolerance ranges), statistics (confidence intervals), and engineering (acceptable deviation from specifications). You're not learning this for some abstract reason — it's actual problem-solving machinery.
Master these now. The concepts come back in calculus, differential equations, and anything involving optimization or constraints. Skip the fundamentals and you'll pay for it later.