Point to Line Distance Calculator
Formula
Ax + By + C = 0
Inputs
| A | 3 |
|---|---|
| B | 4 |
| C | -5 |
| Point x | 0 |
| Point y | 0 |
Visualization
Point to Line Distance Calculator
Inputs
Line (Ax + By + C = 0)
Ax + By + C = 0
Point
Results
Enter a value to see results.
Foot of Perpendicular
\begin{aligned} d &= \dfrac{|Ap_x + Bp_y + C|}{\sqrt{A^2 + B^2}} \\ &= \dfrac{|(3)(0) + (4)(0) + (-5)|}{\sqrt{(3)^2 + (4)^2}} \\ &= ? \end{aligned}
\begin{aligned} F_x &= p_x - \dfrac{A(Ap_x + Bp_y + C)}{A^2 + B^2} \\ &= (0) - \dfrac{(3)({\text{?}})}{{\text{?}}} \\ &= ? \end{aligned}
\begin{aligned} F_y &= p_y - \dfrac{B(Ap_x + Bp_y + C)}{A^2 + B^2} \\ &= (0) - \dfrac{(4)({\text{?}})}{{\text{?}}} \\ &= ? \end{aligned}
Recommended Next
Distance Between Two Points Calculator
Calculate the straight-line distance between two points using the Euclidean distance formula. Quickly get Δx, Δy, and the full distance d.