System of Inequalities Graph- Visual Representation Methods
What Is a System of Inequalities?
A system of inequalities is just two or more inequalities graphed together on the same coordinate plane. The solution isn't a single point—it's the overlapping region where all inequalities are satisfied at once.
That's it. Nothing fancy. You plot each inequality, find where their shaded regions intersect, and that shaded overlap is your answer.
Why Visual Representation Matters
You can solve these algebraically, sure. But graphing gives you instant intuition about the problem. You see the constraints, the feasible region, and whether that region even exists.
Most textbook problems throw two or three inequalities at you and ask you to find the solution set. Graphing makes this trivial. Algebraically? Good luck doing it by hand when you have three variables.
The Basics: Graphing a Single Inequality
Before you can graph a system, you need to know how to graph one inequality. Here's the process:
- Step 1: Treat the inequality sign as an equals sign and graph the boundary line
- Step 2: Determine if the line is solid (≤ or ≥) or dashed (less than or greater than)
- Step 3: Test a point to decide which side to shade
The test point method is dead simple. Pick (0,0) unless it lies on your line. Plug it in. If it makes the inequality true, shade that side. If not, shade the other side.
Example: y ≤ 2x + 3
Graph y = 2x + 3 as a solid line (because of the ≤). Test (0,0): 0 ≤ 2(0) + 3 → 0 ≤ 3. True. Shade below the line.
Example: y > -x + 1
Graph y = -x + 1 as a dashed line (because of >). Test (0,0): 0 > -0 + 1 → 0 > 1. False. Shade the opposite side—above the line.
Graphing a System of Inequalities
Once you can graph individual inequalities, graphing a system is just layering them together.
- Graph each inequality on the same coordinate plane
- Each inequality gets its own shaded region
- The solution is the region where ALL shades overlap
- Regions with no overlap = no solution
The overlapping region might be a triangle, a quadrilateral, an unbounded area, or even empty.
Visual Representation Methods
You have options for how to actually create these graphs. Here's what works:
Hand-Drawing
Graph paper, pencil, ruler. Plot points, draw lines, shade regions. This is what you do in class. It forces you to understand the mechanics.
Downside: it's slow, sloppy lines make precision impossible, and shading neatly is a pain.
Graphing Calculators
TI-84 and similar calculators have built-in inequality graphing features. You enter each inequality, and the calculator shades everything automatically.
Downside: the interface is clunky, you can't see multiple overlapping regions clearly, and you learn less about the math itself.
Desmos
Desmos is free and does everything a graphing calculator does, except better. You type in inequalities, it shades instantly, and you can adjust bounds easily.
Want to see how changing a coefficient affects the solution region? Desmos makes it instant. This is the tool most math teachers are using now.
GeoGebra
GeoGebra is more powerful than Desmos if you need 3D or advanced features. For 2D systems of inequalities, both work. GeoGebra has a steeper learning curve.
Wolfram Alpha
Type "graph y < 2x + 1 and y > -x + 3" and it gives you the visualization. Fast, but not great for exploring how changes affect the solution.
Comparison Table: Graphing Tools
| Tool | Cost | Ease of Use | Best For |
|---|---|---|---|
| Hand-Drawing | Free | Medium | Learning the basics |
| TI-84 Calculator | $100+ | Medium | Standardized tests |
| Desmos | Free | Easy | Quick visualizations, homework |
| GeoGebra | Free | Medium | Advanced work, 3D |
| Wolfram Alpha | Free tier | Easy | Fast answers, checking work |
Common Mistakes to Avoid
Using the wrong line type: Dashed for strict inequalities (< or >), solid for inclusive (≤ or ≥). Forgetting this gives you the wrong answer on tests.
Shading the wrong side: Always test a point. Don't guess based on the inequality sign direction—it's not always intuitive with negative coefficients.
Forgetting to check if lines intersect: Parallel lines with no overlap = no solution. The system has no solution, and that's a valid answer.
Not identifying the corner points: The solution region vertices are often where two boundary lines intersect. Find these by solving the boundary equations as equalities.
How to Find Corner Points
The corner points of the solution region are where two boundary lines meet. To find them:
- Take two boundary line equations
- Set them equal to each other
- Solve for x and y
- Check if that point satisfies all inequalities in your system
Example: Find where y = 2x + 1 and y = -x + 4 intersect. Set 2x + 1 = -x + 4. Solve: 3x = 3, so x = 1. Plug back: y = 2(1) + 1 = 3. Point is (1, 3).
Getting Started: A Practical Example
Graph this system:
y ≥ x - 2
y < -2x + 6
x ≥ 0
Step 1: Graph y = x - 2 as a solid line. Test (0,0): 0 ≥ 0 - 2 → 0 ≥ -2. True. Shade above.
Step 2: Graph y = -2x + 6 as a dashed line. Test (0,0): 0 < -0 + 6 → 0 < 6. True. Shade below.
Step 3: Graph x = 0 as a solid line. This is the y-axis. Test (1,0): 1 ≥ 0. True. Shade right.
Step 4: Find the overlap. The solution region is bounded by these three lines. It's a triangle with vertices at (0, -2), (0, 6), and where y = x - 2 intersects y = -2x + 6.
Find the third vertex: x - 2 = -2x + 6. Solve: 3x = 8, x = 8/3 ≈ 2.67. Then y = 8/3 - 2 = 2/3 ≈ 0.67. Vertex is approximately (2.67, 0.67).
When the Solution Region Is Empty
Sometimes inequalities contradict each other. No point satisfies all constraints simultaneously.
Example: y > 5 and y < 3. These never overlap. When you graph them, you'll see two regions with zero intersection. The system has no solution.
You identify this by graphing and seeing no overlap, or by realizing the constraints are logically impossible.
Real-World Applications
Systems of inequalities aren't just math exercises. They're used for:
- Resource allocation: Maximizing profit given material and labor constraints
- Diet planning: Meeting nutritional requirements while minimizing cost
- Production scheduling: Staying within machine capacity and demand limits
The feasible region is the set of all options that actually work. Everything outside it violates at least one constraint.
Quick Reference: Inequality Graphing Rules
- y > mx + b: dashed line, shade above
- y < mx + b: dashed line, shade below
- y ≥ mx + b: solid line, shade above
- y ≤ mx + b: solid line, shade below
- x > a: dashed vertical line, shade right
- x ≤ a: solid vertical line, shade left
For horizontal lines like y > 3, it's a dashed line through y=3 with everything above shaded. Simple.
Bottom Line
Graphing systems of inequalities is about plotting each inequality, shading each region, and finding where they overlap. The overlapping region is your solution set.
Use Desmos for speed and clarity. Use hand-drawing when you need to understand the mechanics. Know your solid vs. dashed lines. Test points when you're unsure which side to shade.
That's all you need. Practice with five or six problems and it'll be automatic.