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:

  1. Distance Screenshot 1

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

  2. Distance Screenshot 2

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

  3. Distance Screenshot 3

    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 »

Related Articles

Leave a Reply