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

Question

The number of distinct real values of λ\lambda for which the lines x11=y22=z+3λ2{{x - 1} \over 1} = {{y - 2} \over 2} = {{z + 3} \over {{\lambda ^2}}} and x31=y2λ2=z12{{x - 3} \over 1} = {{y - 2} \over {{\lambda ^2}}} = {{z - 1} \over 2} are coplanar is :

Options

Solution

  1. Key Concepts and Formulas

    • Coplanarity of Two Lines: Two lines in 3D space are coplanar if they lie in the same plane. This occurs if they are parallel and distinct, identical, or intersecting.
    • Symmetric Form of a Line: A line passing through a point P1(x1,y1,z1)P_1(x_1, y_1, z_1) with direction vector d1=(a1,b1,c1)\vec{d_1}=(a_1, b_1, c_1) is given by xx1a1=yy1b1=zz1c1\frac{x-x_1}{a_1} = \frac{y-y_1}{b_1} = \frac{z-z_1}{c_1}
    • Condition for Coplanarity (Determinant Form): Given two lines L1L_1 and L2L_2 passing through points P1(x1,y1,z1)P_1(x_1, y_1, z_1) and P2(x2,y2,z2)P_2(x_2, y_2, z_2) respectively, with direction vectors d1=(a1,b1,c1)\vec{d_1}=(a_1, b_1, c_1) and d2=(a2,b2,c2)\vec{d_2}=(a_2, b_2, c_2), they are coplanar if and only if the scalar triple product of the vector P1P2\vec{P_1P_2} and their direction vectors d1\vec{d_1}, d2\vec{d_2} is zero. This is expressed as: x2x1y2y1z2z1a1b1c1a2b2c2=0\begin{vmatrix} x_2-x_1 & y_2-y_1 & z_2-z_1 \\ a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \end{vmatrix} = 0 This condition covers all cases of coplanarity, including intersecting lines and parallel lines (distinct or identical).
  2. Step-by-Step Solution

    Step 1: Identify Points and Direction Vectors from the Given Lines We extract the coordinates of a point and the direction ratios for each line from their symmetric forms.

    For Line 1 (L1L_1): x11=y22=z+3λ2\frac{x - 1}{1} = \frac{y - 2}{2} = \frac{z + 3}{\lambda^2}

    • A point on L1L_1 is P1(x1,y1,z1)=(1,2,3)P_1(x_1, y_1, z_1) = (1, 2, -3).
    • The direction vector of L1L_1 is d1(a1,b1,c1)=(1,2,λ2)\vec{d_1}(a_1, b_1, c_1) = (1, 2, \lambda^2).

    For Line 2 (L2L_2): x31=y2λ2=z12\frac{x - 3}{1} = \frac{y - 2}{\lambda^2} = \frac{z - 1}{2}

    • A point on L2L_2 is P2(x2,y2,z2)=(3,2,1)P_2(x_2, y_2, z_2) = (3, 2, 1).
    • The direction vector of L2L_2 is d2(a2,b2,c2)=(1,λ2,2)\vec{d_2}(a_2, b_2, c_2) = (1, \lambda^2, 2).

    Step 2: Calculate the Vector Connecting the Two Points Next, we find the vector P1P2\vec{P_1P_2} by subtracting the coordinates of P1P_1 from P2P_2. This vector is crucial for the coplanarity condition. P1P2=(x2x1,y2y1,z2z1)\vec{P_1P_2} = (x_2-x_1, y_2-y_1, z_2-z_1) P1P2=(31,22,1(3))=(2,0,4)\vec{P_1P_2} = (3-1, 2-2, 1-(-3)) = (2, 0, 4)

    Step 3: Apply the Coplanarity Condition Substitute the components of P1P2\vec{P_1P_2}, d1\vec{d_1}, and d2\vec{d_2} into the determinant formula for coplanarity and set it to zero. x2x1y2y1z2z1a1b1c1a2b2c2=0\begin{vmatrix} x_2-x_1 & y_2-y_1 & z_2-z_1 \\ a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \end{vmatrix} = 0 20412λ21λ22=0\begin{vmatrix} 2 & 0 & 4 \\ 1 & 2 & \lambda^2 \\ 1 & \lambda^2 & 2 \end{vmatrix} = 0

    Step 4: Evaluate the Determinant and Form an Equation for λ\lambda Expand the determinant along the first row to obtain an algebraic equation involving λ\lambda. 2((2)(2)(λ2)(λ2))0((1)(2)(λ2)(1))+4((1)(λ2)(2)(1))=02 \cdot ( (2)(2) - (\lambda^2)(\lambda^2) ) - 0 \cdot ( (1)(2) - (\lambda^2)(1) ) + 4 \cdot ( (1)(\lambda^2) - (2)(1) ) = 0 2(4λ4)0+4(λ22)=02 \cdot (4 - \lambda^4) - 0 + 4 \cdot (\lambda^2 - 2) = 0 82λ4+4λ28=08 - 2\lambda^4 + 4\lambda^2 - 8 = 0 2λ4+4λ2=0-2\lambda^4 + 4\lambda^2 = 0

    Step 5: Solve the Equation for λ\lambda Factor the equation to find the possible real values of λ\lambda. 2λ4+4λ2=0-2\lambda^4 + 4\lambda^2 = 0 Factor out 2λ22\lambda^2: 2λ2(λ2+2)=02\lambda^2 ( - \lambda^2 + 2 ) = 0 This equation holds true if either 2λ2=02\lambda^2 = 0 or (2λ2)=0(2 - \lambda^2) = 0.

    • Case 1: 2λ2=02\lambda^2 = 0 λ2=0    λ=0\lambda^2 = 0 \implies \lambda = 0 This is one distinct real value.

    • Case 2: 2λ2=02 - \lambda^2 = 0 λ2=2    λ=±2\lambda^2 = 2 \implies \lambda = \pm\sqrt{2} These are two distinct real values: 2\sqrt{2} and 2-\sqrt{2}.

    Step 6: Count the Distinct Real Values of λ\lambda The distinct real values of λ\lambda obtained are 00, 2\sqrt{2}, and 2-\sqrt{2}. Thus, there are 3 distinct real values of λ\lambda for which the lines are coplanar.

    Step 7: Verify the Solutions (Optional but Recommended)

    • For λ=0\lambda = 0: L1:x11=y22=z+30L_1: \frac{x-1}{1} = \frac{y-2}{2} = \frac{z+3}{0}. This implies z+3=0    z=3z+3=0 \implies z=-3. d1=(1,2,0)\vec{d_1}=(1,2,0). L2:x31=y20=z12L_2: \frac{x-3}{1} = \frac{y-2}{0} = \frac{z-1}{2}. This implies y2=0    y=2y-2=0 \implies y=2. d2=(1,0,2)\vec{d_2}=(1,0,2). Since d1\vec{d_1} is not proportional to d2\vec{d_2}, the lines are not parallel. They intersect if coplanar. We can verify intersection by finding a common point. From L1L_1, x=1+t,y=2+2t,z=3x=1+t, y=2+2t, z=-3. From L2L_2, x=3+s,y=2,z=1+2sx=3+s, y=2, z=1+2s. Equating yy components: 2+2t=2    t=02+2t=2 \implies t=0. Substituting t=0t=0 into L1L_1 gives point (1,2,3)(1,2,-3). Substituting y=2y=2 into L2L_2 implies x31=z12\frac{x-3}{1} = \frac{z-1}{2}. If (1,2,3)(1,2,-3) lies on L2L_2: 131=312    2=2\frac{1-3}{1} = \frac{-3-1}{2} \implies -2 = -2. This is consistent. So, λ=0\lambda=0 makes the lines intersecting and thus coplanar.
    • For λ=±2\lambda = \pm\sqrt{2}: In both cases, λ2=2\lambda^2 = 2. d1=(1,2,2)\vec{d_1}=(1,2,2) and d2=(1,2,2)\vec{d_2}=(1,2,2). Since d1=d2\vec{d_1} = \vec{d_2}, the lines are parallel. To check if they are distinct or identical, we see if P1(1,2,3)P_1(1,2,-3) lies on L2L_2. Substitute P1(1,2,3)P_1(1,2,-3) into L2:x31=y22=z12L_2: \frac{x-3}{1} = \frac{y-2}{2} = \frac{z-1}{2}. 131=222=312\frac{1-3}{1} = \frac{2-2}{2} = \frac{-3-1}{2} 2=0=2-2 = 0 = -2. This is false because 020 \ne -2. Thus, the lines are distinct and parallel for λ=±2\lambda = \pm\sqrt{2}. Distinct parallel lines are always coplanar. All three values of λ\lambda lead to coplanar lines.
  3. Common Mistakes & Tips

    • Determinant Expansion Errors: Be extremely careful with signs and calculations when expanding the 3×33 \times 3 determinant. A small arithmetic mistake can lead to incorrect values of λ\lambda.
    • Handling Zero Denominators: If a parameter can make a denominator zero (e.g., λ2=0\lambda^2=0), remember that in the context of symmetric form of a line, X0\frac{X}{0} implies X=0X=0. This means the line lies in a plane parallel to a coordinate plane, and the corresponding direction vector component is zero. The determinant method generally accounts for this.
    • Counting Distinct Values: After solving the algebraic equation, ensure you count only the distinct real values. For example, λ2=0\lambda^2=0 yields only one distinct value (λ=0\lambda=0), not two.
    • Parallel Lines: The determinant condition for coplanarity inherently covers both intersecting and parallel lines. If the lines are parallel, their direction vectors are proportional, making two rows of the determinant proportional, which automatically makes the determinant zero.
  4. Summary

    To find the values of λ\lambda for which two given lines are coplanar, we first identify a point and the direction vector for each line. Then, we form a 3×33 \times 3 determinant using the components of the vector connecting the two points and the two direction vectors. Setting this determinant to zero gives an algebraic equation for λ\lambda. Solving this equation for distinct real values of λ\lambda provides the answer. In this problem, the equation obtained was 2λ2(2λ2)=02\lambda^2(2-\lambda^2)=0, which yielded three distinct real values for λ\lambda: 00, 2\sqrt{2}, and 2-\sqrt{2}.

  5. Final Answer

The final answer is 3\boxed{3}, which corresponds to option (D).

Practice More 3D Geometry Questions

View All Questions