SUNY Geneseo Department of Mathematics

Lines

Thursday, February 1

Math 223 04
Spring 2018
Prof. Doug Baldwin

Return to Course Outline

Previous Lecture

Questions?

Lines

Parts of section 2.5

Basic Equations

Give a vector equation for the line in direction 〈 4, -2, 3 〉 through point (3,1,2). How about parametric and symmetric equations?

The general vector equation for a line through point P in direction v is r(t) = P + tv. Here P = (3,1,2) and v = 〈 4, -2, 3 〉. Note that t is a variable that in general needn’t be solved for, although by plugging values in for t you can find points on the line.

r(t) = (3,1,2) + t<4,-2,3>

The parametric equations for the line are really just the vector equation explicitly broken into x, y, and z parts:

x(t) = 3+4t, y(t) = 1-2t, z(t) = 2+3t

Finally, the symmetric equations rearrange the parametric ones to isolate t, and recognize that all those t’s have to be equal:

(x-3)/4 = (y-1)/(-2) = (z-2)/3

Using the Equations

Line/Plane Intersection

Where does the line r(t) = (3,-1,10) + t〈-2,4,2 〉 intersect the x = 0 plane?

Solve the parametric equation for x to find t when x = 0, then plug that t into the y and z equations to find the y and z coordinates of the intersection.

Line/Line Intersection

A more complicated intersection problem: Do the lines r1(t) = (0,1,0) + t〈1,1,1 〉 and r2(t) = (2,0,1) + t 〈0,3,1 〉intersect? If so, where?

Parameterize each line by its own variable, say t and s, then use the parametric equations as a system that can be solved for the t and s (if any) that make the two sets of coordinates equal. If you find such a t and s, plug one of them back into its parametric equations to find the intersection point.

t = 2, 1+t  = 3s, t = 1+s yield t=2,s=1 and so intersection is at (2,3,2)

Distance from a Line to a Point

Fearless space traveler Spacey is fleeing the evil alien starbase. Spacey is making for planet G’nseo, which lies at 〈8,2,-2〉 relative to the starbase. Unfortunately, Spacey is actually moving in direction 〈5,1,0〉. How close to G’nseo does Spacey get?

The key equation here is the one for the distance from a point to a line:

Distance from P+tv to M is |PM cross v| / |v|

Key Points

The equations for describing lines in 3D space.

Use the parametric/vector equations to solve for t value(s) at which lines intersect other lines or surfaces.

The equation for the distance from a point to a line.

Next

Planes.

Read the rest of section 2.5 (subsections “Equations for a Plane” and “Parallel and Intersecting Planes”)

Next Lecture