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

Question

Let the values of p , for which the shortest distance between the lines x+13=y4=z5\frac{x+1}{3}=\frac{y}{4}=\frac{z}{5} and r=(pi^+2j^+k^)+λ(2i^+3j^+4k^)\overrightarrow{\mathrm{r}}=(\mathrm{p} \hat{i}+2 \hat{j}+\hat{k})+\lambda(2 \hat{i}+3 \hat{j}+4 \hat{k}) is 16\frac{1}{\sqrt{6}}, be a,b,(a<b)\mathrm{a}, \mathrm{b},(\mathrm{a}<\mathrm{b}). Then the length of the latus rectum of the ellipse x2a2+y2 b2=1\frac{x^2}{\mathrm{a}^2}+\frac{y^2}{\mathrm{~b}^2}=1 is :

Options

Solution

Key Concepts and Formulas

  • Shortest Distance Between Two Skew Lines: For two skew lines r=a1+λb1\vec{r} = \vec{a_1} + \lambda \vec{b_1} and r=a2+μb2\vec{r} = \vec{a_2} + \mu \vec{b_2}, the shortest distance (dd) is given by: 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, a1\vec{a_1} and a2\vec{a_2} are position vectors of points on the lines, and b1\vec{b_1} and b2\vec{b_2} are their direction vectors.
  • Line Equation Forms:
    • Cartesian form: xx1l=yy1m=zz1n\frac{x-x_1}{l}=\frac{y-y_1}{m}=\frac{z-z_1}{n} corresponds to a1=x1i^+y1j^+z1k^\vec{a_1} = x_1\hat{i} + y_1\hat{j} + z_1\hat{k} and b1=li^+mj^+nk^\vec{b_1} = l\hat{i} + m\hat{j} + n\hat{k}.
    • Vector form: r=(x1i^+y1j^+z1k^)+λ(li^+mj^+nk^)\vec{r} = (x_1\hat{i} + y_1\hat{j} + z_1\hat{k}) + \lambda (l\hat{i} + m\hat{j} + n\hat{k}).
  • Latus Rectum of an Ellipse: For an ellipse x2A2+y2B2=1\frac{x^2}{A^2} + \frac{y^2}{B^2} = 1:
    • If A2>B2A^2 > B^2 (major axis along x-axis), the length of the latus rectum is 2B2A\frac{2B^2}{A}.
    • If B2>A2B^2 > A^2 (major axis along y-axis), the length of the latus rectum is 2A2B\frac{2A^2}{B}.

Step-by-Step Solution

Step 1: Identify Position and Direction Vectors for Line 1 (L1L_1) The first line is given in Cartesian form: x+13=y4=z5\frac{x+1}{3}=\frac{y}{4}=\frac{z}{5}. We need to convert this to the vector form r=a1+λb1\vec{r} = \vec{a_1} + \lambda \vec{b_1}.

  • Point on L1L_1 (a1\vec{a_1}): From the numerators (x(1)),(y0),(z0)(x-(-1)), (y-0), (z-0), we identify the point as (1,0,0)(-1, 0, 0). So, a1=i^+0j^+0k^=i^\vec{a_1} = -\hat{i} + 0\hat{j} + 0\hat{k} = -\hat{i}.
  • Direction vector of L1L_1 (b1\vec{b_1}): The denominators represent the direction ratios. So, b1=3i^+4j^+5k^\vec{b_1} = 3\hat{i} + 4\hat{j} + 5\hat{k}.

Step 2: Identify Position and Direction Vectors for Line 2 (L2L_2) The second line is given in vector form: r=(pi^+2j^+k^)+λ(2i^+3j^+4k^)\overrightarrow{\mathrm{r}}=(\mathrm{p} \hat{i}+2 \hat{j}+\hat{k})+\lambda(2 \hat{i}+3 \hat{j}+4 \hat{k}). This is already in the standard form r=a2+λb2\vec{r} = \vec{a_2} + \lambda \vec{b_2}.

  • Point on L2L_2 (a2\vec{a_2}): The position vector of the point on the line is pi^+2j^+k^\mathrm{p} \hat{i}+2 \hat{j}+\hat{k}. So, a2=pi^+2j^+k^\vec{a_2} = p\hat{i} + 2\hat{j} + \hat{k}.
  • Direction vector of L2L_2 (b2\vec{b_2}): The vector multiplied by λ\lambda is the direction vector. So, b2=2i^+3j^+4k^\vec{b_2} = 2\hat{i} + 3\hat{j} + 4\hat{k}.

We observe that b1\vec{b_1} and b2\vec{b_2} are not proportional (3/24/35/43/2 \neq 4/3 \neq 5/4), which confirms the lines are not parallel and are therefore skew.

Step 3: Calculate the vector (a2a1)(\vec{a_2} - \vec{a_1}) This vector connects a point on L1L_1 to a point on L2L_2, which is essential for determining their relative position in space. a2a1=(pi^+2j^+k^)(i^)=(p+1)i^+2j^+k^\vec{a_2} - \vec{a_1} = (p\hat{i} + 2\hat{j} + \hat{k}) - (-\hat{i}) = (p+1)\hat{i} + 2\hat{j} + \hat{k}

