Animated Solution for Mathematics - Three Dimensional Geometry: The shortest distance between the lines 2x−3=3y−2=−1z−1 and 2x+3=1y−6=3z−5 is:
Select Answer:
Visualized Solution
Visualizing Skew Lines
Two lines in 3D space that do not intersect and are not parallel are called skew lines.
The shortest distance between them is measured along the common perpendicular to both lines.
The Shortest Distance Formula
Formula: d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
a1,a2 are position vectors of points on the lines.
b1,b2 are the direction vectors of the lines.
Extracting Data from Line 1
Line 1: 2x−3=3y−2=−1z−1
Point a1=(3,2,1)
Direction b1=(2,3,−1)
Extracting Data from Line 2
Line 2: 2x+3=1y−6=3z−5
Point a2=(−3,6,5)
Direction b2=(2,1,3)
Finding the Connecting Vector
a2−a1=(−3−3,6−2,5−1)
a2−a1=(−6,4,4)
Setting up the Cross Product
Normal vector n=b1×b2
n=i^22j^31k^−13
Computing the Normal Vector
n=i^(9−(−1))−j^(6−(−2))+k^(2−6)
n=10i^−8j^−4k^
n=(10,−8,−4)
Magnitude of the Normal Vector
∣n∣=102+(−8)2+(−4)2
∣n∣=100+64+16=180
∣n∣=65
Calculating the Dot Product
(a2−a1)⋅n=(−6)(10)+(4)(−8)+(4)(−4)
=−60−32−16
=−108
Final Distance Calculation
d=65∣−108∣
d=65108
d=518
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
The Geometry of the Gap
When two lines are skew, they exist in parallel planes. The shortest path between them is the unique segment that is perfectly perpendicular to both lines simultaneously, known as the common perpendicular.
If you were to place a ruler between these two lines, the shortest distance is the length of that ruler when it is held at a 90-degree angle to both flight paths. To find this, we rely on the power of vectors.
The distance d is given by the projection of the vector connecting the two lines onto the common normal vector:
d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
Step 1
The Extraction
We are given two lines in symmetric form:
2x−3=3y−2=−1z−1and2x+3=1y−6=3z−5
From the first line, we extract the point a1=(3,2,1) and the direction vector b1=(2,3,−1). From the second line, we extract the point a2=(−3,6,5) and the direction vector b2=(2,1,3).
Always watch your signs! The equation 2x+3 implies x−(−3), so the coordinate is −3. Missing this sign is the most common way to lose marks in the exam.
Step 2
The Connecting Vector
Now, we find the vector that bridges our two starting points. We calculate a2−a1=(−3−3,6−2,5−1), which gives us the vector (−6,4,4).
This vector represents one possible path between the lines, but it is likely slanted. We need to isolate the component of this vector that is perpendicular to both lines.
Step 3
The Common Perpendicular
To find a direction perpendicular to both lines, we use the cross product n=b1×b2. We set up the determinant:
n=i^22j^31k^−13
Calculating this, we get n=i^(9−(−1))−j^(6−(−2))+k^(2−6), which simplifies to n=10i^−8j^−4k^. This vector (10,−8,−4) is our common normal.
Step 4
The Final Calculation
We are in the home stretch. First, we find the magnitude of our normal vector:
∣n∣=102+(−8)2+(−4)2=100+64+16=180=65
Next, we find the dot product of our connecting vector and the normal vector:
There you have it! By systematically breaking down the 3D geometry into vector components, we have conquered the problem. The final shortest distance is 518.