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.

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

  1. Graph each inequality separately on the same coordinate plane
  2. Keep track of which shading belongs to which inequality
  3. Find the region where all shadings overlap
  4. 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

How to Graph a System of Inequalities: Quick Start

  1. Rewrite each inequality in slope-intercept form (y = mx + b) if needed
  2. Draw the boundary line — solid for ≤/≥, dashed for
  3. Test the point (0,0) or another simple point not on the line
  4. Shade the correct half-plane based on the test result
  5. Repeat for each inequality in the system
  6. Identify the overlap — this is your solution region
  7. 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:

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.