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:
There are some examples using this formula following the proof.d=√A2+B2∣Am+Bn+C∣
Proof of the Perpendicular Distance Formula
Let's start with the line Ax + By + C = 0 and label it DE. It has slope −BA.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).
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.
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.
Since FG passes through (m, n) and has slope −BA, its equation is y−n=−BA(x−m) or y=B−Ax+Am+Bn.
Line RS has equation y=ABx.
Line FG intersects with line RS when
ABx=B−Ax+Am+BnSolving 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=ABxSolving for x gives
x=A2+B2−ACFinding y by substituting back into
y=ABxgives
y=AB(A2+B2−AC)=A2+B2−BCSo S is the point
(A2+B2−AC,A2+B2−BC)The distance RS, using the distance formula, d=√(x2−x1)2+(y2−y1)2 is
d=√(A2+B2−AC−A2+B2A(Am+Bn))2+(A2+B2−BC−A2+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+B2∣Am+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+B2∣Am+Bn+C∣
No comments:
Post a Comment