Animated Solution for Mathematics - Three Dimensional Geometry: If the shortest distance between the straight lines 3(x−1)=6(y−2)=2(z−1) and 4(x−2)=2(y−λ)=(z−3),λ∈R is 381, then the integral value of λ is equal to :
Select Answer:
Visualized Solution
Visualizing Skew Lines
We are given two straight lines L1 and L2 in 3D space.
These are skew lines (neither parallel nor intersecting).
We need to find the shortest distance d between them.
Standardizing Line L1
Equation: 3(x−1)=6(y−2)=2(z−1)
Standard form requires coefficients of x,y,z to be 1.
Divide by LCM(3,6,2)=6:
L1:2x−1=1y−2=3z−1
Standardizing Line L2
Equation: 4(x−2)=2(y−λ)=(z−3)
Divide by LCM(4,2,1)=4:
L2:1x−2=2y−λ=4z−3
Extracting Points and Directions
From L1: Point a1=(1,2,1), Direction b1=(2,1,3)
From L2: Point a2=(2,λ,3), Direction b2=(1,2,4)
Connecting the Points
We need the vector connecting a1 to a2:
a2−a1=(2−1)i^+(λ−2)j^+(3−1)k^
a2−a1=i^+(λ−2)j^+2k^
Finding the Common Perpendicular
The shortest distance is along the vector perpendicular to both lines: b1×b2
b1×b2=i^21j^12k^34
Calculating b1×b2
Expanding the determinant:
=i^(4−6)−j^(8−3)+k^(4−1)
=−2i^−5j^+3k^
Magnitude of the Perpendicular Vector
We need the length of this vector: ∣b1×b2∣
=(−2)2+(−5)2+32
=4+25+9=38
The Shortest Distance Formula
Formula: d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
We are given d=381
Substitute the known values into the formula.
Evaluating the Dot Product
Numerator: ∣(i^+(λ−2)j^+2k^)⋅(−2i^−5j^+3k^)∣
=∣1(−2)+(λ−2)(−5)+2(3)∣
=∣−2−5λ+10+6∣=∣14−5λ∣
Solving for λ
Equation: 38∣14−5λ∣=381
Cancel 38: ∣14−5λ∣=1
Case 1: 14−5λ=1⟹5λ=13⟹λ=513
Case 2: 14−5λ=−1⟹5λ=15⟹λ=3
Selecting the Integral Value
We found two possible values: λ=513 and λ=3.
The question specifically asks for the integral value of λ.
Therefore, λ=3.
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
The Geometry of Skew Lines
A 3D Odyssey
Imagine you are standing in a vast, three-dimensional void. Two straight lines are flying through this space. They don't touch, and they aren't parallel. These are what we call skew lines.
They are like two ships passing in the night, separated by a specific, unbridgeable gap. Our mission today is to find the length of that gap—the shortest perpendicular bridge connecting these two lines. This is a classic JEE Advanced challenge, and it is a beautiful exercise in vector algebra.
Phase 1
Standardizing the Chaos
Before we can perform any calculations, we must bring order to our equations. We are given two lines:
L1:3(x−1)=6(y−2)=2(z−1)
L2:4(x−2)=2(y−λ)=(z−3)
In their current state, they are messy. The coefficients of x,y, and z are not 1. To use the standard distance formula, we must convert these into the symmetric form.
For L1, we divide by the least common multiple of 3,6, and 2, which is 6. This transforms L1 into:
L1:2x−1=1y−2=3z−1
We repeat this for L2, dividing by the least common multiple of 4,2, and 1, which is 4:
L2:1x−2=2y−λ=4z−3
Now, we have our vital statistics. From L1, we have a point a1=(1,2,1) and a direction vector b1=(2,1,3). From L2, we have a point a2=(2,λ,3) and a direction vector b2=(1,2,4).
Phase 2
The Bridge of Perpendicularity
To find the shortest distance, we need a vector that is perpendicular to both lines. This is where the cross product shines. We calculate b1×b2 using the determinant method:
b1×b2=i^21j^12k^34
Expanding this, we get:
b1×b2=i^(4−6)−j^(8−3)+k^(4−1)=−2i^−5j^+3k^
This vector, −2i^−5j^+3k^, is the direction of our shortest path. Its magnitude is:
∣b1×b2∣=(−2)2+(−5)2+32=4+25+9=38
Phase 3
The Final Calculation
The shortest distance d is the projection of the vector connecting the two points, a2−a1, onto this perpendicular vector. The vector connecting the points is: