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

Question

If the lines xk1=y22=z33{{x - k} \over 1} = {{y - 2} \over 2} = {{z - 3} \over 3} and x+13=y+22=z+31{{x + 1} \over 3} = {{y + 2} \over 2} = {{z + 3} \over 1} are co-planar, then the value of k is _____________.

Answer: 1

Solution

Key Concepts and Formulas

  • Equation of a Line in Symmetric Form: A line passing through a point P1(x1,y1,z1)P_1(x_1, y_1, z_1) and parallel to a direction vector v1=a1i^+b1j^+c1k^\vec{v_1} = a_1\hat{i} + b_1\hat{j} + c_1\hat{k} can be represented as: xx1a1=yy1b1=zz1c1\frac{x - x_1}{a_1} = \frac{y - y_1}{b_1} = \frac{z - z_1}{c_1} From this form, we can directly identify a point on the line and its direction ratios.
  • Condition for Coplanarity of Two Lines: Two lines L1L_1 and L2L_2 are coplanar if and only if the scalar triple product of the vector connecting a point on L1L_1 to a point on L2L_2, and their respective direction vectors, is zero. Given Line 1 (L1L_1): passes through P1(x1,y1,z1)P_1(x_1, y_1, z_1) with direction vector v1=(a1,b1,c1)\vec{v_1} = (a_1, b_1, c_1). Given Line 2 (L2L_2): passes through P2(x2,y2,z2)P_2(x_2, y_2, z_2) with direction vector v2=(a2,b2,c2)\vec{v_2} = (a_2, b_2, c_2). The condition for coplanarity is: 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 Geometrically, this means the three vectors, P1P2\vec{P_1P_2}, v1\vec{v_1}, and v2\vec{v_2}, lie in the same plane.

Step-by-Step Solution

Step 1: Extract Points and Direction Vectors from the Given Lines We begin by identifying a point and the direction vector for each of the given lines by comparing them with the standard symmetric form xx1a1=yy1b1=zz1c1\frac{x - x_1}{a_1} = \frac{y - y_1}{b_1} = \frac{z - z_1}{c_1}.

For the first line (L1L_1): xk1=y22=z33{{x - k} \over 1} = {{y - 2} \over 2} = {{z - 3} \over 3}

  • The point P1(x1,y1,z1)P_1(x_1, y_1, z_1) on this line is (k,2,3)(k, 2, 3).
  • The direction vector v1=(a1,b1,c1)\vec{v_1} = (a_1, b_1, c_1) for this line is (1,2,3)(1, 2, 3).

For the second line (L2L_2): x+13=y+22=z+31{{x + 1} \over 3} = {{y + 2} \over 2} = {{z + 3} \over 1} To clearly identify the point coordinates, we rewrite the terms as x(1)x - (-1), y(2)y - (-2), and z(3)z - (-3).

  • The point P2(x2,y2,z2)P_2(x_2, y_2, z_2) on this line is (1,2,3)(-1, -2, -3).
  • The direction vector v2=(a2,b2,c2)\vec{v_2} = (a_2, b_2, c_2) for this line is (3,2,1)(3, 2, 1).

Step 2: Form the Vector Connecting the Points Next, we calculate the components of the vector P1P2\vec{P_1P_2} (or P2P1\vec{P_2P_1}). We will use (x1x2,y1y2,z1z2)(x_1-x_2, y_1-y_2, z_1-z_2) for the first row of our determinant.

  • x1x2=k(1)=k+1x_1 - x_2 = k - (-1) = k + 1
  • y1y2=2(2)=2+2=4y_1 - y_2 = 2 - (-2) = 2 + 2 = 4
  • z1z2=3(3)=3+3=6z_1 - z_2 = 3 - (-3) = 3 + 3 = 6 So, the vector connecting the points is P2P1=(k+1,4,6)\vec{P_2P_1} = (k+1, 4, 6).

Step 3: Apply the Coplanarity Condition Now we substitute these values, along with the direction vector components, into the coplanarity determinant condition: x1x2y1y2z1z2a1b1c1a2b2c2=0\begin{vmatrix} x_1-x_2 & y_1-y_2 & z_1-z_2 \\ a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \end{vmatrix} = 0 k+146123321=0\begin{vmatrix} k+1 & 4 & 6 \\ 1 & 2 & 3 \\ 3 & 2 & 1 \end{vmatrix} = 0 This equation is the algebraic translation of the geometric condition that the two lines are coplanar.

Step 4: Evaluate the Determinant We expand the 3×33 \times 3 determinant along the first row: (k+1)232141331+61232=0(k+1) \begin{vmatrix} 2 & 3 \\ 2 & 1 \end{vmatrix} - 4 \begin{vmatrix} 1 & 3 \\ 3 & 1 \end{vmatrix} + 6 \begin{vmatrix} 1 & 2 \\ 3 & 2 \end{vmatrix} = 0 Calculate each 2×22 \times 2 determinant:

  • (k+1)×((2×1)(3×2))=(k+1)(26)=(k+1)(4)(k+1) \times ((2 \times 1) - (3 \times 2)) = (k+1)(2 - 6) = (k+1)(-4)
  • 4×((1×1)(3×3))=4(19)=4(8)-4 \times ((1 \times 1) - (3 \times 3)) = -4(1 - 9) = -4(-8)
  • +6×((1×2)(2×3))=+6(26)=+6(4)+6 \times ((1 \times 2) - (2 \times 3)) = +6(2 - 6) = +6(-4)

Substitute these results back into the equation: (k+1)(4)4(8)+6(4)=0(k+1)(-4) - 4(-8) + 6(-4) = 0 4k4+3224=0-4k - 4 + 32 - 24 = 0

Step 5: Solve for k Simplify the equation and solve for kk: 4k+4=0-4k + 4 = 0 4k=4-4k = -4 k=44k = \frac{-4}{-4} k=1k = 1

Common Mistakes & Tips

  • Sign Errors in Point Extraction: Be extremely careful when identifying x1,y1,z1x_1, y_1, z_1 and x2,y2,z2x_2, y_2, z_2, especially with terms like (x+1)(x+1) which corresponds to x(1)x-(-1).
  • Determinant Calculation Errors: A small arithmetic mistake during the expansion of the 3×33 \times 3 determinant can lead to an incorrect value of kk. Double-check your calculations.
  • Understanding the Condition: Remember that the determinant being zero means the three vectors (P1P2\vec{P_1P_2}, v1\vec{v_1}, v2\vec{v_2}) are linearly dependent, implying they lie in the same plane. This is the geometric basis for the coplanarity condition.

Summary

This problem effectively tests the understanding of the coplanarity condition for two lines in three-dimensional space. By first extracting the coordinates of a point on each line and their respective direction vectors, we form a determinant using these components. Setting this determinant equal to zero allows us to establish an algebraic equation involving the unknown parameter kk. Solving this equation yields the value of kk that ensures the two lines lie on the same plane. The calculated value of k=1k=1 confirms the coplanarity of the given lines.

The final answer is 1\boxed{1}.

Practice More 3D Geometry Questions

View All Questions