point slope form: Complete Guide
Point-slope form is a way to write the equation of a non-vertical line when you know its slope and one point on the line.
The formula is: {y- y₂=m(x- x₁)}
Here, (m) is the slope and (x₁, y₁) is a known point on the line.
Point-slope form is especially useful when a problem gives you a slope and a point. You can write the equation directly without first finding the (y)-intercept.
For example, if a line has slope (3) and passes through ((2,7)), substitute those values directly: [y-7=3(x-2)]
That equation is already in point-slope form.
What Is Point Slope Form?
Point slope form expresses the relationship between any point (x,y) on a line and one known point (x₁, y₁) on that same line. It uses the line’s slope to connect the vertical change and horizontal change between those points.
The standard point slope form equation is: {y- y₂=m(x-x₂)}
It applies to non-vertical lines. A vertical line has an undefined slope, so it must be written in a different form, such as: x=4
What Do the Variables Mean?
| Symbol | Meaning |
| (m) | The slope of the line |
| (x₁,y₁) | One known point on the line |
| (x,y) | Any point on the same line |
| (y-y₁) | Vertical change between two points |
| (x- x₁) | Horizontal change between two points |
The subscript 1 is only a label. It identifies the coordinates of the fixed point you know; it does not mean multiplication.
If the known point is ((3,5)), then: x₁=3, y₁=5
How Is the Point Slope Formula Derived?
The slope of a line can be written as: m = {y-y₁}{x-x₁}
Multiply both sides by (x-x₁): m(x-x₁)=y-y₁
Rearranging the two sides gives: {y-y₁=m(x-y₁)}
This is the point slope form. The formula works because the slope represents the ratio of vertical change to horizontal change between two points on the same line.
When to Use Point Slope Form
Use point slope form when you know:
- The slope of a line
- One point on that line
You can also use it when you are given two points. First, calculate the slope, then use either point in the formula.
A quick rule is: Slope + one point → use point slope form.
Two points → find the slope first, then use point slope form.
How to Write an Equation in Point Slope Form
Writing a line equation in point slope form is a short substitution process. The most important skills are keeping the point’s coordinates paired correctly and preserving negative signs.
Step 1: Identify the Slope and Point
Suppose a line has:
- Slope (m=3)
- Point ((2,7))
The known coordinates are:- x₁=2
- y₁=7
- The first number in an ordered pair is always the (x)-coordinate, and the second is always the (y)-coordinate.
Step 2: Substitute Into the Formula
Start with: y-y₁=m(x- x₁)
Substitute the known values: y-7=3(x-2)
. This is already a correct point slope form equation.
Step 3: Handle Negative Values Carefully
The formula includes subtraction, so negative coordinates create double negatives. Substitute values with parentheses before simplifying.For a line with slope (3) through ((-2,-4)): y-(-4)=3(x-(-2))
Simplify: {y+4=3(x+2)}
Writing (y-4) or (x-2) would change the point and produce the wrong line.
Step 4: Simplify Only When Needed
An equation such as: y-7=3(x-2)
It is already in point-slope form. Do not expand it unless the question asks for slope-intercept form, standard form, or another equivalent form.
Point Slope Form Examples
The same formula works with positive slopes, negative slopes, fractions, and negative coordinates. The key is to substitute every value accurately.
Example: Positive Slope
Write the equation of a line with slope (4) through ((1,3)).
Start with: y-y₁=m(x-x₁)
Substitute: y-3=4(x-1)
The equation is: {y-3=4(x-1)}
To write it in slope-intercept form, distribute: y-3=4x-4
Add (3) to both sides: {y=4x-1}
Example: Negative Slope
Write the equation of a line with slope (-2) through (5,1).
y-1=-2(x-5)
To convert it to slope-intercept form:y-1=-2x+10
{y=-2x+11}
The line still has slope (-2), so it falls from left to right.
Example: Fractional Slope
Write the equation of a line with slope({2}{3}) through (6,-1).
y-(-1)=({2}{3})(x-6)
Simplify the double negative:{y+1=({2}{3})(x-6)}
A slope of ({2}{3}) means the line rises 2 units for every 3 units it moves to the right.
Why One Point Is Necessary
A slope alone does not identify one line. Many parallel lines can have the same slope.
The point (6, -1) tells you exactly where the line passes. Together, the slope and point determine one non-vertical line.
Finding Point Slope Form From Two Points
When a problem gives two points instead of a slope, calculate the slope first. Then choose either given point and substitute it into point-slope form.
Step 1: Find the Slope
Use the slope formula:
m = [{ y₂-y₁}{ x₂- x₁}]For points (2,3) and (6,11):
m=[{11-3}{6-2}]
m=[{8}{4}]=2
So the slope is:m=2
Step 2: Use Either Point
Use the slope (m=2) and the point (2,3):
{y-3=2(x-2)}
You could instead use (6,11):
{y-11=2(x-6)}
Although the equations look different, they represent the same line.
Step 3: Check the Equation
Substitute a known point to test the equation.
For: y-3=2(x-2)
test (6,11): 11-3=2(6-2)= 8=8
The equation is correct because the point satisfies it.
Vertical-Line Exception
If two points have the same (x)-coordinate, the line is vertical.
For example, (4,2) and (4,-5) lie on: {x=4}
The slope is undefined, so the usual point slope formula does not apply.
Convert Point Slope Form to Other Forms
Point slope form, slope-intercept form, and standard form can all describe the same line.
Converting among them changes the equation’s appearance, not its graph.
Convert to Slope-Intercept Form
Slope-intercept form is: {y=mx+b}. Here, (m) is the slope and (b) is the (y)-intercept.
Start with point slope form: y-5=2(x-3)
Distribuir: y-5=2x-6
Add (5) to both sides: {y=2x-1}
Convert to Standard Form
Standard form is commonly written as: {Ax+By=C}
Start with: y-5=2(x-3)
Distribuir: y-5=2x-6
Rearrange the terms: {2x-y=1}
This is standard form.
Equivalent Forms of the Same Line
These equations are equivalent:
y-5=2(x-3)
y=2x-1
2x-y=1
Each represents the same straight line. The most useful form depends on the information given and the task you need to complete.
Convert Slope-Intercept Form to Point Slope Form
You can also convert slope-intercept form to point slope form by choosing a point on the line.
Suppose: y=3x+2
The slope is (3). When (x=0), (y=2), so one point on the line is (0,2).”
Substitute the slope and point into point-slope form: y-2=3(x-0)
So an equivalent point slope equation is: {y-2=3(x-0)}
Graphing From Point Slope Form

You can graph a line directly from point slope form because the equation gives you a point and the slope.
Plot the Known Point
Consider: y-4=-[({1}{2})(x-3)]
The known point is (3,4). Could you put it first?
Because the equation uses (x-3), the point’s (x)-coordinate is (3), not (-3). The point slope formula always follows: x- x₁
Use Rise Over Run
The slope is: -[{1}{2}]
From (3,40), move right 2 units and down 1 unit to locate a second point. You can also move left 2 units and up 1 unit.
Check the Slope Direction
A positive slope rises as you move from left to right. A negative slope falls as you move from left to right.
If a graph rises while the equation has a negative slope, check the direction of the vertical movement.
Point Slope Form Compared With Other Line Forms
Different equation forms highlight different information. Point slope form is usually the fastest form to write when a point and a slope are already known.
| Equation form | Equation | Best when you know | Main advantage | Limitation |
| Point slope form | (y-y₁=m(x- x₁) | A slope and one point | Lets you write the line directly without first finding the (y)-intercept | The (y)-intercept is not shown directly |
| Slope-intercept form | (y=mx+b) | The slope and (y)-intercept | Makes the slope and (y)-intercept immediately visible | It may require extra algebra to find (b) |
| Standard form | (Ax+By=C) | A general linear equation is required | Can represent vertical lines and other linear equations in a general form | The slope may not be immediately visible |
Point Slope Form vs. Slope-Intercept Form
Use point slope form when a problem gives a point that is not the (y)-intercept. It lets you substitute directly.
For example, a slope of (3) through (4,10) gives: {y-10=3(x-4)}
Converting to (y=mx+b) is only necessary when the question asks for slope-intercept form or when you need the (y)-intercept.
Point Slope Form vs. Standard Form
Standard form can represent vertical lines, such as: x=7
Point slope form cannot represent vertical lines in the usual way because the slope is undefined.For other lines, point slope form is usually easier to create when the slope and a point are already known.
Choosing the Right Form
Use point-slope form when you have a point and slope, including when you first calculate the slope from two points. Use slope-intercept form when you need the (y)-intercept or want a quick graphing method. Use standard form when a problem requires it or when working with a vertical line.
Special Cases and Applications
Point slope form is most useful when you understand how different slope values affect a graph.
Horizontal Lines
Horizontal lines have a slope of zero. Point slope form still works.
For a horizontal line through (2,-3):
y-(-3)=0(x-2)
y+3=0
{y=-3}
Every point on this line has the same (y)-coordinate.
Parallel Lines
Parallel lines have equal slopes. If one line has slope (-4), any line parallel to it also has slope (-4).
Once you have a point on the new line, substitute that point and the shared slope into point slope form.
Perpendicular Lines
For non-vertical lines, perpendicular slopes are negative reciprocals. If one line has a slope: [{2}{3}]
A perpendicular line has slope: -[{3}{2}]
After finding the perpendicular slope and using the given point, point slope form produces the required line equation.
Common Point Slope Form Mistakes
Most errors are small substitutions or sign mistakes. A deliberate final check prevents many of them.
Reversing Signs
For the point (-3,4), substitute as: y-4=m(x-(-3)
Then simplify: y-4=m(x+3)
Writing (x-3) would describe a line through a different point.
Switching Coordinates
For (7,-2): x₁=7, y₁=-2
The correct substitution is: y-(-2)=m(x-7)
The coordinate order is always: (x,y)
Mixing Coordinates From Different Points
When two points are given, keep each ordered pair together.
If you choose (2,3), use both (2) and (3) in the equation.
Do not pair the (x)-value from one point with the (y)-value from another unless that pair is actually a point on the line.
Distributing a Negative Incorrectly
For: y-1=-3(x-4)
distribute (-3) to both terms: y-1=-3x+12
The product of two negative numbers is positive.
Skipping the Point Check
Substitute the original point into the completed equation. If the left and right sides are not equal, revisit the slope, signs, and coordinate substitution.
Practice Problems
Try these problems before checking the answers.
Easy
- Write the equation of a line with slope (4) passing through (2,5).
- Write the equation of a line with slope (-3) passing through (1,7).
Medium
- Find the point-slope equation of the line passing through (2,3) and (6,11).
- Find the point slope equation of a line with slope [{2}{3}] passing through (6,-1).
Challenge
- Find the slope and point slope equation of the line passing through (-4,7) and (2,-5).
- Two points have the same (x)-coordinate. Should you use the usual point-slope formula? Explain why.
Practice Answers
1.{y-5=4(x-2)}
2.{y-7=-3(x-1)}
3.First find the slope:m=({11-3}{6-2})=2
(Using (2,3):{y-3=2(x-2)})
4.{y+1=\frac{2}{3}(x-6)}
5. First, find the slope: m=[{-5-7}{2-(-4)}]
m=[{-12}{6}]=-2
(Using (-4,7):{y-7=-2(x+4)})
Quick Point Slope Form Checklist
- Identify the slope (m).
- Identify a complete point (x₁, y₁).
- Write (y-y₁=m(x-x₁)).
- Substitute negative coordinates with parentheses.
- Simplify double negatives carefully.
- Keep the equation in point slope form unless another form is requested.
- Distribute and rearrange only when converting forms.
- Check that the original point satisfies the final equation.
- Write vertical lines as (x=a), not in point slope form.
Conclusion
Point slope form gives a direct route from a line’s slope and one known point to its equation.
Remember:
- Slope + one point: use point slope form.
- Two points: find the slope first, then use point slope form.
- Need the (y)-intercept: convert to slope-intercept form.
- Need a general linear form or have a vertical line: use standard form or (x=a), as appropriate.
Once you can substitute values accurately, manage negative signs, and verify the result, you can use point slope form for graphing, conversions, parallel and perpendicular lines, and many linear-equation problems.
Frequently Asked Questions
What is the formula for point-slope form?
The point slope form formula is:{y-y₁=m(x- x₁)}Here, (m) is the slope and (x₁, y₁) is a known point on the line.
What does ( x₁) mean in point slope form?
( x₁) is the (x)-coordinate of the known point on the line.If the point is ((4,-2)), then:x₁=4
What does (y_1) mean in point-slope form?
(y₁) is the (y)-coordinate of the known point on the line.If the point is (4,-2), then:y₁=-2
How do you write point slope form from a point and slope?
Put the slope in place of (m), then substitute the point’s (x)-coordinate for ( x₁) and its (y)-coordinate for (y₁) in:y-y₁=m(x- x₁). For example, a slope of (3) through ((2,7)) gives:y-7=3(x-2)
Can you use either point in point slope form?
Yes. If you know two points on the same non-vertical line, calculate the slope and use either point. For example, the points (2,3) and (6,11) give (m=2).Using ((2,3)):y-3=2(x-2)
Using (6,11):y-11=2(x-6)
The resulting equations may look different, but represent the same line.
How do you find point slope form from two points?
First, calculate the slope using:m={ y₂-y₁}{x₂- x₁}
Then use the slope and either point in:y-y₁=m(x- x₁)
If the two points have the same (x)-coordinate, the line is vertical, and the usual point slope formula does not apply.
Can point slope form be used for vertical lines?
No. Vertical lines have undefined slope, so use an equation of the form:x=a
where (a) is the line’s fixed (x)-coordinate.
Can point slope form be used for horizontal lines?
Yes. Horizontal lines have a slope of zero.
Substituting (m=0) into point slope form simplifies to an equation such as:y=-3
Do you have to simplify point-slope form?
No. If a question asks for point slope form, an equation such as:y-7=3(x-2)is already complete. Simplify only if another equation form is required.
How do you convert point-slope form to slope-intercept form?
Distribute the slope across the parentheses, then isolate (y). Starting with:y-5=2(x-3)
Distribute:y-5=2x-6
Add (5):y=2x-1
The resulting equation has the form:y=mx+b
How do you convert slope-intercept form to point-slope form?
Identify the slope and choose a known point on the line.
For:y=3x+2
The slope is (3), and (0,2) is a point on the line. Substitute them into point-slope form:
[{y-2=3(x-0)}]
Why does point slope form use subtraction?
The subtraction represents the change between the coordinates of a general point ((x,y)) and the known point (x₁, y₁). The slope is the ratio of vertical change to horizontal change: m = [{y-y₁}{x- x₁}], which rearranges to:y-y₁=m(x- x₁)
What is the difference between point-slope form and slope-intercept form?
Point slope form:y-y₁=m(x- x₁)is most useful when you know a slope and a point.
Slope-intercept form:y=mx+b, is most useful when you need or already know the (y)-intercept. Both forms can represent the same line.