Shortest Distance Of A Point From A Line

Shortest distance of a point from a line

graph TD; A[Shortest distance of a point from a line]; B[Formula]; C[Examples]; D[Applications]; E[Related Concepts]; A-->B; A-->C; A-->D; A-->E; B-->F[Distance = |Ax1 + By1 + C| / sqrt(A^2 + B^2)]; C-->G[Example 1]; C-->H[Example 2]; D-->I[Geometry]; D-->J[Physics]; E-->K[Line equations]; E-->L[Coordinate geometry];