Solving Inequalities Involving |x β p|
Simple Explanation
For q > 0: |x β p| < q means x is within q units of p, giving a single interval, p β q < x < p + q. |x β p| > q means x is farther than q units from p, giving two separate intervals: x < p β q or x > p + q.
Why Do We Need It?
This distinguishes a "close to" condition (a single connected range, from < or β€) from a "far from" condition (two separate ranges, from > or β₯) β a common real-world distinction, such as tolerance ranges versus alarm thresholds.
See It
A V-shaped graph with vertex (3, -5), crossing the x-axis at x = -2 and x = 8, illustrating where the graph is below versus above zero
Formula
Absolute Value Inequality Rules
|x β p| < q β p β q < x < p + q |x β p| > q β x < p β q or x > p + q (q > 0)
"Less than" absolute value inequalities describe a single band of values close to p; "greater than" absolute value inequalities describe two separate regions far from p.
- x
- β the unknown being solved for
- p
- β the reference point
- q
- β the distance threshold (q > 0)
When to use it: Whenever you need to solve an inequality with a single absolute value expression compared to a positive number.
Worked Example
Solve an absolute value inequality
Solve |x β 3| < 5.
Why Does This Work?
|x β p| < q means the distance from x to p is less than q, which describes every point strictly between p β q and p + q on the number line β a single band around p. The reverse, |x β p| > q, describes everywhere outside that band, which is naturally two separate rays.
Real-Life Example
Temperature control alarm
A greenhouse temperature system triggers an alarm whenever the temperature strays more than 4Β°C from the target 22Β°C.
|temperature β 22| > 4 models the alarm condition β the "greater than" pattern gives two separate danger zones (too hot or too cold), exactly matching the two-interval rule.
Practice
Solve |x + 1| > 4.
HardCommon mistake
Using the "less than" pattern (single interval) for a "greater than" inequality, or vice versa β always check the inequality direction first: < or β€ gives one interval; > or β₯ gives two.
Quick Review
- |x β p| < q: one interval, p β q < x < p + q.
- |x β p| > q: two intervals, x < p β q or x > p + q.
- These rules only apply directly when q > 0 β check that first.