Graphing System of Inequalities- Solution Methods
What Is a System of Inequalities?
A system of inequalities is just two or more inequalities graphed on the same coordinate plane. The solution isn't a single point—it's the region where all inequalities overlap. That's it. Nothing fancy.
You see these in optimization problems, linear programming, and real-world constraints like budgets or resource limits. If you've ever had to stay under a budget and above a minimum requirement, you've worked with systems of inequalities.
Graphing a Single Inequality First
Before tackling systems, you need to graph one inequality correctly. Most students mess this up because they skip the basics.
Step 1: Treat It Like an Equation
Convert the inequality to an equation and graph the line. Use the slope-intercept form (y = mx + b) or intercepts—whichever is faster.
Step 2: Choose the Right Line Type
This trips people up constantly.
- Dashed line → strictly greater than (>) or less than (<)
- Solid line → greater than or equal to (≥) or less than or equal to (≤)
Step 3: Test a Point
Pick a test point not on the line—the origin (0,0) works most of the time. Plug it into the inequality. True? Shade that side. False? Shade the other side.
That's the whole process. If you're shading the wrong region, you either used the wrong line type or tested the wrong point.
Graphing the System: The Overlap Method
Once you can graph individual inequalities, systems are just layering them together.
The Process
- Graph each inequality separately on the same coordinate plane
- Keep track of which shading belongs to which inequality
- Find the region where all shadings overlap
- That overlapping region is your solution set
What If Nothing Overlaps?
Then the system has no solution. This happens. It means the constraints can't all be satisfied simultaneously. A budget of $50 and a minimum spend of $75, for example, will never work.
What If the Overlap Is Unbounded?
The solution region might extend infinitely in one or more directions. That's fine—it's still a valid solution set. Just make sure you shade the correct unbounded region.
Practical Example
Let's graph this system:
y ≥ 2x + 1
y < -x + 4
Step 1: Graph y ≥ 2x + 1
First inequality: solid line (≥), slope 2, y-intercept 1. Test (0,0): 0 ≥ 2(0) + 1 → 0 ≥ 1 → false. Shade above the line.
Step 2: Graph y < -x + 4
Second inequality: dashed line (<), slope -1, y-intercept 4. Test (0,0): 0 < -0 + 4 → 0 < 4 → true. Shade below the line.
Step 3: Find the Overlap
The solution is the region above the first line and below the second line. This creates a bounded wedge shape. Any point in that wedge satisfies both inequalities.
Test the point (1, 2):
2 ≥ 2(1) + 1 → 2 ≥ 3 → false. So (1,2) is NOT in the solution.
Test (1, 1.5):
1.5 ≥ 2(1) + 1 → 1.5 ≥ 3 → false. Still not in.
Test (0.5, 2):
2 ≥ 2(0.5) + 1 → 2 ≥ 2 → true
2 < -0.5 + 4 → 2 < 3.5 → true
(0.5, 2) is in the solution.
Solution Methods Comparison
| Method | Best For | Speed | Accuracy |
|---|---|---|---|
| Graphical | Visual learners, simple systems | Fast for 2-variable problems | Depends on graph precision |
| Test Point | Checking specific solutions | Quick verification | Very accurate |
| Corner Point | Linear programming optimization | Moderate | Exact values |
| Substitution | Solving systems algebraically first | Slower, more steps | High accuracy |
Common Mistakes That Ruin Your Graph
- Using solid lines for strict inequalities — This is the most common error. Solid lines mean "or equal to." If you see > or <, the line must be dashed.
- Shading the wrong side — Always test a point. Don't guess based on the slope direction.
- Forgetting to graph all inequalities — Each inequality gets its own graph on the same coordinate plane.
- Not shading—only drawing lines — The shading defines the solution region. Lines alone don't show which side is included.
- Misidentifying the overlap — The solution is where all shaded regions intersect, not just any two.
How to Graph a System of Inequalities: Quick Start
- Rewrite each inequality in slope-intercept form (y = mx + b) if needed
- Draw the boundary line — solid for ≤/≥, dashed for
- Test the point (0,0) or another simple point not on the line
- Shade the correct half-plane based on the test result
- Repeat for each inequality in the system
- Identify the overlap — this is your solution region
- Verify by plugging a point from the overlap into all inequalities
When to Use Graphing vs. Algebraic Methods
Graphing works well when you have two variables and need a visual sense of the solution space. It's fast and intuitive for simple systems.
Algebraic methods (substitution, elimination) become necessary when:
- You're solving for specific intersection points
- The system has three or more variables
- You need exact values rather than an approximate region
For most classroom problems involving two-variable systems, graphing gets you the answer faster. For real optimization problems, you'll usually combine both approaches.
Checking Your Work
After graphing, always verify. Pick a point inside your shaded overlap and plug it into every inequality. It must satisfy all of them.
Then pick a point outside the overlap (but still on the graph) and verify it fails at least one inequality. This confirms you shaded the right region.
If a point inside your solution fails an inequality, you made an error. Go back and check your line type and shading direction.