What Is Point Slope Form?
The point slope form of the equation of a line refers to the equation of a line with slope m and passing through the point with coordinates (x1, y1). It can be given as
(y − y1) = m(x − x1)
We can write the equation of a line using different forms such as slope-intercept form, two-point form, etc., based on the information known to us. The point slope form, as the name suggests, uses the slope of the line and the coordinates of any point lying on the line to define the equation of the line.
What is a Slope?
The slope or the gradient of a line is denoted by m. It tells us about the steepness of a line. It is defined by the rise over run ratio.
If a line passes through the points (x1, y1) and (x2, y2), its slope can be defined as
Slope $= m = \frac{Rise}{Run} = \frac{Change\; in\; y}{Change\; in\; x} = \frac{(y2 − y_{1})}{(x2 − x_{1})}$
Recommended Games
Point Slope Formula
The point slope form formula of the equation of a straight line is given by
(y − y1)= m(x − x1)
where,
- (x, y) represents the coordinates of any point on the line.
- (x1, y1) represents the coordinates of a given fixed point on the line.
- m is the slope of the line.
Recommended Worksheets
Derivation of Point Slope Formula
Let us consider a line with slope m . Assume that (x1, y1) is a fixed and known point on the line and (x, y) is just an ordinary point.
Let’s understand how to find m in point slope form. We know that the formula for the slope of a line passing through the points (x1, y1) and (x2, y2) is given by
Slope $= m = \frac{Rise}{Run} = \frac{Change \;in\; y}{Change \;in\; x} = \frac{(y2 − y_{1})}{(x2 − x_{1})}$
Suppose that we know the coordinates of only one point (x1, y1). Let the coordinates of the other random point on the line be (x, y). We can rewrite the formula for the slope with one point as
$\Rightarrow m = \frac{(y − y_{1})}{(x − x_{1})}$
On cross multiplication, we get the point-slope formula as
(y − y1) = m(x − x1)
Equation of a Line with Slope and Coordinates of a Point
We can find the equation of a line with slope m and coordinates of a point (x1, y1) using the point slope formula.
Example: Find the equation of a line with slope −2 such that the point is (2, 3) lies on the line.
Here, (x1, y1) = (2, 3) is the point on the line.
m = −2 is the slope.
Using the point slope form, we get
(y − y1) = m(x − x1)
(y − 3) = (− 2)(x − 2))
y− 3 = −2x + 4
y = (− 2)x + 7
\Rightarrow 2x + y = 7
Deriving Two Point Form Using Point Slope Form
Consider a case where the slope of the line is not given. We only know the coordinates of two points on the line. Let the two points be (x1, y1) and (x2, y2).
In such a case, we will first find the slope by:
$m = \frac{(y_{2} − y_{1})}{(x_{2} − x_{1})}$
Now that we know the slope of the line, we can find the the equation of a line by using the Point Slope Form (y − y1) = m(x − x1).
(You can use the coordinates of any of the given two points here.)
(y − y1) = m(x − x1)
(y − y1) $= \frac{(y_{2} − y_{1})}{(x_{2} − x_{1})} (x − x_{1})$
This is called two-point form.
Example: Find equation of a line where (− 1, 2) and (3, 0) are two points on the line.
The equation of the line is:
(y − 0) $= \frac{0 − 2}{3− (− 1)} (x − (− 1))$
$y = \frac{− 2}{3} (x + 1)$
$\Rightarrow 3y = −2x − 2$
$\Rightarrow 2x − 3y = −2$
Facts about Point Slope Form
- To find the equation of a line using the Point Slope Form, we must know the slope (or enough information to find the slope) and the coordinates of a fixed point on the line.
- The equation of a line in the standard form is given by ax + by = c, where a and b cannot be simultaneously 0.
Conclusion
In this article, we learned how to find the equation of a straight line using the slope point form. We discussed its formula, derivation by visualizing it on a graph, and examples. Let’s check our understanding by solving a few examples and practice problems based on the Point Slope Form.
Solved Examples on Point Slope Form
1. Find the slope and equation of a line if the coordinates of two points on the line are (0,-1) and (3,-5).
Solution:
Let (x1, y1) = (0, −1) and (x2, y2) be (3, − 5).
Slope $(m) = \frac{(y_{2} − y_{1})}{(x_{2} − x_{1})} = \frac{− 5− (− 1)}{3 − 0} = \frac{− 5 + 1}{3} = \frac{− 4}{3}$
Let’s use (x1, y1) = (0, −1) and m $= \frac{− 4}{3}$ to find the equation of the line in the slope point form.
(y − y1) = m(x − x1)
$(y− (− 1)) = \frac{− 4}{3}(x − 0)$
$(y + 1) = \frac{− 4}{3}x$
3y + 3 = − 4x
4x + 3y = − 3
2. Find the equation of a line passing through the point (3, 6) and has a slope $− \frac{1}{2}$.
Solution:
Slope $(m) = − \frac{1}{2}$
Let the fixed point be (x1, y1) = (3, 6).
Point Slope Form: (y − y1) = m(x − x1)
The equation of the line will be:
(y − 6) $= (− \frac{1}{2}) (x − 3)$
2(y − 6)= − 1(x − 3)
2y − 12 = − x + 3
x + 2y = 15
3. What is the equation of a line with slope -5 and passing through the point (− 7, 1)?
Solution:
Slope (m) $= − \frac{1}{2}$
Let the fixed point be (3, 6).
Point Slope Form: (y − y1) = m(x − x1)
The equation of the line will be:
(y − 6) $= (− \frac{1}{2})(x \;-\; 3)$
2(y − 6) = − 1(x − 3)
2y − 12 = − x + 3
x + 2y = 15
4. Find the equation of a line passing through the points (2,− 3) and (−1, 10).
Solution:
Let (x1, y1) = (2, − 3) and (x2, y2) be (−1, 10).
The point slope linear equation will be:
$(y − y_{1}) = \frac{(y_{2} − y_{1})}{(x_{2} − x_{1})} (x − x_{1})$
$(y− (− 3)) = \frac{(10− (− 3))}{(− 1 − 2)}(x − 2)$
$y + 3 = \frac{1}{3} −3(x − 2)$
− 3(y + 3) = 13(x − 2)
− 3y − 9 = 13x − 26
13x + 3y = 17
5. What is the equation of a line with slope 0 and passing through the point (7, − 2)? What can you say about this line? Graph the line.
Solution:
Let (x1, y1) = (7, − 2) and m = 0.
Point Slope Form: (y − y1) = m(x − x1)
The point slope form equation of the line will be:
(y − (− 2)) = 0 (x − 7)
(y− ( −2)) = 0
y + 2 = 0
y = −2
As the slope of the line is 0, it is a horizontal line parallel to the x-axis. Also, since the equation of the line is y = −2, it is a horizontal line passing through the point (0, −2). The value of the y-coordinate y = −2 remains constant.
Practice Problems on Point Slope Form
Point Slope Form: Definition, Derivation, Facts, Examples, FAQs
The point slope form of a line with slope m and passing through the point (a, b) can be written as
The point slope form of a line with slope m and passing through the point (a, b) can be written as (y − b) = m(x − a).
The line passing through the point (-1, 5) and with slope 0 is ___________.
Slope (m) = 0 and fixed point = (− 1, 5)
Equation of a line is: y - 5 = 0(x − ( − 1))
$y − 5 = 0\Rightarrow y = 5$
It will be parallel to the x-axis.
The equation of the line passing through the origin and with slope 0 is
Point = O = (0, 0) and slope = m = 0
Point Slope Form: $(y − y_{1})= m(x − x_{1})$
Equation of line: (y − 0) = 0(x − 0)
Equation of line: y = 0
It is the x-axis.
What is the equation of a straight line passing through the points (3, 0) and (0, 3)?
The equation of the line will be:
$(y − 0) = \frac{(3 − 0)}{(0 − 3)} (x − 3)$
$y = \frac{3}{−3}(x − 3)$
y = −1(x − 3)
y = −x + 3
x + y = 3
Frequently Asked Questions about Point Slope Form
What is the difference between Point Slope Form and Slope Intercept Form?
- The Point Slope Form for finding the equation of line is given by:(y – y1) = m((x – x1), where (x, y) is just a random point on the line; (x1, y1) is a fixed point given on the line and m is the slope of the line.
- The slope intercept form equation for a straight line with a slope “m” and THE y – intercept as “b” is given as y = mx + b.
What are the applications of Point Slope Form?
We use the Point Slope Form for
- finding the equation of a line with the given slope and a fixed point,
- plotting a graph of a line,
- deriving the two-point form.
How is Point Slope Form different from Intercept Form?
- The Point Slope Form for finding the equation of line is given by (y – y1) = m ((x – x1) where, (x, y) is just a random point on the line; (x1, y1) is a fixed point given on the line and m is the slope of the line.
- The equation of a line in intercept form is given by: $\frac{x}{a} + \frac{y}{b} = 1$, where (a, 0) is the x-intercept and (0, b) is the y-intercept.
What is the point slope formula for finding the equation of line passing through the origin?
The equation of a line with slope m and passing through (0, 0) using the point-slope formula is y = mx.