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

Question

The shortest distance between the lines x32=y+157=z95\frac{x-3}{2}=\frac{y+15}{-7}=\frac{z-9}{5} and x+12=y11=z93\frac{x+1}{2}=\frac{y-1}{1}=\frac{z-9}{-3} is

Options

Solution

1. Key Concepts and Formulas

  • Skew Lines: In three-dimensional geometry, two lines are considered skew if they are neither parallel nor intersecting. They lie in different planes.
  • Vector Equation of a Line: A line passing through a point with position vector a\vec{a} and parallel to a direction vector b\vec{b} can be represented as r=a+λb\vec{r} = \vec{a} + \lambda \vec{b}, where λ\lambda is a scalar parameter.
  • Shortest Distance Formula: The shortest distance dd between two skew lines L1:r=a1+λb1L_1: \vec{r} = \vec{a}_1 + \lambda \vec{b}_1 and L2:r=a2+μb2L_2: \vec{r} = \vec{a}_2 + \mu \vec{b}_2 is given by the formula: 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|} This formula calculates the projection of the vector connecting a point on L1L_1 to a point on L2L_2 onto the direction vector that is perpendicular to both lines (i.e., b1×b2\vec{b}_1 \times \vec{b}_2).

2. Step-by-Step Solution

Step 1: Identify Position and Direction Vectors for Each Line The given lines are in Cartesian form. We first extract the position vector (a\vec{a}) of a point on the line and the direction vector (b\vec{b}) for each line.

For L1:x32=y+157=z+35L_1: \frac{x-3}{2}=\frac{y+15}{-7}=\frac{z+3}{5}

  • The line passes through the point (3,15,3)(3, -15, -3). Therefore, the position vector a1=3i^15j^3k^\vec{a}_1 = 3\hat{i} - 15\hat{j} - 3\hat{k}.
  • The direction ratios are (2,7,5)(2, -7, 5). Therefore, the direction vector b1=2i^7j^+5k^\vec{b}_1 = 2\hat{i} - 7\hat{j} + 5\hat{k}.

For L2:x+12=y11=z93L_2: \frac{x+1}{2}=\frac{y-1}{1}=\frac{z-9}{-3}

  • The line passes through the point (1,1,9)(-1, 1, 9). Therefore, the position vector a2=1i^+1j^+9k^\vec{a}_2 = -1\hat{i} + 1\hat{j} + 9\hat{k}.
  • The direction ratios are (2,1,3)(2, 1, -3). Therefore, the direction vector b2=2i^+1j^3k^\vec{b}_2 = 2\hat{i} + 1\hat{j} - 3\hat{k}.

Step 2: Check for Parallelism (Optional but Recommended) It's good practice to check if the lines are parallel. If b1\vec{b}_1 is a scalar multiple of b2\vec{b}_2 (i.e., b1=kb2\vec{b}_1 = k\vec{b}_2 for some scalar kk), the lines are parallel. Here, b1=(2,7,5)\vec{b}_1 = (2, -7, 5) and b2=(2,1,3)\vec{b}_2 = (2, 1, -3). Comparing the ratios of corresponding components: 22=1\frac{2}{2} = 1, but 71=7\frac{-7}{1} = -7. Since these ratios are not equal, the direction vectors are not parallel, which means the lines are not parallel. Thus, they are either skew or intersecting, and the shortest distance formula for skew lines is appropriate.

Step 3: Calculate the Vector Connecting Points on the Lines: a2a1\vec{a}_2 - \vec{a}_1 This vector represents the displacement from a point on L1L_1 to a point on L2L_2. a2a1=(1i^+1j^+9k^)(3i^15j^3k^)\vec{a}_2 - \vec{a}_1 = (-1\hat{i} + 1\hat{j} + 9\hat{k}) - (3\hat{i} - 15\hat{j} - 3\hat{k}) a2a1=(13)i^+(1(15))j^+(9(3))k^\vec{a}_2 - \vec{a}_1 = (-1-3)\hat{i} + (1-(-15))\hat{j} + (9-(-3))\hat{k} a2a1=4i^+16j^+12k^\vec{a}_2 - \vec{a}_1 = -4\hat{i} + 16\hat{j} + 12\hat{k}

Step 4: Calculate the Cross Product of Direction Vectors: b1×b2\vec{b}_1 \times \vec{b}_2 This cross product yields a vector that is perpendicular to both b1\vec{b}_1 and b2\vec{b}_2. This direction is crucial as it represents the unique line segment of shortest distance. b1×b2=i^j^k^275213\vec{b}_1 \times \vec{b}_2 = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & -7 & 5 \\ 2 & 1 & -3 \end{vmatrix} =i^((7)(3)(5)(1))j^((2)(3)(5)(2))+k^((2)(1)(7)(2))= \hat{i}((-7)(-3) - (5)(1)) - \hat{j}((2)(-3) - (5)(2)) + \hat{k}((2)(1) - (-7)(2)) =i^(215)j^(610)+k^(2+14)= \hat{i}(21 - 5) - \hat{j}(-6 - 10) + \hat{k}(2 + 14) =16i^(16)j^+16k^= 16\hat{i} - (-16)\hat{j} + 16\hat{k} =16i^+16j^+16k^= 16\hat{i} + 16\hat{j} + 16\hat{k}

Step 5: Calculate the Magnitude of the Cross Product: b1×b2|\vec{b}_1 \times \vec{b}_2| This magnitude forms the denominator of our shortest distance formula. b1×b2=16i^+16j^+16k^|\vec{b}_1 \times \vec{b}_2| = |16\hat{i} + 16\hat{j} + 16\hat{k}| =(16)2+(16)2+(16)2= \sqrt{(16)^2 + (16)^2 + (16)^2} =3×(16)2= \sqrt{3 \times (16)^2} =163= 16\sqrt{3}

Step 6: Calculate the Scalar Triple Product: (a2a1)(b1×b2)(\vec{a}_2 - \vec{a}_1) \cdot (\vec{b}_1 \times \vec{b}_2) This dot product forms the numerator of our formula (its absolute value). (a2a1)(b1×b2)=(4i^+16j^+12k^)(16i^+16j^+16k^)(\vec{a}_2 - \vec{a}_1) \cdot (\vec{b}_1 \times \vec{b}_2) = (-4\hat{i} + 16\hat{j} + 12\hat{k}) \cdot (16\hat{i} + 16\hat{j} + 16\hat{k}) =(4)(16)+(16)(16)+(12)(16)= (-4)(16) + (16)(16) + (12)(16) =64+256+192= -64 + 256 + 192 =192+192= 192 + 192 =384= 384 We need the absolute value of this result for the distance, which is 384=384|384| = 384.

Step 7: Calculate the Shortest Distance Now, substitute the calculated values into the shortest distance formula: 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|} d=384163d = \frac{384}{16\sqrt{3}} To simplify, first divide 384 by 16: d=243d = \frac{24}{\sqrt{3}} Rationalize the denominator by multiplying the numerator and denominator by 3\sqrt{3}: d=2433×3d = \frac{24\sqrt{3}}{\sqrt{3} \times \sqrt{3}} d=2433d = \frac{24\sqrt{3}}{3} d=83d = 8\sqrt{3}

3. Common Mistakes & Tips

  • Sign Errors in Point Extraction: Be extremely careful when extracting the coordinates of the points from the Cartesian form. For instance, y+15y+15 implies y(15)y-(-15), so the y-coordinate is 15-15. Similarly, z+3z+3 implies z(3)z-(-3), so the z-coordinate is 3-3.
  • Cross Product Calculation: Errors in calculating the determinant for the cross product are common. Double-check your arithmetic, especially the signs.
  • Absolute Value: Always remember that distance is a non-negative quantity, so take the absolute value of the scalar triple product in the numerator.
  • Parallelism Check: Although not strictly necessary for skew lines, a quick check for parallelism can prevent using the wrong formula if the lines happen to be parallel.

4. Summary The problem involves finding the shortest distance between two skew lines. This is achieved by first identifying the position vectors of points on each line and their respective direction vectors. Then, we calculate the vector connecting these points, the cross product of the direction vectors, and their magnitudes. Finally, the scalar triple product is computed and divided by the magnitude of the cross product, yielding the shortest distance. Following these precise vector operations, the shortest distance between the given lines is found to be 838\sqrt{3} units.

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

Practice More 3D Geometry Questions

View All Questions