Animated Solution for Mathematics - Three Dimensional Geometry: If the shortest between the lines 2x+6=3y−6=4z−6 and 3x−λ=4y−26=5z+26 is 6, then the square of sum of all possible values of λ is
Enter Numerical Value:
Visualized Solution
The 3D Geometry Setup
Two skew lines in 3D space: L1 and L2.
The shortest distance d is perpendicular to both lines.
Given: d=6.
Components of Line L1
Line L1: 2x+6=3y−6=4z−6
Point on L1: a1=−6i^+6j^+6k^
Direction of L1: b1=2i^+3j^+4k^
Components of Line L2
Line L2: 3x−λ=4y−26=5z+26
Point on L2: a2=λi^+26j^−26k^
Direction of L2: b2=3i^+4j^+5k^
The Shortest Distance Formula
Formula: d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
This is the projection of a2−a1 along the common normal.
Calculate Cross Product b1×b2
b1×b2=i^23j^34k^45
=i^(15−16)−j^(10−12)+k^(8−9)
=−i^+2j^−k^
Magnitude of Cross Product
∣b1×b2∣=(−1)2+22+(−1)2
=1+4+1
=6
Vector Difference a2−a1
a2−a1=(λ−(−6))i^+(26−6)j^+(−26−6)k^
=(λ+6)i^+(6)j^−(36)k^
Calculate the Dot Product
(a2−a1)⋅(b1×b2)=(λ+6)(−1)+(6)(2)+(−36)(−1)
=−λ−6+26+36
=−λ+46
Set up the Distance Equation
Substitute into formula: 6=6∣−λ+46∣
Multiply by 6: 66=∣−λ+46∣
∣x∣=∣−x∣, so: 66=∣λ−46∣
Solve for λ
Remove absolute value: λ−46=±66
Case 1: λ−46=66⟹λ=106
Case 2: λ−46=−66⟹λ=−26
Final Calculation
Sum of values: 106+(−26)=86
Square of sum: (86)2
=64×6=384
Final Answer: 384
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
The Geometry of Skew Lines
Imagine you are standing in a vast, empty room. You have two thin, straight wires suspended in the air. They are not parallel, and they do not touch.
In the language of 3D geometry, we call these 'skew lines.' They are like two ships passing in the night, separated by a specific, unbridgeable gap.
Our goal today is to find the magnitude of that gap, given as d=6, and use it to unlock the mystery of the parameter λ. This isn't just about plugging numbers into a formula; it is about understanding the spatial relationship between two infinite lines.
Decoding the Lines
Before we touch any complex algebra, we must translate the symmetric equations into the language of vectors. The symmetric form
ax−x0=by−y0=cz−z0
is a beautiful shorthand, but for calculations, we need the position vector a and the direction vector b.
For line L1, given by 2x+6=3y−6=4z−6, we identify the point a1=−6i^+6j^+6k^ and the direction b1=2i^+3j^+4k^.
For line L2, given by 3x−λ=4y−26=5z+26, we identify the point a2=λi^+26j^−26k^ and the direction b2=3i^+4j^+5k^.
The Common Normal
Why do we calculate the cross product b1×b2? Because this vector is the 'common normal'—it is the only direction that is perpendicular to both lines simultaneously. It defines the orientation of the shortest distance segment.
Computing this determinant is where we find the elegance of the problem: