Skip to main content
Back to 3D Geometry
JEE Main 2023
3D Geometry
3D Geometry
Hard

Question

If the shortest distance between the lines x41=y+12=z3\frac{x-4}{1}=\frac{y+1}{2}=\frac{z}{-3} and xλ2=y+14=z25\frac{x-\lambda}{2}=\frac{y+1}{4}=\frac{z-2}{-5} is 65\frac{6}{\sqrt{5}}, then the sum of all possible values of λ\lambda is :

Options

Solution

1. Key Concepts and Formulas

  • Shortest Distance Between Skew Lines: The shortest distance DD between two skew lines (lines that are neither parallel nor intersecting), represented in vector form as 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}, 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| Here:
    • a1\vec{a_1} and a2\vec{a_2} are the position vectors of arbitrary points on the first and second lines, respectively.
    • b1\vec{b_1} and b2\vec{b_2} are the direction vectors of the first and second lines, respectively.
    • The term (a2a1)(b1×b2)(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) is the scalar triple product (STP).
    • The term b1×b2|\vec{b_1} \times \vec{b_2}| is the magnitude of the cross product of the direction vectors.
  • Vector Form of a Line: A line in Cartesian form xx0l=yy0m=zz0n\frac{x-x_0}{l}=\frac{y-y_0}{m}=\frac{z-z_0}{n} can be written in vector form as r=(x0i^+y0j^+z0k^)+t(li^+mj^+nk^)\vec{r} = (x_0\hat{i} + y_0\hat{j} + z_0\hat{k}) + t(l\hat{i} + m\hat{j} + n\hat{k}).
  • Scalar Triple Product (STP) as a Determinant: The scalar triple product (u(v×w))(\vec{u} \cdot (\vec{v} \times \vec{w})) can be computed using a determinant: (u(v×w))=uxuyuzvxvyvzwxwywz(\vec{u} \cdot (\vec{v} \times \vec{w})) = \begin{vmatrix} u_x & u_y & u_z \\ v_x & v_y & v_z \\ w_x & w_y & w_z \end{vmatrix}

2. Step-by-Step Solution

Step 1: Extract Position and Direction Vectors from Given Lines We convert the given Cartesian equations of the lines into their vector forms r=a+tb\vec{r} = \vec{a} + t\vec{b}.

For Line 1 (L1L_1): x41=y+12=z3\frac{x-4}{1}=\frac{y+1}{2}=\frac{z}{-3}

  • The position vector a1\vec{a_1} (representing a point (x0,y0,z0)(x_0, y_0, z_0) on L1L_1) is obtained from (4,1,0)(4, -1, 0). So, a1=4i^j^+0k^\vec{a_1} = 4\hat{i} - \hat{j} + 0\hat{k}.
  • The direction vector b1\vec{b_1} (representing the direction ratios (l,m,n)(l, m, n) of L1L_1) is obtained from (1,2,3)(1, 2, -3). So, b1=i^+2j^3k^\vec{b_1} = \hat{i} + 2\hat{j} - 3\hat{k}.

For Line 2 (L2L_2): xλ2=y+14=z25\frac{x-\lambda}{2}=\frac{y+1}{4}=\frac{z-2}{-5}

  • The position vector a2\vec{a_2} (representing a point (x0,y0,z0)(x_0, y_0, z_0) on L2L_2) is obtained from (λ,1,2)(\lambda, -1, 2). So, a2=λi^j^+2k^\vec{a_2} = \lambda\hat{i} - \hat{j} + 2\hat{k}.
  • The direction vector b2\vec{b_2} (representing the direction ratios (l,m,n)(l, m, n) of L2L_2) is obtained from (2,4,5)(2, 4, -5). So, b2=2i^+4j^5k^\vec{b_2} = 2\hat{i} + 4\hat{j} - 5\hat{k}.

Important Check for Parallelism: Before proceeding with the skew lines formula, we must check if the lines are parallel. Lines are parallel if their direction vectors are proportional. Here, b1=1,2,3\vec{b_1} = \langle 1, 2, -3 \rangle and b2=2,4,5\vec{b_2} = \langle 2, 4, -5 \rangle. Since 12=2435\frac{1}{2} = \frac{2}{4} \neq \frac{-3}{-5}, the direction vectors are not proportional. This confirms that the lines are not parallel, and thus they are skew lines. The chosen formula is appropriate.

Step 2: Calculate the Vector Connecting Points on the Lines, a2a1\vec{a_2} - \vec{a_1} This vector connects the specific point A1(4,1,0)A_1(4, -1, 0) on L1L_1 to A2(λ,1,2)A_2(\lambda, -1, 2) on L2L_2. a2a1=(λi^j^+2k^)(4i^j^+0k^)\vec{a_2} - \vec{a_1} = (\lambda\hat{i} - \hat{j} + 2\hat{k}) - (4\hat{i} - \hat{j} + 0\hat{k}) a2a1=(λ4)i^+(1(1))j^+(20)k^\vec{a_2} - \vec{a_1} = (\lambda - 4)\hat{i} + (-1 - (-1))\hat{j} + (2 - 0)\hat{k} a2a1=(λ4)i^+0j^+2k^\vec{a_2} - \vec{a_1} = (\lambda - 4)\hat{i} + 0\hat{j} + 2\hat{k}

