Point-Slope and Slope-Intercept Forms

A Line Is an Equation

A line is not just a picture. It is an equation that every point on the line obeys. There are two forms worth knowing, and each is best in a different situation.


Slope-Intercept Form

The most common form packs two facts into one tidy equation:

y=mx+by = mx + b

  • mm is the slope
  • bb is the y-intercept, the height where the line crosses the yy-axis (at x=0x = 0)

The animation shows what each letter does. bb slides the whole line up and down. mm tilts it. Change one and the other stays put.

You can read a line straight off this form:

y=2x+3slope 2,  crosses the y-axis at 3y = 2x + 3 \quad\Rightarrow\quad \text{slope } 2, \; \text{crosses the } y\text{-axis at } 3


Point-Slope Form

Sometimes you do not know the yy-intercept. You just know one point on the line and its slope. Point-slope form is built for exactly that:

yy1=m(xx1)y - y_1 = m(x - x_1)

Here (x1,y1)(x_1, y_1) is the known point and mm is the slope. It comes straight from the slope formula, rearranged so nothing is divided.

Example: a line through (2,5)(2, 5) with slope 33:

y5=3(x2)y - 5 = 3(x - 2)


Converting Between Them

Point-slope is easy to write down; slope-intercept is easy to read. Expand one to get the other.

Starting from the example above:

y5=3(x2)y5=3x6y=3x1\begin{aligned} y - 5 &= 3(x - 2) \\[0.5em] y - 5 &= 3x - 6 \\[0.5em] y &= 3x - 1 \end{aligned}

Now the slope (33) and yy-intercept (1-1) are both in plain sight.


Which Form to Use

You knowReach for
slope and yy-interceptslope-intercept, y=mx+by = mx + b
a point and the slopepoint-slope, yy1=m(xx1)y - y_1 = m(x - x_1)

Write it in point-slope, then expand to slope-intercept whenever you want the numbers laid bare.