Every absolute value inequality is solved in two stages: first remove the absolute value bars by applying the appropriate conversion, then solve the resulting compound inequality using whatever method its internal structure demands. The table below collects the cases covered above, the conversion that removes the absolute value, and the kind of inequality that remains.
| Form |
Conversion |
Resulting inequality |
Solve as |
| |f(x)| < k (k > 0) |
conjunction: −k < f(x) < k |
double inequality of the same kind as f(x) |
linear chain, or sign chart for higher-degree f |
| |f(x)| > k (k > 0) |
disjunction: f(x) < −k or f(x) > k |
two inequalities of the same kind as f(x); union the solutions |
linear, quadratic, or higher-degree, depending on f |
| |f(x)| compared to 0 or to a negative |
no algebra — read off the table in Section 3 |
∅, (−∞, ∞), or the roots / non-roots of f |
solve f(x) = 0 if needed |
| |f(x)| compared to |g(x)| |
squaring: (g − f)(g + f) compared to 0 (or case-split) |
polynomial inequality in factored form |
sign chart on the factored difference of squares |