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 value of λ is :
Options
Solution
Key Concepts and Formulas
Line in Vector Form: A line passing through a point with position vector a and having a direction vector b can be represented as r=a+tb, where t is a scalar parameter. From its Cartesian form lx−x1=my−y1=nz−z1, we have a=x1i^+y1j^+z1k^ and b=li^+mj^+nk^.
Shortest Distance Between Two Skew Lines: For two skew lines given by r=a1+tb1 and r=a2+sb2, the shortest distance d is given by the formula:
d=∣b1×b2∣(a2−a1)⋅(b1×b2)
Vieta's Formulas for Quadratic Equations: For a quadratic equation ax2+bx+c=0, the sum of the roots is −b/a.
Step-by-Step Solution
Step 1: Extracting Position and Direction Vectors from the Line Equations
We are given two lines in Cartesian form. To use the shortest distance formula, we first convert them into their vector forms r=a+tb.
For the first line: 2x−1=3y−2=λz−3
This line passes through the point (1,2,3). So, its position vector is a1=i^+2j^+3k^.
The direction ratios are (2,3,λ). So, its direction vector is b1=2i^+3j^+λk^.
For the second line: 1x−2=4y−4=5z−5
This line passes through the point (2,4,5). So, its position vector is a2=2i^+4j^+5k^.
The direction ratios are (1,4,5). So, its direction vector is b2=i^+4j^+5k^.
Step 2: Calculating Necessary Vector Components for the Shortest Distance Formula
We need to calculate a2−a1, b1×b2, and then their dot product and the magnitude of the cross product.
Calculate the vector connecting points on the two lines, a2−a1:
This vector represents the displacement from a point on the first line to a point on the second line.
a2−a1=(2i^+4j^+5k^)−(i^+2j^+3k^)a2−a1=(2−1)i^+(4−2)j^+(5−3)k^=i^+2j^+2k^
Calculate the cross product of the direction vectors, b1×b2:
This vector is perpendicular to both direction vectors, and its direction gives the normal to the plane containing the shortest distance.
b1×b2=i^21j^34k^λ5=i^(3×5−λ×4)−j^(2×5−λ×1)+k^(2×4−3×1)=i^(15−4λ)−j^(10−λ)+k^(8−3)=(15−4λ)i^+(λ−10)j^+5k^
Calculate the scalar triple product (numerator of the formula): (a2−a1)⋅(b1×b2)
This dot product gives the projection of the connecting vector onto the normal vector, which is the shortest distance times the magnitude of the normal vector.
(a2−a1)⋅(b1×b2)=(i^+2j^+2k^)⋅((15−4λ)i^+(λ−10)j^+5k^)=1(15−4λ)+2(λ−10)+2(5)=15−4λ+2λ−20+10=−2λ+5
Calculate the magnitude of the cross product (denominator of the formula): ∣b1×b2∣
This magnitude normalizes the scalar triple product to give the actual shortest distance.
∣b1×b2∣=(15−4λ)2+(λ−10)2+52=(225−120λ+16λ2)+(λ2−20λ+100)+25=17λ2−140λ+350
Step 3: Applying the Shortest Distance Formula
We are given that the shortest distance d=31. Substituting the calculated components into the formula:
d=∣b1×b2∣(a2−a1)⋅(b1×b2)31=17λ2−140λ+350−2λ+5
Step 4: Solving the Equation for λ
To solve for λ, we square both sides of the equation to eliminate the absolute value and the square roots:
(31)2=(17λ2−140λ+350−2λ+5)231=17λ2−140λ+350(−2λ+5)2
Expand the numerator: (−2λ+5)2=(2λ−5)2=4λ2−20λ+25.
31=17λ2−140λ+3504λ2−20λ+25
Cross-multiply to form a quadratic equation:
1(17λ2−140λ+350)=3(4λ2−20λ+25)17λ2−140λ+350=12λ2−60λ+75
Rearrange the terms to form a standard quadratic equation Aλ2+Bλ+C=0:
(17λ2−12λ2)+(−140λ+60λ)+(350−75)=05λ2−80λ+275=0
Divide the entire equation by 5 to simplify:
λ2−16λ+55=0
Step 5: Finding the Sum of Possible λ Values
We have a quadratic equation λ2−16λ+55=0. Let the possible values of λ be λ1 and λ2. According to Vieta's formulas, for a quadratic equation ax2+bx+c=0, the sum of the roots is −b/a.
In this equation, a=1, b=−16, and c=55.
The sum of the possible values of λ is λ1+λ2=−(−16)/1=16.
Common Mistakes & Tips
Sign Errors: Be extremely careful when extracting points and direction vectors from Cartesian form, and during vector operations (especially cross product and dot product). A single sign error can lead to an incorrect quadratic equation.
Absolute Value: Remember the absolute value in the shortest distance formula. Squaring both sides is the correct approach to handle it, ensuring all terms are squared properly.
Algebraic Simplification: Meticulously perform the algebraic expansions and simplifications, particularly when dealing with λ inside square roots and squared terms.
Vieta's Formulas: For problems asking for the sum or product of roots of a quadratic equation, Vieta's formulas offer a direct and efficient method, often saving time compared to finding individual roots.
Summary
This problem required us to find the parameter λ using the shortest distance formula between two skew lines. We first converted the given Cartesian equations into vector form to identify the position and direction vectors. Then, we systematically calculated the necessary vector quantities: the difference of position vectors, the cross product of direction vectors, their dot product (for the numerator), and the magnitude of the cross product (for the denominator). Substituting these into the shortest distance formula and squaring both sides led to a quadratic equation in λ. Finally, using Vieta's formulas, we found the sum of all possible values of λ.
The final answer is 16, which corresponds to option (A).