Animated Solution for Mathematics - Three Dimensional Geometry: If the shortest distance between the lines 3x−λ=−1y−2=1z−1 and −3x+2=2y+5=4z−4 is 3044, then the largest possible value of ∣λ∣ is equal to _________
Enter Numerical Value:
Visualized Solution
L1 and L2
Goal: Find the largest value of ∣λ∣.
Given: Shortest Distance SD=3044
Two skew lines in 3D space.
a1 and b1
Line 1: 3x−λ=−1y−2=1z−1
Point a1=(λ,2,1)
Direction b1=(3,−1,1)
a2 and b2
Line 2: −3x+2=2y+5=4z−4
Point a2=(−2,−5,4)
Direction b2=(−3,2,4)
SD=∣b1×b2∣∣(a1−a2)⋅(b1×b2)∣
The shortest distance is the projection of a1−a2 onto the common perpendicular.
Common perpendicular direction: b1×b2
a1−a2
a1=(λ,2,1)
a2=(−2,−5,4)
a1−a2=(λ−(−2),2−(−5),1−4)
a1−a2=(λ+2,7,−3)
b1×b2
b1=(3,−1,1)
b2=(−3,2,4)
b1×b2=i^3−3j^−12k^14
b1×b2=−6i^−15j^+3k^
i^((−1)(4)−(1)(2))=i^(−4−2)=−6i^
−j^((3)(4)−(1)(−3))=−j^(12+3)=−15j^
k^((3)(2)−(−1)(−3))=k^(6−3)=3k^
Result: (−6,−15,3)
∣b1×b2∣
∣b1×b2∣=(−6)2+(−15)2+32
=36+225+9
=270=9×30=330
SD=3044
SD=330∣(λ+2,7,−3)⋅(−6,−15,3)∣
We are given SD=3044
So, 330∣(λ+2,7,−3)⋅(−6,−15,3)∣=3044
Numerator Dot Product
Dot Product =(λ+2)(−6)+(7)(−15)+(−3)(3)
=−6λ−12−105−9
=−6λ−126
∣2λ+42∣=44
330∣−6λ−126∣=3044
Cancel 30 from both sides.
Factor out −3 inside the modulus: 3∣−3(2λ+42)∣=44
33∣2λ+42∣=44⟹∣2λ+42∣=44
Finding λ
Case 1: 2λ+42=44⟹2λ=2⟹λ=1
Case 2: 2λ+42=−44⟹2λ=−86⟹λ=−43
Largest ∣λ∣
Possible values: λ=1 or λ=−43
Absolute values: ∣1∣=1 and ∣−43∣=43
The largest possible value of ∣λ∣ is 43.
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
Analyzing the Setup
The geometry of skew lines in 3D space is defined by their unique direction vectors and points of passage. We are given two lines, L1 and L2, and we must determine the parameter λ such that the shortest distance between them is exactly 3044.
For L1, given by 3x−λ=−1y−2=1z−1, the point is a1=(λ,2,1) and the direction vector is b1=(3,−1,1).
For L2, given by −3x+2=2y+5=4z−4, the point is a2=(−2,−5,4) and the direction vector is b2=(−3,2,4).
The Common Perpendicular
The shortest distance between two skew lines is the length of the segment perpendicular to both. We find this direction using the cross product n=b1×b2: