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

Question

Line L1L_1 passes through the point (1,2,3)(1,2,3) and is parallel to zz-axis. Line L2L_2 passes through the point (λ,5,6)(\lambda, 5,6) and is parallel to yy-axis. Let for λ=λ1,λ2,λ2<λ1\lambda=\lambda_1, \lambda_2, \lambda_2<\lambda_1, the shortest distance between the two lines be 3 . Then the square of the distance of the point (λ1,λ2,7)\left(\lambda_1, \lambda_2, 7\right) from the line L1L_1 is

Options

Solution

Key Concepts and Formulas

  1. 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} can be represented as r=a+tb\vec{r} = \vec{a} + t\vec{b}, where tt is a scalar parameter.
  2. Shortest Distance Between Two Skew Lines: For two lines L1:r=a1+tb1L_1: \vec{r} = \vec{a_1} + t\vec{b_1} and L2:r=a2+sb2L_2: \vec{r} = \vec{a_2} + s\vec{b_2}, the shortest distance dd between them is given by: 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}|}
  3. Distance of a Point from a Line: To find the distance from a point P(p)P(\vec{p}) to a line L:r=a+tbL: \vec{r} = \vec{a} + t\vec{b}, we find the foot of the perpendicular QQ on LL. The vector PQ\vec{PQ} must be perpendicular to the line's direction vector b\vec{b}, i.e., PQb=0\vec{PQ} \cdot \vec{b} = 0. Once QQ is found, the distance is PQ=PQPQ = |\vec{PQ}|.

Step-by-Step Solution

Step 1: Express Lines L1L_1 and L2L_2 in Vector Form

We begin by converting the given information about the lines into their standard vector equations. This is essential for applying the shortest distance formula.

  • For Line L1L_1:

    • It passes through the point (1,2,3)(1,2,3), so its position vector a1\vec{a_1} is i^+2j^+3k^\hat{i} + 2\hat{j} + 3\hat{k}.
    • It is parallel to the zz-axis, so its direction vector b1\vec{b_1} is k^\hat{k}.
    • Thus, the vector equation of L1L_1 is: r1=(i^+2j^+3k^)+tk^\vec{r}_1 = (\hat{i} + 2\hat{j} + 3\hat{k}) + t\hat{k}
  • For Line L2L_2:

    • It passes through the point (λ,5,6)(\lambda, 5,6), so its position vector a2\vec{a_2} is λi^+5j^+6k^\lambda\hat{i} + 5\hat{j} + 6\hat{k}.
    • It is parallel to the yy-axis, so its direction vector b2\vec{b_2} is j^\hat{j}.
    • Thus, the vector equation of L2L_2 is: r2=(λi^+5j^+6k^)+sj^\vec{r}_2 = (\lambda\hat{i} + 5\hat{j} + 6\hat{k}) + s\hat{j}

Step 2: Calculate the Shortest Distance between L1L_1 and L2L_2 and Determine λ\lambda

We are given that the shortest distance between L1L_1 and L2L_2 is 3. We will use the formula for the shortest distance between two skew lines.

  • Calculate a2a1\vec{a_2} - \vec{a_1}: This vector connects a point on L1L_1 to a point on L2L_2. a2a1=(λi^+5j^+6k^)(i^+2j^+3k^)=(λ1)i^+3j^+3k^\vec{a_2} - \vec{a_1} = (\lambda\hat{i} + 5\hat{j} + 6\hat{k}) - (\hat{i} + 2\hat{j} + 3\hat{k}) = (\lambda-1)\hat{i} + 3\hat{j} + 3\hat{k}

  • Calculate b1×b2\vec{b_1} \times \vec{b_2}: This vector gives the direction of the common perpendicular between the two lines. b1×b2=k^×j^=i^\vec{b_1} \times \vec{b_2} = \hat{k} \times \hat{j} = -\hat{i}

  • Calculate b1×b2|\vec{b_1} \times \vec{b_2}|: This is the magnitude of the common perpendicular direction vector. b1×b2=i^=1|\vec{b_1} \times \vec{b_2}| = |-\hat{i}| = 1

  • Calculate (a2a1)(b1×b2)(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}): This scalar triple product represents the projection of the connecting vector onto the common perpendicular. (a2a1)(b1×b2)=((λ1)i^+3j^+3k^)(i^)=(λ1)=1λ(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) = ((\lambda-1)\hat{i} + 3\hat{j} + 3\hat{k}) \cdot (-\hat{i}) = -(\lambda-1) = 1-\lambda

  • Apply the shortest distance formula: d=1λ1=1λd = \frac{|1-\lambda|}{1} = |1-\lambda| Given d=3d=3, we have: 1λ=3|1-\lambda| = 3 This yields two possible values for λ\lambda: 1λ=3or1λ=31-\lambda = 3 \quad \text{or} \quad 1-\lambda = -3 λ=2orλ=4\lambda = -2 \quad \text{or} \quad \lambda = 4

Step 3: Identify λ1\lambda_1 and λ2\lambda_2

The problem states that for λ=λ1,λ2\lambda=\lambda_1, \lambda_2, the shortest distance is 3, and that λ2<λ1\lambda_2 < \lambda_1. From our calculated values, 2-2 and 44:

  • λ1=4\lambda_1 = 4
  • λ2=2\lambda_2 = -2 This satisfies the condition λ2<λ1\lambda_2 < \lambda_1.

Step 4: Identify the Target Point and Line for the Final Distance Calculation

We need to find the square of the distance of the point (λ1,λ2,7)(\lambda_1, \lambda_2, 7) from the line L1L_1.

  • Target Point PP: Substitute the values of λ1\lambda_1 and λ2\lambda_2: P(4,2,7)P(4, -2, 7)
  • Target Line L1L_1: From Step 1, L1L_1 passes through A(1,2,3)A(1,2,3) and has a direction vector b1=k^\vec{b_1} = \hat{k}. A general point QQ on line L1L_1 can be represented as (1,2,3+t)(1, 2, 3+t).

Step 5: Calculate the Square of the Distance from Point P(4,2,7)P(4, -2, 7) to Line L1L_1

To find the distance from point PP to line L1L_1, we find the foot of the perpendicular QQ from PP onto L1L_1.

  • Form the vector PQ\vec{PQ}: This vector connects the point PP to an arbitrary point QQ on L1L_1. PQ=(14)i^+(2(2))j^+(3+t7)k^\vec{PQ} = (1-4)\hat{i} + (2-(-2))\hat{j} + (3+t-7)\hat{k} PQ=3i^+4j^+(t4)k^\vec{PQ} = -3\hat{i} + 4\hat{j} + (t-4)\hat{k}

  • Apply the perpendicularity condition: The vector PQ\vec{PQ} must be perpendicular to the direction vector of L1L_1, which is b1=k^\vec{b_1} = \hat{k}. Their dot product must be zero. PQb1=0\vec{PQ} \cdot \vec{b_1} = 0 (3i^+4j^+(t4)k^)k^=0(-3\hat{i} + 4\hat{j} + (t-4)\hat{k}) \cdot \hat{k} = 0 (t4)(1)=0    t=4(t-4)(1) = 0 \implies t=4

  • Determine the vector PQ\vec{PQ} at the foot of the perpendicular: Substitute t=4t=4 back into the expression for PQ\vec{PQ}. PQ=3i^+4j^+(44)k^=3i^+4j^\vec{PQ} = -3\hat{i} + 4\hat{j} + (4-4)\hat{k} = -3\hat{i} + 4\hat{j}

  • Calculate the distance PQPQ: The distance is the magnitude of this vector. PQ=PQ=(3)2+42+02=9+16=25=5PQ = |\vec{PQ}| = \sqrt{(-3)^2 + 4^2 + 0^2} = \sqrt{9 + 16} = \sqrt{25} = 5

  • Calculate the square of the distance: The question asks for the square of the distance. (PQ)2=52=25(PQ)^2 = 5^2 = 25


Common Mistakes & Tips

  • Vector Algebra Precision: Be extremely careful with signs and components during cross products and dot products, as small errors can propagate.
  • Absolute Value: Always remember the absolute value in the shortest distance formula, 1λ=3|1-\lambda|=3 leads to two distinct values for λ\lambda.
  • Condition on λ1,λ2\lambda_1, \lambda_2: Pay close attention to conditions like λ2<λ1\lambda_2 < \lambda_1 to correctly assign the values.
  • Final Requirement: Double-check whether the question asks for the distance or the square of the distance.

Summary

This problem effectively tests the understanding of 3D geometry concepts. We first defined the two lines in vector form using the given points and parallel axes. Then, we applied the shortest distance formula between skew lines, which involved calculating a vector difference, a cross product, and a dot product. This led to an equation involving λ\lambda, yielding two solutions. By using the condition λ2<λ1\lambda_2 < \lambda_1, we correctly identified λ1=4\lambda_1=4 and λ2=2\lambda_2=-2. Finally, we calculated the distance from the derived point (λ1,λ2,7)(\lambda_1, \lambda_2, 7) to line L1L_1 by finding the foot of the perpendicular, and then squared this distance as requested.

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

Practice More 3D Geometry Questions

View All Questions