MATH 1 • ALGEBRA & FUNCTIONS

Solving Systems by Graphing — I can solve systems of linear equations by graphing and interpret the intersection as a solution.

Find where two lines cross on the coordinate plane, and you've found the answer to both equations at once.

Historical Context & Motivation

Long before graphing calculators or computers existed, mathematicians needed ways to find values that satisfied multiple conditions at the same time. Imagine a merchant in ancient Babylon trying to figure out how many bushels of wheat and barley to trade so that both the total weight and total cost come out exactly right. These kinds of problems — where two or more constraints must be satisfied simultaneously — are called systems of equations. The idea of representing equations as lines on a grid and looking for their crossing point grew out of centuries of mathematical discovery.

~200 BCE
Chinese "Nine Chapters"
The ancient Chinese text Jiuzhang Suanshu presented methods for solving systems of linear equations using a procedure similar to what we now call elimination — one of the earliest recorded systematic approaches.
1637
Descartes Invents the Coordinate Plane
René Descartes published his groundbreaking work linking algebra and geometry. By introducing the x-y coordinate system, he made it possible to visualize equations as curves and lines — opening the door to graphical solutions.
1750s
Euler & Systems of Equations
Leonhard Euler formalized methods for solving linear systems and used graphical reasoning to interpret solutions geometrically, building on Descartes' coordinate framework.
1980s
Graphing Calculators Enter Classrooms
The introduction of graphing calculators allowed students to plot equations instantly and visually find intersection points, making the graphical method a standard classroom technique.

The central question this lesson addresses is straightforward: if you have two linear equations, each describing a line in the coordinate plane, how can you use their graphs to find the point (if any) that satisfies both equations simultaneously? That crossing point — the intersection — is the graphical solution to the system.

Core Principles & Definitions

Before we start graphing, let's nail down the key vocabulary and ideas you'll need. A system of linear equations is a set of two or more linear equations that share the same variables. When we solve such a system, we're looking for the ordered pair (x, y) that makes every equation in the system true at the same time. Graphing gives us a visual strategy: plot each line, then read off the coordinates where they meet.

1

System of Equations

Two or more equations considered together. A solution must satisfy every equation in the system, not just one.
2

Solution of the System

The ordered pair (x, y) where the graphs of all equations in the system intersect. It is the set of values that makes every equation true.
3

Slope-Intercept Form

The form y = mx + b, where m is the slope and b is the y-intercept. This form makes it easy to graph a line quickly.
4

Consistent vs. Inconsistent

A consistent system has at least one solution (lines intersect or overlap). An inconsistent system has no solution (lines are parallel and never meet).
5

Independent vs. Dependent

Independent systems have exactly one solution (one intersection point). Dependent systems have infinitely many solutions because both equations describe the same line.
KEY TAKEAWAY
Think of each linear equation as a set of directions to a meeting place. If two friends each follow their own set of directions (their own line), they'll meet up only at the spot where both paths cross — that crossing point is the solution to the system. If the paths are parallel, the friends never meet (no solution). If the paths are identical, the friends are walking the exact same route (infinitely many solutions).

Visual Explanation — Graphing Two Lines

The diagram below shows the system y = 2x − 1 and y = −x + 5 graphed on the same coordinate plane. Notice how the two lines cross at exactly one point: (2, 3). This intersection is the solution because substituting x = 2 into both equations gives y = 3 in each case.

The cyan line represents y = 2x − 1 (slope 2, y-intercept −1) and the violet line represents y = −x + 5 (slope −1, y-intercept 5). The amber dot at (2, 3) marks the intersection — the one point that lies on both lines.

To read the solution from the graph, locate the point where the two lines cross and identify its x- and y-coordinates. In this case, the intersection is at x = 2, y = 3. You can verify this by plugging (2, 3) into both original equations: 3 = 2(2) − 1 = 3 ✓ and 3 = −(2) + 5 = 3 ✓. Both check out, confirming that (2, 3) is the solution to the system.

Mathematical Framework

Every linear equation in two variables can be written in slope-intercept form, which makes graphing straightforward. The two key parameters — slope and y-intercept — tell you exactly where to start and how to draw the line. When you graph two such equations on the same axes, the relationship between their slopes determines whether they intersect.

