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

Question

If the straight lines x=1+s,y=-3$$$$ - \lambda s, z=1+λsz = 1 + \lambda s and x=t2,y=1+t,z=2t,x = {t \over 2},y = 1 + t,z = 2 - t, with parameters ss and tt respectively, are co-planar, then λ\lambda equals :

Options

Solution

1. Key Concepts and Formulas

  • Equation of a Straight Line in 3D: A straight line passing through a point a=(x0,y0,z0)\vec{a} = (x_0, y_0, z_0) and having a direction vector b=(l,m,n)\vec{b} = (l, m, n) can be represented in vector form as r=a+kb\vec{r} = \vec{a} + k\vec{b}, or in Cartesian form as xx0l=yy0m=zz0n=k\frac{x-x_0}{l} = \frac{y-y_0}{m} = \frac{z-z_0}{n} = k.
  • Condition for Coplanarity of Two Lines: Two straight lines, given in vector form as r1=a1+sb1\vec{r_1} = \vec{a_1} + s\vec{b_1} and r2=a2+tb2\vec{r_2} = \vec{a_2} + t\vec{b_2}, are coplanar if and only if the scalar triple product of the vectors (a2a1)(\vec{a_2} - \vec{a_1}), b1\vec{b_1}, and b2\vec{b_2} is zero. This means (a2a1)(b1×b2)=0(\vec{a_2} - \vec{a_1}) \cdot (\vec{b_1} \times \vec{b_2}) = 0.
  • Determinant Form for Coplanarity: In Cartesian coordinates, if the first line passes through (x1,y1,z1)(x_1, y_1, z_1) with direction ratios (l1,m1,n1)(l_1, m_1, n_1) and the second line passes through (x2,y2,z2)(x_2, y_2, z_2) with direction ratios (l2,m2,n2)(l_2, m_2, n_2), they are coplanar if: x2x1y2y1z2z1l1m1n1l2m2n2=0\begin{vmatrix} x_2-x_1 & y_2-y_1 & z_2-z_1 \\ l_1 & m_1 & n_1 \\ l_2 & m_2 & n_2 \end{vmatrix} = 0

2. Step-by-Step Solution

Step 1: Extract points and direction vectors for Line 1. The first line is given by x=1+s,y=3λs,z=1+λsx=1+s, y=-3-\lambda s, z=1+\lambda s. To find a point on the line, we can set s=0s=0. This gives the point a1=(1,3,1)\vec{a_1} = (1, -3, 1). The direction vector of the line is given by the coefficients of ss. Based on the problem structure, we interpret the direction vector as b1=(λ,λ,λ)\vec{b_1} = (\lambda, -\lambda, \lambda). This is a common pattern in such problems where the parameter λ\lambda influences the overall direction. So, (x1,y1,z1)=(1,3,1)(x_1, y_1, z_1) = (1, -3, 1) and (l1,m1,n1)=(λ,λ,λ)(l_1, m_1, n_1) = (\lambda, -\lambda, \lambda).

Step 2: Extract points and direction vectors for Line 2. The second line is given by x=t2,y=1+t,z=2tx = {t \over 2}, y = 1 + t, z = 2 - t. To find a point on the line, we can set t=0t=0. This gives the point a2=(0,1,2)\vec{a_2} = (0, 1, 2). The direction vector of the line is given by the coefficients of tt. So, (x2,y2,z2)=(0,1,2)(x_2, y_2, z_2) = (0, 1, 2) and (l2,m2,n2)=(1/2,1,1)(l_2, m_2, n_2) = (1/2, 1, -1).

Step 3: Calculate the vector connecting the two points. We need the vector (a2a1)(\vec{a_2} - \vec{a_1}), which corresponds to (x2x1,y2y1,z2z1)(x_2-x_1, y_2-y_1, z_2-z_1). (x2x1,y2y1,z2z1)=(01,1(3),21)=(1,4,1)(x_2-x_1, y_2-y_1, z_2-z_1) = (0-1, 1-(-3), 2-1) = (-1, 4, 1)

Step 4: Apply the coplanarity condition. For the two lines to be coplanar, the determinant formed by the vector (a2a1)(\vec{a_2} - \vec{a_1}) and the direction vectors b1\vec{b_1} and b2\vec{b_2} must be zero. x2x1y2y1z2z1l1m1n1l2m2n2=0\begin{vmatrix} x_2-x_1 & y_2-y_1 & z_2-z_1 \\ l_1 & m_1 & n_1 \\ l_2 & m_2 & n_2 \end{vmatrix} = 0 Substitute the values obtained in Step 1, 2, and 3: 141λλλ1/211=0\begin{vmatrix} -1 & 4 & 1 \\ \lambda & -\lambda & \lambda \\ 1/2 & 1 & -1 \end{vmatrix} = 0

Step 5: Evaluate the determinant and solve for λ\lambda. Expand the determinant along the first row: 1((λ)(1)(λ)(1))4((λ)(1)(λ)(1/2))+1((λ)(1)(λ)(1/2))=0-1((-\lambda)(-1) - (\lambda)(1)) - 4((\lambda)(-1) - (\lambda)(1/2)) + 1((\lambda)(1) - (-\lambda)(1/2)) = 0 1(λλ)4(λλ/2)+1(λ+λ/2)=0-1(\lambda - \lambda) - 4(-\lambda - \lambda/2) + 1(\lambda + \lambda/2) = 0 1(0)4(3λ/2)+1(3λ/2)=0-1(0) - 4(-3\lambda/2) + 1(3\lambda/2) = 0 0+6λ+3λ2=00 + 6\lambda + \frac{3\lambda}{2} = 0 Combine the terms with λ\lambda: 12λ+3λ2=0\frac{12\lambda + 3\lambda}{2} = 0 15λ2=0\frac{15\lambda}{2} = 0 15λ=015\lambda = 0 λ=0\lambda = 0

3. Common Mistakes & Tips

  • Incorrectly identifying points and direction vectors: Ensure you correctly extract (x0,y0,z0)(x_0, y_0, z_0) by setting the parameter to zero, and (l,m,n)(l, m, n) as the coefficients of the parameter. Pay close attention to signs.
  • Errors in determinant expansion: Be meticulous with signs when expanding the 3×33 \times 3 determinant. A single sign error can lead to an incorrect value of λ\lambda.
  • Misinterpreting the direction vector: In problems involving parameters like λ\lambda within the line equations, sometimes a coefficient of ss (or tt) might involve λ\lambda itself, as interpreted here for the xx-component of the first line's direction vector. Always double-check how parameters affect direction ratios.

4. Summary

To determine the value of λ\lambda for which the given lines are coplanar, we first identified a point and the direction vector for each line. Then, we applied the condition for coplanarity of two lines, which states that the scalar triple product of the vector connecting a point on the first line to a point on the second line, and the two direction vectors, must be zero. This condition was expressed as a 3×33 \times 3 determinant. Evaluating this determinant and solving the resulting linear equation for λ\lambda yielded the value λ=0\lambda=0.

5. Final Answer The final answer is \boxed{0} which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions
If the straight lines and with parameters and respectively,... | JEE Main 2019 3D Geometry | JEE Main - Mathematicon