Skip to main content
Back to 3D Geometry
JEE Main 2020
3D Geometry
3D Geometry
Medium

Question

If the shortest distance between the lines x12=y23=z3λ{{x - 1} \over 2} = {{y - 2} \over 3} = {{z - 3} \over \lambda } and x21=y44=z55{{x - 2} \over 1} = {{y - 4} \over 4} = {{z - 5} \over 5} is 13{1 \over {\sqrt 3 }}, then the sum of all possible value of λ\lambda is :

Options

Solution

Key Concepts and Formulas

  • Line in Vector Form: A line passing through a point with position vector a\vec{a} and having a direction vector b\vec{b} can be represented as r=a+tb\vec{r} = \vec{a} + t\vec{b}, where tt is a scalar parameter. From its Cartesian form xx1l=yy1m=zz1n\frac{x-x_1}{l} = \frac{y-y_1}{m} = \frac{z-z_1}{n}, we have a=x1i^+y1j^+z1k^\vec{a} = x_1\hat{i} + y_1\hat{j} + z_1\hat{k} and b=li^+mj^+nk^\vec{b} = l\hat{i} + m\hat{j} + n\hat{k}.
  • Shortest Distance Between Two Skew Lines: For two skew lines given by r=a1+tb1\vec{r} = \vec{a_1} + t\vec{b_1} and r=a2+sb2\vec{r} = \vec{a_2} + s\vec{b_2}, the shortest distance dd is given by the formula: d=(a2a1)(b1×b2)b1×b2d = \left| \frac{(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2})}{|\vec{b_1} \times \vec{b_2}|} \right|
  • Vieta's Formulas for Quadratic Equations: For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of the roots is b/a-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\vec{r} = \vec{a} + t\vec{b}.

For the first line: x12=y23=z3λ{{x - 1} \over 2} = {{y - 2} \over 3} = {{z - 3} \over \lambda }

  • This line passes through the point (1,2,3)(1, 2, 3). So, its position vector is a1=i^+2j^+3k^\vec{a_1} = \hat{i} + 2\hat{j} + 3\hat{k}.
  • The direction ratios are (2,3,λ)(2, 3, \lambda). So, its direction vector is b1=2i^+3j^+λk^\vec{b_1} = 2\hat{i} + 3\hat{j} + \lambda\hat{k}.

For the second line: x21=y44=z55{{x - 2} \over 1} = {{y - 4} \over 4} = {{z - 5} \over 5}

  • This line passes through the point (2,4,5)(2, 4, 5). So, its position vector is a2=2i^+4j^+5k^\vec{a_2} = 2\hat{i} + 4\hat{j} + 5\hat{k}.
  • The direction ratios are (1,4,5)(1, 4, 5). So, its direction vector is b2=i^+4j^+5k^\vec{b_2} = \hat{i} + 4\hat{j} + 5\hat{k}.

Step 2: Calculating Necessary Vector Components for the Shortest Distance Formula

