Point-Slope Form

Point-Slope Form lets you write a line equation when you know the slope and one point; use it to quickly write equations or convert to standard form.

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

Solve a problem with Point-Slope Form

Type the problem. The solver will use Point-Slope Form where Point-Slope Form is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Point-Slope Form takes
mm
x1x_1
y1y_1
xx
yy
Point-Slope Form
SymbolMeaning
mmThe slope of the line, showing how much yy changes when xx increases by 1; if negative, the line falls, and confusing it with the y-intercept produces the wrong equation.
x1x_1The x-coordinate of the known point on the line, expressed as a fixed number that you substitute into the formula; do not confuse it with the variable xx or with other x-values on the line.
y1y_1The y-coordinate of the known point, paired with x1x_1 from the same location; if you accidentally use a y-coordinate from a different point, you will get the equation of the wrong line.
xxThe x-coordinate of any point on the line, serving as the input variable; if you mistake it for x1x_1, you skip the formula and get an incorrect equation.
yyThe y-coordinate of any point on the line, serving as the output variable you solve for; it varies according to the slope mm and changes as xx changes.

When to use it

When you know the slope and at least one point on the line, and you need to find the equation.

Level

Usually taught in: Algebra I · Appears on: SAT

Worked examples

1. Write the equation of a line given slope and one point

Problem

Write the equation of the line with slope 2 that passes through the point (3, 5).
  1. y5=2(x3)y - 5 = 2(x - 3)

    Substitute m=2m = 2, x1=3x_1 = 3, and y1=5y_1 = 5 into the Point-Slope Form yy1=m(xx1)y - y_1 = m(x - x_1).

  2. y5=2x6y - 5 = 2x - 6

    Distribute the slope 2 on the right side: 2(x3)=2x62(x - 3) = 2x - 6.

  3. y=2x1y = 2x - 1

    Add 5 to both sides to isolate yy: y=2x6+5=2x1y = 2x - 6 + 5 = 2x - 1.

Answer: y=2x1y = 2x - 1

This is a direct substitution into Point-Slope Form. Once we distribute and simplify, we get Slope-Intercept Form, which is easy to graph. The y-intercept is 1-1, confirming that the line crosses the y-axis below the origin.

2. Write an equation using negative slope and negative coordinates

Problem

Write the equation of the line with slope 12-\frac{1}{2} that passes through the point (2,4)(-2, 4).
  1. y4=12(x(2))y - 4 = -\frac{1}{2}(x - (-2))

    Substitute m=12m = -\frac{1}{2}, x1=2x_1 = -2, y1=4y_1 = 4 into yy1=m(xx1)y - y_1 = m(x - x_1).

  2. y4=12(x+2)y - 4 = -\frac{1}{2}(x + 2)

    Simplify x(2)x - (-2) to x+2x + 2; subtracting a negative becomes addition.

  3. y4=12x1y - 4 = -\frac{1}{2}x - 1

    Distribute 12-\frac{1}{2} to both terms: 12x=12x-\frac{1}{2} \cdot x = -\frac{1}{2}x and 122=1-\frac{1}{2} \cdot 2 = -1.

  4. y=12x+3y = -\frac{1}{2}x + 3

    Add 4 to both sides: 1+4=3-1 + 4 = 3, so y=12x+3y = -\frac{1}{2}x + 3.

Answer: y=12x+3y = -\frac{1}{2}x + 3

Negative slopes and negative coordinates require careful handling of signs. Point-Slope Form manages this systematically: the subtraction xx1x - x_1 automatically becomes addition when x1x_1 is negative, and distributing a negative fraction preserves the sign throughout. This method avoids arithmetic errors common when jumping straight to Slope-Intercept Form.

3. Find a linear cost equation from usage data

Problem

A phone plan charges a base monthly fee plus $5 per gigabyte of data used. When a customer uses 5 GB, their total bill is $45. Write an equation for the total cost CC (in dollars) as a function of gigabytes used gg.
  1. C45=5(g5)C - 45 = 5(g - 5)

    Identify the slope m=5m = 5 dollars per GB and the data point (g,C)=(5,45)(g, C) = (5, 45). Substitute into CC1=m(gg1)C - C_1 = m(g - g_1) with C1=45C_1 = 45 and g1=5g_1 = 5.

  2. C45=5g25C - 45 = 5g - 25

    Distribute the 5: 5(g5)=5g255(g - 5) = 5g - 25.

  3. C=5g+20C = 5g + 20

    Add 45 to both sides: C=5g25+45=5g+20C = 5g - 25 + 45 = 5g + 20.

