How do you solve an absolute value inequality?
To solve |ax + b| < c, split it into a compound inequality: -c < ax + b < c, then solve for x by subtracting b and dividing by a from all parts. For |ax + b| > c, split into two separate inequalities: ax + b > c OR ax + b < -c, then solve each branch independently. See also our calculate Y-Intercept.
What is the difference between < and > in absolute value inequalities?
A 'less than' absolute value inequality (|expr| < c) produces a bounded interval — the solution is a segment between two values. A 'greater than' inequality (|expr| > c) produces an unbounded union — the solution is two rays going to negative and positive infinity. These are sometimes called 'and' inequalities and 'or' inequalities respectively.
What happens when c is negative in an absolute value inequality?
Since absolute values are always non-negative, |ax + b| < c has no solution when c ≤ 0 (nothing can be less than a negative number). Conversely, |ax + b| > c is true for all real x when c < 0, giving a solution of all real numbers.
How does a multiplier outside the absolute value affect the solution?
If your inequality is k·|ax + b| < c, divide both sides by k first. If k is positive, the inequality direction stays the same. If k is negative, the inequality flips — for example, k·|ax + b| < c becomes |ax + b| > c/k when k < 0. You might also find our Factoring Calculator useful.
What does the solution interval notation mean?
Parentheses ( ) indicate a strict inequality (< or >), meaning the boundary value itself is NOT included. Square brackets [ ] indicate a non-strict inequality (≤ or ≥), meaning the boundary value IS included. For example, (-2, 5) means all x between -2 and 5, not including the endpoints.
Can an absolute value inequality have no solution?
Yes. If you have |ax + b| < 0 or |ax + b| < c where c is negative, there is no real solution because absolute values are always zero or positive. The calculator will indicate when this occurs.
What if the coefficient a is zero?
If a = 0, the expression inside the absolute value reduces to |b|, a constant. The inequality then becomes a simple true/false statement: either all real numbers are solutions (if the statement is true) or there is no solution (if it is false). There is no variable x to solve for.
How is an absolute value inequality different from an absolute value equation?
An absolute value equation (|ax + b| = c) has at most two specific point solutions. An absolute value inequality gives a range of solutions — either an interval between two values or a union of two rays — representing infinitely many values of x that satisfy the condition.