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

Question

Let the shortest distance between the lines L:x52=yλ0=z+λ1,λ0L: \frac{x-5}{-2}=\frac{y-\lambda}{0}=\frac{z+\lambda}{1}, \lambda \geq 0 and L1:x+1=y1=4zL_{1}: x+1=y-1=4-z be 262 \sqrt{6}. If (α,β,γ)(\alpha, \beta, \gamma) lies on LL, then which of the following is NOT possible?

Options

Solution

Key Concepts and Formulas

  1. Equation of a Line in Vector Form: A line passing through a point with position vector a\vec{a} and parallel to a vector b\vec{b} can be written as r=a+tb\vec{r} = \vec{a} + t\vec{b}, where tt is a scalar parameter. From the Cartesian form xx1l=yy1m=zz1n\frac{x-x_1}{l} = \frac{y-y_1}{m} = \frac{z-z_1}{n}, we have a=(x1,y1,z1)\vec{a} = (x_1, y_1, z_1) and b=(l,m,n)\vec{b} = (l, m, n).
  2. Shortest Distance Between Two Skew Lines: The shortest distance DD between two skew lines r1=a1+tb1\vec{r}_1 = \vec{a}_1 + t\vec{b}_1 and r2=a2+sb2\vec{r}_2 = \vec{a}_2 + s\vec{b}_2 is given by the formula: 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||} This formula represents the projection of the vector connecting any two points on the lines onto the common perpendicular direction of the lines.
  3. Parametric Form of a Line: A point (x,y,z)(x,y,z) on a line given by xx1l=yy1m=zz1n\frac{x-x_1}{l} = \frac{y-y_1}{m} = \frac{z-z_1}{n} can be expressed in terms of a parameter, say kk, as x=x1+lkx = x_1 + lk, y=y1+mky = y_1 + mk, z=z1+nkz = z_1 + nk.

Step-by-Step Solution

Step 1: Convert the given lines into vector form. We are given two lines in Cartesian form. To use the shortest distance formula, we first convert them to vector form r=a+tb\vec{r} = \vec{a} + t\vec{b}.

For line LL: x52=yλ0=z+λ1\frac{x-5}{-2}=\frac{y-\lambda}{0}=\frac{z+\lambda}{1} This line passes through the point (5,λ,λ)(5, \lambda, -\lambda) and is parallel to the direction vector (2,0,1)(-2, 0, 1). So, a1=(5,λ,λ)\vec{a}_1 = (5, \lambda, -\lambda) and b1=(2,0,1)\vec{b}_1 = (-2, 0, 1).

For line L1L_1: x+1=y1=4zx+1=y-1=4-z We need to rewrite this in the standard symmetric form xx1l=yy1m=zz1n\frac{x-x_1}{l} = \frac{y-y_1}{m} = \frac{z-z_1}{n}. x(1)1=y11=z41\frac{x-(-1)}{1} = \frac{y-1}{1} = \frac{z-4}{-1} This line passes through the point (1,1,4)(-1, 1, 4) and is parallel to the direction vector (1,1,1)(1, 1, -1). So, a2=(1,1,4)\vec{a}_2 = (-1, 1, 4) and b2=(1,1,1)\vec{b}_2 = (1, 1, -1).

Step 2: Calculate the vector connecting the points on the lines, a2a1\vec{a}_2 - \vec{a}_1. This vector connects a point on L1L_1 to a point on LL. a2a1=(15,1λ,4(λ))=(6,1λ,4+λ)\vec{a}_2 - \vec{a}_1 = (-1-5, 1-\lambda, 4-(-\lambda)) = (-6, 1-\lambda, 4+\lambda)

Step 3: Calculate the cross product of the direction vectors, b1×b2\vec{b}_1 \times \vec{b}_2. This cross product gives a vector that is perpendicular to both lines, representing the direction of the shortest distance. b1×b2=ijk201111\vec{b}_1 \times \vec{b}_2 = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ -2 & 0 & 1 \\ 1 & 1 & -1 \end{vmatrix} =i((0)(1)(1)(1))j((2)(1)(1)(1))+k((2)(1)(0)(1))= \mathbf{i}((0)(-1) - (1)(1)) - \mathbf{j}((-2)(-1) - (1)(1)) + \mathbf{k}((-2)(1) - (0)(1)) =i(01)j(21)+k(20)= \mathbf{i}(0-1) - \mathbf{j}(2-1) + \mathbf{k}(-2-0) =ij2k=(1,1,2)= -\mathbf{i} - \mathbf{j} - 2\mathbf{k} = (-1, -1, -2)

Step 4: Calculate the magnitude of the cross product, b1×b2||\vec{b}_1 \times \vec{b}_2||. This is the magnitude of the common perpendicular direction vector, which forms the denominator of the shortest distance formula. b1×b2=(1)2+(1)2+(2)2=1+1+4=6||\vec{b}_1 \times \vec{b}_2|| = \sqrt{(-1)^2 + (-1)^2 + (-2)^2} = \sqrt{1+1+4} = \sqrt{6}

Step 5: Calculate the scalar triple product component, (a2a1)(b1×b2)(\vec{a}_2 - \vec{a}_1) \cdot (\vec{b}_1 \times \vec{b}_2). This is the dot product of the vector connecting the points on the lines with the common perpendicular vector. Its absolute value forms the numerator of the shortest distance formula. (a2a1)(b1×b2)=(6,1λ,4+λ)(1,1,2)(\vec{a}_2 - \vec{a}_1) \cdot (\vec{b}_1 \times \vec{b}_2) = (-6, 1-\lambda, 4+\lambda) \cdot (-1, -1, -2) =(6)(1)+(1λ)(1)+(4+λ)(2)= (-6)(-1) + (1-\lambda)(-1) + (4+\lambda)(-2) =61+λ82λ= 6 - 1 + \lambda - 8 - 2\lambda =3λ= -3 - \lambda

