SUNY Geneseo Department of Mathematics

More about Lines

Tuesday, February 14

Math 223
Spring 2023
Prof. Doug Baldwin

Return to Course Outline

Previous Lecture

Anything You Want to Talk About?

The “linearity” question in problem set 3?

The question asks whether the “magnitude” operation on vectors is “linear.” From the definition of “linear” in the problem, this boils down to answering 2 questions. If both answers are “yes,” then magnitude is linear:

Magnitude of A times V equals A times magnitude of V? Magnitude of V plus U equals magnitude of V plus magnitude of U?

There are 2 general ways you can go about answering. If you think the answers are “yes,” then you could try to use the definition of “magnitude” and some algebra to show that the two equations defining linearity hold. Or if you think either answer is “no,” you could just show a “counter-example,” i.e., a pair of vectors or a vector and a scalar for which one of the linearity equations doesn’t hold.

Before you do either of these things, I recommend just trying some examples to get a feel for what the definition and its equations say. Based on these examples, you can decide whether you want to try to prove that the equations always hold, or exhibit a counter-example (which might end up being one of the examples you tried). Experimenting with a few examples is a good way to help yourself understand many things in math.

Lines in Space

Based on “Equations for a Line in Space,” “Distance between a Point and a Line,” and maybe a little bit from “Relationships between Lines” in section 1.5 of the textbook.

Key Ideas

Lines can be described by a vector equation, parametric equations, or symmetric equations (which are all basically alternative forms of the same thing).

There’s an equation for finding the distance between a point and a line. See below for a derivation and example of it.

Questions

Distance

Example of how to find the distance between a line and a point?

How far is point (1, 1, 0) from the line r(t) = (1, 2, 1) + t⟨-2, 1, -1⟩?

Line with reference point and direction vector; point off line with vertical line from it to line

The distance from a point to a line is the distance in a direction perpendicular to the line. So if you drew a vector from any point on the line (maybe its reference point, for example) to the remote point, and that vector made angle a with the line, the length of the vertical would be the magnitude of the vector times sin a:

Vector from line to point forms a triangle with line and vertical from point to line

And one of the neat rules about cross products is that their magnitudes are equal to the product of the magnitudes of the vectors involved times the sine of the angle between them. So the cross product of the vector to the point and the line’s direction vector is almost the distance we want, except it’s too large by a factor of the magnitude of the direction vector. Fix that problem by dividing by that magnitude:

Magnitude of V times sine of A is magnitude of V cross D divided by magnitude of D

Now try using this formula to find the actual distance in this problem. There’s a fair bit to calculate (e.g., the vector to the point, a cross product, some magnitudes), but they’re all calculations we’ve seen before:

Calculate V as the difference of the points, then calculate V cross D, and finally a ratio of magnitudes

Intersections

Recognizing intersecting and skew lines?

Find the intersection, if any, between lines r(t) = (1, 2, -1) + t⟨2, -1, 0⟩ and s(t) = (7, -1, -1) + t⟨0, 1, 2⟩.

2 crossing lines and their vector equations

The key idea is to find a point, if any, that’s on both lines. At such a point, r and s are equal — but be careful that the parameter values that make them equal might be different, so use different names for the parameter in each to avoid confusion.

Is it possible for R of T to equal S of U?

To solve this equation, break it down into separate components, which gives you a system of equations:

R equals S requires 1 plus 2 T equals 7, 2 minus T equals U minus 1, and negative 1 equals 2 U minus 1

Now use the third equation to solve for u, and the first to solve for t:

1 plus 2 T equals 7 means 2 T equals 6 or T equals 3; negative 1 equals 2 U minus 1 means U equals 0

Now it might seem that we’re done, but not quite: we’ve found values for t and u that make the x and z coordinates equal, but we don’t know that the y coordinates are also equal at those values. So plug t and u into the second equation and check that it really holds:

2 minus T is 2 minus 3 or negative 1; U minus 1 is 0 minus 1 or negative 1 too

It does, so we’ve discovered that the lines intersect. Plugging t into the equation for r and u into the equation for s finds the point of intersection:

R of 3 and S of 0 both equal point 7 negative 1 negative 1

If t and u hadn’t also solved the second equation in this example, we would know that the lines are skew. And if the lines were parallel, we’d be able to find some constant that we can multiply one direction vector by to get the other (but we can’t).

Next

Planes!

Please read “Equations for a Plane” in section 1.5 of the textbook.

Next Lecture