4.3 Solving and Graphing Linear Inequalities
Key Takeaways
- Inequality symbols establish order relationships: $<$ (less than), $>$ (greater than), $\le$ (less than or equal to / at most), and $\ge$ (greater than or equal to / at least).
- Graphing on a 1D number line uses open circles for strict inequalities ($<, >$) to exclude boundary values, and solid circles for inclusive inequalities ($\le, \ge$) to include boundary values.
- Interval notation uses parentheses $(, )$ for unbounded or excluded endpoints and square brackets $[, ]$ for included endpoints; infinity ($-\infty, +\infty$) always takes a parenthesis.
- The fundamental rule of inequality manipulation: multiplying or dividing both sides by a negative number reverses the direction of the inequality symbol ($a < b \iff -a > -b$).
- Compound inequalities combine two conditions: 'AND' inequalities represent overlapping intersections ($a < x < b$), while 'OR' inequalities represent disjoint unions ($x < a \text{ or } x > b$).
Inequality Symbols, Number Line Graphing, and Interval Notation
A linear inequality expresses a relationship of inequality between algebraic expressions. Unlike equations, which typically have a single discrete solution, linear inequalities possess continuous solution sets containing infinitely many real numbers.
Inequality Symbols and Verbal Translations
| Symbol | Meaning | Key English Phrasings | Graphical Boundary Point |
|---|---|---|---|
| $<$ | Less than | "is strictly fewer than", "is below", "is under" | Open Circle (excluded) |
| $>$ | Greater than | "is strictly more than", "exceeds", "is above" | Open Circle (excluded) |
| $\le$ | Less than or equal to | "is at most", "maximum of", "does not exceed", "no more than" | Closed / Solid Circle (included) |
| $\ge$ | Greater than or equal to | "is at least", "minimum of", "no less than", "bottom threshold" | Closed / Solid Circle (included) |
Graphing on a One-Dimensional Number Line
To graph a single-variable inequality along the real number line:
- Plot the Endpoint (Boundary): Draw an open circle if the inequality is strict ($<, >$) or a solid filled circle if the inequality is inclusive ($\le, \ge$).
- Shade the Solution Region:
- If the variable is on the left and the symbol points left ($x < k$ or $x \le k$), shade to the left (toward $-\infty$).
- If the variable is on the left and the symbol points right ($x > k$ or $x \ge k$), shade to the right (toward $+\infty$).
Number Line Graphing Conventions
Strict Inequality: x > 2 (Open Circle at 2, shaded right)
<───┼───┼───┼───┼───┼───○════════════════════════════════════════════════►
-2 -1 0 1 2 3 4 5
(2, ∞)
Inclusive Inequality: x ≤ -1 (Closed Circle at -1, shaded left)
◄═══════════════════●───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───>
-4 -3 -2 -1 0 1 2 3 4 5
(-∞, -1]
Interval Notation Conventions
Interval notation provides a standardized format for writing solution sets using boundary pairs:
- Parentheses $(, )$: Indicate open (excluded) endpoints, strict inequalities ($<, >$), and infinity ($-\infty, +\infty$).
- Brackets $[, ]$: Indicate closed (included) endpoints and inclusive inequalities ($\le, \ge$).
| Inequality Form | Graph Description | Interval Notation |
|---|---|---|
| $x > 4$ | Open circle at $4$, shaded right | $(4, \infty)$ |
| $x \ge -2$ | Solid circle at $-2$, shaded right | $[-2, \infty)$ |
| $x < 7$ | Open circle at $7$, shaded left | $(-\infty, 7)$ |
| $x \le 0$ | Solid circle at $0$, shaded left | $(-\infty, 0]$ |
| $-3 < x \le 5$ | Open circle at $-3$, solid circle at $5$, shaded between | $(-3, 5]$ |
Solving Linear Inequalities and the Sign Reversal Rule
Solving linear inequalities follows the exact same procedures as solving linear equations (distribute, combine terms, isolate variables), with one critical exception.
The Negative Multiplication/Division Rule
The Cardinal Rule of Inequalities: Whenever you multiply or divide both sides of an inequality by a negative number, you MUST reverse (flip) the inequality symbol.
Why the Sign Flips: Geometric Demonstration
Consider the true numerical inequality $2 < 5$:
- On the positive side of the number line, $2$ is to the left of $5$ ($2 < 5$).
- Multiply both sides by $-1$:
- On the negative side of the number line, $-2$ is to the right of $-5$, meaning $-2 > -5$.
- If you did not reverse the sign, you would get the false assertion $-2 < -5$.
Original: 2 < 5 (2 is to the left of 5)
<───┼───┼───┼───┼───┼───┼───┼───●───┼───┼───●───┼───┼───┼───>
-5 -4 -3 -2 -1 0 1 2 3 4 5
▲ ▲
│ │
Multiply by -1: ▼ ▼
<───●───┼───┼───●───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───>
-5 -4 -3 -2 -1 0 1 2 3 4 5
Negated: -5 < -2 or -2 > -5 (Order Inverted!)
Common Inequality Pitfalls to Avoid
- Do NOT flip the sign when adding or subtracting a negative number: In $x - 5 > 2$, adding $+5$ gives $x > 7$. The sign does not flip.
- Do NOT flip the sign when dividing a negative numerator by a positive denominator: In $4x < -20$, dividing by $+4$ gives $x < -5$. The sign remains unchanged because the divisor ($+4$) was positive.
- DO flip the sign when dividing by a negative coefficient: In $-4x < 20$, dividing by $-4$ yields $x > -5$.
Compound Inequalities: Conjunctions (AND) vs. Disjunctions (OR)
A compound inequality combines two distinct inequality statements using either the logical connector AND or OR.
1. Conjunctions ("AND" / Double Inequalities)
A conjunction requires that the variable satisfies both conditions simultaneously. It represents the intersection ($\cap$) of two solution sets. Conjunctions are frequently written in condensed three-part form:
- Graph: A bounded line segment connecting two endpoints.
- Solving 3-Part Inequalities: Perform identical inverse operations on all three parts simultaneously.
Worked Example: Solving a 3-Part Conjunction
- Subtract 4 from all three regions:
- Divide all three regions by $+3$:
- Interval Notation: $[-4, 5)$
2. Disjunctions ("OR")
A disjunction requires that the variable satisfies at least one of the conditions. It represents the union ($\cup$) of two solution sets:
- Graph: Two separate rays pointing outward in opposite directions away from each other.
- Solving Disjunctions: Solve each inequality branch completely independently.
Worked Example: Solving a Disjunction
- Solve Left Branch ($5 - 2x \ge 13$):
- Solve Right Branch ($4x - 7 > 9$):
- Combined Solution: $x \le -4 \text{ or } x > 4$
- Interval Notation: $(-\infty, -4] \cup (4, \infty)$
Step-by-Step Worked Inequality Examples
Example 1: Multi-Step Inequality with Distribution and Negative Division
Problem: Solve the inequality and state the solution set in interval notation:
Solution:
- Distribute across parentheses:
- Combine like terms per side:
- Collect variable terms on the left:
- Subtract 23 from both sides:
- Divide by $-10$ and reverse the inequality sign:
- Interval Notation: $[0, \infty)$
Example 2: Negative Multiplier in a 3-Part Inequality
Problem: Solve the compound inequality:
Solution:
- Subtract 6 from all three parts:
- Divide all three parts by $-4$ and REVERSE BOTH inequality signs:
- Rewrite in standard ascending order (smallest value on left):
- Interval Notation: $[-3, 5)$
What is the complete solution set to the linear inequality 7 - 4(2x - 1) >= 35?
Which interval represents the solution set to the double inequality -5 <= 3x + 4 < 19?
What is the solution to the compound disjunction 4x - 5 <= -17 or 2(x + 3) > 16?
Which inequality represents the solution to -2(3x - 5) + 4 < -16?