Line Equation from Two Points
Formula
P_1(x_1,\, y_1)\quad P_2(x_2,\, y_2)
Inputs
| x₁ | 1 |
|---|---|
| y₁ | 2 |
| x₂ | 4 |
| y₂ | 11 |
Visualization
Line Equation from Two Points
Inputs
P_1(x_1,\, y_1)\quad P_2(x_2,\, y_2)
Results
Enter a value to see results.
Details
Line Equations
Slope & Intercept
\begin{aligned} m &= \dfrac{y_2 - y_1}{x_2 - x_1} \\ &= \dfrac{(11) - (2)}{(4) - (1)} \\ &= ? \end{aligned}
\begin{aligned} b &= y_1 - m x_1 \\ &= (2) - (?)(1) \\ &= ? \end{aligned}
Recommended Next
Quadratic Equation Solver
Solve ax² + bx + c = 0. Enter the three coefficients to get the discriminant and both roots — real or complex.