> [!summary]
The point slope form equation of a line is a type of equation using the knowledge of one known point and a random point to form the equation of the line.
>
**Key equation:**
>
Point-slope form:
$y_{2}-y_{1} = m(x_{2} -x_{1})$
>[!info]+ Read Time
**⏱ 1 min**
# Definition
The point slope form equation of a line is a type of line equation that only uses the knowledge of one point and slope to create an equation of a line.
![[slf_1.png|400]]
> [!note] Explanation
A line with two points and slope labelled.
> [!warning] Assumptions
Recall that the [[Rate of Change|rate of change]] of a line is the change in the y-direction over the change in x-direction.
Assume we know the point $(x_{1},y_{1})$ & the slope $m$ but we dont know the second point $(x_{2},y_{2})$
So, using the information from the image above, the slope would be:
$
m = \frac{y_{2}-y_{1}}{x_{2} -x_{1}}
$
To create it in the form we want, we rearrange this equation:
$
\begin{array}{c}
m(x_{2} -x_{1}) = \frac{y_{2}-y_{1}}{\cancel{x_{2} -x_{1}}} (\cancel{x_{2} -x_{1}}) \\ \\
m(x_{2} -x_{1}) = y_{2}-y_{1} \\ \\
\text{We like this equation with change in y on the left} \\ \\
y_{2}-y_{1} = m(x_{2} -x_{1})
\end{array}
$
# Resources
<iframe width="560" height="315" src="https://www.youtube.com/embed/Fzb7AdTApf4?si=i3dSfhvk0osg0tsW" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
---
> 📚 Like this note? [Star the GitHub repo](https://github.com/rajeevphysics/Obsidian-MathMatter) to support the project and help others discover it!
---