Shortest Distances Flashcards

(3 cards)

1
Q

How to find shortest distance between a point and a line?

A

1) Find vector between point and general point on the line, make this perpendicular to the direction vector of the line.
2) Use the dot product with this vector and the direction vector and equate them to 0.
3) Solve for lambda and substitute into vector between point and line.
4) Find magnitude of vector.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to find shortest distance between two parallel lines?

A

1) Find vector between a point on one line (position vector) and the general point on other line.
2) Equate the dot product of this vector and the direction vector to 0.
3) Solve for parameter (ų or lambda) and substitute back into vector between point and general point.
4) Find magnitude.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to find shortest distance between two skew lines?

A

1) Find vector between two general points of each line.
2) Dot this vector with both direction vectors, and equate to 0, to form simultaneous equations.
3) Solve equations and substitute back into vector between the two general points.
4) Find magnitude.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly