Animated Solution for Mathematics - Three Dimensional Geometry: The shortest distance between the lines 3x−2=2y+1=2z−6 and 3x−6=21−y=0z+8 is equal to ______.
Enter Numerical Value:
Visualized Solution
Visualizing Skew Lines
In 3D space, two lines can be skew, meaning they are neither parallel nor intersecting.
Our goal is to find the shortest distance d between them, which lies along their common perpendicular.
Extracting Data from L1
Line L1:3x−2=2y+1=2z−6
Position vector of a point on L1: a1=2i^−j^+6k^
Direction vector of L1: b1=3i^+2j^+2k^
The Standard Form Trap in L2
Line L2:3x−6=21−y=0z+8
Trap: The y-term is 1−y. Rewrite as −2y−1.
Standard form: 3x−6=−2y−1=0z+8
Point a2=6i^+j^−8k^
Direction b2=3i^−2j^+0k^
The Shortest Distance Formula
The shortest distance d between two skew lines is given by:
d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
Connecting the Points: a2−a1
a2−a1=(6−2)i^+(1−(−1))j^+(−8−6)k^
a2−a1=4i^+2j^−14k^
Setting up the Cross Product
We need a vector perpendicular to both lines: b1×b2
b1×b2=i^33j^2−2k^20
Evaluating the Cross Product
b1×b2=i^(0−(−4))−j^(0−6)+k^(−6−6)
b1×b2=4i^+6j^−12k^
Magnitude of the Normal Vector
Denominator =∣b1×b2∣
∣b1×b2∣=42+62+(−12)2
=16+36+144=196=14
The Dot Product (Numerator)
Numerator =∣(a2−a1)⋅(b1×b2)∣
=∣(4i^+2j^−14k^)⋅(4i^+6j^−12k^)∣
Evaluating the Dot Product
=∣(4)(4)+(2)(6)+(−14)(−12)∣
=∣16+12+168∣
=196
Final Calculation
d=DenominatorNumerator
d=14196
d=14
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
The Geometry of the Void
Mastering Skew Lines
Imagine you are standing in a vast, three-dimensional void. Two lines are streaking through this space like contrails of high-speed jets.
They are not parallel, meaning they will never run side-by-side, yet they are also not intersecting. They are 'skew' lines—a concept that often feels abstract until you realize it is the most common state of lines in 3D space.
Today, we are going to bridge the gap between these two lines. We are going to find the shortest distance between them, a journey that requires us to be precise, vigilant, and mathematically elegant.
The Trap of the Standard Form
Before we dive into the vectors, we must address a classic JEE trap. Look at the second line:
3x−6=21−y=0z+8
Many students rush through this, grabbing the direction vector as (3,2,0). But stop! Look at the y-term. It is 1−y, not y−1.
In the standard symmetric form ax−x1=by−y1=cz−z1, the coefficient of the variable must be positive one. By factoring out a negative sign, we rewrite the term as −2y−1.
Now, and only now, is our direction vector b2=3i^−2j^+0k^ correct. Precision is the hallmark of an engineer.
The Vector Bridge
To find the shortest distance d, we need a bridge. Geometrically, this bridge is a line segment perpendicular to both lines.
We find this by taking the cross product of the two direction vectors, b1=3i^+2j^+2k^ and b2=3i^−2j^+0k^. The cross product b1×b2 gives us the normal vector, the direction of our bridge.
We set up the determinant:
b1×b2=i^33j^2−2k^20
Expanding this, we get 4i^+6j^−12k^. This vector is the backbone of our calculation.
The Final Projection
Now, we connect the two lines using a displacement vector between a point on L1 (let us use a1=2i^−j^+6k^) and a point on L2 (let us use a2=6i^+j^−8k^).
The vector connecting them is a2−a1=4i^+2j^−14k^. The shortest distance is simply the projection of this connecting vector onto our normal vector.
We calculate the dot product of (a2−a1) and our normal vector (4i^+6j^−12k^):
∣(4)(4)+(2)(6)+(−14)(−12)∣=∣16+12+168∣=196
Dividing this by the magnitude of the normal vector, which is 42+62+(−12)2=196=14, we arrive at our final answer:
d=14196=14
The math is clean, the logic is sound, and the distance is found. You have successfully navigated the void. The final answer is 14.