Point-slope form is one of 4 lines formulas in the algebra section of this library, and it is used at high school level.
Why point-slope form works
Take the slope statement m = (y - y1)/(x - x1) for a general point (x,y) on the line and multiply both sides by x - x1. Nothing new is being claimed. The equation simply says that the slope measured from the known point to any other point on the line always equals m.
What each symbol means
$m$ is slope and $(x_1,y_1)$ is a point on the line.
Point-slope form: when it holds
Use for nonvertical lines; check by substituting the known point.
When it stops applying
There has to be a point and a slope. Given a vertical line through (3,5) there is no slope value to place in the m slot, so nothing can be substituted; that line is written as x = 3 and this form is skipped entirely.
Point-slope form: a worked example
Slope $-2$ through $(3,5)$ gives $y-5=-2(x-3)$.
The mistake to avoid
What people do: Writing y - 5 = m(x - 3) for the point (3, -5).
Why it goes wrong: The template subtracts the coordinate, and subtracting negative five adds five. Using a minus sign moves the line ten units away from the point it was supposed to pass through.
Do this instead: Substitute the coordinate inside the parentheses of the template exactly as written, then simplify: y - (-5) becomes y + 5, so the equation is y + 5 = m(x - 3).
Point-slope form: step by step
- Name the unknown, and the unit the answer has to come out in.
- Match the symbols to your values. $m$ is slope and $(x_1,y_1)$ is a point on the line.
- Check the conditions before substituting. Use for nonvertical lines; check by substituting the known point.
- Substitute, keep exact values to the last line, then test the sign, size, and unit against a rough estimate — the check that catches most algebra slips.
Where this formula fits
- Subject
- Algebra formulas — 28 entries in this library
- Topic
- Lines
- Level
- High school
Formulas are easiest to keep when they sit inside a method rather than on a list. Use the links below to see where point-slope form comes from, to check a calculation against a tool, and to practise it until you can recall it without looking.
- How to Solve Linear Equations — the lesson behind this formula: balance equations one reversible step at a time.
- Slope Intercept Form Calculator — check your substitution and the value it produces.
- Study algebra — the subject guide that explains the ideas these formulas compress.
- Algebra I Practice — questions that make you retrieve the formula instead of recognising it.
- All 28 algebra formulas — the full grouped reference, or the complete formula library.
Questions about point-slope form
Which point should I use when the problem gives me two?
Either one, because both produce the same line. With slope 2, the point (1,2) gives y - 2 = 2(x - 1) and the point (5,10) gives y - 10 = 2(x - 5), and both simplify to y = 2x.
Do I have to rearrange it into y = mx + b?
Only if the question asks for that form. Point-slope is already a complete equation of the line, and leaving it alone avoids extra arithmetic where sign errors usually creep in.
Why is it x minus x1 rather than x plus x1?
Because the expression measures a distance travelled from the known point. Subtracting makes that gap zero at the known point itself, which is what forces the line to pass through it.
Can I use this form when all I know is the y-intercept?
Yes, the intercept is just the point (0,b). Substituting gives y - b = m(x - 0), which simplifies straight back into the familiar slope-intercept equation.