Graphing Linear Equations: Methods, Steps, and Examples

Graphing Linear Equations: Methods, Steps, and Examples

TL;DR

Graphing linear equations means plotting the straight line that satisfies an equation like y=mx+b. This article walks through the three main methods — slope-intercept, table of values, and intercepts — with worked examples and the mistakes that produce a crooked or misplaced line.

What Does Graphing a Linear Equation Mean?

Graphing a linear equation means drawing the set of all points (x,y) that make the equation true. Because the equation is linear — every variable appears only to the first power — those points always fall on a single straight line.

A linear equation in two variables can be written as y=mx+b (slope-intercept form) or Ax+By=C (standard form). Here m is the slope (how steep the line is) and b is the y-intercept (where the line crosses the y-axis). Two points are enough to draw the whole line, because exactly one straight line passes through any two distinct points.

Methods of Graphing Linear Equations

There are three standard methods. They all end at the same line; you pick whichever matches the form the equation arrives in.

Method 1: Slope-Intercept

Put the equation in the form y=mx+b. Plot the y-intercept (0,b), then read the slope m=\dfrac{\text{rise}}{\text{run}} and step from that first point to a second one. Draw the line through both. This is the fastest method when the equation is already solved for y.

Method 2: Table of Values

Choose a handful of x-values, substitute each into the equation to compute y, and record the (x,y) pairs in a table. Plot the points and connect them. This method works for any equation form and checks itself, because a linear equation forces every point onto one straight line.

Method 3: Intercepts

Find where the line crosses each axis. Set x=0 and solve for y to get the y-intercept; set y=0 and solve for x to get the x-intercept. Plot those two crossing points and draw the line. This is often quickest for standard form Ax+By=C.

Horizontal and Vertical Lines

Two special cases break the usual slope-intercept mould, and both are worth recognising on sight.

Where Graphing Lines Earns Its Keep

Graphing a linear equation is the first place algebra turns visual — and the picture answers questions the equation alone hides.

The destination is bigger than one line: once you can graph one equation, you can graph a system, find where lines meet, and solve real problems by looking rather than only calculating.

Examples of Graphing Linear Equations

The examples move from the quickest method to a trickier standard-form case.

Example 1

Graph y=2x+1 using slope-intercept form.

Read off the parts: slope m=2, y-intercept b=1. Plot the y-intercept at (0,1). Slope 2=\dfrac{2}{1}, so rise 2, run 1: from (0,1) move to (1,3). Draw the straight line through (0,1) and (1,3).

Example 2

Graph 2x+3y=6. A student rushes and plots (0,6) and (6,0). Is that right?

Here is the tempting shortcut first.

The student reads the numbers 2, 6 and 3, 6 off the equation and treats 6 as both intercepts, plotting (0,6) and (6,0).

Watch it fail. Substitute (0,6): 2(0)+3(6)=18≠6. The correct way — set each variable to 0 in turn. Let x=0: 3y=6, so y=2. Point (0,2). Let y=0: 2x=6, so x=3. Point (3,0). Plot (0,2) and (3,0), then draw the line.

Example 3

Graph y=−12x+4 using slope-intercept form.

Slope m=−12, y-intercept b=4. Plot (0,4). Rise −1, run 2: move down 1, right 2, reaching (2,3). Draw the line through (0,4) and (2,3); it slopes downward because m is negative.

Example 4

Graph y=3x−2 using a table of values.

Choose x-values and compute y.

x y=3x−2 Point
-1 -5 (−1,−5)
0 -2 (0,−2)
1 1 (1,1)
2 4 (2,4)

Plot the four points and connect them; they line up perfectly straight.

Example 5

Graph the horizontal line y=3.

There is no x term, so y=3 no matter what x is. Every point has height 3: (−2,3), (0,3), (2,3). Draw a horizontal line through y=3. Its slope is 0.

Example 6

Graph the vertical line x=−2.

Here x is fixed at −2 and y can be anything. Points: (−2,−1), (−2,0), (−2,2). Draw a vertical line through x=−2. Its slope is undefined — this is not a function, but it is still a valid linear equation.

Where Graphing Goes Sideways

Mistake 1: Misreading the slope from standard form

Where it slips in: Seeing 2x+3y=6 and reading the slope as 2 without rearranging.

Don't do this: Assume the number in front of x in Ax+By=C is the slope.

The correct way: Solve for y first: 3y=−2x+6, so y=−\dfrac{2}{3}x+2; the slope is −\dfrac{2}{3}, not 2.

Mistake 2: Plotting rise and run in the wrong direction

Where it slips in: With a negative slope, students move down and left, or up and right, doubling the sign.

Don't do this: For slope −\dfrac{1}{2}, move down 1 and left 2 (that gives a positive slope).

The correct way: Fix the run to the right, and let the sign live in the rise: for −\dfrac{1}{2}, run right 2, rise down 1.

Mistake 3: Drawing a line through only one point

Where it slips in: Plotting the y-intercept and eyeballing the rest without a second point.

Don't do this: Draw a line from one point at a guessed angle.

The correct way: Always plot at least two points (three is safer as a check), then connect them.

Conclusion