Step 3: Calculate the Cross Product of Direction Vectors, b1×b2\vec{b_1} \times \vec{b_2} This vector is perpendicular to both lines, indicating the direction of the shortest distance. b1×b2=i^j^k^123245\vec{b_1} \times \vec{b_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 2 & -3 \\ 2 & 4 & -5 \end{vmatrix} Expanding the determinant: =i^((2)(5)(3)(4))j^((1)(5)(3)(2))+k^((1)(4)(2)(2))= \hat{i}((2)(-5) - (-3)(4)) - \hat{j}((1)(-5) - (-3)(2)) + \hat{k}((1)(4) - (2)(2)) =i^(10+12)j^(5+6)+k^(44)= \hat{i}(-10 + 12) - \hat{j}(-5 + 6) + \hat{k}(4 - 4) =2i^1j^+0k^= 2\hat{i} - 1\hat{j} + 0\hat{k}

Step 4: Calculate the Magnitude of the Cross Product, b1×b2|\vec{b_1} \times \vec{b_2}| This magnitude forms the denominator of the shortest distance formula. b1×b2=2i^j^+0k^=(2)2+(1)2+(0)2|\vec{b_1} \times \vec{b_2}| = |2\hat{i} - \hat{j} + 0\hat{k}| = \sqrt{(2)^2 + (-1)^2 + (0)^2} =4+1+0=5= \sqrt{4 + 1 + 0} = \sqrt{5}

Step 5: Calculate the Scalar Triple Product (STP), (a2a1)(b1×b2)(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) This STP forms the numerator of the shortest distance formula. We can compute it by taking the dot product of the results from Step 2 and Step 3. (a2a1)(b1×b2)=((λ4)i^+0j^+2k^)(2i^j^+0k^)(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) = ((\lambda - 4)\hat{i} + 0\hat{j} + 2\hat{k}) \cdot (2\hat{i} - \hat{j} + 0\hat{k}) =(λ4)(2)+(0)(1)+(2)(0)= (\lambda - 4)(2) + (0)(-1) + (2)(0) =2λ8+0+0= 2\lambda - 8 + 0 + 0 =2λ8= 2\lambda - 8 Alternatively, using the determinant form for the scalar triple product: λ402123245=(λ4)234501325+21224\begin{vmatrix} \lambda-4 & 0 & 2 \\ 1 & 2 & -3 \\ 2 & 4 & -5 \end{vmatrix} = (\lambda-4) \begin{vmatrix} 2 & -3 \\ 4 & -5 \end{vmatrix} - 0 \begin{vmatrix} 1 & -3 \\ 2 & -5 \end{vmatrix} + 2 \begin{vmatrix} 1 & 2 \\ 2 & 4 \end{vmatrix} =(λ4)((2)(5)(3)(4))0+2((1)(4)(2)(2))= (\lambda-4)((2)(-5) - (-3)(4)) - 0 + 2((1)(4) - (2)(2)) =(λ4)(10+12)+2(44)= (\lambda-4)(-10 + 12) + 2(4 - 4) =(λ4)(2)+2(0)=2λ8= (\lambda-4)(2) + 2(0) = 2\lambda - 8 Both methods confirm the numerator is 2λ82\lambda - 8.

Step 6: Apply the Shortest Distance Formula and Solve for λ\lambda Now, we substitute the calculated components into the shortest distance formula: D=2λ85D = \left| \frac{2\lambda - 8}{\sqrt{5}} \right| The problem states that the shortest distance D=65D = \frac{6}{\sqrt{5}}. So, we set up the equation: 2λ85=65\left| \frac{2\lambda - 8}{\sqrt{5}} \right| = \frac{6}{\sqrt{5}} Since the denominators are equal and positive, we can equate the numerators (with the absolute value): 2λ8=6|2\lambda - 8| = 6 Factor out 2 from the absolute value expression: 2(λ4)=6|2(\lambda - 4)| = 6 2λ4=62|\lambda - 4| = 6 Divide by 2: λ4=3|\lambda - 4| = 3 This absolute value equation leads to two possible cases: Case 1: λ4=3\lambda - 4 = 3 λ=3+4    λ=7\lambda = 3 + 4 \implies \lambda = 7 Case 2: λ4=3\lambda - 4 = -3 λ=3+4    λ=1\lambda = -3 + 4 \implies \lambda = 1 The possible values of λ\lambda are 77 and 11.

Step 7: Find the Sum of All Possible Values of λ\lambda The problem asks for the sum of all possible values of λ\lambda. Sum =7+1=8= 7 + 1 = 8.

3. Common Mistakes & Tips

  • Sign Errors: A common pitfall is making sign errors when extracting point coordinates (e.g., y+1y+1 implies y0=1y_0 = -1) or during vector operations like cross products and dot products. Double-check all signs.
  • Forgetting Absolute Value: The shortest distance must always be non-negative. Forgetting the absolute value in the formula, i.e., D=(a2a1)(b1×b2)b1×b2D = \frac{(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2})}{|\vec{b_1} \times \vec{b_2}|}, could lead to missing one of the possible values for the unknown variable (like λ\lambda here).
  • Arithmetic Errors: Calculations involving determinants, products, and sums can be prone to arithmetic mistakes. It's wise to perform these calculations carefully and re-check them.

4. Summary

To find the sum of all possible values of λ\lambda, we utilized the formula for the shortest distance between two skew lines. We first correctly identified the position and direction vectors from the given Cartesian equations of the lines. After verifying that the lines were indeed skew (not parallel), we systematically calculated the necessary components: a2a1\vec{a_2} - \vec{a_1}, b1×b2\vec{b_1} \times \vec{b_2}, and their magnitudes and dot products. Substituting these into the shortest distance formula and equating it to the given distance 65\frac{6}{\sqrt{5}}, we obtained an absolute value equation: λ4=3|\lambda - 4| = 3. Solving this equation yielded two possible values for λ\lambda, which are 77 and 11. The sum of these values is 88.

5. Final Answer The final answer is 8\boxed{8}, which corresponds to option (D).

Practice More 3D Geometry Questions

View All Questions