Free Algebra Guide

Point-Slope Form: y − y₁ = m(x − x₁)

Learn how point-slope form uses a slope and one known point to describe a line, how negative coordinates affect the signs, and how to convert point-slope form into other linear equation forms.

Point-slope form is one of the most useful ways to write the equation of a line when you know its slope and one point on the line. Instead of needing the y-intercept first, point-slope form lets you work directly with the information you already have.

The formula is y − y₁ = m(x − x₁). The value m represents the slope, while (x₁, y₁) represents any known point on the line. Once you understand how those pieces fit together, point-slope form becomes a straightforward bridge between slope, coordinates, graphs, and other forms of linear equations.

One Point Plus One Slope

What Is Point-Slope Form?

Point-slope form is a way to write the equation of a nonvertical line when you know the line's slope and at least one point that lies on it.

Point-Slope Form y − y₁ = m(x − x₁)

The formula may look more complicated than slope-intercept form at first, but its structure is very direct. The slope is multiplied by the horizontal change from a known point, while the left side represents the corresponding vertical change from that same point.

m

The Slope

The value m tells how y changes relative to x. It is the same slope used in y = mx + b.

(x₁, y₁)

A Known Point

The coordinates x₁ and y₁ come from any point known to lie on the line.

Example: slope 3 through (2, 5)

Start with:

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

Substitute m = 3, x₁ = 2, and y₁ = 5:

y − 5 = 3(x − 2)

That equation describes the line with slope 3 that passes through the point (2, 5).

The central idea is simple: point-slope form combines one known point with the slope of the line.

Read Each Piece Carefully

What Do m, x₁, and y₁ Mean?

In point-slope form, m is the slope and (x₁, y₁) is a known point on the line.

Point-Slope Form y − y₁ = m(x − x₁)
m

Slope

The slope tells you the line's rate of change and direction.

x₁

X-Coordinate

x₁ is the x-coordinate of the known point. It appears inside the parentheses as x − x₁.

y₁

Y-Coordinate

y₁ is the y-coordinate of the known point. It appears on the left as y − y₁.

(x₁, y₁)

One Point on the Line

The coordinates must come from the same point. Do not mix an x-coordinate from one point with a y-coordinate from another.

Example: y − 4 = 3(x + 2)

The coefficient outside the parentheses is m = 3. The equation uses the point (−2, 4), because x + 2 is really x − (−2).

The Most Common Source of Mistakes

Why Do the Signs in Point-Slope Form Seem Backward?

Point-slope form always uses subtraction:

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

That means a negative coordinate creates a double negative, which simplifies to addition.

Coordinate Substitute Into Formula Simplified Expression
x₁ = 3 x − (3) x − 3
x₁ = −3 x − (−3) x + 3
y₁ = 5 y − (5) y − 5
y₁ = −5 y − (−5) y + 5

The Sign You See Is Not Always the Coordinate Sign

If the equation contains:

y + 4 = 2(x − 3)

then y₁ = −4, not 4. The plus sign appears because y − (−4) = y + 4.

When identifying a point, think: “What value would have been substituted into the original subtraction formula?”

Read a Point-Slope Equation

How to Identify the Slope and Point

To identify the parts of a point-slope equation, compare it directly with y − y₁ = m(x − x₁).

Example y − 6 = −2(x + 1)
1. Find m
The coefficient multiplying the parentheses is −2, so m = −2.
2. Find x₁
x + 1 means x − (−1), so x₁ = −1.
3. Find y₁
y − 6 already matches the formula, so y₁ = 6.
4. State the point
The known point is (−1, 6).
Equation m Point
y − 4 = 3(x − 2) 3 (2, 4)
y + 5 = 2(x − 1) 2 (1, −5)
y − 7 = −4(x + 3) −4 (−3, 7)
y + 2 = −(x + 6) −1 (−6, −2)

Substitute Into the Formula

How to Write Point-Slope Form From a Point and Slope

If you are given a slope and one point, writing point-slope form is a direct substitution process.

Given m = 2     point = (−3, 5)
1. Start with the formula
Write y − y₁ = m(x − x₁).
2. Substitute m
Replace m with 2.
3. Substitute the point
Use x₁ = −3 and y₁ = 5: y − 5 = 2(x − (−3)) .
4. Simplify signs
x − (−3) becomes x + 3.
Final Equation y − 5 = 2(x + 3)

Do You Have to Convert It?

No. If the problem asks for point-slope form, y − 5 = 2(x + 3) is already a complete answer. You only convert to another form if the problem specifically asks you to.

See What the Formula Represents

Point-Slope Form on a Graph

Consider the equation y − 1 = 2(x − 2). This tells us immediately that the line passes through (2, 1) and has slope 2.

Known Point (2, 1)
Slope 2 = 2/1
Equation y − 1 = 2(x − 2)
1. Plot the known point
Start at (2, 1).
2. Read the slope
m = 2 means rise 2 and run 1.
3. Find another point
From (2, 1), move up 2 and right 1 to reach (3, 3).
4. Draw the line
Draw the line through both points and extend it in both directions.
Unlike slope-intercept form, the starting point does not need to be on the y-axis. Point-slope form can begin from any known point on the line.

Find m First

How to Write Point-Slope Form From Two Points

If you are given two points instead of a slope, first calculate the slope using the slope formula. Then use either original point in point-slope form.

Given (1, 2)     and     (4, 8)
1. Find the slope
Use m = (y₂ − y₁) / (x₂ − x₁) .
2. Substitute the coordinates
m = (8 − 2) / (4 − 1)
3. Simplify
m = 6/3 = 2 .
4. Choose either point
Use either (1, 2) or (4, 8).
5. Write point-slope form
Using (1, 2): y − 2 = 2(x − 1) .

Using the Other Point Is Also Correct

If you use (4, 8), you get y − 8 = 2(x − 4). Both equations describe the same line.

More Than One Correct Form

Which Point Should You Use?

If several points are known to lie on the same line, you can use any one of them in point-slope form.

That means the same line can have several different-looking point-slope equations.

Point Used Slope Point-Slope Equation
(1, 2) 2 y − 2 = 2(x − 1)
(4, 8) 2 y − 8 = 2(x − 4)

Why Are Both Correct?

Both equations use the same slope and a point on the same line. If you convert either one to slope-intercept form, both simplify to the same equation.

Distribute, Then Isolate y

How to Convert Point-Slope Form to Slope-Intercept Form

Point-slope form and slope-intercept form can represent the same line. To convert from point-slope form to y = mx + b, distribute the slope and then solve for y.

Start y − 2 = 3(x − 4)
1. Distribute
Multiply 3 by both terms: y − 2 = 3x − 12 .
2. Isolate y
Add 2 to both sides: y = 3x − 10 .
3. Check the form
The equation now matches y = mx + b.
Final Slope-Intercept Form y = 3x − 10

Keep the Current Equation Visible

Work from the equation you created in the previous step. After distributing, continue from y − 2 = 3x − 12 rather than restarting from the original equation.

The Formula Works the Same Way

Fractional and Negative Slopes in Point-Slope Form

Point-slope form works with integer, fractional, positive, negative, and zero slopes. The substitution process does not change.

Fractional Slope
m = 2 3 , point = (4, 1)

The equation is y − 1 = (2/3)(x − 4) .

Negative Slope
m = −2, point = (3, 5)

The equation is y − 5 = −2(x − 3) .

Negative x-Coordinate
m = 4, point = (−2, 3)

Since x₁ = −2, x − (−2) = x + 2 .

Negative y-Coordinate
m = 1, point = (5, −3)

Since y₁ = −3, y − (−3) = y + 3 .

Separate the Two Types of Signs

The sign of m tells the direction of the line. The signs around x₁ and y₁ come from subtracting the coordinates in the formula. These are related ideas, but they are not the same thing.

Put the Process Together

Worked Point-Slope Form Examples

Identify the Point

y + 4 = 3(x − 2)

  1. The coefficient gives m = 3.
  2. x − 2 gives x₁ = 2.
  3. y + 4 means y − (−4), so y₁ = −4.
  4. The point is (2, −4).
Point + Slope

m = −3, point = (2, 5)

  1. Start with y − y₁ = m(x − x₁).
  2. Substitute m = −3.
  3. Substitute x₁ = 2 and y₁ = 5.
  4. y − 5 = −3(x − 2) .
Double Negative

m = 2, point = (−4, −1)

  1. Substitute the point: y − (−1) = 2(x − (−4)).
  2. Simplify y − (−1) to y + 1.
  3. Simplify x − (−4) to x + 4.
  4. y + 1 = 2(x + 4) .
Two Points

(−1, 2) and (3, 10)

  1. Find the slope: (10 − 2) / (3 − (−1)).
  2. m = 8/4 = 2.
  3. Use the point (−1, 2).
  4. y − 2 = 2(x + 1) .
Convert Form

y + 3 = 4(x − 3)

  1. Distribute: y + 3 = 4x − 12 .
  2. Subtract 3 from both sides.
  3. y = 4x − 15 .
Fractional Slope

m = −2/3, point = (3, 1)

  1. Start with point-slope form.
  2. Substitute m = −2/3.
  3. Substitute the point (3, 1).
  4. y − 1 = (−2/3)(x − 3) .

Watch the Signs

Common Point-Slope Form Mistakes

Most point-slope mistakes are not caused by the formula itself. They happen when coordinates are substituted incorrectly, signs are misread, or the slope formula is used inconsistently.

Mistake 1: Reading the coordinate directly from the visible sign

y + 4 = 3(x − 2)

A common mistake is saying the point is (2, 4).

Remember that point-slope form uses y − y₁. Since y + 4 = y − (−4), the actual point is (2, −4).

Mistake 2: Forgetting the double negative

Suppose the point is (−3, 5).

x − (−3) = x + 3

The x-part of the equation must therefore be (x + 3), not (x − 3).

Mistake 3: Reversing only one subtraction in the slope formula

When finding slope from two points, the subtraction order must stay consistent:

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

You may reverse both differences, but you cannot reverse the numerator without also reversing the denominator.

Mistake 4: Mixing coordinates from two different points

If the points are (1, 3) and (5, 7), do not create the point (1, 7).

The values x₁ and y₁ must come from the same original point.

Mistake 5: Thinking only one point-slope equation can be correct

If two points lie on the same line, either point can be used after the slope is known.

The resulting equations may look different, but they represent the same line.

Mistake 6: Distributing to only the x

When converting:

y − 2 = 3(x − 4)

the 3 must multiply both terms inside the parentheses:

y − 2 = 3x − 12

Writing y − 2 = 3x − 4 would be an incorrect distribution.

Mistake 7: Changing the equation and then going back to the original version

Algebra is a sequence. Once you distribute, the new equation becomes your current equation.

For example, after changing y + 3 = 4(x − 3) into y + 3 = 4x − 12, isolate y from y + 3 = 4x − 12.

A Repeatable Process

A Reliable Point-Slope Form Strategy

Instead of memorizing separate tricks for every problem, use the same basic process each time.

1. Identify what you know
Look for a slope and a point. If you were given two points, calculate the slope first.
2. Write the formula
Start with y − y₁ = m(x − x₁) .
3. Substitute m
Put the slope in front of the parentheses.
4. Substitute one point
Put the x-coordinate in x₁ and the y-coordinate in y₁.
5. Simplify double negatives
Expressions such as x − (−3) become x + 3.
6. Stop or convert
If the problem asks for point-slope form, you are finished. If another form is requested, continue simplifying.
7. Check your result
Verify that your equation has the correct slope and contains the point you were given.

A Useful Mental Shortcut

Think of point-slope form as “y minus the point's y-coordinate equals the slope times x minus the point's x-coordinate.” That keeps the coordinates connected to their correct positions in the formula.

Interactive Practice

Practice Point-Slope Form Step by Step

Use the interactive Point-Slope Form Practice tool to identify the parts of an equation, build equations from a point and slope, work from two points, and convert point-slope form to slope-intercept form.

The tool gives feedback after each step so you can catch sign mistakes before they carry into the rest of the problem.

Open Point-Slope Form Practice

Personalized Math Support

Need Help Making Sense of the Math?

If a concept still feels confusing, you do not have to work through it alone. Tell me what you are studying and where you are getting stuck, and I will help you determine the best next step.