Animated Solution for Mathematics - Three Dimensional Geometry: If the shortest distance between the lines 1x−4=2y+1=−3z and 2x−λ=4y+1=−5z−2 is 56, then the sum of all possible values of λ is :
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
Analyzing the Setup
Imagine you are standing on a vast, three-dimensional grid. You see two airplanes flying in the sky, their paths represented by two lines, L1 and L2.
These lines are skew; they never meet, and they are not parallel. They are like two ships passing in the night, separated by a specific, minimum distance.
Our mission today is to find the value of λ that maintains this precise separation of 56.
Extracting the DNA of the Lines
Every line in 3D space has a unique signature: a point it passes through and a direction in which it travels.
For L1, the symmetric equation 1x−4=2y+1=−3z tells us it passes through point A=(4,−1,0) and moves along the direction vector d1=i^+2j^−3k^.
For L2, the equation 2x−λ=4y+1=−5z−2 reveals point B=(λ,−1,2) and direction vector d2=2i^+4j^−5k^. These are the building blocks of our universe.
The Common Normal
The Bridge Between Lines
To find the shortest distance, we need a bridge—a vector that is perpendicular to both lines. This is the common normal, found by the cross product n=d1×d2.
Setting up the determinant, we have:
n=i^12j^24k^−3−5
Expanding this, we get i^(−10−(−12))−j^(−5−(−6))+k^(4−4), which simplifies to 2i^−j^+0k^.
The magnitude of this normal vector is ∣n∣=22+(−1)2+02=5. This 5 is a gift; it will simplify our final equation significantly.
The Projection
Measuring the Gap
The shortest distance is the projection of the vector AB onto the normal vector n. First, AB=b−a=(λ−4)i^+0j^+2k^.
The scalar triple product, which is the numerator of our distance formula, is:
∣AB⋅n∣=∣(λ−4)(2)+(0)(−1)+(2)(0)∣=∣2(λ−4)∣
Now, we combine everything into the shortest distance formula:
S.D.=5∣2(λ−4)∣
We are told this distance is 56. Equating them, we get 5∣2(λ−4)∣=56. The 5 cancels out, leaving us with ∣2(λ−4)∣=6, or simply ∣λ−4∣=3.
The Final Resolution
We have arrived at the final hurdle. The absolute value equation ∣λ−4∣=3 splits into two paths:
1. λ−4=3⇒λ=7
2. λ−4=−3⇒λ=1
Both are valid. The question asks for the sum of all possible values of λ.
Thus, the final result is 7+1=8. You have successfully navigated the 3D landscape, mastered the cross product, and solved for the unknown parameter.