Distance between two straight lines

From HandWiki

The distance between two straight lines in the plane is the minimum distance between any two points lying on the lines. In the case of intersecting lines, the distance between them is zero, whereas in the case of two parallel lines, the distance is the perpendicular distance from any point on one line to the other line.

Formula and proof

Because the lines are parallel, the perpendicular distance between them is a constant, so it does not matter which point is chosen to measure the distance. Given the equations of two non-vertical parallel lines

[math]\displaystyle{ y = mx+b_1\, }[/math]
[math]\displaystyle{ y = mx+b_2\,, }[/math]

the distance between the two lines is the distance between the two intersection points of these lines with the perpendicular line

[math]\displaystyle{ y = -x/m \, . }[/math]

This distance can be found by first solving the linear systems

[math]\displaystyle{ \begin{cases} y = mx+b_1 \\ y = -x/m \, , \end{cases} }[/math]

and

[math]\displaystyle{ \begin{cases} y = mx+b_2 \\ y = -x/m \, , \end{cases} }[/math]

to get the coordinates of the intersection points. The solutions to the linear systems are the points

[math]\displaystyle{ \left( x_1,y_1 \right)\ = \left( \frac{-b_1m}{m^2+1},\frac{b_1}{m^2+1} \right)\, , }[/math]

and

[math]\displaystyle{ \left( x_2,y_2 \right)\ = \left( \frac{-b_2m}{m^2+1},\frac{b_2}{m^2+1} \right)\, . }[/math]

The distance between the points is

[math]\displaystyle{ d = \sqrt{\left(\frac{b_1m-b_2m}{m^2+1}\right)^2 + \left(\frac{b_2-b_1}{m^2+1}\right)^2}\,, }[/math]

which reduces to

[math]\displaystyle{ d = \frac{|b_2-b_1|}{\sqrt{m^2+1}}\,. }[/math]

When the lines are given by

[math]\displaystyle{ ax+by+c_1=0\, }[/math]
[math]\displaystyle{ ax+by+c_2=0,\, }[/math]

the distance between them can be expressed as

[math]\displaystyle{ d = \frac{|c_2-c_1|}{\sqrt {a^2+b^2}}. }[/math]

See also

References

  • Abstand In: Schülerduden – Mathematik II. Bibliographisches Institut & F. A. Brockhaus, 2004, ISBN:3-411-04275-3, pp. 17-19 (German)
  • Hardt Krämer, Rolf Höwelmann, Ingo Klemisch: Analytische Geometrie und Lineare Akgebra. Diesterweg, 1988, ISBN:3-425-05301-9, p. 298 (German)

External links