5.3 Representations of a Line in Two and Three Dimensions

Two points P1 and P2 on a line, L, determine L.

L can be described parametrically as the set of points with coordinates those of P1 + s * (P2 - P1) for some number s.

(P2 - P1) is a vector which points in the direction of L.

In two dimensions so that the vectors here are 2-vectors, there is only one direction perpendicular to L, and that direction can be obtained by switching the coordinates of (P2 - P1)  and changing one sign, (thus (7, -4) is perpendicular to (4, 7)).
With N the perpendicular vector, the equation of the line becomes Nr = NP1.

We do this out explicitly  L consists of the points obeying

x  = P1x  + s * (P2x - P1x )

y  = P1y  + s * (P2y - P1y )

and the equation for L is

(P2y - P1y ) x - (P2x - P1x )y = (P2y - P1y )P1x - (P2x - P1x )P1y

which when solved for y is

for some constant C.

The ratio , the coefficient of x in the equation for the line, is the difference of y coordinates of the two points divided by the difference in x coordinates. It is called the slope of the line L.

The constant C is called the y-intercept of the line L. It is the value of y on L where L meets the y axis.

 

 

In three dimensions, a line is determined by two equations. You can describe it as above parametrically (though now all points and vectors have three components), but you must find two vectors normal to (P2 - P1) to find equations that characterize it. You have infinite choice in doing so, but two convenient choices are

i( P2 - P1) and j(P2 - P1)

and you can require that the dot product of each of these with r (recall r = (x, y, z)) is what it is with P1. This gives you two equations which together determine the line.

To find a point on a line from equations you fix one coordinate arbitrarily and solve the two equations for the other two coordinates.

The following applet allows you two enter two arbitrary points. It then shows you the line in 3 space that your points determine, and the parametric representation of that line.

 

 

Exercises 5.1 Find two equations for the default line in this applet. Then choose two random points, and find two equations for the line they lie on.