Introduction to Compound Inequalities
Compound inequalities are mathematical statements that combine two or more inequalities using logical connectors "AND" or "OR". These powerful tools allow us to describe ranges of values, solve complex problems, and model real-world situations with precision.
Key Concept: A compound inequality joins two simple inequalities to create a more specific condition for a variable.
Example: "The temperature must be between 20°C and 30°C" can be written as: 20 ≤ T ≤ 30
In this comprehensive guide, we'll explore all aspects of compound inequalities, from basic concepts to advanced applications, with interactive tools and real-world examples to help you master this essential algebraic skill.
What Are Compound Inequalities?
Compound inequalities combine two inequality statements using logical operators. The two main types are:
AND Inequalities
Meaning: Both conditions must be true simultaneously
Symbol: ∧ or simply writing both inequalities together
Example: -2 < x < 5 means x > -2 AND x < 5
Solution: Intersection of both solution sets
OR Inequalities
Meaning: At least one condition must be true
Symbol: ∨
Example: x < -2 OR x > 5
Solution: Union of both solution sets
Compound inequalities have the general form:
OR
x < a ∨ x > b (OR inequality)
Where a and b are real numbers, and x is the variable.
Practice real-world inequality problems with the Inequality Calculator.
AND Inequalities (Conjunctions)
AND inequalities, also called conjunctions, require that both conditions be satisfied simultaneously. The solution is the intersection of the individual solution sets.
Example 1: Solve -3 ≤ 2x + 1 < 5
Step 1: Write as two separate inequalities: -3 ≤ 2x + 1 AND 2x + 1 < 5
Step 2: Solve each: -4 ≤ 2x AND 2x < 4 → -2 ≤ x AND x < 2
Step 3: Combine: -2 ≤ x < 2
Solution: x is between -2 and 2, including -2 but not 2
Number Line Visualization: -2 ≤ x < 2
Follow these steps to solve AND inequalities:
- Separate: Write as two separate inequalities
- Solve each: Solve each inequality independently
- Find intersection: Determine values satisfying both
- Write solution: Express in compact form or interval notation
OR Inequalities (Disjunctions)
OR inequalities, also called disjunctions, require that at least one condition be satisfied. The solution is the union of the individual solution sets.
Example 2: Solve x + 3 < 1 OR 2x - 4 > 6
Step 1: Solve first inequality: x + 3 < 1 → x < -2
Step 2: Solve second inequality: 2x - 4 > 6 → 2x > 10 → x > 5
Step 3: Combine with OR: x < -2 OR x > 5
Solution: x is less than -2 OR greater than 5
Number Line Visualization: x < -2 OR x > 5
Follow these steps to solve OR inequalities:
- Solve separately: Solve each inequality independently
- Identify solutions: Determine solution sets for each
- Combine with OR: Take union of both solution sets
- Write solution: Express as separate intervals
Quickly verify your inequality solutions using our Inequality Calculator.
Interval Notation
Interval notation is a concise way to represent solution sets of inequalities. It's widely used in mathematics because of its clarity and compactness.
| Inequality | Interval Notation | Description | Graph |
|---|---|---|---|
| a ≤ x ≤ b | [a, b] | Closed interval (includes endpoints) | ●━━━━━━● |
| a < x < b | (a, b) | Open interval (excludes endpoints) | ○━━━━━━○ |
| a ≤ x < b | [a, b) | Half-open interval | ●━━━━━━○ |
| a < x ≤ b | (a, b] | Half-open interval | ○━━━━━━● |
| x ≥ a | [a, ∞) | Infinite interval | ●━━━━━━→ |
| x < a | (-∞, a) | Infinite interval | ←━━━━━━○ |
Interval Notation Converter
Graphing Compound Inequalities
Graphing compound inequalities on a number line provides visual understanding of the solution set. Different symbols indicate whether endpoints are included or excluded.
Closed Circle ●
Endpoint IS included (≤ or ≥)
Example: x ≥ 3
Open Circle ○
Endpoint is NOT included (< or >)
Example: x < 3
AND Inequality Graph
Segment between endpoints
Example: -1 < x ≤ 2
OR Inequality Graph
Two separate rays
Example: x ≤ -1 OR x > 2
To graph compound inequalities on a number line:
- Draw number line: Include relevant numbers
- Mark endpoints: Use ● for ≤/≥, ○ for >
- Shade solution: For AND: shade between endpoints; For OR: shade outward from endpoints
- Add arrows: For infinite intervals, use arrows
Solve linear and complex inequalities effortlessly using our Inequality Calculator.
Step-by-Step Solving Process
Solving compound inequalities systematically ensures accuracy. Here's a comprehensive approach:
Step 1: Recognize type - This is an AND inequality (compact form)
Step 2: Separate inequalities - 2 < 3x - 4 AND 3x - 4 ≤ 11
Step 3: Solve first inequality - 2 < 3x - 4 → 6 < 3x → 2 < x → x > 2
Step 4: Solve second inequality - 3x - 4 ≤ 11 → 3x ≤ 15 → x ≤ 5
Step 5: Combine solutions - x > 2 AND x ≤ 5 → 2 < x ≤ 5
Step 6: Write in interval notation - (2, 5]
Step 7: Verify - Test x = 3: 2 < 3(3)-4=5 ≤ 11 ✓; Test x = 2: 2 < 3(2)-4=2 ≤ 11 ✗ (2 not > 2)
Step 1: Recognize type - This is an OR inequality
Step 2: Solve first inequality - 2x + 1 < -3 → 2x < -4 → x < -2
Step 3: Solve second inequality - 3x - 2 ≥ 7 → 3x ≥ 9 → x ≥ 3
Step 4: Combine with OR - x < -2 OR x ≥ 3
Step 5: Write in interval notation - (-∞, -2) ∪ [3, ∞)
Step 6: Verify - Test x = -3: 2(-3)+1=-5 < -3 ✓; Test x = 4: 3(4)-2=10 ≥ 7 ✓
Real-World Applications
Compound inequalities model many real-world situations where values must fall within certain ranges or satisfy multiple conditions.
Temperature Control
Scenario: Medicine storage temperature
Condition: Must be between 2°C and 8°C
Inequality: 2 ≤ T ≤ 8
Solution: T in [2, 8] degrees Celsius
Financial Planning
Scenario: Investment allocation
Condition: Between 20% and 40% in stocks
Inequality: 0.20 ≤ S ≤ 0.40
Solution: S in [0.20, 0.40] of portfolio
Speed Limits
Scenario: School zone hours
Condition: Speed ≤ 15 mph (7-9am OR 2-4pm)
Inequality: (7 ≤ t ≤ 9) OR (14 ≤ t ≤ 16)
Solution: t in [7,9] ∪ [14,16] hours
Engineering Tolerance
Scenario: Machine part diameter
Condition: 50mm ± 0.5mm tolerance
Inequality: 49.5 ≤ d ≤ 50.5
Solution: d in [49.5, 50.5] millimeters
Real-World Problem Generator
Solve linear and complex inequalities effortlessly using our Inequality Calculator.
Interactive Compound Inequality Solver
Compound Inequality Solver
Enter any compound inequality and get step-by-step solutions with graphing.
Enter a compound inequality and click "Solve Inequality"
Examples to try:
- -3 ≤ 2x + 1 < 5
- x < -2 OR x > 3
- 1 ≤ 3x - 2 ≤ 7
- 2x + 5 < 1 OR 3x - 4 > 8
Common Mistakes and How to Avoid Them
Understanding common errors helps prevent them. Here are frequent mistakes when working with compound inequalities:
Mistake: Reversing inequality when multiplying/dividing by negative
Example: -2x < 6 → x < -3 (Wrong!)
Correct: -2x < 6 → x > -3 (Reverse sign!)
Mistake: Confusing AND with OR
Example: x > 2 AND x < 5 means 2 < x < 5
Wrong interpretation: Thinking it means x > 2 OR x < 5 (which is all real numbers)
Mistake: Incorrect endpoint inclusion
Example: Graphing x ≥ 3 as ○━━━━→ instead of ●━━━━→
Remember: ≤ or ≥ use closed circles;
Mistake: Writing solution backwards
Example: 2 < x < 5 written as 5 > x > 2
Correct order: Always write from smallest to largest: 2 < x < 5
- Always reverse inequality sign when multiplying/dividing by negative number
- Test endpoints to verify inclusion/exclusion
- Graph solutions to visualize and check work
- Use interval notation for concise, clear answers
- Check solution by testing values in original inequality
Advanced Topics
Beyond basic compound inequalities, several advanced concepts build on this foundation:
Absolute Value Inequalities
|x| < a ⇔ -a < x < a (AND)
|x| > a ⇔ x < -a OR x > a (OR)
-7 < 2x - 3 < 7
-4 < 2x < 10
-2 < x < 5
Quadratic Inequalities
x² - 5x + 6 > 0
(x-2)(x-3) > 0
Solution: x < 2 OR x > 3
(-∞,2): (+)(-) = - ✗
(2,3): (+)(+) = + ✓
(3,∞): (+)(+) = + ✓
Systems of Inequalities
Multiple variables in coordinate plane
y > 2x + 1 AND y ≤ -x + 4
Solution: Region where shaded areas overlap
Find intersection region
Test point (0,0):
0 > 1? ✗ AND 0 ≤ 4? ✓
So (0,0) not in solution
Rational Inequalities
(x+1)/(x-3) ≥ 0
Critical points: x = -1, x = 3
Solution: x ≤ -1 OR x > 3
(-∞,-1]: (-)/(-) = + ✓
(-1,3): (+)/(-) = - ✗
(3,∞): (+)/(+) = + ✓