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

Question

If the shortest distance between the lines L1:r=(2+λ)i^+(13λ)j^+(3+4λ)k^,λRL2:r=2(1+μ)i^+3(1+μ)j^+(5+μ)k^,μR\begin{array}{ll} L_1: \vec{r}=(2+\lambda) \hat{i}+(1-3 \lambda) \hat{j}+(3+4 \lambda) \hat{k}, & \lambda \in \mathbb{R} \\ L_2: \vec{r}=2(1+\mu) \hat{i}+3(1+\mu) \hat{j}+(5+\mu) \hat{k}, & \mu \in \mathbb{R} \end{array} is mn\frac{m}{\sqrt{n}}, where gcd(m,n)=1\operatorname{gcd}(m, n)=1, then the value of m+nm+n equals

Options

Solution

  1. Key Concepts and Formulas

    • Vector Equation of a Line: A line passing through a point with position vector a\vec{a} and parallel to a vector b\vec{b} is represented as r=a+tb\vec{r} = \vec{a} + t\vec{b}, where tt is a scalar parameter.
    • Shortest Distance Between Skew Lines: For two skew lines (non-parallel and non-intersecting) given by 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, 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| Here, (a2a1)(\vec{a}_2 - \vec{a}_1) is a vector connecting any point on L1L_1 to any point on L2L_2, and (b1×b2)(\vec{b}_1 \times \vec{b}_2) is a vector perpendicular to both L1L_1 and L2L_2 (the common normal). The formula essentially finds the projection of the connecting vector onto the direction of the common normal.
    • Greatest Common Divisor (GCD): For two integers mm and nn, gcd(m,n)=1\operatorname{gcd}(m, n)=1 means that mm and nn are coprime, i.e., they share no common prime factors other than 1.
  2. Step-by-Step Solution

    Step 1: Identify Position and Direction Vectors for Each Line. First, we need to express both lines in the standard vector form r=a+tb\vec{r} = \vec{a} + t\vec{b} to clearly identify the position vectors (a1,a2\vec{a}_1, \vec{a}_2) and direction vectors (b1,b2\vec{b}_1, \vec{b}_2).

    For line L1L_1: r=(2+λ)i^+(13λ)j^+(3+4λ)k^\vec{r}=(2+\lambda) \hat{i}+(1-3 \lambda) \hat{j}+(3+4 \lambda) \hat{k} We separate the terms independent of λ\lambda and the terms multiplied by λ\lambda: r=(2i^+j^+3k^)+λ(i^3j^+4k^)\vec{r} = (2\hat{i} + \hat{j} + 3\hat{k}) + \lambda(\hat{i} - 3\hat{j} + 4\hat{k}) Thus, for L1L_1: a1=2i^+j^+3k^\vec{a}_1 = 2\hat{i} + \hat{j} + 3\hat{k} (Position vector of a point on L1L_1) b1=i^3j^+4k^\vec{b}_1 = \hat{i} - 3\hat{j} + 4\hat{k} (Direction vector of L1L_1)

    For line L2L_2: r=2(1+μ)i^+3(1+μ)j^+(5+μ)k^\vec{r}=2(1+\mu) \hat{i}+3(1+\mu) \hat{j}+(5+\mu) \hat{k} First, distribute the constants: r=(2+2μ)i^+(3+3μ)j^+(5+μ)k^\vec{r} = (2+2\mu) \hat{i} + (3+3\mu) \hat{j} + (5+\mu) \hat{k} Now, separate the terms independent of μ\mu and the terms multiplied by μ\mu: r=(2i^+3j^+5k^)+μ(2i^+3j^+k^)\vec{r} = (2\hat{i} + 3\hat{j} + 5\hat{k}) + \mu(2\hat{i} + 3\hat{j} + \hat{k}) Thus, for L2L_2: a2=2i^+3j^+5k^\vec{a}_2 = 2\hat{i} + 3\hat{j} + 5\hat{k} (Position vector of a point on L2L_2) b2=2i^+3j^+k^\vec{b}_2 = 2\hat{i} + 3\hat{j} + \hat{k} (Direction vector of L2L_2)

    Step 2: 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=(2i^+3j^+5k^)(2i^+j^+3k^)\vec{a}_2 - \vec{a}_1 = (2\hat{i} + 3\hat{j} + 5\hat{k}) - (2\hat{i} + \hat{j} + 3\hat{k}) a2a1=(22)i^+(31)j^+(53)k^\vec{a}_2 - \vec{a}_1 = (2-2)\hat{i} + (3-1)\hat{j} + (5-3)\hat{k} a2a1=0i^+2j^+2k^\vec{a}_2 - \vec{a}_1 = 0\hat{i} + 2\hat{j} + 2\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 gives a vector that is perpendicular to both lines L1L_1 and L2L_2. This vector defines the direction of the shortest distance between the two lines. b1×b2=i^j^k^134231\vec{b}_1 \times \vec{b}_2 = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & -3 & 4 \\ 2 & 3 & 1 \end{vmatrix} Expanding the determinant: =i^((3)(1)(4)(3))j^((1)(1)(4)(2))+k^((1)(3)(3)(2))= \hat{i}((-3)(1) - (4)(3)) - \hat{j}((1)(1) - (4)(2)) + \hat{k}((1)(3) - (-3)(2)) =i^(312)j^(18)+k^(3+6)= \hat{i}(-3 - 12) - \hat{j}(1 - 8) + \hat{k}(3 + 6) =15i^(7)j^+9k^= -15\hat{i} - (-7)\hat{j} + 9\hat{k} b1×b2=15i^+7j^+9k^\vec{b}_1 \times \vec{b}_2 = -15\hat{i} + 7\hat{j} + 9\hat{k}

    Step 4: Calculate the Magnitude of the Cross Product (b1×b2|\vec{b}_1 \times \vec{b}_2|). This magnitude is needed to normalize the common normal vector in the shortest distance formula. b1×b2=(15)2+72+92|\vec{b}_1 \times \vec{b}_2| = \sqrt{(-15)^2 + 7^2 + 9^2} =225+49+81= \sqrt{225 + 49 + 81} =355= \sqrt{355}

    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 is the numerator of our shortest distance formula. It represents the scalar projection of the vector connecting the two lines onto their common normal. (a2a1)(b1×b2)=(0i^+2j^+2k^)(15i^+7j^+9k^)(\vec{a}_2 - \vec{a}_1) \cdot (\vec{b}_1 \times \vec{b}_2) = (0\hat{i} + 2\hat{j} + 2\hat{k}) \cdot (-15\hat{i} + 7\hat{j} + 9\hat{k}) =(0)(15)+(2)(7)+(2)(9)= (0)(-15) + (2)(7) + (2)(9) =0+14+18= 0 + 14 + 18 =32= 32

    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=32355D = \left| \frac{32}{\sqrt{355}} \right| Since 3232 and 355\sqrt{355} are positive, the absolute value is simply the expression itself: D=32355D = \frac{32}{\sqrt{355}}

    Step 7: Determine mm and nn and Verify gcd(m,n)=1\operatorname{gcd}(m, n)=1. The problem states the shortest distance is mn\frac{m}{\sqrt{n}}, where gcd(m,n)=1\operatorname{gcd}(m, n)=1. Comparing our result D=32355D = \frac{32}{\sqrt{355}} with the given form, we identify: m=32m = 32 n=355n = 355

    Next, we verify the condition gcd(m,n)=1\operatorname{gcd}(m, n)=1. Prime factorization of m=32=2×2×2×2×2=25m = 32 = 2 \times 2 \times 2 \times 2 \times 2 = 2^5. Prime factorization of n=355n = 355. We can test for small prime factors: 355355 is divisible by 55 (since it ends in 55). 355=5×71355 = 5 \times 71. Both 55 and 7171 are prime numbers. The prime factors of mm are {2}\{2\}. The prime factors of nn are {5,71}\{5, 71\}. Since there are no common prime factors, gcd(32,355)=1\operatorname{gcd}(32, 355) = 1. The condition is satisfied.

    Step 8: Calculate m+nm+n. Finally, we calculate the required sum: m+n=32+355m+n = 32 + 355 m+n=387m+n = 387

  3. Common Mistakes & Tips

    • Incorrect Vector Extraction: A common error is misidentifying a\vec{a} and b\vec{b} from the line equations, especially if the parameters are inside parentheses (as in L2L_2) or if signs are misinterpreted. Always expand and group terms carefully.
    • Cross Product Errors: Calculation of the determinant for the cross product can be prone to arithmetic mistakes or sign errors. Double-check each component.
    • Forgetting Absolute Value: The shortest distance must always be a non-negative value. Remember the absolute value in the formula.
    • Neglecting GCD Condition: If a GCD condition is specified, it's crucial to verify it. Sometimes, simplification might be needed (e.g., if the distance was 641420\frac{64}{\sqrt{1420}}, it would need to be simplified to 32355\frac{32}{\sqrt{355}} before identifying mm and nn).
  4. Summary

    To find the shortest distance between the two skew lines, we first extracted their position and direction vectors. Then, we calculated the vector connecting points on the lines (a2a1\vec{a}_2 - \vec{a}_1) and the common normal vector (b1×b2\vec{b}_1 \times \vec{b}_2). After finding the magnitude of the common normal and the scalar triple product, we applied the shortest distance formula. The calculated distance was 32355\frac{32}{\sqrt{355}}. By comparing this to the given form mn\frac{m}{\sqrt{n}} and verifying the gcd(m,n)=1\operatorname{gcd}(m, n)=1 condition, we found m=32m=32 and n=355n=355. Finally, their sum m+nm+n was calculated to be 387387.

The final answer is 387\boxed{387}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions