Mathwords logoMathwords

Point-Slope Form — Definition, Formula & Examples

Point-slope form is a way to write the equation of a line when you know its slope and one point on the line. It is written as yy1=m(xx1)y - y_1 = m(x - x_1), where mm is the slope and (x1,y1)(x_1, y_1) is the known point.

Point-slope form is a linear equation format derived from the definition of slope. Given a line with slope mm passing through the point (x1,y1)(x_1, y_1), every other point (x,y)(x, y) on the line satisfies the equation yy1=m(xx1)y - y_1 = m(x - x_1). This form is algebraically equivalent to slope-intercept form and standard form, and it can be converted to either by simplifying and rearranging terms.

Key Formula

yy1=m(xx1)y - y_1 = m(x - x_1)
Where:
  • mm = Slope of the line (rise over run)
  • (x1,y1)(x_1, y_1) = A known point on the line
  • (x,y)(x, y) = Any other point on the line (left as variables)

How It Works

To use point-slope form, you need two pieces of information: a slope mm and a single point (x1,y1)(x_1, y_1) on the line. Substitute these values directly into the template yy1=m(xx1)y - y_1 = m(x - x_1). Pay careful attention to the subtraction signs — if your point has a negative coordinate, subtracting a negative becomes addition. Once you have the equation, you can leave it in point-slope form or distribute and simplify to convert it into slope-intercept form (y=mx+by = mx + b). If you are given two points instead of a slope, first calculate the slope using m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}, then pick either point to plug in.

Worked Example

Problem: Write the equation of a line with slope 3 that passes through the point (2, 5).
Step 1: Identify the slope and the point. Here m=3m = 3 and (x1,y1)=(2,5)(x_1, y_1) = (2, 5).
Step 2: Substitute into the point-slope formula.
y5=3(x2)y - 5 = 3(x - 2)
Step 3: This is the equation in point-slope form. To convert to slope-intercept form, distribute the 3.
y5=3x6y - 5 = 3x - 6
Step 4: Add 5 to both sides to isolate yy.
y=3x1y = 3x - 1
Answer: Point-slope form: y5=3(x2)y - 5 = 3(x - 2). Slope-intercept form: y=3x1y = 3x - 1.

Another Example

This example starts from two points instead of a given slope, and involves a negative coordinate, showing how double negatives simplify.

Problem: Write the equation of the line passing through the points (−1, 4) and (3, −8).
Step 1: Calculate the slope from the two points.
m=843(1)=124=3m = \frac{-8 - 4}{3 - (-1)} = \frac{-12}{4} = -3
Step 2: Choose either point. Using (x1,y1)=(1,4)(x_1, y_1) = (-1, 4), substitute into the formula.
y4=3(x(1))y - 4 = -3(x - (-1))
Step 3: Simplify the double negative inside the parentheses.
y4=3(x+1)y - 4 = -3(x + 1)
Step 4: Optionally convert to slope-intercept form by distributing and adding 4.
y4=3x3    y=3x+1y - 4 = -3x - 3 \implies y = -3x + 1
Answer: Point-slope form: y4=3(x+1)y - 4 = -3(x + 1). Slope-intercept form: y=3x+1y = -3x + 1.

Visualization

Why It Matters

Point-slope form appears constantly in Algebra 1, Algebra 2, and precalculus courses whenever you need to write a line through a specific point. In calculus, the tangent line to a curve at a point is written using point-slope form, since you know the point of tangency and the derivative gives the slope. Professionals in data science, physics, and engineering use it to build linear models from measured data points.

Common Mistakes

Mistake: Flipping the subtraction signs — writing y+y1=m(x+x1)y + y_1 = m(x + x_1) instead of using minus signs.
Correction: The formula always subtracts: yy1y - y_1 and xx1x - x_1. If a coordinate is negative, subtracting a negative produces a plus sign naturally, e.g., x(3)=x+3x - (-3) = x + 3.
Mistake: Using the slope formula result incorrectly by swapping which point's coordinates go where.
Correction: When computing m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}, make sure the same point's coordinates are in the same position (both first or both second). The order of the points does not matter, but it must be consistent in numerator and denominator.
Mistake: Forgetting to distribute the slope to both terms inside the parentheses when converting to slope-intercept form.
Correction: For example, 3(x2)3(x - 2) must become 3x63x - 6, not 3x23x - 2. Multiply the slope by every term inside the parentheses.

Check Your Understanding

Write the equation in point-slope form for a line with slope 2-2 passing through (4,1)(4, 1).
Hint: Plug m=2m = -2, x1=4x_1 = 4, and y1=1y_1 = 1 directly into yy1=m(xx1)y - y_1 = m(x - x_1).
Answer: y1=2(x4)y - 1 = -2(x - 4)
A line passes through (0,3)(0, -3) and (6,9)(6, 9). Write its equation in point-slope form, then convert to slope-intercept form.
Hint: First find the slope with the slope formula. Then choose either point.
Answer: Slope: m=2m = 2. Point-slope: y+3=2(x0)y + 3 = 2(x - 0). Slope-intercept: y=2x3y = 2x - 3.
The equation y+7=5(x3)y + 7 = 5(x - 3) is in point-slope form. What are the slope and the point used?
Hint: Rewrite y+7y + 7 as y(7)y - (-7) to identify y1y_1.
Answer: Slope is 55; the point is (3,7)(3, -7).

Related Terms