Solution Set Interval Calculator
This calculator helps you find and visualize the solution set for linear inequalities. Whether you're studying algebra, preparing for exams, or solving real-world problems, understanding solution sets is essential for mastering inequalities.
What is a Solution Set?
The solution set of an inequality is the set of all values that satisfy the inequality. For linear inequalities, the solution set is typically an interval or a union of intervals on the real number line.
For example, the inequality \( 2x + 3 > 7 \) has a solution set of all real numbers greater than 2, which can be written in interval notation as \( (2, \infty) \).
Solution sets can be finite (like {3, 5, 7}) or infinite (like all numbers greater than 2). For linear inequalities, infinite solution sets are most common.
Interval Notation
Interval notation provides a concise way to represent solution sets on the real number line. The main types of intervals are:
- (a, b): All numbers between a and b, not including a and b
- [a, b]: All numbers between a and b, including a and b
- (a, b]: All numbers between a and b, not including a but including b
- [a, b): All numbers between a and b, including a but not including b
- (a, ∞): All numbers greater than a
- (-∞, b): All numbers less than b
- (-∞, ∞): All real numbers
For the inequality \( 3x - 5 \leq 10 \), the solution set is \( x \leq 5 \), which in interval notation is \( (-\infty, 5] \).
How to Use This Calculator
To use the calculator:
- Enter the coefficients for x and the constant term in the inequality
- Select the inequality type (<, ≤, >, ≥)
- Click "Calculate" to find the solution set
- View the interval notation and graphical representation
The calculator will show you the solution set in both algebraic and interval notation forms, along with a graph of the solution on the real number line.
Worked Examples
Example 1: Simple Inequality
Solve \( 2x + 3 > 7 \)
- Subtract 3 from both sides: \( 2x > 4 \)
- Divide by 2: \( x > 2 \)
- Solution set: \( (2, \infty) \)
Example 2: Compound Inequality
Solve \( -4 \leq 2x + 1 < 7 \)
- Subtract 1 from all parts: \( -5 \leq 2x < 6 \)
- Divide by 2: \( -2.5 \leq x < 3 \)
- Solution set: \( [-2.5, 3) \)