Animated Solution for Mathematics - Three Dimensional Geometry: If the shortest distance between the lines 2x−1=3y−2=λz−3 and 1x−2=4y−4=5z−5 is 31, then the sum of all possible values of λ is :
Select Answer:
Visualized Solution
Visualizing the Skew Lines
Given lines: L1:2x−1=3y−2=λz−3 and L2:1x−2=4y−4=5z−5
a1,a2 are position vectors of points on the lines.
b1,b2 are direction vectors of the lines.
Extracting Vectors a and b
From L1: a1=i^+2j^+3k^ and b1=2i^+3j^+λk^
From L2: a2=2i^+4j^+5k^ and b2=i^+4j^+5k^
Calculating a2−a1
a2−a1=(2−1)i^+(4−2)j^+(5−3)k^
a2−a1=i^+2j^+2k^
Setting up b1×b2
b1×b2=i^21j^34k^λ5
Expanding the Determinant
=i^(15−4λ)−j^(10−λ)+k^(8−3)
=(15−4λ)i^+(λ−10)j^+5k^
Calculating the Numerator
Numerator =∣(a2−a1)⋅(b1×b2)∣
=∣1(15−4λ)+2(λ−10)+2(5)∣
=∣15−4λ+2λ−20+10∣
=∣5−2λ∣
Calculating the Denominator
Denominator =∣b1×b2∣
=(15−4λ)2+(λ−10)2+52
=(225−120λ+16λ2)+(λ2−20λ+100)+25
=17λ2−140λ+350
Setting up the Equation
17λ2−140λ+350∣5−2λ∣=31
Squaring Both Sides
Squaring: 17λ2−140λ+350(5−2λ)2=31
Cross-multiplying: 3(25−20λ+4λ2)=17λ2−140λ+350
Simplifying to a Quadratic
75−60λ+12λ2=17λ2−140λ+350
Rearranging terms: 5λ2−80λ+275=0
Final Step: Sum of Values
Divide by 5: λ2−16λ+55=0
We need the sum of all possible values of λ.
Sum of roots =−ab=−1−16=16
Final Answer: 16
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
Analyzing the Architecture of Skew Lines
We are navigating the geometry of two skew lines, L1 and L2, in 3D space. Our objective is to determine the parameter λ such that the shortest distance between these lines is exactly 31.
Phase 1
Extracting the DNA
Every line in 3D space is defined by a point it passes through and a direction vector. For L1:2x−1=3y−2=λz−3, we identify:
Position vector a1=i^+2j^+3k^
Direction vector b1=2i^+3j^+λk^
For L2:1x−2=4y−4=5z−5, we identify:
Position vector a2=2i^+4j^+5k^
Direction vector b2=i^+4j^+5k^
Phase 2
The Common Perpendicular
The shortest distance d between two skew lines is given by the formula:
d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
First, we calculate the vector connecting the lines:
a2−a1=(2−1)i^+(4−2)j^+(5−3)k^=i^+2j^+2k^
Next, we compute the cross product b1×b2 to find the direction of the common perpendicular:
Simplifying the numerator, we get ∣5−2λ∣. The denominator simplifies to 17λ2−140λ+350. Thus:
17λ2−140λ+350∣5−2λ∣=31
Squaring both sides to eliminate the radical and absolute value yields:
3(5−2λ)2=17λ2−140λ+350
3(25−20λ+4λ2)=17λ2−140λ+350
12λ2−60λ+75=17λ2−140λ+350
Rearranging the terms results in the quadratic equation:
5λ2−80λ+275=0
λ2−16λ+55=0
Phase 4
The Elegant Conclusion
To find the sum of all possible values of λ, we apply Vieta's formulas to the quadratic equation λ2−16λ+55=0. For a quadratic aλ2+bλ+c=0, the sum of the roots is given by −ab.