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

Question

The shortest distance between the lines x23=y+12=z62{{x - 2} \over 3} = {{y + 1} \over 2} = {{z - 6} \over 2} and x63=1y2=z+80{{x - 6} \over 3} = {{1 - y} \over 2} = {{z + 8} \over 0} is equal to ________

Answer: 1

Solution

1. Key Concepts and Formulas

  • Skew Lines: Two lines in 3D space are called skew if they are neither parallel nor intersecting. The shortest distance between them is the length of the unique line segment that is perpendicular to both lines.
  • 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+λd\vec{r} = \vec{a} + \lambda \vec{d}.
  • Shortest Distance Formula: For two skew lines L1:r1=a1+λpL_1: \vec{r}_1 = \vec{a}_1 + \lambda \vec{p} and L2:r2=a2+μqL_2: \vec{r}_2 = \vec{a}_2 + \mu \vec{q}, the shortest distance (SD) between them is given by: SD=(a2a1)(p×q)p×qSD = \left| \frac{(\vec{a}_2 - \vec{a}_1) \cdot (\vec{p} \times \vec{q})}{|\vec{p} \times \vec{q}|} \right| This formula calculates the projection of the vector connecting a point on L1L_1 to a point on L2L_2 onto the common normal vector (p×q\vec{p} \times \vec{q}) to both lines.

2. Step-by-Step Solution

Step 1: Extract Point and Direction Vectors for each Line First, we need to convert the given Cartesian equations into the standard vector form r=a+λd\vec{r} = \vec{a} + \lambda \vec{d}. The standard Cartesian form is xx1a=yy1b=zz1c{{x - x_1} \over a} = {{y - y_1} \over b} = {{z - z_1} \over c}, where (x1,y1,z1)(x_1, y_1, z_1) is a point on the line and (a,b,c)(a, b, c) are the direction ratios.

  • For Line 1 (L1L_1): The equation is x23=y+12=z62{{x - 2} \over 3} = {{y + 1} \over 2} = {{z - 6} \over 2} By comparing with the standard form, we identify:

    • A point on L1L_1: (x1,y1,z1)=(2,1,6)(x_1, y_1, z_1) = (2, -1, 6). So, a1=2i^j^+6k^\vec{a}_1 = 2\hat{i} - \hat{j} + 6\hat{k}.
    • The direction vector parallel to L1L_1: (a,b,c)=(3,2,2)(a, b, c) = (3, 2, 2). So, p=3i^+2j^+2k^\vec{p} = 3\hat{i} + 2\hat{j} + 2\hat{k}.
  • For Line 2 (L2L_2): The equation is x63=1y2=z+80{{x - 6} \over 3} = {{1 - y} \over 2} = {{z + 8} \over 0} We must rewrite the yy-term to match the standard form (yy1)(y - y_1). 1y2=(y1)2=y12{{1 - y} \over 2} = {{-(y - 1)} \over 2} = {{y - 1} \over -2} So, the equation for L2L_2 becomes: x63=y12=z(8)0{{x - 6} \over 3} = {{y - 1} \over -2} = {{z - (-8)} \over 0} Now, comparing with the standard form, we identify:

    • A point on L2L_2: (x1,y1,z1)=(6,1,8)(x_1, y_1, z_1) = (6, 1, -8). So, a2=6i^+j^8k^\vec{a}_2 = 6\hat{i} + \hat{j} - 8\hat{k}.
    • The direction vector parallel to L2L_2: (a,b,c)=(3,2,0)(a, b, c) = (3, -2, 0). So, q=3i^2j^+0k^\vec{q} = 3\hat{i} - 2\hat{j} + 0\hat{k}.

Step 2: Calculate the Vector Connecting Points on the Lines: a2a1\vec{a}_2 - \vec{a}_1 This vector connects a specific point on the first line to a specific point on the second line. a2a1=(6i^+j^8k^)(2i^j^+6k^)\vec{a}_2 - \vec{a}_1 = (6\hat{i} + \hat{j} - 8\hat{k}) - (2\hat{i} - \hat{j} + 6\hat{k}) =(62)i^+(1(1))j^+(86)k^= (6 - 2)\hat{i} + (1 - (-1))\hat{j} + (-8 - 6)\hat{k} =4i^+2j^14k^= 4\hat{i} + 2\hat{j} - 14\hat{k}

Step 3: Calculate the Cross Product of Direction Vectors: p×q\vec{p} \times \vec{q} The cross product p×q\vec{p} \times \vec{q} yields a vector that is perpendicular to both p\vec{p} and q\vec{q}. This vector gives the direction of the shortest distance between the lines. p×q=i^j^k^322320\vec{p} \times \vec{q} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & 2 & 2 \\ 3 & -2 & 0 \end{vmatrix} =i^((2)(0)(2)(2))j^((3)(0)(2)(3))+k^((3)(2)(2)(3))= \hat{i}((2)(0) - (2)(-2)) - \hat{j}((3)(0) - (2)(3)) + \hat{k}((3)(-2) - (2)(3)) =i^(0(4))j^(06)+k^(66)= \hat{i}(0 - (-4)) - \hat{j}(0 - 6) + \hat{k}(-6 - 6) =4i^+6j^12k^= 4\hat{i} + 6\hat{j} - 12\hat{k}

Step 4: Calculate the Magnitude of the Cross Product: p×q|\vec{p} \times \vec{q}| This is the magnitude of the common normal vector, which will be the denominator in our shortest distance formula. p×q=4i^+6j^12k^|\vec{p} \times \vec{q}| = |4\hat{i} + 6\hat{j} - 12\hat{k}| =42+62+(12)2= \sqrt{4^2 + 6^2 + (-12)^2} =16+36+144= \sqrt{16 + 36 + 144} =196= \sqrt{196} =14= 14

Step 5: Calculate the Scalar Triple Product (Numerator): (a2a1)(p×q)(\vec{a}_2 - \vec{a}_1) \cdot (\vec{p} \times \vec{q}) This is the dot product of the vector connecting the two points and the common normal vector. (a2a1)(p×q)=(4i^+2j^14k^)(4i^+6j^12k^)(\vec{a}_2 - \vec{a}_1) \cdot (\vec{p} \times \vec{q}) = (4\hat{i} + 2\hat{j} - 14\hat{k}) \cdot (4\hat{i} + 6\hat{j} - 12\hat{k}) =(4)(4)+(2)(6)+(14)(12)= (4)(4) + (2)(6) + (-14)(-12) =16+12+168= 16 + 12 + 168 =196= 196

Step 6: Calculate the Shortest Distance Substitute the calculated values into the shortest distance formula: SD=(a2a1)(p×q)p×qSD = \left| \frac{(\vec{a}_2 - \vec{a}_1) \cdot (\vec{p} \times \vec{q})}{|\vec{p} \times \vec{q}|} \right| SD=19614SD = \left| \frac{196}{14} \right| SD=14SD = |14| SD=14SD = 14

3. Common Mistakes & Tips

  • Standard Form Conversion: Always ensure the line equations are in the standard form xx1a=yy1b=zz1c{{x - x_1} \over a} = {{y - y_1} \over b} = {{z - z_1} \over c}. Pay close attention to signs, especially terms like 1y1-y, which must be rewritten as (y1)-(y-1), leading to a sign change in the denominator.
  • Calculation Errors: Vector cross products, dot products, and magnitude calculations are prone to arithmetic errors. Double-check each step carefully.
  • Parallel Lines Check: Briefly check if the direction vectors are parallel (proportional). If they are, a different formula for parallel lines would be used. In this case, (3,2,2)(3,2,2) and (3,2,0)(3,-2,0) are clearly not parallel, confirming they are skew lines.

4. Summary

To find the shortest distance between two skew lines, we first extract the position vector of a point on each line (a1,a2\vec{a}_1, \vec{a}_2) and their respective direction vectors (p,q\vec{p}, \vec{q}). We then calculate the vector connecting the points (a2a1\vec{a}_2 - \vec{a}_1) and the common normal vector (p×q\vec{p} \times \vec{q}). Finally, we compute the magnitude of the common normal vector and use these values in the shortest distance formula SD=(a2a1)(p×q)p×qSD = \left| \frac{(\vec{a}_2 - \vec{a}_1) \cdot (\vec{p} \times \vec{q})}{|\vec{p} \times \vec{q}|} \right|. Following these steps systematically, the shortest distance between the given lines is found to be 14 units.

5. Final Answer

The final answer is 14\boxed{14}.

Practice More 3D Geometry Questions

View All Questions