We need to calculate a2a1\vec{a_2} - \vec{a_1}, b1×b2\vec{b_1} \times \vec{b_2}, and then their dot product and the magnitude of the cross product.

  1. Calculate the vector connecting points on the two lines, a2a1\vec{a_2} - \vec{a_1}: This vector represents the displacement from a point on the first line to a point on the second line. a2a1=(2i^+4j^+5k^)(i^+2j^+3k^)\vec{a_2} - \vec{a_1} = (2\hat{i} + 4\hat{j} + 5\hat{k}) - (\hat{i} + 2\hat{j} + 3\hat{k}) a2a1=(21)i^+(42)j^+(53)k^=i^+2j^+2k^\vec{a_2} - \vec{a_1} = (2-1)\hat{i} + (4-2)\hat{j} + (5-3)\hat{k} = \hat{i} + 2\hat{j} + 2\hat{k}

  2. Calculate the cross product of the direction vectors, b1×b2\vec{b_1} \times \vec{b_2}: This vector is perpendicular to both direction vectors, and its direction gives the normal to the plane containing the shortest distance. b1×b2=i^j^k^23λ145\vec{b_1} \times \vec{b_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 3 & \lambda \\ 1 & 4 & 5 \end{vmatrix} =i^(3×5λ×4)j^(2×5λ×1)+k^(2×43×1) = \hat{i}(3 \times 5 - \lambda \times 4) - \hat{j}(2 \times 5 - \lambda \times 1) + \hat{k}(2 \times 4 - 3 \times 1) =i^(154λ)j^(10λ)+k^(83) = \hat{i}(15 - 4\lambda) - \hat{j}(10 - \lambda) + \hat{k}(8 - 3) =(154λ)i^+(λ10)j^+5k^ = (15 - 4\lambda)\hat{i} + (\lambda - 10)\hat{j} + 5\hat{k}

  3. Calculate the scalar triple product (numerator of the formula): (a2a1)(b1×b2)(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) 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. (a2a1)(b1×b2)=(i^+2j^+2k^)((154λ)i^+(λ10)j^+5k^)(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) = (\hat{i} + 2\hat{j} + 2\hat{k}) \cdot ((15 - 4\lambda)\hat{i} + (\lambda - 10)\hat{j} + 5\hat{k}) =1(154λ)+2(λ10)+2(5) = 1(15 - 4\lambda) + 2(\lambda - 10) + 2(5) =154λ+2λ20+10 = 15 - 4\lambda + 2\lambda - 20 + 10 =2λ+5 = -2\lambda + 5

  4. Calculate the magnitude of the cross product (denominator of the formula): b1×b2|\vec{b_1} \times \vec{b_2}| This magnitude normalizes the scalar triple product to give the actual shortest distance. b1×b2=(154λ)2+(λ10)2+52|\vec{b_1} \times \vec{b_2}| = \sqrt{(15 - 4\lambda)^2 + (\lambda - 10)^2 + 5^2} =(225120λ+16λ2)+(λ220λ+100)+25 = \sqrt{(225 - 120\lambda + 16\lambda^2) + (\lambda^2 - 20\lambda + 100) + 25} =17λ2140λ+350 = \sqrt{17\lambda^2 - 140\lambda + 350}

Step 3: Applying the Shortest Distance Formula

We are given that the shortest distance d=13d = \frac{1}{\sqrt{3}}. Substituting the calculated components into the formula: d=(a2a1)(b1×b2)b1×b2d = \left| \frac{(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2})}{|\vec{b_1} \times \vec{b_2}|} \right| 13=2λ+517λ2140λ+350\frac{1}{\sqrt{3}} = \left| \frac{-2\lambda + 5}{\sqrt{17\lambda^2 - 140\lambda + 350}} \right|

Step 4: Solving the Equation for λ\lambda

To solve for λ\lambda, we square both sides of the equation to eliminate the absolute value and the square roots: (13)2=(2λ+517λ2140λ+350)2\left( \frac{1}{\sqrt{3}} \right)^2 = \left( \frac{-2\lambda + 5}{\sqrt{17\lambda^2 - 140\lambda + 350}} \right)^2 13=(2λ+5)217λ2140λ+350\frac{1}{3} = \frac{(-2\lambda + 5)^2}{17\lambda^2 - 140\lambda + 350} Expand the numerator: (2λ+5)2=(2λ5)2=4λ220λ+25(-2\lambda + 5)^2 = (2\lambda - 5)^2 = 4\lambda^2 - 20\lambda + 25. 13=4λ220λ+2517λ2140λ+350\frac{1}{3} = \frac{4\lambda^2 - 20\lambda + 25}{17\lambda^2 - 140\lambda + 350} Cross-multiply to form a quadratic equation: 1(17λ2140λ+350)=3(4λ220λ+25)1(17\lambda^2 - 140\lambda + 350) = 3(4\lambda^2 - 20\lambda + 25) 17λ2140λ+350=12λ260λ+7517\lambda^2 - 140\lambda + 350 = 12\lambda^2 - 60\lambda + 75 Rearrange the terms to form a standard quadratic equation Aλ2+Bλ+C=0A\lambda^2 + B\lambda + C = 0: (17λ212λ2)+(140λ+60λ)+(35075)=0(17\lambda^2 - 12\lambda^2) + (-140\lambda + 60\lambda) + (350 - 75) = 0 5λ280λ+275=05\lambda^2 - 80\lambda + 275 = 0 Divide the entire equation by 5 to simplify: λ216λ+55=0\lambda^2 - 16\lambda + 55 = 0

Step 5: Finding the Sum of Possible λ\lambda Values

We have a quadratic equation λ216λ+55=0\lambda^2 - 16\lambda + 55 = 0. Let the possible values of λ\lambda be λ1\lambda_1 and λ2\lambda_2. According to Vieta's formulas, for a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of the roots is b/a-b/a. In this equation, a=1a=1, b=16b=-16, and c=55c=55. The sum of the possible values of λ\lambda is λ1+λ2=(16)/1=16\lambda_1 + \lambda_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 λ\lambda 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 λ\lambda 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 λ\lambda. Finally, using Vieta's formulas, we found the sum of all possible values of λ\lambda.

The final answer is 16\boxed{\text{16}}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions