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

Question

Let S\mathrm{S} be the set of all values of λ\lambda, for which the shortest distance between the lines xλ0=y34=z+61\frac{x-\lambda}{0}=\frac{y-3}{4}=\frac{z+6}{1} and x+λ3=y4=z60\frac{x+\lambda}{3}=\frac{y}{-4}=\frac{z-6}{0} is 13. Then 8λSλ8\left|\sum\limits_{\lambda \in S} \lambda\right| is equal to :

Options

Solution

1. Key Concepts and Formulas

The problem revolves around finding the shortest distance between two skew lines. Skew lines are non-parallel and non-intersecting lines in 3D space.

  • Vector Form of a Line: A line passing through a point with position vector a\vec{a} and parallel to a direction vector d\vec{d} can be represented as r=a+td\vec{r} = \vec{a} + t\vec{d}, where tt is a scalar parameter. If a line is given in Cartesian form xx0dx=yy0dy=zz0dz\frac{x-x_0}{d_x} = \frac{y-y_0}{d_y} = \frac{z-z_0}{d_z}, then a point on the line is (x0,y0,z0)(x_0, y_0, z_0) (so a=x0i^+y0j^+z0k^\vec{a} = x_0\hat{i} + y_0\hat{j} + z_0\hat{k}) and its direction vector is d=dxi^+dyj^+dzk^\vec{d} = d_x\hat{i} + d_y\hat{j} + d_z\hat{k}.

  • Shortest Distance Formula for Skew Lines: If two lines are given by r1=a1+td1\vec{r_1} = \vec{a_1} + t\vec{d_1} and r2=a2+sd2\vec{r_2} = \vec{a_2} + s\vec{d_2}, the shortest distance DD between them is given by: D=(a2a1)(d1×d2)d1×d2D = \left| \frac{(\vec{a_2} - \vec{a_1}) \cdot (\vec{d_1} \times \vec{d_2})}{|\vec{d_1} \times \vec{d_2}|} \right| This formula essentially calculates the scalar projection of the vector connecting any two points on the lines onto their common perpendicular direction.

  • Vector Operations: The formula requires vector subtraction, cross product, dot product, and magnitude calculations.

2. Step-by-Step Solution

Step 1: Identify Position and Direction Vectors for Each Line

We are given the lines in Cartesian form. Our first step is to extract the position vector of a point on each line (a1,a2\vec{a_1}, \vec{a_2}) and their respective direction vectors (d1,d2\vec{d_1}, \vec{d_2}).

  • Line 1 (L1L_1): xλ0=y34=z+61\frac{x-\lambda}{0}=\frac{y-3}{4}=\frac{z+6}{1}

    • From the form xx0dx\frac{x-x_0}{d_x}, we identify x0=λx_0 = \lambda, y0=3y_0 = 3, z0=6z_0 = -6.
    • So, a point on L1L_1 is (λ,3,6)(\lambda, 3, -6), and its position vector is a1=λi^+3j^6k^\vec{a_1} = \lambda\hat{i} + 3\hat{j} - 6\hat{k}.
    • The direction numbers are dx=0d_x = 0, dy=4d_y = 4, dz=1d_z = 1.
    • So, the direction vector of L1L_1 is d1=0i^+4j^+1k^=4j^+k^\vec{d_1} = 0\hat{i} + 4\hat{j} + 1\hat{k} = 4\hat{j} + \hat{k}.
  • Line 2 (L2L_2): x+λ3=y4=z60\frac{x+\lambda}{3}=\frac{y}{-4}=\frac{z-6}{0}

    • From the form xx0dx\frac{x-x_0}{d_x}, we identify x0=λx_0 = -\lambda (since x+λ=x(λ)x+\lambda = x-(-\lambda)), y0=0y_0 = 0, z0=6z_0 = 6.
    • So, a point on L2L_2 is (λ,0,6)(-\lambda, 0, 6), and its position vector is a2=λi^+0j^+6k^=λi^+6k^\vec{a_2} = -\lambda\hat{i} + 0\hat{j} + 6\hat{k} = -\lambda\hat{i} + 6\hat{k}.
    • The direction numbers are dx=3d_x = 3, dy=4d_y = -4, dz=0d_z = 0.
    • So, the direction vector of L2L_2 is d2=3i^4j^+0k^=3i^4j^\vec{d_2} = 3\hat{i} - 4\hat{j} + 0\hat{k} = 3\hat{i} - 4\hat{j}.

Step 2: Calculate the Vector Connecting Points (a2a1\vec{a_2} - \vec{a_1})

This vector connects a point on L1L_1 to a point on L2L_2. It forms the basis for finding the shortest distance. a2a1=(λi^+6k^)(λi^+3j^6k^)\vec{a_2} - \vec{a_1} = (-\lambda\hat{i} + 6\hat{k}) - (\lambda\hat{i} + 3\hat{j} - 6\hat{k}) =(λλ)i^+(03)j^+(6(6))k^= (-\lambda - \lambda)\hat{i} + (0 - 3)\hat{j} + (6 - (-6))\hat{k} =2λi^3j^+12k^= -2\lambda\hat{i} - 3\hat{j} + 12\hat{k}

Step 3: Calculate the Cross Product of Direction Vectors (d1×d2\vec{d_1} \times \vec{d_2}) and its Magnitude

