Inequalities
An equation asks "what value makes these two things equal?" An inequality asks a richer, more realistic question: "what values keep this quantity below a limit, above a threshold, or between two bounds?" Almost every real decision — a budget you must not exceed, a temperature that must stay safe, a dose that must be large enough to work but small enough to be safe — is naturally an inequality, not an equation. Learning to solve them fluently is learning to describe ranges of acceptable answers rather than single points.
The one twist that trips up nearly every student is that inequalities are not just "equations with a different symbol." They carry a hidden rule about direction, and one operation — multiplying or dividing by a negative — flips that direction. Understand why that flip happens and the rest of the topic falls into place.
Learning Objectives
- Solve linear inequalities and state solutions in both inequality and interval notation.
- Apply the sign-flip rule correctly when multiplying or dividing by a negative number, and explain why it is required.
- Solve compound inequalities involving "and" (intersection) and "or" (union).
- Solve absolute-value inequalities by translating them into compound inequalities.
- Solve polynomial and rational inequalities using sign analysis on a number line.
- Graph solution sets accurately, using open and closed circles correctly.
Quick Answer
An inequality compares two expressions with , , , or , and its solution is usually a range of values, not one number. You solve linear inequalities almost exactly like equations, with one critical exception: whenever you multiply or divide both sides by a negative number, you must reverse the inequality symbol. Solutions are written compactly in interval notation, where a square bracket includes an endpoint and a parenthesis excludes it. Compound inequalities combine conditions with "and" (both must hold) or "or" (either may hold). Absolute-value inequalities split into compound inequalities. Polynomial and rational inequalities are solved by finding the values where each factor is zero or undefined, then testing the sign in each resulting interval.
Where It Came From
For most of history, mathematicians worked with equalities. Comparison of magnitudes was expressed in words ("greater than," "less than") going back to Euclid, but there was no compact symbolism. The modern symbols and were introduced by the English mathematician Thomas Harriot, published posthumously in 1631 — the wide end of the wedge points at the larger quantity. The "or equal to" forms and came later, popularized in the 18th and 19th centuries.
But symbols alone do not explain why inequalities became central. Two needs drove that. The first was the maturing idea of the ordered number line: the recognition that the real numbers are not just a set but a totally ordered set, where any two distinct numbers can be compared. Once numbers are laid out in order, "the set of numbers to the left of 7" is as natural an object as "the number 7 itself." The second, and more forceful, driver was optimization. As calculus, economics, and later linear programming developed (culminating in George Dantzig's simplex method in 1947 for allocating scarce wartime resources), the central questions became "maximize profit subject to these resource limits" or "minimize cost while meeting these demands." Every one of those constraints is an inequality. Inequalities are the mathematical language of limits, budgets, and feasibility — which is why they sit at the heart of applied mathematics.
Linear Inequalities and the Sign-Flip Rule
A linear inequality looks like . You may add or subtract any quantity from both sides, and you may multiply or divide both sides by any positive number, all without changing the solution — exactly as with equations.
The one new rule: multiplying or dividing both sides by a negative number reverses the inequality symbol. Here is why, made concrete. Start with a true statement:
Multiply both sides by . If you kept the symbol, you would claim , which is false — is actually to the right of on the number line. To keep the statement true, the symbol must flip:
Negation reflects the number line through zero, reversing left-right order, so it reverses every comparison.
Worked example. Solve .
The solution is all . In interval notation: . Check with : . Correct. Check that fails: is false. Correct.
Interval Notation and Graphing Solution Sets
Interval notation is a compact way to name a range. A square bracket or means the endpoint is included (goes with or ); a parenthesis or means the endpoint is excluded (goes with or ). Infinity always takes a parenthesis, because you never "reach" infinity.
| Inequality | Interval | Graph endpoint |
|---|---|---|
| open circle at 4 | ||
| closed dot at | ||
| closed at , open at 5 |
Graphing on a number line: draw an open circle at an excluded endpoint (strict or ) and a filled dot at an included endpoint ( or ), then shade the region that satisfies the inequality. For you place a filled dot at and shade everything to the left.
Compound Inequalities: "And" versus "Or"
A compound inequality joins two conditions.
- "And" (intersection): both must be true simultaneously. This produces an overlap. The form is shorthand for " and ," giving .
- "Or" (union): at least one must be true. This can produce two separate pieces.
Worked "and" example. Solve . Operate on all three parts at once. Add 1 throughout: . Divide by 3 throughout: . Solution: .
Worked "or" example. Solve or . The first gives ; the second gives . Since either condition suffices, the solution is the union — two disconnected rays with a gap between them.
Absolute-Value Inequalities
The absolute value is distance from zero, and that distance interpretation dictates everything.
- "Less than" means trapped near zero. (with ) means is within distance of zero, so — a single "and" interval.
- "Greater than" means far from zero. means is more than away, so or — a two-piece "or" solution.
Worked example ("less than"). Solve . Rewrite as the compound inequality . Add 3: . Divide by 2: . Solution: .
Worked example ("greater than"). Solve . This splits into or , giving or . Solution: .
One trap to note: if you ever get , there is no solution (distance can never be negative), while is satisfied by all real numbers. Always check the sign of the constant first.
Polynomial and Rational Inequalities: Sign Analysis
For inequalities like you cannot simply "divide across," because you don't know the sign of the variable factors. Instead use sign analysis.
- Move everything to one side so the other side is 0.
- Factor, and find the critical points — where the expression equals 0 (and, for rationals, where it is undefined).
- Mark these points on a number line; they split it into intervals.
- Test one value in each interval to determine the sign of the whole expression there.
- Select the intervals matching your inequality.
Worked polynomial example. Solve . Factor: . Critical points: and . Test each interval:
- : ✓
- : ? No.
- : ✓
Solution: . Endpoints are excluded because the inequality is strict.
Worked rational example. Solve . Critical points: numerator zero at (included, since ), denominator zero at (always excluded — division by zero is undefined). Test intervals:
- : ✓
- : ? No.
- : ✓
Solution: . Note the parenthesis at and the bracket at .
Real-World Applications
- Budgeting and finance: "Total spending must stay at or below $2000" is ; break-even analysis asks when revenue exceeds cost, .
- Engineering tolerances: a machined part with target 50 mm and tolerance mm is exactly the absolute-value inequality .
- Medicine and safety: a drug concentration must stay in a therapeutic window — above the minimum effective level and below the toxic level — a compound inequality.
- Linear programming: maximizing profit subject to labor, material, and time constraints, each written as a linear inequality, is the foundation of operations research and supply-chain optimization.
Common Mistakes
Mistake 1: Forgetting to flip the symbol when dividing by a negative. A student solves and writes . This is wrong because dividing by reverses the order; the correct answer is . Quick self-check: pick a test value from your answer and plug it into the original. Here gives , false — revealing the error.
Mistake 2: Using the wrong bracket type. Writing for wrongly includes the endpoint. A strict inequality (, ) always takes a parenthesis; only and take a bracket. Infinity is never included, so it always gets a parenthesis.
Mistake 3: Including a value that makes a denominator zero. In , a student includes because the region around it tests positive. But makes the expression undefined, so it must always be excluded regardless of the inequality direction. Numerator zeros can be included (for /); denominator zeros never can.
Comparison and Connections
Inequalities are the "ordered" cousins of equations. The mechanics overlap heavily, but the sign-flip rule and the range-valued solutions are what set them apart.
| Feature | Equation | Inequality |
|---|---|---|
| Typical solution | one or few points | a range (interval) |
| Multiply by negative | no special rule | must reverse the symbol |
| Solution display | list of values | interval notation / shaded line |
| Absolute value | gives 2 values | or gives ranges |
Absolute-value inequalities connect directly to the concept of distance and later to limits and error bounds in calculus (the - definition is built entirely from ). Systems of linear inequalities extend into two dimensions as shaded regions of the plane, the setting for linear programming.
Practice Questions
Recall
State the sign-flip rule and give one numeric example proving it is necessary. Answer: When you multiply or divide both sides by a negative number, reverse the inequality. Example: is true, but multiplying by without flipping gives the false ; flipping gives the true .
Understanding
Write in interval notation and describe its graph. Answer: — a filled dot at , an open circle at 6, shaded between them.
Application
Solve . Answer: , i.e. .
Analysis
Solve and explain each endpoint choice. Answer: Critical points: (numerator zero, included since ) and (denominator zero, excluded). Testing intervals shows the expression is on . The bracket at includes the zero of the fraction; the parenthesis at excludes the undefined point.
FAQ
Why does the inequality flip only for negatives and not positives? Multiplying by a positive number scales the number line without reflecting it, so the left-right order is preserved. Multiplying by a negative reflects the line through zero, reversing which number is larger — so the comparison must reverse too.
How do I know if a compound inequality is "and" or "or"? "Less than" absolute-value inequalities and problems phrased "between" are "and" (one interval). "Greater than" absolute-value inequalities and problems using the word "or" produce unions (possibly two pieces). Reading the logic of the problem, not just the symbols, is key.
Can I just multiply out a rational inequality by the denominator? Not safely — because the denominator's sign is unknown, and you would have to flip the inequality only when it is negative. Sign analysis with a number line avoids this trap entirely and is the reliable method.
Why is infinity always a parenthesis? Infinity is not a number you can reach or include; it describes unbounded direction. So it never earns a bracket.
What does "no solution" versus "all real numbers" look like? has no solution (distance can't be negative), written . is true for every , written . Whenever the constant on a inequality is negative, check these two cases before doing algebra.
Quick Revision
- Solve like an equation, but flip the symbol when multiplying/dividing by a negative.
- Interval notation: bracket includes; parenthesis excludes; infinity always .
- (one interval); or (two pieces).
- Polynomial/rational: set to 0, find critical points (denominator zeros always excluded), test each interval.
- Graph: open circle for strict, filled dot for , then shade.
- "And" = intersection (overlap); "or" = union (may be two rays).
Related Topics
Prerequisites
- Algebra overview
- Solving linear equations
- The real number line and ordering
Related Topics
- Absolute value
- Systems of equations and inequalities
- Functions and their graphs
Next Topics
- Quadratic functions and their inequalities
- Linear programming and optimization
- Limits and the - definition (Calculus)