Step 6: Use the shortest distance formula to solve for λ\lambda. We are given that the shortest distance D=26D = 2\sqrt{6}. 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||} 26=3λ62\sqrt{6} = \frac{|-3 - \lambda|}{\sqrt{6}} Multiply both sides by 6\sqrt{6}: 266=3λ2\sqrt{6} \cdot \sqrt{6} = |-3 - \lambda| 26=(3+λ)2 \cdot 6 = |-(3 + \lambda)| 12=3+λ12 = |3 + \lambda| This gives two possible cases: Case 1: 3+λ=12    λ=93 + \lambda = 12 \implies \lambda = 9 Case 2: 3+λ=12    λ=153 + \lambda = -12 \implies \lambda = -15 Since the problem states λ0\lambda \geq 0, we must choose λ=9\lambda = 9.

Step 7: Establish the relationship between α\alpha and γ\gamma for a point (α,β,γ)(\alpha, \beta, \gamma) on line L. A general point on line L:x52=yλ0=z+λ1L: \frac{x-5}{-2}=\frac{y-\lambda}{0}=\frac{z+\lambda}{1} can be expressed parametrically. Let this common ratio be kk. x52=k    x=52k\frac{x-5}{-2} = k \implies x = 5-2k yλ0=k    yλ=0    y=λ\frac{y-\lambda}{0} = k \implies y-\lambda = 0 \implies y = \lambda z+λ1=k    z=kλ\frac{z+\lambda}{1} = k \implies z = k-\lambda Since (α,β,γ)(\alpha, \beta, \gamma) lies on LL and we found λ=9\lambda = 9: α=52k\alpha = 5-2k β=9\beta = 9 γ=k9\gamma = k-9 From the equation for γ\gamma, we can express kk in terms of γ\gamma: k=γ+9k = \gamma+9. Substitute this expression for kk into the equation for α\alpha: α=52(γ+9)\alpha = 5-2(\gamma+9) α=52γ18\alpha = 5-2\gamma-18 α=132γ\alpha = -13-2\gamma Rearranging this, we get the fundamental relationship between α\alpha and γ\gamma: α+2γ=13\alpha + 2\gamma = -13

Step 8: Check which of the given options is NOT possible using the derived relationship. We will substitute the relationship α=132γ\alpha = -13-2\gamma into each option or compare the option directly with α+2γ=13\alpha + 2\gamma = -13.

(A) α+2γ=24\alpha+2 \gamma=24 Comparing this with our derived relationship α+2γ=13\alpha+2\gamma=-13, we see that 241324 \neq -13. Therefore, this option is NOT possible.

(B) 2α+γ=72 \alpha+\gamma=7 Substitute α=132γ\alpha = -13-2\gamma: 2(132γ)+γ=264γ+γ=263γ2(-13-2\gamma) + \gamma = -26 - 4\gamma + \gamma = -26 - 3\gamma. If 263γ=7-26 - 3\gamma = 7, then 3γ=33    γ=11-3\gamma = 33 \implies \gamma = -11. This is a possible value for γ\gamma, so this option is possible.

(C) α2γ=19\alpha-2 \gamma=19 Substitute α=132γ\alpha = -13-2\gamma: (132γ)2γ=134γ(-13-2\gamma) - 2\gamma = -13 - 4\gamma. If 134γ=19-13 - 4\gamma = 19, then 4γ=32    γ=8-4\gamma = 32 \implies \gamma = -8. This is a possible value for γ\gamma, so this option is possible.

(D) 2αγ=92 \alpha-\gamma=9 Substitute α=132γ\alpha = -13-2\gamma: 2(132γ)γ=264γγ=265γ2(-13-2\gamma) - \gamma = -26 - 4\gamma - \gamma = -26 - 5\gamma. If 265γ=9-26 - 5\gamma = 9, then 5γ=35    γ=7-5\gamma = 35 \implies \gamma = -7. This is a possible value for γ\gamma, so this option is possible.

Thus, the only option that is not possible is (A).

Common Mistakes & Tips

  • Incorrectly converting line equations: Pay close attention to the signs and coefficients when converting from Cartesian to vector form (e.g., 4z4-z becomes z41\frac{z-4}{-1}, not z41\frac{z-4}{1}). Also, lines like yλ0\frac{y-\lambda}{0} imply yλ=0y-\lambda=0, so y=λy=\lambda.
  • Algebraic errors in vector calculations: Double-check dot products, cross products, and magnitudes to avoid calculation mistakes.
  • Forgetting the absolute value: The shortest distance must always be positive, so remember to take the absolute value of the scalar triple product in the numerator.
  • Ignoring constraints: The condition λ0\lambda \geq 0 is crucial for determining the correct value of λ\lambda.
  • Parametric representation of a point: Ensure you correctly express the coordinates of a point on the line in terms of a parameter, especially when one of the direction ratios is zero.

Summary

The problem required us to find a constraint on the coordinates of a point lying on a given line, using the information about the shortest distance to another line. We first converted both lines into their vector forms to identify their position and direction vectors. Then, we applied the shortest distance formula between two skew lines, which involved calculating the vector connecting points on the lines, the cross product of their direction vectors, and their dot product. Solving the shortest distance equation yielded the value of the parameter λ\lambda. Finally, we used this value of λ\lambda to find the relationship between the coordinates (α,β,γ)(\alpha, \beta, \gamma) of a point on the first line. By comparing this derived relationship with the given options, we identified the option that was not possible.

The final answer is A\boxed{A}

Practice More 3D Geometry Questions

View All Questions