The five algebraic inequality types covered above all produce solution sets shaped as intervals or unions of intervals, but they differ in how those intervals are found. The table below collects each type with its canonical form, the typical solution shape, and the primary solving technique.
| Type |
Canonical form |
Solution shape |
Primary technique |
| Linear |
ax + b < 0 (a ≠ 0) |
single ray |
isolate the variable; flip direction when dividing by a negative |
| Quadratic |
ax² + bx + c < 0 |
interval, two rays, all reals, or empty |
discriminant Δ + sign chart, or read off the parabola |
| Polynomial |
P(x) < 0, deg ≥ 3 |
union of intervals |
sign chart on the factored form, tracking root multiplicity |
| Rational |
P(x) ⁄ Q(x) < 0 |
union of intervals, excluding zeros of Q |
sign chart on the factored form; never cross-multiply |
| Absolute value |
|f(x)| < k or |f(x)| > k |
bounded interval, or two rays |
convert to a compound inequality (AND for <, OR for >) |