Linear inequalities are first-degree inequalities that compare a linear expression to zero or another expression using inequality symbols. Unlike linear equations that have one specific solution, linear inequalities have a range of solutions forming intervals on the number line. They model real-world situations involving constraints, boundaries, and ranges of acceptable values.
| Symbol | Description |
|---|---|
| a, b | Coefficients - constants that determine the boundary point and direction of the inequality solution |
| x | Variable - represents the range of values that satisfy the inequality constraint |
| >, <, ≥, ≤ | Inequality symbols - define the relationship and whether boundary points are included |
| -b/a | Boundary point - critical value that separates solution regions in the inequality |
| (a, b), [a, b] | Interval notation - compact way to express solution ranges with parentheses and brackets |
| ∪, ∩ | Set operations - union (or) and intersection (and) for combining solution sets |
| Sign Flip Rule | Critical principle - inequality direction reverses when multiplying or dividing by negative numbers |
| Solution Set | Range of values - all x-values that make the inequality statement true |
Linear inequalities are visualized on a number line. The solution is a shaded region. For a solution like x > a, an open circle is placed at point 'a' and the line is shaded to the right towards positive infinity. For x ≤ b, a closed (solid) circle is placed at 'b' and the line is shaded to the left. The open circle indicates 'a' is not included, while the closed circle indicates 'b' is included in the solution set.
Unlike equations with single solutions, inequalities have intervals of solutions. These solutions form continuous ranges on the number line or regions in a coordinate plane.
The inequality direction reverses when multiplying or dividing by a negative number. This is a fundamental rule that ensures mathematical consistency across all operations.
Strict inequalities (>, <) exclude boundary points from solutions, represented by open circles or dashed lines. Non-strict inequalities (≥, ≤) include boundary points in solutions, represented by closed circles or solid lines.
If a > b and b > c, then a > c. This property allows for logical chaining of inequalities.
To solve a linear inequality of the form ax + b > c, we isolate the variable x using algebraic properties of inequalities. The process depends critically on the sign of the coefficient a.
Case 1: a is positive (a > 0)
Case 2: a is negative (a < 0)
Business analysts use linear inequalities for budget limits, profit margin requirements, inventory constraints, and feasible production levels in linear programming.
Engineers apply linear inequalities for stress limits, temperature ranges, tolerance specifications, and safety factor requirements in design and manufacturing.
Medical professionals use linear inequalities for safe dosage ranges, acceptable vital sign limits, therapeutic windows, and patient safety protocols.
Data scientists apply linear inequalities for confidence intervals, outlier detection, acceptable error ranges, and statistical hypothesis testing bounds.
Setting Speed Limits
Traffic engineers use inequalities to set speed limits. The speed `s` on a highway might be constrained by `45 ≤ s ≤ 65` mph, meaning drivers must maintain a speed greater than or equal to 45 mph but less than or equal to 65 mph for safety and traffic flow.
Managing Production Quotas
A factory manager needs to ensure daily production `p` meets a minimum target but does not exceed capacity. This can be modeled as `1000 ≤ p ≤ 1500`, where at least 1000 units must be made, but no more than 1500 can be produced due to machine limitations.
Dietary Planning
A nutritionist might advise a client that their daily caloric intake `c` should be at least 1800 calories but no more than 2200. This is expressed as `1800 ≤ c ≤ 2200`, defining the acceptable range for a healthy diet.
| Type | Description | Example |
|---|---|---|
| Strict Inequality | Uses > (greater than) or < (less than). The boundary point is not included in the solution. | `x > 5` |
| Non-strict Inequality | Uses ≥ (greater than or equal to) or ≤ (less than or equal to). The boundary point is included. | `x ≤ -2` |
| Compound 'And' Inequality | Two inequalities joined by 'and', requiring both to be true. Represents an intersection of solution sets. | `x > 1` and `x < 4`, written as `1 < x < 4` |
| Compound 'Or' Inequality | Two inequalities joined by 'or', requiring at least one to be true. Represents a union of solution sets. | `x < 0` or `x > 3` |
| Absolute Value Inequality | An inequality involving an absolute value expression, which often splits into a compound inequality. | `|x - 2| < 5` |
Forgetting to flip the inequality sign is the most common error. Remember: whenever you multiply or divide BOTH sides of an inequality by a NEGATIVE number, the direction of the inequality symbol must be reversed.
Confusing open and closed intervals. Use parentheses `( )` for strict inequalities (>,
Incorrectly handling compound inequalities. For an 'and' inequality like `-2 < x+1 < 5`, you must apply operations to all three parts. For an 'or' inequality, you must solve each part separately and combine the solution sets with a union symbol (∪).