Point-Slope Form With Two Points, Step by Step

When a problem gives you two points and no slope, point-slope form still works. You just add one step at the front: find the slope, then follow the usual method. Here’s the whole process with examples.

Why Two Points Need an Extra Step

Point-slope form is built from a slope and a point. Two points give you the point easily, but they don’t hand you the slope directly, so you have to calculate it first. Once you’ve got the slope, the rest is identical to any other point-slope problem.

Step 1: Find the Slope From Two Points

Use the slope formula, which measures rise over run between the two points:

m = (y₂ − y₁) / (x₂ − x₁)

For (1, 2) and (4, 8), that’s m = (8 − 2) / (4 − 1) = 6 / 3 = 2.

Step 2: Pick One Point as (x₁, y₁)

Choose either point. It genuinely doesn’t matter which, since both lie on the line. Let’s use (1, 2).

Step 3: Write the Point-Slope Equation

Substitute the slope and your chosen point into the formula:

y − 2 = 2(x − 1)

That’s the point-slope form of the line through those two points.

Worked Example

Find the point-slope equation through (−2, 1) and (2, 9). Slope: m = (9 − 1) / (2 − (−2)) = 8 / 4 = 2. Using (−2, 1), and remembering that subtracting −2 flips to plus:

y − 1 = 2(x + 2)

Does It Matter Which Point You Pick?

No, and here’s the proof. Using (1, 2) we got y − 2 = 2(x − 1). Using (4, 8) we’d get y − 8 = 2(x − 4). Solve both for y and each becomes y = 2x, so they’re the same line. That’s a quick way to double-check yourself.

Check It With the Calculator

Switch the calculator to its Two Points tab, type both points, and it’ll show the slope and the equation. For more practice, see the worked examples or review the three-step method.

Frequently asked questions

How do you write point-slope form with two points?
Find the slope with m = (y₂ − y₁) / (x₂ − x₁), then pick either point as (x₁, y₁) and substitute into y − y₁ = m(x − x₁).
Which point do you use in point-slope form?
Either one. Both points sit on the same line, so both give a correct equation. They look different but describe the same line.
Do you need the slope formula first?
Yes. Point-slope form needs a slope, and two points don’t give it to you directly, so you calculate the slope before you substitute.
Will both points give the same line?
Yes. If you simplify each version to slope-intercept form, they turn into the exact same equation, which is a great way to check your work.

Try it with your two points