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

Question

The shortest distance between the lines x+76=y67=z\frac{x+7}{-6}=\frac{y-6}{7}=z and 7x2=y2=z6\frac{7-x}{2}=y-2=z-6 is :

Options

Solution

Key Concepts and Formulas

  • Skew Lines: In three-dimensional space, two lines are defined as skew lines if they are neither parallel nor intersecting. They lie in different planes. 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 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: For two skew lines given in vector form: Line 1 (L1L_1): r=a1+λb1\vec{r} = \vec{a_1} + \lambda \vec{b_1} Line 2 (L2L_2): r=a2+μb2\vec{r} = \vec{a_2} + \mu \vec{b_2} The shortest distance DD between them 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| This formula essentially calculates the scalar projection of the vector connecting a point on L1L_1 to a point on L2L_2 onto the direction vector of the common perpendicular (which is b1×b2\vec{b_1} \times \vec{b_2}).

Step-by-Step Solution

Step 1: Convert Cartesian Equations to Standard Vector Form The first crucial step is to convert the given Cartesian equations of the lines into their standard vector form, r=a+λb\vec{r} = \vec{a} + \lambda \vec{b}. This allows us to identify a point on each line (a\vec{a}) and its direction vector (b\vec{b}) correctly.

  • For Line 1 (L1L_1): The given equation is x+76=y67=z\frac{x+7}{-6}=\frac{y-6}{7}=z. To match the standard Cartesian form xx1a=yy1b=zz1c\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c}, we rewrite it as: x(7)6=y67=z01\frac{x - (-7)}{-6} = \frac{y - 6}{7} = \frac{z - 0}{1} From this, we identify:

    • A point on L1L_1, (x1,y1,z1)(x_1, y_1, z_1): (7,6,0)(-7, 6, 0). So, its position vector is a1=7i^+6j^+0k^\vec{a_1} = -7\hat{i} + 6\hat{j} + 0\hat{k}.
    • The direction vector of L1L_1, (a,b,c)(a, b, c): (6,7,1)(-6, 7, 1). So, b1=6i^+7j^+1k^\vec{b_1} = -6\hat{i} + 7\hat{j} + 1\hat{k}.
  • For Line 2 (L2L_2): The given equation is 7x2=y2=z6\frac{7-x}{2}=y-2=z-6. It is vital to ensure the terms in the numerator are in the form (xx1)(x-x_1), (yy1)(y-y_1), and (zz1)(z-z_1). The term 7x2\frac{7-x}{2} must be rewritten as (x7)2\frac{-(x-7)}{2}, which is equivalent to x72\frac{x-7}{-2}. So, the standard Cartesian equation for L2L_2 becomes: x72=y21=z61\frac{x - 7}{-2} = \frac{y - 2}{1} = \frac{z - 6}{1} From this, we identify:

    • A point on L2L_2, (x2,y2,z2)(x_2, y_2, z_2): (7,2,6)(7, 2, 6). So, its position vector is a2=7i^+2j^+6k^\vec{a_2} = 7\hat{i} + 2\hat{j} + 6\hat{k}.
    • The direction vector of L2L_2, (a,b,c)(a, b, c): (2,1,1)(-2, 1, 1). So, b2=2i^+1j^+1k^\vec{b_2} = -2\hat{i} + 1\hat{j} + 1\hat{k}.

Step 2: Calculate the Vector Connecting Points on the Lines (a2a1\vec{a_2} - \vec{a_1}) This vector connects the identified point on L1L_1 to the identified point on L2L_2. It is a crucial component for the numerator of the shortest distance formula. a2a1=(7i^+2j^+6k^)(7i^+6j^+0k^)\vec{a_2} - \vec{a_1} = (7\hat{i} + 2\hat{j} + 6\hat{k}) - (-7\hat{i} + 6\hat{j} + 0\hat{k}) a2a1=(7(7))i^+(26)j^+(60)k^\vec{a_2} - \vec{a_1} = (7 - (-7))\hat{i} + (2 - 6)\hat{j} + (6 - 0)\hat{k} a2a1=14i^4j^+6k^\vec{a_2} - \vec{a_1} = 14\hat{i} - 4\hat{j} + 6\hat{k}

