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

Question

The shortest distance between the lines x51=y22=z43{{x - 5} \over 1} = {{y - 2} \over 2} = {{z - 4} \over { - 3}} and x+31=y+54=z15{{x + 3} \over 1} = {{y + 5} \over 4} = {{z - 1} \over { - 5}} is :

Options

Solution

Key Concepts and Formulas

  • Skew Lines: Two lines in 3D space are called skew lines if they are neither parallel nor intersecting. They lie on different planes.
  • 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. For a line given in Cartesian form xx1l=yy1m=zz1n\frac{x-x_1}{l} = \frac{y-y_1}{m} = \frac{z-z_1}{n}, the position vector is a=x1i^+y1j^+z1k^\vec{a} = x_1\hat{i} + y_1\hat{j} + z_1\hat{k} and the direction vector is b=li^+mj^+nk^\vec{b} = l\hat{i} + m\hat{j} + n\hat{k}.
  • Shortest Distance Formula: The shortest distance (dd) between two skew lines r=a1+λb1\vec{r} = \vec{a_1} + \lambda \vec{b_1} and r=a2+μb2\vec{r} = \vec{a_2} + \mu \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| This formula represents the scalar projection of the vector connecting points on the two lines onto their common perpendicular direction.

Step-by-Step Solution

Step 1: Convert Cartesian Equations to Vector Form To apply the shortest distance formula, we first express the given lines in their vector form r=a+λb\vec{r} = \vec{a} + \lambda \vec{b}.

For Line 1: x51=y22=z43{{x - 5} \over 1} = {{y - 2} \over 2} = {{z - 4} \over { - 3}} A point on this line is (x1,y1,z1)=(5,2,4)(x_1, y_1, z_1) = (5, 2, 4), so its position vector is a1=5i^+2j^+4k^\vec{a_1} = 5\hat{i} + 2\hat{j} + 4\hat{k}. The direction ratios are (l,m,n)=(1,2,3)(l, m, n) = (1, 2, -3), so its direction vector is b1=i^+2j^3k^\vec{b_1} = \hat{i} + 2\hat{j} - 3\hat{k}.

For Line 2: x+31=y+54=z15{{x + 3} \over 1} = {{y + 5} \over 4} = {{z - 1} \over { - 5}} We rewrite the numerators as (x(3))(x - (-3)), (y(5))(y - (-5)), (z1)(z - 1). A point on this line is (x2,y2,z2)=(3,5,1)(x_2, y_2, z_2) = (-3, -5, 1), so its position vector is a2=3i^5j^+k^\vec{a_2} = -3\hat{i} - 5\hat{j} + \hat{k}. The direction ratios are (l,m,n)=(1,4,5)(l, m, n) = (1, 4, -5), so its direction vector is b2=i^+4j^5k^\vec{b_2} = \hat{i} + 4\hat{j} - 5\hat{k}.

Step 2: Calculate the Vector (a2a1)(\vec{a_2} - \vec{a_1}) This vector connects a point on Line 1 to a point on Line 2, and its components are crucial for determining the relative displacement between the lines. a2a1=(3i^5j^+k^)(5i^+2j^+4k^)\vec{a_2} - \vec{a_1} = (-3\hat{i} - 5\hat{j} + \hat{k}) - (5\hat{i} + 2\hat{j} + 4\hat{k}) a2a1=(35)i^+(52)j^+(14)k^\vec{a_2} - \vec{a_1} = (-3 - 5)\hat{i} + (-5 - 2)\hat{j} + (1 - 4)\hat{k} a2a1=8i^7j^6k^\vec{a_2} - \vec{a_1} = -8\hat{i} - 7\hat{j} - 6\hat{k}

Step 3: Calculate the Cross Product (b1×b2)(\vec{b_1} \times \vec{b_2}) The cross product of the direction vectors b1\vec{b_1} and b2\vec{b_2} gives a vector that is perpendicular to both lines. This vector defines the direction along which the shortest distance is measured. b1×b2=i^j^k^123145\vec{b_1} \times \vec{b_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 2 & -3 \\ 1 & 4 & -5 \end{vmatrix} b1×b2=i^((2)(5)(3)(4))j^((1)(5)(3)(1))+k^((1)(4)(2)(1))\vec{b_1} \times \vec{b_2} = \hat{i}((2)(-5) - (-3)(4)) - \hat{j}((1)(-5) - (-3)(1)) + \hat{k}((1)(4) - (2)(1)) b1×b2=i^(10+12)j^(5+3)+k^(42)\vec{b_1} \times \vec{b_2} = \hat{i}(-10 + 12) - \hat{j}(-5 + 3) + \hat{k}(4 - 2) b1×b2=2i^j^(2)+2k^\vec{b_1} \times \vec{b_2} = 2\hat{i} - \hat{j}(-2) + 2\hat{k} b1×b2=2i^+2j^+2k^\vec{b_1} \times \vec{b_2} = 2\hat{i} + 2\hat{j} + 2\hat{k}

Step 4: 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 gives the scalar projection of the vector (a2a1)(\vec{a_2} - \vec{a_1}) onto the common perpendicular direction. Its magnitude is the numerator of our shortest distance formula. (a2a1)(b1×b2)=(8i^7j^6k^)(2i^+2j^+2k^)(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) = (-8\hat{i} - 7\hat{j} - 6\hat{k}) \cdot (2\hat{i} + 2\hat{j} + 2\hat{k}) (a2a1)(b1×b2)=(8)(2)+(7)(2)+(6)(2)(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) = (-8)(2) + (-7)(2) + (-6)(2) (a2a1)(b1×b2)=161412(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) = -16 - 14 - 12 (a2a1)(b1×b2)=42(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) = -42

Step 5: Calculate the Magnitude of the Cross Product b1×b2|\vec{b_1} \times \vec{b_2}| The magnitude of the cross product serves as the denominator, normalizing the scalar triple product to give the actual perpendicular distance. b1×b2=2i^+2j^+2k^|\vec{b_1} \times \vec{b_2}| = |2\hat{i} + 2\hat{j} + 2\hat{k}| b1×b2=(2)2+(2)2+(2)2|\vec{b_1} \times \vec{b_2}| = \sqrt{(2)^2 + (2)^2 + (2)^2} b1×b2=4+4+4|\vec{b_1} \times \vec{b_2}| = \sqrt{4 + 4 + 4} b1×b2=12|\vec{b_1} \times \vec{b_2}| = \sqrt{12} b1×b2=4×3=23|\vec{b_1} \times \vec{b_2}| = \sqrt{4 \times 3} = 2\sqrt{3}

Step 6: Apply the Shortest Distance Formula Substitute the calculated numerator and denominator 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=4223d = \left| \frac{-42}{2\sqrt{3}} \right| d=213d = \left| \frac{-21}{\sqrt{3}} \right| To rationalize the denominator, multiply the numerator and denominator by 3\sqrt{3}: d=2133d = \left| \frac{-21\sqrt{3}}{3} \right| d=73d = |-7\sqrt{3}| d=73d = 7\sqrt{3}

Common Mistakes & Tips

  • Sign Errors in Vector Components: Be extremely careful when extracting the components of a1\vec{a_1} and a2\vec{a_2} from the Cartesian equations, especially with terms like (x+a)(x+a), which should be read as (x(a))(x - (-a)).
  • Arithmetic Precision: Errors in vector addition/subtraction, cross products, or dot products can significantly affect the final answer. Double-check each calculation.
  • Order of Cross Product: While the magnitude b1×b2|\vec{b_1} \times \vec{b_2}| is the same as b2×b1|\vec{b_2} \times \vec{b_1}|, the vector direction is opposite. However, since the formula involves an absolute value for the distance, the sign of the numerator is ultimately resolved. Consistency in the order is still good practice.
  • Check for Parallel Lines: Before applying the skew line formula, quickly check if the lines are parallel. If b1\vec{b_1} is a scalar multiple of b2\vec{b_2}, the lines are parallel (or coincident), and a different formula for parallel lines is used: d=(a2a1)×bbd = \left| \frac{(\vec{a_2} - \vec{a_1}) \times \vec{b}}{|\vec{b}|} \right|. In this problem, the direction vectors are not proportional, so the lines are skew.

Summary

To find the shortest distance between two skew lines, we first convert their Cartesian equations into vector form, identifying the position vectors of points on each line (a1,a2\vec{a_1}, \vec{a_2}) and their respective direction vectors (b1,b2\vec{b_1}, \vec{b_2}). We then calculate the vector connecting the points (a2a1)(\vec{a_2} - \vec{a_1}) and the common perpendicular direction vector (b1×b2)(\vec{b_1} \times \vec{b_2}). The shortest distance is found by taking the absolute value of the scalar projection of (a2a1)(\vec{a_2} - \vec{a_1}) onto (b1×b2)(\vec{b_1} \times \vec{b_2}), which 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|. Careful execution of vector arithmetic leads to the final distance.

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

Practice More 3D Geometry Questions

View All Questions