Step 4: Calculate the cross product (b1×b2)(\vec{b_1} \times \vec{b_2}) The cross product of the direction vectors gives a vector perpendicular to both lines, indicating the direction of the shortest distance. b1×b2=i^j^k^345234\vec{b_1} \times \vec{b_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & 4 & 5 \\ 2 & 3 & 4 \end{vmatrix} =i^(4×45×3)j^(3×45×2)+k^(3×34×2)= \hat{i}(4 \times 4 - 5 \times 3) - \hat{j}(3 \times 4 - 5 \times 2) + \hat{k}(3 \times 3 - 4 \times 2) =i^(1615)j^(1210)+k^(98)= \hat{i}(16 - 15) - \hat{j}(12 - 10) + \hat{k}(9 - 8) =i^2j^+k^= \hat{i} - 2\hat{j} + \hat{k}

Step 5: Calculate the magnitude of the cross product b1×b2|\vec{b_1} \times \vec{b_2}| This magnitude is used in the denominator of the shortest distance formula to normalize the scalar triple product. b1×b2=12+(2)2+12=1+4+1=6|\vec{b_1} \times \vec{b_2}| = \sqrt{1^2 + (-2)^2 + 1^2} = \sqrt{1 + 4 + 1} = \sqrt{6}

Step 6: Apply the Shortest Distance Formula and Solve for 'p' We are given that the shortest distance d=16d = \frac{1}{\sqrt{6}}. Substitute the calculated components into 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| 16=((p+1)i^+2j^+k^)(i^2j^+k^)6\frac{1}{\sqrt{6}} = \left| \frac{((p+1)\hat{i} + 2\hat{j} + \hat{k}) \cdot (\hat{i} - 2\hat{j} + \hat{k})}{\sqrt{6}} \right| First, calculate the dot product in the numerator: ((p+1)i^+2j^+k^)(i^2j^+k^)=(p+1)(1)+(2)(2)+(1)(1)((p+1)\hat{i} + 2\hat{j} + \hat{k}) \cdot (\hat{i} - 2\hat{j} + \hat{k}) = (p+1)(1) + (2)(-2) + (1)(1) =p+14+1=p2= p+1 - 4 + 1 = p-2 Now substitute this back into the distance equation: 16=p26\frac{1}{\sqrt{6}} = \left| \frac{p-2}{\sqrt{6}} \right| Multiply both sides by 6\sqrt{6}: 1=p21 = |p-2| This absolute value equation gives two possibilities:

  1. p2=1    p=3p-2 = 1 \implies p = 3
  2. p2=1    p=1p-2 = -1 \implies p = 1 The problem states that the values of pp are a,ba, b with a<ba < b. Therefore, a=1a=1 and b=3b=3.

Step 7: Formulate the Ellipse Equation The ellipse is given by x2a2+y2 b2=1\frac{x^2}{\mathrm{a}^2}+\frac{y^2}{\mathrm{~b}^2}=1. Substitute the values a=1a=1 and b=3b=3: x212+y232=1\frac{x^2}{1^2} + \frac{y^2}{3^2} = 1 x21+y29=1\frac{x^2}{1} + \frac{y^2}{9} = 1

Step 8: Calculate the Length of the Latus Rectum of the Ellipse For the ellipse x21+y29=1\frac{x^2}{1} + \frac{y^2}{9} = 1, we have A2=1A^2 = 1 and B2=9B^2 = 9. Since B2>A2B^2 > A^2 (i.e., 9>19 > 1), the major axis of this ellipse lies along the y-axis. The semi-major axis is B=9=3B = \sqrt{9} = 3. The semi-minor axis is A=1=1A = \sqrt{1} = 1. The formula for the length of the latus rectum when the major axis is along the y-axis is 2A2B\frac{2A^2}{B}. Length of Latus Rectum =2(1)23=2×13=23= \frac{2(1)^2}{3} = \frac{2 \times 1}{3} = \frac{2}{3}.

Common Mistakes & Tips

  • Absolute Value: Always remember the absolute value in the shortest distance formula. Forgetting it would yield only one value for p.
  • Cartesian to Vector Form: Be careful when extracting coordinates from expressions like (x+1)(x+1). This means x(1)x - (-1), so the coordinate is 1-1.
  • Ellipse Latus Rectum Formula: Correctly identify the semi-major and semi-minor axes based on which denominator is larger. If the larger denominator is under y2y^2, the major axis is along the y-axis, and the formula is 2(smaller denominator)(square root of larger denominator)\frac{2(\text{smaller denominator})}{(\text{square root of larger denominator})}.

Summary

This problem required a two-part approach. First, we applied the shortest distance formula for skew lines to find the possible values of the parameter 'p'. This involved correctly extracting vectors from both Cartesian and vector forms of line equations, performing vector cross and dot products, and solving an absolute value equation. The two values of pp were identified as a=1a=1 and b=3b=3. In the second part, these values were used to define an ellipse. We then determined the orientation of the ellipse's major axis and applied the appropriate formula to calculate the length of its latus rectum, which came out to be 23\frac{2}{3}.

The final answer is 23\boxed{\frac{2}{3}}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions