Absolute Value Inequalities
Absolute Value Inequalities
An absolute value expression measures the distance of a number from zero on a number line. When we solve absolute value inequalities, we are finding a range of values whose distance from zero meets a certain condition.
To solve these, we remove the absolute value bars by translating the problem into a compound inequality. There are two main types depending on the inequality sign.
1. "Less Than" Inequalities (< or ≤)
When the absolute value is less than a positive number c, the distance from zero is strictly within the range between −c and c. This creates an "and" compound inequality.
Rule: If ∣A∣<c, then: −c<A<c
(Note: The same rule applies to ≤, just use ≤ in your compound inequality.)
Example: Solve ∣x−4∣<3
- Set up the compound inequality: −3<x−4<3
- Add 4 to all three parts to isolate x: −3+4<x−4+4<3+4 1<x<7 The solution is all numbers strictly between 1 and 7.
2. "Greater Than" Inequalities (> or ≥)
When the absolute value is greater than a positive number c, the distance from zero is further away than c. This means the expression inside must be either very positive or very negative. This creates an "or" compound inequality.
Rule: If ∣A∣>c, then: A>corA<−c
Example: Solve ∣2x+1∣≥5
- Split into two separate inequalities: 2x+1≥5or2x+1≤−5
- Solve the first inequality: 2x≥4⟹x≥2
- Solve the second inequality: 2x≤−6⟹x≤−3 The solution is x≤−3 or x≥2.
A Quick Tip for Memorization
- Less thAND: < or ≤ translates to an AND inequality (a single, connected range).
- GreatOR: > or ≥ translates to an OR inequality (two separate ranges pointing outward).