Answer: C=5g+20C = 5g + 20

Real-world problems often give you a point (usage, cost) and a rate (slope), making Point-Slope Form natural for building equations from data. The result C=5g+20C = 5g + 20 is Slope-Intercept Form, where the constant 20 is the base monthly fee and the coefficient 5 is the per-GB charge, making it easy to calculate costs for any usage.

Common mistakes

Where Point-Slope Form usually goes wrong
Answer came out wrong
Simplifying y3=2(x4)y - 3 = 2(x - 4) to y3=2x4y - 3 = 2x - 4 without distributing to both terms.
Distribute correctly: 2(x4)=2x82(x - 4) = 2x - 8, so y3=2x8y - 3 = 2x - 8, then y=2x5y = 2x - 5.
Using the point (5,2)(5, 2) with slope 3 to write y5=3(x2)y - 5 = 3(x - 2).
Use the correct order: y2=3(x5)y - 2 = 3(x - 5), which simplifies to y=3x13y = 3x - 13.
Given the points (2,3)(2, 3) and (5,6)(5, 6) on a line with slope 1, using y3=1(x5)y - 3 = 1(x - 5).
Use one complete point: either y3=1(x2)y - 3 = 1(x - 2) or y6=1(x5)y - 6 = 1(x - 5); both simplify to y=x+1y = x + 1.
The mistakeWhy it is wrongThe fix
Simplifying y3=2(x4)y - 3 = 2(x - 4) to y3=2x4y - 3 = 2x - 4 without distributing to both terms.You only applied the slope 2 to xx, not to 4-4; the distributive property requires applying 2 to every term inside the parentheses.Distribute correctly: 2(x4)=2x82(x - 4) = 2x - 8, so y3=2x8y - 3 = 2x - 8, then y=2x5y = 2x - 5.
Using the point (5,2)(5, 2) with slope 3 to write y5=3(x2)y - 5 = 3(x - 2).You swapped the coordinates; the given point is (x1,y1)=(5,2)(x_1, y_1) = (5, 2), not (2,5)(2, 5).Use the correct order: y2=3(x5)y - 2 = 3(x - 5), which simplifies to y=3x13y = 3x - 13.
Given the points (2,3)(2, 3) and (5,6)(5, 6) on a line with slope 1, using y3=1(x5)y - 3 = 1(x - 5).You mixed the y-coordinate from the first point with the x-coordinate from the second; (x1,y1)(x_1, y_1) must come from the same point on the line.Use one complete point: either y3=1(x2)y - 3 = 1(x - 2) or y6=1(x5)y - 6 = 1(x - 5); both simplify to y=x+1y = x + 1.

Tips and when to use something else

  • If you are given two points but no slope, first use the Slope Formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1} to find mm, then apply Point-Slope Form.
  • Point-Slope Form is fastest for writing equations, but converting to Slope-Intercept Form by solving for yy often makes the y-intercept easier to read.
  • Always check your answer by substituting the original point (x1,y1)(x_1, y_1) into your final equation; you should get a true statement.
  • Do not confuse Point-Slope Form with Slope-Intercept Form (y=mx+by = mx + b); use Point-Slope when you know a point and slope, use Slope-Intercept when you know the y-intercept.

Frequently asked questions

What if I am given two points instead of a slope and a point?
Use the Slope Formula to find the slope: m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}. Once you have mm, substitute it and either of your two points into Point-Slope Form to write the equation.
How do I convert Point-Slope Form to Slope-Intercept Form?
Distribute the slope on the right side and then add or subtract y1y_1 to isolate yy. For example, y2=3(x1)y - 2 = 3(x - 1) becomes y2=3x3y - 2 = 3x - 3, then y=3x1y = 3x - 1.
Why use Point-Slope Form instead of Slope-Intercept Form?
Point-Slope Form is faster when you know a point and the slope but not the y-intercept; it avoids needing to solve for bb first. On timed tests, this efficiency saves valuable time.
Can I use any point on the line for (x1,y1)(x_1, y_1)?
Yes! Any point on the line will produce the same equation when fully simplified. For instance, y3=2(x1)y - 3 = 2(x - 1) and y7=2(x3)y - 7 = 2(x - 3) both simplify to y=2x+1y = 2x + 1, showing they represent the same line.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18