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

Question

Let the values of λ\lambda for which the shortest distance between the lines x12=y23=z34\frac{x-1}{2} = \frac{y-2}{3} = \frac{z-3}{4} and xλ3=y44=z55\frac{x-\lambda}{3} = \frac{y-4}{4} = \frac{z-5}{5} is 16\frac{1}{\sqrt{6}} be λ1\lambda_1 and λ2\lambda_2. Then the radius of the circle passing through the points (0,0),(λ1,λ2)(0, 0), (\lambda_1, \lambda_2) and (λ2,λ1)(\lambda_2, \lambda_1) is

Options

Solution

1. Key Concepts and Formulas

  • Shortest Distance Between Two Skew Lines: For two lines given by r=a1+td1\vec{r} = \vec{a_1} + t\vec{d_1} and r=a2+sd2\vec{r} = \vec{a_2} + s\vec{d_2}, the shortest distance DD is given by the formula: D=(a2a1)(d1×d2)d1×d2D = \left| \frac{(\vec{a_2} - \vec{a_1}) \cdot (\vec{d_1} \times \vec{d_2})}{|\vec{d_1} \times \vec{d_2}|} \right| Here, a1\vec{a_1} and a2\vec{a_2} are position vectors of points on the lines, and d1\vec{d_1} and d2\vec{d_2} are their direction vectors.
  • Equation and Radius of a Circle: The general equation of a circle in 2D is x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0. The center of the circle is (g,f)(-g, -f) and its radius RR is given by R=g2+f2cR = \sqrt{g^2 + f^2 - c}. To find the equation, we substitute the coordinates of three distinct points on the circle into the general equation and solve for g,f,cg, f, c.

2. Step-by-Step Solution

Part 1: Finding the values of λ\lambda

Step 1: Identify points and direction vectors for the given lines. The first line is x12=y23=z34\frac{x-1}{2} = \frac{y-2}{3} = \frac{z-3}{4}.

  • A point on this line: a1=(1,2,3)\vec{a_1} = (1, 2, 3)
  • Its direction vector: d1=(2,3,4)\vec{d_1} = (2, 3, 4)

The second line is xλ3=y44=z55\frac{x-\lambda}{3} = \frac{y-4}{4} = \frac{z-5}{5}.

  • A point on this line: a2=(λ,4,5)\vec{a_2} = (\lambda, 4, 5)
  • Its direction vector: d2=(3,4,5)\vec{d_2} = (3, 4, 5)

Step 2: Calculate the vector a2a1\vec{a_2} - \vec{a_1}. This vector connects a point on the first line to a point on the second line, which is essential for calculating the shortest distance. a2a1=(λ1,42,53)=(λ1,2,2)\vec{a_2} - \vec{a_1} = (\lambda - 1, 4 - 2, 5 - 3) = (\lambda - 1, 2, 2)

Step 3: Calculate the cross product of the direction vectors, d1×d2\vec{d_1} \times \vec{d_2}. The cross product yields a vector perpendicular to both direction vectors. Its magnitude is the denominator of the shortest distance formula. d1×d2=ijk234345\vec{d_1} \times \vec{d_2} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 2 & 3 & 4 \\ 3 & 4 & 5 \end{vmatrix} =i(3×54×4)j(2×54×3)+k(2×43×3)= \mathbf{i}(3 \times 5 - 4 \times 4) - \mathbf{j}(2 \times 5 - 4 \times 3) + \mathbf{k}(2 \times 4 - 3 \times 3) =i(1516)j(1012)+k(89)= \mathbf{i}(15 - 16) - \mathbf{j}(10 - 12) + \mathbf{k}(8 - 9) =i+2jk=(1,2,1)= -\mathbf{i} + 2\mathbf{j} - \mathbf{k} = (-1, 2, -1)

Step 4: Calculate the magnitude of the cross product, d1×d2|\vec{d_1} \times \vec{d_2}|. This is the magnitude of the vector found in Step 3. d1×d2=(1)2+(2)2+(1)2=1+4+1=6|\vec{d_1} \times \vec{d_2}| = \sqrt{(-1)^2 + (2)^2 + (-1)^2} = \sqrt{1 + 4 + 1} = \sqrt{6}

Step 5: Calculate the scalar triple product (a2a1)(d1×d2)(\vec{a_2} - \vec{a_1}) \cdot (\vec{d_1} \times \vec{d_2}). This dot product forms the numerator of the shortest distance formula. (a2a1)(d1×d2)=(λ1)(1)+(2)(2)+(2)(1)(\vec{a_2} - \vec{a_1}) \cdot (\vec{d_1} \times \vec{d_2}) = (\lambda - 1)(-1) + (2)(2) + (2)(-1) =λ+1+42=λ+3= -\lambda + 1 + 4 - 2 = -\lambda + 3

Step 6: Substitute into the shortest distance formula and solve for λ\lambda. We are given that the shortest distance D=16D = \frac{1}{\sqrt{6}}. 16=λ+36\frac{1}{\sqrt{6}} = \left| \frac{-\lambda + 3}{\sqrt{6}} \right| Multiplying both sides by 6\sqrt{6}: 1=λ+31 = |-\lambda + 3| This absolute value equation gives two possibilities:

  • Case 1: λ+3=1    λ=2    λ=2-\lambda + 3 = 1 \implies -\lambda = -2 \implies \lambda = 2
  • Case 2: λ+3=1    λ=4    λ=4-\lambda + 3 = -1 \implies -\lambda = -4 \implies \lambda = 4 Thus, the values of λ\lambda are λ1=2\lambda_1 = 2 and λ2=4\lambda_2 = 4.

Part 2: Finding the radius of the circle

Step 7: Identify the three points for the circle. The problem states the circle passes through (0,0)(0, 0), (λ1,λ2)(\lambda_1, \lambda_2), and (λ2,λ1)(\lambda_2, \lambda_1). Using λ1=2\lambda_1 = 2 and λ2=4\lambda_2 = 4, the three points are:

  • P1=(0,0)P_1 = (0, 0)
  • P2=(2,4)P_2 = (2, 4)
  • P3=(4,2)P_3 = (4, 2)

Step 8: Substitute the points into the general equation of a circle (x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0).

  • For P1(0,0)P_1(0, 0): 02+02+2g(0)+2f(0)+c=0    c=00^2 + 0^2 + 2g(0) + 2f(0) + c = 0 \implies c = 0

  • For P2(2,4)P_2(2, 4) (with c=0c=0): 22+42+2g(2)+2f(4)=02^2 + 4^2 + 2g(2) + 2f(4) = 0 4+16+4g+8f=04 + 16 + 4g + 8f = 0 20+4g+8f=020 + 4g + 8f = 0 Dividing by 4: 5+g+2f=0    g+2f=55 + g + 2f = 0 \implies g + 2f = -5 (Equation 1)

  • For P3(4,2)P_3(4, 2) (with c=0c=0): 42+22+2g(4)+2f(2)=04^2 + 2^2 + 2g(4) + 2f(2) = 0 16+4+8g+4f=016 + 4 + 8g + 4f = 0 20+8g+4f=020 + 8g + 4f = 0 Dividing by 4: 5+2g+f=0    2g+f=55 + 2g + f = 0 \implies 2g + f = -5 (Equation 2)

Step 9: Solve the system of linear equations for gg and ff. We have:

  1. g+2f=5g + 2f = -5
  2. 2g+f=52g + f = -5

Subtract Equation 1 from Equation 2 (multiplied by 2): (4g+2f)(g+2f)=10(5)(4g + 2f) - (g + 2f) = -10 - (-5) 3g=5    g=533g = -5 \implies g = -\frac{5}{3}

Substitute g=53g = -\frac{5}{3} into Equation 1: 53+2f=5-\frac{5}{3} + 2f = -5 2f=5+53=153+53=1032f = -5 + \frac{5}{3} = -\frac{15}{3} + \frac{5}{3} = -\frac{10}{3} f=53f = -\frac{5}{3} So, we have g=53g = -\frac{5}{3}, f=53f = -\frac{5}{3}, and c=0c = 0.

Step 10: Calculate the radius RR of the circle. Using the radius formula R=g2+f2cR = \sqrt{g^2 + f^2 - c}: R=(53)2+(53)20R = \sqrt{\left(-\frac{5}{3}\right)^2 + \left(-\frac{5}{3}\right)^2 - 0} R=259+259R = \sqrt{\frac{25}{9} + \frac{25}{9}} R=509R = \sqrt{\frac{50}{9}} R=509=523R = \frac{\sqrt{50}}{\sqrt{9}} = \frac{5\sqrt{2}}{3}

3. Common Mistakes & Tips

  • Shortest Distance Formula: Ensure correct identification of a1,d1,a2,d2\vec{a_1}, \vec{d_1}, \vec{a_2}, \vec{d_2} from Cartesian equations. Pay close attention to signs during cross product and dot product calculations. Remember the absolute value for distance.
  • Circle Equation: The point (0,0)(0,0) on the circle always simplifies the problem by directly giving c=0c=0.
  • Symmetry: For points like (λ1,λ2)(\lambda_1, \lambda_2) and (λ2,λ1)(\lambda_2, \lambda_1), the center of the circle will lie on the line y=xy=x, implying g=fg=f. This can be a useful shortcut to solve for gg and ff more quickly.
  • Collinearity Check: Always check if the three points are collinear. If they are, a unique circle cannot be formed. (In this case, (0,0),(2,4),(4,2)(0,0), (2,4), (4,2) are not collinear since the slope of P1P2P_1P_2 is 4/2=24/2 = 2 and the slope of P1P3P_1P_3 is 2/4=1/22/4 = 1/2).

4. Summary

This problem required a two-part approach. First, we used the formula for the shortest distance between two skew lines to determine the possible values of λ\lambda. This involved careful vector algebra, including cross products and dot products, leading to λ1=2\lambda_1 = 2 and λ2=4\lambda_2 = 4. Second, we used these values to identify three points (0,0),(2,4),(4,2)(0,0), (2,4), (4,2) and then found the radius of the circle passing through them. By substituting these points into the general equation of a circle, we solved for the coefficients g,f,cg, f, c (where c=0c=0 due to the origin being a point on the circle) and subsequently calculated the radius using the formula R=g2+f2cR = \sqrt{g^2 + f^2 - c}. The final calculated radius is 523\frac{5\sqrt{2}}{3}.

5. Final Answer

The final calculated radius of the circle is 523\frac{5\sqrt{2}}{3}. The final answer is 523\boxed{\frac{5\sqrt{2}}{3}} which corresponds to option (B).

Practice More 3D Geometry Questions

View All Questions