SLOPE-INTERCEPT FORM
y = mx + b
where m = slope (rise over run), and b = y-intercept (the point where the line crosses the y-axis).
SYSTEM OF TWO LINEAR EQUATIONS
y = m₁x + b₁ and y = m₂x + b₂
At the intersection point, both equations share the same x and y values, so m₁x + b₁ = m₂x + b₂. Solving this for x gives the x-coordinate of the intersection. Substituting back gives the y-coordinate.
INTERSECTION X-COORDINATE
x = (b₂ − b₁) ÷ (m₁ − m₂)
This formula works only when m₁ ≠ m₂ (the lines are not parallel). If m₁ = m₂ and b₁ ≠ b₂, the lines are parallel with no solution. If m₁ = m₂ and b₁ = b₂, the lines coincide with infinitely many solutions.
💡 Why Graph Instead of Calculate?
Graphing is especially useful when you want to see the big picture — how two relationships interact visually. It also helps when equations don't have neat integer solutions; you can estimate where the lines cross. However, graphing can be imprecise when the intersection falls between grid lines, which is why algebraic methods (substitution, elimination) are sometimes preferred for exact answers.

The Three Possible Outcomes

When you graph two lines, there are exactly three things that can happen. Understanding these cases helps you interpret any graph you encounter, even before you pinpoint exact coordinates. The slopes and y-intercepts of the two equations determine which case applies.

Left: one intersection (one solution). Center: parallel lines (no solution — inconsistent). Right: coinciding lines (infinitely many solutions — dependent). The slopes and intercepts determine which case applies.
Summary of the three possible outcomes
CaseNumber of SolutionsSlope ConditionSystem Type
Lines intersectExactly onem₁ ≠ m₂Consistent & independent
Lines are parallelNonem₁ = m₂, b₁ ≠ b₂Inconsistent
Lines coincideInfinitely manym₁ = m₂, b₁ = b₂Consistent & dependent

Worked Example

Let's walk through a complete problem step by step. We'll solve the following system by graphing: y = (1/2)x + 1 and y = −2x + 6.

Solve the System by Graphing
1
Step 1 — Identify Slopes and Y-InterceptsThe first equation, y = (1/2)x + 1, has slope m₁ = 1/2 and y-intercept b₁ = 1. The second equation, y = −2x + 6, has slope m₂ = −2 and y-intercept b₂ = 6. Since the slopes are different (1/2 ≠ −2), we know the lines will intersect at exactly one point.
m₁ = 1/2, b₁ = 1 and m₂ = −2, b₂ = 6
2
Step 2 — Plot the Y-InterceptsStart by plotting the y-intercept of each line. For the first equation, place a point at (0, 1). For the second equation, place a point at (0, 6). These are your starting points for drawing each line.
Points plotted: (0, 1) and (0, 6)
3
Step 3 — Use the Slope to Find a Second PointFor the first line (slope = 1/2), move right 2 units and up 1 unit from (0, 1) to reach (2, 2). For the second line (slope = −2), move right 1 unit and down 2 units from (0, 6) to reach (1, 4). Plot these second points.
Second points: (2, 2) and (1, 4)
4
Step 4 — Draw the Lines and Find the IntersectionDraw a straight line through each pair of points and extend them until they cross. The intersection appears to occur at the point (2, 2). Read the x-coordinate (2) and y-coordinate (2) carefully from the graph.
Intersection point: (2, 2)
5
Step 5 — Verify the SolutionSubstitute x = 2 into both equations. First equation: y = (1/2)(2) + 1 = 1 + 1 = 2 ✓. Second equation: y = −2(2) + 6 = −4 + 6 = 2 ✓. Both equations give y = 2 when x = 2, confirming the solution.
Solution: (2, 2) ✓
⚠️ Always Verify!
Graphing can introduce small errors — especially if the intersection falls between grid lines. Always plug your answer back into both original equations to confirm it's correct. If the values don't check out, re-examine your graph for accuracy.

Strengths & Limitations of Graphing

Graphing is a powerful visual tool, but it's not always the best method. Understanding when graphing shines and when other methods are more practical will help you choose the right approach for each problem.

