Point Slope Form — Formula, Derivation, Examples
Point Slope Form — Formula, Derivation, Examples
TL;DR
Point slope form writes the equation of a line as y − y₁ = m(x − x₁), where m is the slope and (x₁, y₁) is any known point on the line. This article covers the formula, its derivation straight from the slope definition, how to convert it to slope-intercept and standard form, six worked examples, and the sign mistakes students make most.
What Is Point Slope Form?
Point slope form is a way of writing the equation of a straight line using one point on the line and the line's slope. Its formula is:
y−y1=m(x−x1)
The variable glossary:
- m — the slope of the line (its steepness and direction).
- (x1,y1) — the coordinates of a known point on the line.
- (x,y) — a generic point on the line; x and y stay as variables.
The form earns its name honestly: you plug in a point and a slope, and the equation is done. Unlike slope-intercept form y=mx+b, you do not need to know the y-intercept first — any point on the line will do. That makes point slope form the natural first equation to write when a problem hands you a point and a slope, or two points (from which you get the slope).
Where Does Point Slope Form Come From?
Point slope form is the slope formula, rearranged. Deriving it once shows that it is not a new rule to memorize — it is the definition of slope wearing different clothes.
Start with the slope between a fixed point (x1,y1) and any other point (x,y) on the same line:
m=y−y1x−x1
The slope is the same no matter which other point you pick, so this holds for every (x,y) on the line.
Multiply both sides by (x−x1) to clear the denominator:
m(x−x1)=y−y1
Swap the two sides to put it in the conventional order:
y−y1=m(x−x1)
That is point slope form. It says the same thing as "the slope from the fixed point to any point is m" — just solved so the fraction is gone. Because finding the slope from two points is where m usually comes from, the two ideas are directly linked.
How Do You Convert Point Slope Form To Other Forms?
Point slope form is rarely the final answer on its own; you usually distribute and rearrange it into a more familiar form.
To slope-intercept form (y=mx+b): distribute the slope, then isolate y.
To standard form (Ax+By+C=0): distribute, then move every term to one side and clear fractions so the coefficients are integers.
The next examples show both conversions in full.
Examples of Point Slope Form
Example 1
Write the equation in point slope form for the line through (2,3) with slope 4.
Identify (x1,y1)=(2,3) and m=4.
Substitute into y−y1=m(x−x1):
y−3=4(x−2)
That is the equation in point slope form.
Example 2
Write the line through (−1,5) with slope −2 in point slope form.
Wrong path first. A student substitutes and writes y−5=−2(x−(−1)), then simplifies the inner part too hastily to y−5=−2(x−1), forgetting that subtracting a negative becomes addition. Check the point: with x=−1, the term (x−x1) should be (−1)−(−1)=0 so the line passes through (−1,5). But (x−1) gives (−1)−1=−2≠0, so that version misses the point.
Correct. Keep the double sign and simplify properly:
y−5=−2(x−(−1))
y−5=−2(x+1)
Now (x+1) at x=−1 gives 0, so the line passes through (−1,5).
Example 3
Convert y−3=4(x−2) to slope-intercept form.
Distribute the 4 on the right:
y−3=4x−8
Add 3 to both sides to isolate y:
y=4x−5
In slope-intercept form, the slope is 4 and the y-intercept is −5.
Example 4
A line passes through (0,0) with slope −3. Write its equation in point slope form and simplify.
Substitute (x1,y1)=(0,0) and m=−3:
y−0=−3(x−0)
Simplify:
y=−3x
Example 5
A line passes through (1,−2) and (3,4). Write its equation in point slope form.
First find the slope from the two points:
m=4−(−2)/(3−1)=6/2=3
Now use either point. Taking (1,−2):
y−(−2)=3(x−1)
y+2=3(x−1)
Example 6
Convert y+2=3(x−1) to standard form Ax+By+C=0.
Distribute the 3:
y+2=3x−3
Move all terms to one side:
0=3x−3−y−2
Combine constants:
3x−y−5=0
Why Point Slope Form Matters
Point slope form looks like a detour to slope-intercept form, but it is the more fundamental tool, and it shows up wherever a line is defined by a point and a direction.
- Speed and convenience. When a problem gives a point and a slope, point slope form is the equation in one substitution — no solving for b first. Tangent-line problems often start from a point and a slope.
- Tangent lines in calculus. The derivative gives the slope of a curve at a specific point, and point slope form is how you turn "slope at point (x1,y1)" into the equation of the tangent line.
- Modeling from a data point and a rate. Any real situation with a starting value and a constant rate of change maps directly onto a point and a slope.
Where Students Trip Up On Point Slope Form
Mistake 1: Dropping or flipping the negative signs
Where it slips in: Whenever the point has a negative coordinate.
- Correct way: Substitute the coordinate exactly as it is, signs included.
Mistake 2: Mixing up which coordinate is x₁ and which is y₁
Where it slips in: When a student substitutes the point's coordinates into the wrong slots.
- Correct way: The x-coordinate goes with x1 and the y-coordinate goes with y1.
Mistake 3: Treating two valid equations as a contradiction
Where it slips in: When two students use different points on the same line and get different-looking point slope equations.
- Correct way: Simplify both to slope-intercept form to confirm they describe the same line.
Key Takeaways
- Point slope form is y−y1=m(x−x1), built from one point and the slope.
- It comes straight from the slope formula, rearranged to clear the fraction.
- Use it when you know a point and a slope; convert to slope-intercept or standard form as needed.
- Substitute coordinates literally, signs included, to avoid the negative-sign mistake.
- Different points on the same line give different point slope equations that are all equivalent.
A Practical Next Step
Practice these problems to solidify your understanding. Write each in point slope form first, then convert to slope-intercept form:
- The line through (4,1) with slope −3.
- The line through (−2,0) with slope (\frac{1}{2}).
- The line through (1,2) and (5,10).
Answer to Question 1: y−1=−3(x−4)
Answer to Question 2: y−0=(\frac{1}{2}(x + 2))
Answer to Question 3: y−2=2(x−1).