Inequality Solver

An inequality has a set of answers rather than a value, and the shape of that set is where the difficulty lives. It can be one interval, two separate rays, a single point, every real number, or nothing at all — and a solver that always hands back an interval gets the awkward cases wrong. Four kinds...

An inequality has a set of answers, not a value. That set can be an interval, two separate rays, a single point, every real number, or nothing at all — and a solver that always hands back an interval gets the awkward cases wrong. Each answer here is checked by sampling: the set is compared against the inequality itself at hundreds of points.

THE INEQUALITY

x²+x+0

x² − 5x + 6 < 0

(2, 3)

Checked at 401 sample points across the interesting range: the set and the inequality agreed at 401 of them.

The roots are 2 and 3, and a is positive so the parabola opens upwards — it is negative between the roots and positive outside.

PieceFromToEndpoints
(2, 3)23open / open

WHERE IT HOLDS

THE SOLUTION SETa filled circle is included, a hollow one is not2305a single unbroken interval

The circles carry real information. A hollow circle means the endpoint itself does not satisfy the inequality; a filled one means it does. A strict inequality always gives hollow endpoints, and an excluded denominator is hollow even when the inequality is not strict.

THE EXPRESSION, AGAINST ZERO050shaded where the inequality holds — the curve is below the line there
SIGN IN EACH REGION, FROM ONE TEST POINT23the sign can only change at a root or a break, so one test point settles each region

Solution verified by sampling · live calculation

Created with❤️byeaglecalculator.com

HOW TO USE

  1. 1

    Pick the type first — linear, quadratic, absolute value or rational. Each is solved by a different method, and choosing the wrong one is the fastest way to a wrong answer.

  2. 2

    Enter the coefficients and the direction. A missing term is a zero and needs writing in; setting the leading coefficient to zero is allowed and the page will tell you what it degenerates to.

  3. 3

    Read the reasoning under the answer. It names which rule was applied — particularly whether the direction reversed and why — rather than just presenting a result.

  4. 4

    Check the endpoints on the number line. A hollow circle is excluded and a filled one included, and an excluded denominator stays hollow even when the inequality is not strict.

REFERENCE FORMULAS

RuleFormulaWhat it is for
Add or subtracta < b ⟹ a + c < b + cAlways safe. Adding the same amount to both sides never changes the direction.
Multiply by positivea < b, c > 0 ⟹ ac < bcSafe. A positive multiplier preserves the direction.
Multiply by negativea < b, c < 0 ⟹ ac > bcThe direction reverses. This is the single most common mistake in the subject.
Take reciprocals0 < a < b ⟹ 1/a > 1/bReverses, but only when both sides share a sign. Across zero it fails entirely.
Square both sidesa < b ⇏ a² < b²Not valid in general: −3 < 2 but 9 > 4. Only safe when both sides are non-negative.
Quadratic, a > 0ax² + bx + c < 0 ⟹ r₁ < x < r₂Opens upwards, so it is negative between the roots.
Quadratic, a < 0ax² + bx + c < 0 ⟹ x < r₁ or x > r₂Opens downwards, so it is negative outside the roots.
No real rootsb² − 4ac < 0The expression never crosses zero, so the answer is all reals or nothing.
Absolute, less than|u| < c ⟺ −c < u < cOne interval. The two conditions hold together, so this is an AND.
Absolute, greater than|u| > c ⟺ u < −c or u > cTwo rays. The conditions are alternatives, so this is an OR.
Absolute, negative side|u| < c with c < 0No solution. An absolute value is never negative. With > it is instead all reals.
RationalP(x)/Q(x) < 0Never multiply by Q — its sign is unknown. Use a sign chart on the zeros of P and Q.
Excluded pointQ(x) = 0Always excluded from the answer, whether the inequality is strict or not.
Interval notation( ) excludes, [ ] includesA strict inequality gives round brackets; ≤ and ≥ give square ones. ∞ is always round.

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE ALGEBRA CALCULATORS

Was this calculator helpful?

Last updated: August 3, 2026 · Linear, quadratic, absolute value and rational · Every answer checked by sampling against the inequality itself.