Animated Solution for Mathematics - Three Dimensional Geometry: The shortest distance between the lines x+1=2y=−12z and x=y+2=6z−6 is
Select Answer:
Visualized Solution
Analyze the Given Lines
Given lines:
L1:x+1=2y=−12z
L2:x=y+2=6z−6
Goal: Find the shortest distance d between L1 and L2.
Standardizing Line L1
For L1:x+1=2y=−12z
Divide by 12 to make coefficients of x,y,z unity:
12x+1=122y=12−12z
⇒12x+1=6y=−1z
Extracting Parameters for L1
From L1:
Point a1=(−1,0,0)
Direction vector b1=12i^+6j^−k^
Standardizing Line L2
For L2:x=y+2=6z−6
Divide by 6 to standardize:
6x=6y+2=66(z−1)
⇒6x=6y+2=1z−1
Extracting Parameters for L2
From L2:
Point a2=(0,−2,1)
Direction vector b2=6i^+6j^+k^
The Shortest Distance Formula
Shortest Distance formula:
d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
Calculating a2−a1
Vector joining points on the lines:
a2−a1=(0−(−1))i^+(−2−0)j^+(1−0)k^
a2−a1=i^−2j^+k^
Calculating b1×b2
Cross product of direction vectors:
b1×b2=i^126j^66k^−11
=i^(6−(−6))−j^(12−(−6))+k^(72−36)
=12i^−18j^+36k^=6(2i^−3j^+6k^)
Magnitude of the Normal Vector
Magnitude of b1×b2:
∣b1×b2∣=622+(−3)2+62
=64+9+36=649
=6×7=42
Calculating the Numerator
Numerator calculation:
∣(a2−a1)⋅(b1×b2)∣=∣(1,−2,1)⋅(12,−18,36)∣
=∣12+36+36∣=84
Final Shortest Distance
Substitute back into the formula:
d=4284=2
Shortest Distance = 2 units
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
The Geometry of Skew Lines
A Journey into 3D Space
Welcome, future engineer. Today, we are not just solving a problem; we are navigating the architecture of three-dimensional space. Imagine two laser beams crossing each other in a dark room. They don't touch, they don't intersect, and they aren't parallel. These are what we call 'skew lines.'
Finding the shortest distance between them is a classic JEE Advanced challenge—it tests your ability to visualize, standardize, and execute with precision.
Phase 1
The Art of Standardization
Before we touch any complex formulas, we must respect the geometry. The lines provided, L1:x+1=2y=−12z and L2:x=y+2=6z−6, are currently in a 'disguised' state. In the world of coordinate geometry, the symmetric form of a line is sacred:
ax−x1=by−y1=cz−z1
Notice the coefficients of x,y, and z must be 1. In our given equations, they are not. For L1, we have 2y and −12z. If we don't fix this, our direction vector will be fundamentally flawed.
We divide the entire equation by 12 to obtain:
12x+1=6y=−1z
Now, the line speaks clearly. We can extract our anchor point a1=(−1,0,0) and our direction vector b1=12i^+6j^−k^.
We repeat this for L2. The equation x=y+2=6z−6 requires us to factor out the 6 from the z term. This gives us:
6x=6y+2=1z−1
Our second anchor point is a2=(0,−2,1) and our second direction vector is b2=6i^+6j^+k^.
Phase 2
The Common Perpendicular
Now that we have our vectors, we need to find the 'bridge' between these lines. The shortest distance is the length of the line segment that is perpendicular to both skew lines. How do we find a direction that is perpendicular to two given vectors? The cross product!
We calculate b1×b2 using the determinant method:
b1×b2=i^126j^66k^−11
Expanding this, we get 12i^−18j^+36k^. To make our lives easier, we factor out a 6, leaving us with 6(2i^−3j^+6k^).
This vector represents the direction of the shortest path. Its magnitude is:
∣b1×b2∣=622+(−3)2+62=64+9+36=6×7=42
Phase 3
The Final Projection
We are almost at the finish line. The shortest distance d is the projection of the vector connecting our two points, a2−a1, onto the common normal vector we just found.
First, the connecting vector: a2−a1=(0−(−1))i^+(−2−0)j^+(1−0)k^=i^−2j^+k^.
Now, we apply the formula:
d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
Substituting our values, the numerator becomes the absolute value of the dot product of (1,−2,1) and (12,−18,36):
∣1(12)+(−2)(−18)+1(36)∣=∣12+36+36∣=84
Dividing this by our magnitude of 42, we get:
d=4284=2
Conclusion
And there it is. The shortest distance is 2 units. It is elegant, it is precise, and it is the result of methodical, step-by-step logic. Never let the complexity of 3D vectors intimidate you. Break the problem down, standardize your variables, and let the geometry guide your hand.