Kahibaro
Discord Login Register

4.2.1 Graphical method

When solving a system of linear equations, the graphical method means drawing the graphs of the equations and using the picture to find their common solution(s). This chapter focuses on how to do that and what the different pictures mean.

Linear equations as lines in the plane

In two variables $x$ and $y$, a linear equation like
$$
y = 2x + 1
$$
or
$$
2x - 3y = 6
$$
represents a straight line on the coordinate plane.

In earlier chapters, you learn about slope, intercepts, and how to graph a line. Here we will assume you can already graph each equation and focus on using those graphs to solve systems.

A system of two linear equations in two variables looks like:
$$
\begin{cases}
\text{Equation 1} \\
\text{Equation 2}
\end{cases}
$$
Each equation has its own line. The graphical method is about how these two lines relate to each other.

The idea of the graphical method

The solution to a system of linear equations in two variables is an ordered pair $(x, y)$ that makes both equations true at the same time.

On a graph, this means:

In summary:

Step-by-step: solving by graphing

Here is a practical outline of how to solve a system by graphing.

Consider:
$$
\begin{cases}
y = x + 1 \\
y = -x + 5
\end{cases}
$$

  1. Write each equation in a graphable form

The slope–intercept form $y = mx + b$ is especially convenient, because it clearly shows the slope $m$ and the $y$-intercept $b$.

In our example, both are already in slope–intercept form:

  1. Plot each line

For each equation:

For $y = x + 1$:

For $y = -x + 5$:

  1. Find the intersection point

On the graph, locate the point where the two lines cross. Suppose your drawing shows them crossing at $(2, 3)$.

  1. Read the solution from the graph

The intersection is $(2, 3)$, so the solution to the system is:
$$
x = 2,\quad y = 3.
$$

  1. (Recommended) Check the solution

Substitute $x = 2$, $y = 3$ back into each equation:

Since $(2,3)$ satisfies both, it is indeed the solution.

Types of solutions you can see on the graph

Depending on how the lines are positioned, a system of two linear equations can have:

  1. One solution (lines intersect once)
  2. No solution (lines are parallel and distinct)
  3. Infinitely many solutions (lines are the same line)

These three cases show up very clearly when you graph.

1. One solution: intersecting lines

If the two lines cross at a single point, the system has exactly one solution.

Example:
$$
\begin{cases}
y = 2x - 1 \\
y = -x + 5
\end{cases}
$$

Graphing:

On the plane, these meet at a point, say $(2, 3)$ (the exact intersection can also be found algebraically, but here we are focusing on the picture).

Interpretation:

2. No solution: parallel lines

If the two lines never meet (they are parallel), there is no point that lies on both lines. The system has no solution.

Example:
$$
\begin{cases}
y = 3x + 1 \\
y = 3x - 4
\end{cases}
$$

Graphing:

Two lines with the same slope and different intercepts are parallel. On the graph, they run side by side and never intersect.

Interpretation:

In symbols, sometimes you will see this written as “no solution” or using the empty set symbol $\varnothing$.

3. Infinitely many solutions: the same line

If the two equations actually describe the same line, every point on that line is a solution to both equations, so there are infinitely many solutions.

Example:
$$
\begin{cases}
y = -\dfrac{1}{2}x + 2 \\
x + 2y = 4
\end{cases}
$$

Rewrite $x + 2y = 4$ into $y$-form:
$$
x + 2y = 4 \\
2y = -x + 4 \\
y = -\dfrac{1}{2}x + 2
$$

Both equations are the same when simplified. Graphing them will give just one line; you won’t see two separate lines.

Interpretation:

Recognizing the case from the equations

Although this chapter focuses on graphs, it is useful to connect the picture with the algebraic form.

Putting both equations in slope–intercept form $y = mx + b$:

On a graph, these three cases appear as: intersecting lines, parallel lines, or overlapping lines.

Accuracy and limitations of the graphical method

The graphical method is visual and helps build intuition, but it has some limitations:

  1. Accuracy depends on your drawing

If your graph is hand-drawn on paper, it is easy to be slightly off, especially if:

You may only get an approximate solution, like “the intersection looks close to $(1.3, 2.7)$,” rather than an exact pair.

  1. Harder for large or awkward numbers

Systems with very large or very small coefficients or solutions may force you to:

  1. Not practical beyond two variables

Graphing works clearly with two variables (a plane). With three variables, you would need to visualize planes in 3D space. Beyond three variables, you cannot visualize directly. For larger systems, algebraic methods (like substitution or elimination) are more practical.

Because of these issues, the graphical method is often used:

For precise answers, especially with non-integer solutions, the substitution and elimination methods are usually preferred.

Using technology for graphing

Graphing calculators, computer software, and online graphing tools can:

When using technology:

  1. Enter each equation in a graphable form, often $y = \dots$.
  2. Plot both on the same coordinate plane.
  3. Use built-in features (like “intersect”) to calculate the exact coordinates of the intersection point.
  4. Interpret these coordinates as the solution of the system.

This combines the visual intuition of the graphical method with the accuracy of algebraic computation.

Interpreting graphs in word problems

In word problems, each equation often represents a real-world relationship, like cost, distance, or quantity. When you graph these:

For example, if:

then the intersection point’s $x$-coordinate might tell you the number of hours at which the two plans cost the same, and the $y$-coordinate gives that common cost.

The steps are the same:

  1. Write equations from the problem.
  2. Graph them.
  3. Find and interpret the intersection point based on the context.

Summary

Views: 65

Comments

Please login to add a comment.

Don't have an account? Register now!