Step 3: Calculate the Cross Product of Direction Vectors (b1×b2\vec{b_1} \times \vec{b_2}) The cross product of the direction vectors, b1×b2\vec{b_1} \times \vec{b_2}, gives a vector that is perpendicular to both b1\vec{b_1} and b2\vec{b_2}. This vector defines the direction of the common perpendicular between the two skew lines. b1×b2=i^j^k^671211\vec{b_1} \times \vec{b_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ -6 & 7 & 1 \\ -2 & 1 & 1 \end{vmatrix} =i^((7)(1)(1)(1))j^((6)(1)(1)(2))+k^((6)(1)(7)(2))= \hat{i}((7)(1) - (1)(1)) - \hat{j}((-6)(1) - (1)(-2)) + \hat{k}((-6)(1) - (7)(-2)) =i^(71)j^(6(2))+k^(6(14))= \hat{i}(7 - 1) - \hat{j}(-6 - (-2)) + \hat{k}(-6 - (-14)) =6i^(4)j^+8k^= 6\hat{i} - (-4)\hat{j} + 8\hat{k} b1×b2=6i^+4j^+8k^\vec{b_1} \times \vec{b_2} = 6\hat{i} + 4\hat{j} + 8\hat{k}

Step 4: Calculate the Magnitude of the Cross Product (b1×b2|\vec{b_1} \times \vec{b_2}| ) The magnitude of the cross product forms the denominator of the shortest distance formula. It normalizes the direction vector of the common perpendicular. b1×b2=(6)2+(4)2+(8)2|\vec{b_1} \times \vec{b_2}| = \sqrt{(6)^2 + (4)^2 + (8)^2} =36+16+64= \sqrt{36 + 16 + 64} =116= \sqrt{116} We can simplify 116\sqrt{116} by factoring out perfect squares: 4×29=229\sqrt{4 \times 29} = 2\sqrt{29}. So, b1×b2=229|\vec{b_1} \times \vec{b_2}| = 2\sqrt{29}.

Step 5: 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 the formula. It represents the scalar projection of the vector (a2a1)(\vec{a_2} - \vec{a_1}) onto the direction of the common perpendicular, which is precisely the shortest distance (before normalization). (a2a1)(b1×b2)=(14i^4j^+6k^)(6i^+4j^+8k^)(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) = (14\hat{i} - 4\hat{j} + 6\hat{k}) \cdot (6\hat{i} + 4\hat{j} + 8\hat{k}) =(14)(6)+(4)(4)+(6)(8)= (14)(6) + (-4)(4) + (6)(8) =8416+48= 84 - 16 + 48 =68+48= 68 + 48 =116= 116

Step 6: Apply the Shortest Distance Formula Now, substitute all the calculated values into the shortest distance 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| D=116229D = \left| \frac{116}{2\sqrt{29}} \right| Since 116 and 2292\sqrt{29} are positive, the absolute value can be removed: D=116229D = \frac{116}{2\sqrt{29}} D=5829D = \frac{58}{\sqrt{29}} To rationalize the denominator, multiply the numerator and denominator by 29\sqrt{29}: D=5829×2929D = \frac{58}{\sqrt{29}} \times \frac{\sqrt{29}}{\sqrt{29}} D=582929D = \frac{58\sqrt{29}}{29} D=229D = 2\sqrt{29}

Common Mistakes & Tips

  • Sign Errors in Direction Vectors: A very common mistake is not correctly converting terms like (7x)(7-x) to (x7)(x-7) and adjusting the denominator's sign. Always ensure the numerators are in the form (xx1)(x-x_1), (yy1)(y-y_1), and (zz1)(z-z_1).
  • Calculation Errors: Be meticulous with vector cross products, dot products, and magnitude calculations. A single arithmetic error can lead to an incorrect final answer.
  • Forgetting Absolute Value: Distance must always be non-negative. Remember to take the absolute value of the scalar triple product divided by the magnitude of the cross product.

Summary

To find the shortest distance between two skew lines, we first convert their Cartesian equations into standard vector form to identify a point and a direction vector for each line. Then, we calculate the vector connecting the two points, the cross product of the direction vectors, and the magnitude of this cross product. Finally, we apply the shortest distance formula by taking the absolute value of the scalar triple product (dot product of the connecting vector with the cross product of direction vectors) divided by the magnitude of the cross product. Careful attention to algebraic signs and vector operations is essential for accuracy. Following these steps, the shortest distance between the given lines is 2292\sqrt{29}.

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

Practice More 3D Geometry Questions

View All Questions