Tuesday, October 28, 2014

Perpendicular Distance from a Poiint to a Line

Perpendicular Distance from a Point to a Line

(BTW - we don't really need to say 'perpendicular' because the distance from a point to a line always means the shortest distance.)
This is a great problem because it uses all these things that we have learned so far:

The distance from a point (m, n) to the line Ax + By + C = 0 is given by:

d=A2+B2Am+Bn+C
There are some examples using this formula following the proof.

Proof of the Perpendicular Distance Formula

Let's start with the line Ax + By + C = 0 and label it DE. It has slope BA.
straight line graph
We have a point P with coordinates (m, n). We wish to find the perpendicular distance from the point P to the line (that is, distance PQ).
perpendicular to straight line
We now do a trick to make things easier for ourselves (the algebra is really horrible otherwise). We construct a line parallel to DE through (m, n). This line will also have slope BA, since it is parallel to DE. We will call this line FG.
perpendicular and parallel constructions
Now we construct another line parallel to PQ passing through the origin.
This line will have slope AB, because it is perpendicular to DE.
Let's call it line RS. We extend it to the origin (0,0).
We will find the distance RS, which I hope you agree is equal to the distance PQ that we wanted at the start.
perpendicular through origin
Since FG passes through (m, n) and has slope BA, its equation is yn=BA(xm) or y=BAx+Am+Bn.
Line RS has equation y=ABx.
Line FG intersects with line RS when
ABx=BAx+Am+Bn
Solving this gives us
x=A2+B2A(Am+Bn)
So after substituting this back into y=ABx, we find that point R is
(A2+B2A(Am+Bn),A2+B2B(Am+Bn))
Point S is the intersection of the lines y=ABx and Ax + By + C = 0,which can be written y=BAx+C.This occurs when (that is, we are solving them simultaneously)
BAx+C=ABx
Solving for x gives
x=A2+B2AC
Finding y by substituting back into
y=ABx
gives
y=AB(A2+B2AC)=A2+B2BC
So S is the point
(A2+B2AC,A2+B2BC)
The distance RS, using the distance formula, d=(x2x1)2+(y2y1)2 is
d=(A2+B2ACA2+B2A(Am+Bn))2+(A2+B2BCA2+B2B(Am+Bn))2
=(A2+B2)2{A(Am+Bn+C)}2+{B(Am+Bn+C)}2
=(A2+B2)2(A2+B2)(Am+Bn+C)2
=A2+B2(Am+Bn+C)2
=A2+B2Am+Bn+C
The absolute value sign is necessary since distance must be a positive value, and certain combinations of A, m , B, n and C can produce a negative number in the numerator.
So the distance from the point (m, n) to the line Ax + By + C = 0 is given by:
d=A2+B2Am+Bn+C

No comments:

Post a Comment