When to use graphing vs. other methods
StrengthsLimitations
Gives a visual picture of how the two equations relate — you can see whether lines are steep, flat, or parallel at a glance.If the intersection has non-integer coordinates (like (2.7, −1.3)), it's hard to read exact values from a hand-drawn graph.
Helps you quickly identify whether a system has one solution, no solution, or infinitely many solutions.Drawing by hand takes time and precision; sloppy lines lead to incorrect answers.
Builds strong geometric intuition that connects algebra to real-world spatial reasoning.Not efficient for systems with three or more variables, which can't be easily visualized in 2D.
Technology (graphing calculators, Desmos) makes the process fast and precise.Requires access to graphing tools or graph paper for accurate results.
KEY TAKEAWAY
Graphing is like using a map to find where two roads cross: it's great for seeing the big picture and estimating the answer, but if you need the exact GPS coordinates of the intersection, you might prefer algebraic methods like substitution or elimination. All three methods give you the same solution — they're just different tools in your algebra toolkit.

Connection to Advanced Methods

The graphing method you've learned here is the foundation for more powerful techniques. As you advance in math, you'll encounter systems that are harder to graph — equations with fractional coefficients, larger systems with three or more variables, or non-linear systems involving parabolas and circles. The visual intuition you build now carries directly into those more advanced topics.

Graphing vs. algebraic methods
This Lesson: GraphingNext Steps: Algebraic Methods
Plot lines and visually locate the intersectionSubstitution: replace one variable with an equivalent expression from the other equation
Works best with "clean" integer solutionsElimination: add or subtract equations to cancel a variable — works with any coefficients
Limited to 2-variable systems in 2DMatrix methods (Algebra 2 and beyond) handle systems of any size
Provides visual confirmation of solution typeAlgebraic methods can determine solution type from slopes/coefficients alone

In Algebra 2 and pre-calculus, you'll also explore systems involving non-linear equations — such as a line and a parabola, or two circles. The same principle applies: a solution is any point that lies on both graphs. The graphical understanding you develop now makes those more complex systems much easier to visualize and interpret.

Practice Problems

PROBLEM 1CONCEPTUAL
Two linear equations are graphed on the same coordinate plane, and the lines appear to be parallel. What does this tell you about the number of solutions to the system? Explain your reasoning using the concept of slope.
PROBLEM 2BASIC CALCULATION
Solve the system by graphing: y = x + 1 and y = −x + 5. State the solution as an ordered pair.
PROBLEM 3INTERMEDIATE
Solve the system by graphing: y = (2/3)x − 2 and y = −(1/3)x + 4. Explain how you determined the intersection point and verify your answer.
PROBLEM 4APPLIED
A gym offers two membership plans. Plan A costs $20 per month plus $3 per visit, modeled by C = 3v + 20. Plan B costs $50 per month with unlimited visits, modeled by C = 50. Graph both equations with v on the x-axis and C on the y-axis. At how many visits per month do the two plans cost the same? Which plan is cheaper for someone who visits 15 times per month?
PROBLEM 5CRITICAL THINKING
Consider the system: y = 2x + b₁ and y = 2x + b₂. For what values of b₁ and b₂ does this system have (a) no solution, (b) exactly one solution, and (c) infinitely many solutions? Explain why a system of two equations with the same slope can never have exactly one solution.

Lesson Summary

A system of linear equations consists of two or more equations sharing the same variables, and the goal is to find the ordered pair (x, y) that satisfies all equations simultaneously. When you graph each equation as a line on the coordinate plane, the intersection point represents the solution. Writing equations in slope-intercept form (y = mx + b) makes graphing efficient: plot the y-intercept, use the slope to find additional points, then draw the line.

There are exactly three possible outcomes: one solution (lines with different slopes intersect once), no solution (parallel lines with the same slope but different intercepts), or infinitely many solutions (identical lines with the same slope and intercept). Always verify your graphical solution by substituting back into both original equations. Graphing provides powerful visual intuition and directly connects to algebraic methods like substitution and elimination that you'll use for more complex systems.

Varsity Tutors • Math 1 • Solving Systems by Graphing