freeCodeCamp/guide/english/mathematics/point-slope-equation-of-a-line/index.md

30 lines
1.0 KiB
Markdown

---
title: Point Slope Equation of a Line
---
## Point Slope Equation of a Line
Point-slope is the general form y-y₁=m(x-x₁) for linear equations.
It emphasizes the slope of the line and a point on the line (that is not the y-intercept).
![point slope equation](https://www.mathsisfun.com/data/images/graph-point-slope-a.gif)
## Derivation
Any two points on a line A(x,y) and B(x₁,y₁) will always be on the same slope. A is assumed to be an arbitrary point on the same line.
'm' is defined as the slope of the line and the tangent of the angle the line makes with the positive x-axis.
Slope of a line between two points is given by:
m = (y - y₁) / (x - x₁)
for this case, where m is the slope of the line
simplifying we get
y-y₁=m(x-x₁)
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
-[Khan Academy : Point slope equation](https://www.khanacademy.org/math/algebra/two-var-linear-equations/point-slope/v/idea-behind-point-slope-form)