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

Question

If the foot of the perpendicular from point (4, 3, 8) on the line L1:xal=y23=zb4{L_1}:{{x - a} \over l} = {{y - 2} \over 3} = {{z - b} \over 4}, l \ne 0 is (3, 5, 7), then the shortest distance between the line L 1 and line L2:x23=y44=z55{L_2}:{{x - 2} \over 3} = {{y - 4} \over 4} = {{z - 5} \over 5} is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Foot of the Perpendicular from a Point to a Line: If NN is the foot of the perpendicular from point PP onto line LL, then NN lies on LL, and the vector PN\vec{PN} is perpendicular to the direction vector of LL. This means their dot product is zero.
  • Equation of a Line and Direction Ratios: A line passing through (x1,y1,z1)(x_1, y_1, z_1) with direction ratios (l,m,n)(l, m, n) is given by xx1l=yy1m=zz1n\frac{x - x_1}{l} = \frac{y - y_1}{m} = \frac{z - z_1}{n}. The direction ratios (l,m,n)(l, m, n) define the direction vector d=li^+mj^+nk^\vec{d} = l\hat{i} + m\hat{j} + n\hat{k}.
  • Shortest Distance Between Two Skew Lines: For two skew lines L1:r=a1+λpL_1: \vec{r} = \vec{a_1} + \lambda \vec{p} and L2:r=a2+μqL_2: \vec{r} = \vec{a_2} + \mu \vec{q}, the shortest distance dd is given by the formula: d=(a2a1)(p×q)p×qd = \left| \frac{(\vec{a_2} - \vec{a_1}) \cdot (\vec{p} \times \vec{q})}{|\vec{p} \times \vec{q}|} \right| Here, a1\vec{a_1} and a2\vec{a_2} are position vectors of points on L1L_1 and L2L_2 respectively, and p\vec{p} and q\vec{q} are their direction vectors.

2. Step-by-Step Solution

This problem requires two main parts: first, determining the complete equation of line L1L_1 using the given foot of the perpendicular, and then calculating the shortest distance between the fully defined L1L_1 and L2L_2.

Part 1: Determining the Equation of Line L1L_1

We are given the point P(4,3,8)P(4, 3, 8) and the foot of the perpendicular from PP onto line L1L_1 as N(3,5,7)N(3, 5, 7). The equation of line L1L_1 is L1:xal=y23=zb4{L_1}:{{x - a} \over l} = {{y - 2} \over 3} = {{z - b} \over 4}. We need to find a,b,a, b, and ll.

Step 1: Use the property that the foot of the perpendicular NN lies on L1L_1. Since N(3,5,7)N(3, 5, 7) is a point on L1L_1, its coordinates must satisfy the equation of L1L_1. This allows us to establish relationships between a,b,a, b, and ll.

Substitute x=3,y=5,z=7x=3, y=5, z=7 into the equation of L1L_1: 3al=523=7b4\frac{3 - a}{l} = \frac{5 - 2}{3} = \frac{7 - b}{4} Simplify the middle term: 3al=1=7b4\frac{3 - a}{l} = 1 = \frac{7 - b}{4} From this, we equate the first and third parts to 1:

  1. 3al=1    3a=l    a=3l(Equation A)\frac{3 - a}{l} = 1 \implies 3 - a = l \implies a = 3 - l \quad \text{(Equation A)}
  2. 7b4=1    7b=4    b=3(Value of b determined)\frac{7 - b}{4} = 1 \implies 7 - b = 4 \implies b = 3 \quad \text{(Value of } b \text{ determined)}

Step 2: Use the property that PN\vec{PN} is perpendicular to L1L_1. The line segment PNPN is perpendicular to L1L_1. This means the dot product of the direction ratios of PN\vec{PN} and the direction ratios of L1L_1 must be zero.

First, find the direction ratios (DRs) of the vector PN\vec{PN}: P(4,3,8)P(4, 3, 8) and N(3,5,7)N(3, 5, 7). DRs(PN)=(xNxP,yNyP,zNzP)=(34,53,78)=(1,2,1)DRs(\vec{PN}) = (x_N - x_P, y_N - y_P, z_N - z_P) = (3 - 4, 5 - 3, 7 - 8) = (-1, 2, -1).

Next, identify the direction ratios of line L1L_1 from its equation: DRs(L1)=(l,3,4)DRs(L_1) = (l, 3, 4).

Since PN\vec{PN} is perpendicular to L1L_1, their dot product is zero: (1)(l)+(2)(3)+(1)(4)=0(-1)(l) + (2)(3) + (-1)(4) = 0 l+64=0-l + 6 - 4 = 0 l+2=0-l + 2 = 0 l=2(Value of l determined) l = 2 \quad \text{(Value of } l \text{ determined)}

Now, substitute the value of l=2l=2 into Equation A to find aa: a=3l=32=1(Value of a determined) a = 3 - l = 3 - 2 = 1 \quad \text{(Value of } a \text{ determined)}

With a=1,b=3,a=1, b=3, and l=2l=2, the complete equation of line L1L_1 is: L1:x12=y23=z34{L_1}: \frac{x - 1}{2} = \frac{y - 2}{3} = \frac{z - 3}{4}

Part 2: Calculating the Shortest Distance Between L1L_1 and L2L_2

Now that L1L_1 is fully defined, we will calculate the shortest distance between L1L_1 and L2L_2. The lines are: L1:x12=y23=z34L_1: \frac{x - 1}{2} = \frac{y - 2}{3} = \frac{z - 3}{4} L2:x23=y44=z55L_2: \frac{x - 2}{3} = \frac{y - 4}{4} = \frac{z - 5}{5}

Step 3: Extract necessary vectors for the shortest distance formula. We convert the Cartesian equations of the lines into vector form r=a+λd\vec{r} = \vec{a} + \lambda \vec{d}.

For L1L_1: A point on L1L_1 is (1,2,3)(1, 2, 3), so a1=i^+2j^+3k^\vec{a_1} = \hat{i} + 2\hat{j} + 3\hat{k}. The direction vector of L1L_1 is p=2i^+3j^+4k^\vec{p} = 2\hat{i} + 3\hat{j} + 4\hat{k}.

For L2L_2: A point on L2L_2 is (2,4,5)(2, 4, 5), so a2=2i^+4j^+5k^\vec{a_2} = 2\hat{i} + 4\hat{j} + 5\hat{k}. The direction vector of L2L_2 is q=3i^+4j^+5k^\vec{q} = 3\hat{i} + 4\hat{j} + 5\hat{k}.

Step 4: Calculate the vector (a2a1)(\vec{a_2} - \vec{a_1}). This vector connects a point on L1L_1 to a point on L2L_2. a2a1=(2i^+4j^+5k^)(i^+2j^+3k^)\vec{a_2} - \vec{a_1} = (2\hat{i} + 4\hat{j} + 5\hat{k}) - (\hat{i} + 2\hat{j} + 3\hat{k}) a2a1=(21)i^+(42)j^+(53)k^=i^+2j^+2k^\vec{a_2} - \vec{a_1} = (2-1)\hat{i} + (4-2)\hat{j} + (5-3)\hat{k} = \hat{i} + 2\hat{j} + 2\hat{k}

Step 5: Calculate the cross product (p×q)(\vec{p} \times \vec{q}). This vector is perpendicular to both L1L_1 and L2L_2, representing the direction of the shortest distance. p×q=i^j^k^234345\vec{p} \times \vec{q} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 3 & 4 \\ 3 & 4 & 5 \end{vmatrix} =i^(3544)j^(2543)+k^(2433)= \hat{i}(3 \cdot 5 - 4 \cdot 4) - \hat{j}(2 \cdot 5 - 4 \cdot 3) + \hat{k}(2 \cdot 4 - 3 \cdot 3) =i^(1516)j^(1012)+k^(89)= \hat{i}(15 - 16) - \hat{j}(10 - 12) + \hat{k}(8 - 9) =i^+2j^k^= -\hat{i} + 2\hat{j} - \hat{k}

Step 6: Calculate the magnitude of (p×q)(\vec{p} \times \vec{q}). This is the denominator of the shortest distance formula. p×q=(1)2+(2)2+(1)2=1+4+1=6|\vec{p} \times \vec{q}| = \sqrt{(-1)^2 + (2)^2 + (-1)^2} = \sqrt{1 + 4 + 1} = \sqrt{6}

Step 7: Calculate the scalar triple product (a2a1)(p×q)(\vec{a_2} - \vec{a_1}) \cdot (\vec{p} \times \vec{q}). This is the numerator (before taking absolute value) of the shortest distance formula. (i^+2j^+2k^)(i^+2j^k^)(\hat{i} + 2\hat{j} + 2\hat{k}) \cdot (-\hat{i} + 2\hat{j} - \hat{k}) =(1)(1)+(2)(2)+(2)(1)= (1)(-1) + (2)(2) + (2)(-1) =1+42=1= -1 + 4 - 2 = 1

Step 8: Apply the shortest distance formula. d=(a2a1)(p×q)p×q=16=16d = \left| \frac{(\vec{a_2} - \vec{a_1}) \cdot (\vec{p} \times \vec{q})}{|\vec{p} \times \vec{q}|} \right| = \left| \frac{1}{\sqrt{6}} \right| = \frac{1}{\sqrt{6}}

3. Common Mistakes & Tips

  • Sign Errors: Be extremely careful with negative signs when calculating direction ratios, cross products, and dot products. A single sign error can propagate and lead to an incorrect final answer.
  • Correctly Identifying Vectors: Ensure you correctly extract the point vectors (a1,a2\vec{a_1}, \vec{a_2}) and direction vectors (p,q\vec{p}, \vec{q}) from the line equations. Remember that (xx1)/l(x-x_1)/l implies the line passes through (x1,y1,z1)(x_1, y_1, z_1) and has direction ratios (l,m,n)(l, m, n).
  • Perpendicularity Condition: Always remember that the dot product of the direction vectors of two perpendicular lines (or a line and a segment perpendicular to it) must be zero. This is a fundamental concept in 3D geometry.

4. Summary

This problem is a comprehensive application of 3D geometry principles. It first involves utilizing the properties of the foot of the perpendicular from a point to a line to fully define the unknown parameters of line L1L_1. This process uses both the condition that the foot lies on the line and that the segment connecting the point to the foot is perpendicular to the line. Once L1L_1 is determined, the problem transitions to finding the shortest distance between two skew lines, which involves converting the line equations to vector form, performing vector operations (subtraction, cross product, dot product, magnitude), and applying the standard shortest distance formula.

The final answer is 16\boxed{\frac{1}{\sqrt{6}}}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions