Finding the Shortest Distance between two Skew Lines
In my previous post on the topic, i clarified that the shortest path between a pair of skew lines is the line segment that is perpendicular to both the skew lines.
Now the next ask is determining a way to find the length of the shortest path, i.e. the length of the line segment perpendicular to both the skew lines. Let’s take an example of a pair of skew lines.
From equation of L1, position and direction vectors of L1 are
From equation of L2, position and direction vectors of L2 are
Direction vector of a line is simply a vector arrow parallel to that line. Or, we can also say it is a vector arrow pointing in any one of the two opposite directions of the line.
The above figure is the graph of the two given lines L1 & L2 along with direction vectors
Some texts use terms such as ‘Direction Ratios’ or ‘Direction Numbers’ for Direction vector, but all these terms essentially imply the same. For example, 3, -5 and 2 are direction ratios of line L2 basically means that
Position vector of a line is a vector arrow specifying the position of a point on the line relative to the origin, i.e. how much farther away a point on the line is from the origin, and in which direction the point is from the origin. It is an arrow drawn from the origin to the point on the line. A position vector could be given for any point on the line.
In the figure below, arrows
(I have kept the three coordinate axes hidden this time so that we are only looking at what we want to.)
Our aim is to find the shortest distance AB, highlighted in yellow colour in the picture above. But the shortest distance is a scalar quantity; how will the four given vectors help us find a scalar?
Well, not exactly. The four given vectors help us find the magnitude of a vector along AB. This vector has the magnitude equal to the length of AB - the shortest distance - and direction either from A to B or from B to A. So we can call it
So ultimately our goal is to find the magnitude of this new vector from given pairs of position and direction vectors.
Now, the segment AB is perpendicular to line L1, and
Segment AB is perpendicular to Line L2 as well, and
So it is clear that
The cross product can be either parallel and in the same direction as
We will need to define one more vector along the segment CD, but first we will put a segment between C and D if we haven’t done so before. CD is just any other path between the lines(not the shortest path) and its length is required to find the length of the shortest path AB.
Now define
It will not entirely be true if i tell you that different choices will not lead to different answers. Different choices WILL alter the answers but the difference will only be in the sign. Some choices will give us a positive value, while some will lead to the same value but with a negative sign before it. More on this later.
Is there any relation between vectors
Yes, there is; we will be able to see that clearly if we draw two parallel planes, each containing one of the two skew lines. In my previous post on the topic I mentioned that for any pair skew lines there exists a unique pair of parallel planes, each containing one of the two lines.
Drop the perpendicular from point C onto the parallel plane, let it meet the plane at point E. This perpendicular CE will have the same length as AB. Connecting E and D to form a right triangle. Let angle DCE be
Here’s a gif image just in case….
(I have kept the position vectors and the origin O hidden for clarity purposes)
Now how do we find cos
Substituting for cos
Which further simplifies to,
Hence,
Shortest distance between = AB
L1 & L2
Going back to the point i made earlier, for a certain choice of vectors we will end up getting negative final answer. For instance, if we would have taken the cross product
We can use the line of reasoning that the distance cannot be negative, and simply discard the negative sign, as if it was never there. That’ll work.
Textbooks solve this issue of negative sign by taking the absolute value of the entire term on the right hand side of the formula.
Regardless of whether the term is positive or negative, its absolute value will always be positive. This is an effective way to get rid of the negative sign!
Comments
Post a Comment