Absolute Value Inequalities Calculator
Solve absolute value inequalities. Get solutions in standard form, interval notation, and graphical descriptions.
The value being subtracted from x in |x - b|
The bound value (must be positive)
What is an absolute value inequality?
An inequality containing absolute value expressions like |x-3| < 5 or |2x+1| >= 7. Absolute value |a| measures distance from zero. |x-3| < 5 means "distance from 3 is less than 5", so -2 < x < 8. Used to express ranges and error tolerances.
How do you solve |x| < a inequalities?
For |x| < a (where a > 0): -a < x < a (between -a and a). Example: |x| < 5 means -5 < x < 5. For |x-b| < a: -a < x-b < a, so b-a < x < b+a. This creates an "and" compound inequality (interval notation: (b-a, b+a)).
How do you solve |x| > a inequalities?
For |x| > a (where a > 0): x < -a OR x > a (outside the interval). Example: |x| > 5 means x < -5 or x > 5. For |x-b| > a: x-b < -a OR x-b > a, so x < b-a or x > b+a. This creates an "or" compound inequality (two separate rays).
What is the difference between < and <= in absolute value inequalities?
< (strict): endpoints NOT included. Example: |x| < 5 → -5 < x < 5 → (-5, 5). <= (non-strict): endpoints included. Example: |x| <= 5 → -5 <= x <= 5 → [-5, 5]. On number line: open circles for <, closed circles for <=. Same for > vs >=.
What are real-world applications of absolute value inequalities?
Manufacturing tolerances: |actual - target| <= tolerance. Temperature ranges: |temp - 72| <= 5 means 67degF to 77degF. Error margins: |measured - true| < 0.01. Quality control: acceptable deviation from standard. Physics: uncertainty in measurements. Any scenario requiring distance or deviation bounds.