The cross product d1×d2\vec{d_1} \times \vec{d_2} gives a vector perpendicular to both direction vectors, which is the direction of the common perpendicular between the two lines. Its magnitude will be the denominator in the distance formula.

  • Cross Product: d1×d2=i^j^k^041340\vec{d_1} \times \vec{d_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 0 & 4 & 1 \\ 3 & -4 & 0 \end{vmatrix} =i^(401(4))j^(0013)+k^(0(4)43)= \hat{i}(4 \cdot 0 - 1 \cdot (-4)) - \hat{j}(0 \cdot 0 - 1 \cdot 3) + \hat{k}(0 \cdot (-4) - 4 \cdot 3) =i^(0+4)j^(03)+k^(012)= \hat{i}(0 + 4) - \hat{j}(0 - 3) + \hat{k}(0 - 12) =4i^+3j^12k^= 4\hat{i} + 3\hat{j} - 12\hat{k}

  • Magnitude of Cross Product: d1×d2=42+32+(12)2|\vec{d_1} \times \vec{d_2}| = \sqrt{4^2 + 3^2 + (-12)^2} =16+9+144=169=13= \sqrt{16 + 9 + 144} = \sqrt{169} = 13

Step 4: Calculate the Scalar Triple Product (Numerator of the Formula)

This is the dot product of (a2a1)(\vec{a_2} - \vec{a_1}) with (d1×d2)(\vec{d_1} \times \vec{d_2}). (a2a1)(d1×d2)=(2λi^3j^+12k^)(4i^+3j^12k^)(\vec{a_2} - \vec{a_1}) \cdot (\vec{d_1} \times \vec{d_2}) = (-2\lambda\hat{i} - 3\hat{j} + 12\hat{k}) \cdot (4\hat{i} + 3\hat{j} - 12\hat{k}) =(2λ)(4)+(3)(3)+(12)(12)= (-2\lambda)(4) + (-3)(3) + (12)(-12) =8λ9144= -8\lambda - 9 - 144 =8λ153= -8\lambda - 153

Step 5: Apply the Shortest Distance Formula and Solve for λ\lambda

We are given that the shortest distance D=13D = 13. Substitute the calculated values into the formula: D=(a2a1)(d1×d2)d1×d2D = \left| \frac{(\vec{a_2} - \vec{a_1}) \cdot (\vec{d_1} \times \vec{d_2})}{|\vec{d_1} \times \vec{d_2}|} \right| 13=8λ1531313 = \left| \frac{-8\lambda - 153}{13} \right|

Multiply both sides by 13 to remove the denominator: 13×13=8λ15313 \times 13 = |-8\lambda - 153| 169=8λ153169 = |-8\lambda - 153|

To solve an absolute value equation X=k|X| = k, we consider two cases: X=kX = k or X=kX = -k.

  • Case 1: 8λ153=169-8\lambda - 153 = 169 8λ=169+153-8\lambda = 169 + 153 8λ=322-8\lambda = 322 λ=3228\lambda = -\frac{322}{8} λ=1614\lambda = -\frac{161}{4}

  • Case 2: 8λ153=169-8\lambda - 153 = -169 8λ=169+153-8\lambda = -169 + 153 8λ=16-8\lambda = -16 λ=168\lambda = \frac{-16}{-8} λ=2\lambda = 2

The set SS of all values of λ\lambda is S={1614,2}S = \left\{ -\frac{161}{4}, 2 \right\}.

Step 6: Calculate the Final Expression (8λSλ8\left|\sum\limits_{\lambda \in S} \lambda\right|)

First, find the sum of all values of λ\lambda in SS: λSλ=1614+2\sum_{\lambda \in S} \lambda = -\frac{161}{4} + 2 To add these, find a common denominator: λSλ=1614+84=1534\sum_{\lambda \in S} \lambda = -\frac{161}{4} + \frac{8}{4} = -\frac{153}{4}

Now, substitute this sum into the expression 8λSλ8\left|\sum\limits_{\lambda \in S} \lambda\right|: 8λSλ=815348\left|\sum_{\lambda \in S} \lambda\right| = 8 \left| -\frac{153}{4} \right| Since x=x|-x| = x: =8×1534= 8 \times \frac{153}{4} =2×153= 2 \times 153 =306= 306

3. Common Mistakes & Tips

  • Sign Errors in Identifying Points: Be very careful when extracting (x0,y0,z0)(x_0, y_0, z_0) from Cartesian forms like x+λx+\lambda (which means x(λ)x-(-\lambda), so the coordinate is λ-\lambda).
  • Vector Calculation Errors: Cross products and dot products involve several multiplications and subtractions. Double-check these calculations, especially with negative signs.
  • Absolute Value Handling: Remember the absolute value in the shortest distance formula. When solving X=k|X|=k, always consider both X=kX=k and X=kX=-k to find all possible values of the variable.
  • Understanding the Denominator: If d1×d2|\vec{d_1} \times \vec{d_2}| is zero, the lines are parallel (or coincident), and the shortest distance formula is different. In this problem, it was non-zero, indicating skew lines.

4. Summary

This problem required the application of the shortest distance formula between two skew lines. We first extracted the position vectors and direction vectors from the given Cartesian equations. Then, we systematically calculated the necessary vector quantities: the difference of position vectors, the cross product of direction vectors, and their dot product. Substituting these into the shortest distance formula and setting it equal to 13 led to an absolute value equation. Solving this equation yielded two possible values for λ\lambda. Finally, we summed these values, took the absolute value, and multiplied by 8 to arrive at the required answer.

5. Final Answer

The final value of 8λSλ8\left|\sum\limits_{\lambda \in S} \lambda\right| is 306. The final answer is 306\boxed{\text{306}}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions