The point and the line are on the -plane.
What is the shortest distance between the line and the point?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Given the point ( m , n ) and the line A x + B y + C = 0 , the distance between the point and the line can be formulated as: A 2 + B 2 ∣ A m + B n + C ∣
As a result, the distance between the point ( 1 , 2 ) and the line 3 x − 4 y − 5 = 0 equals to 3 2 + 4 2 ∣ 3 × 1 − 4 × 2 − 5 ∣ = 5 ∣ − 1 0 ∣ = 2