Distance between a point and a line
The shortest distance between a given point and line is calculated.
Distance-between-Point-and-Line Program Walkthrough:
-

Remember that the equation of the line should be in standard form as shown, and the solution is stored as D.
-

Enter the X and Y values of the given point and then enter the coefficients of the given line.
-

The shortest distance between the given point and line is calculated and displayed in both radical form and decimal form.
Download Distance-Between-Point-and-Line Program »