Distances from points to lines
A closely related problem to the above is that of finding the distance from a point to a line. Our approach is very straightforward: to find the distance from the point to the line
, first find the line
passing through
and perpendicular to
(we can use the point-slope form of a line,
for this), then find the point
where
and
intersect. The distance will then be the distance between
and
, found using the distance formula.
Find the distance from the point to the line
.
We first find the line passing through and perpendicular to
. Using the point-slope formula gives us
.
The intersection of the two lines is easily found to be the point . Finally, the distance between the points is found with the distance formula:
![]() |
= | ![]() |
= | ![]() |
|
= | ![]() |
|
= | ![]() |
Created by Mathematica (December 3, 2004)