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

Question

The lines x = ay − 1 = z − 2 and x = 3y − 2 = bz − 2, (ab ≠ 0) are coplanar, if :

Options

Solution

Key Concepts and Formulas

  • Condition for Coplanarity of Two Lines: Two lines in 3D space are coplanar if and only if the vector connecting a point on the first line to a point on the second line (P1P2\vec{P_1P_2}) is coplanar with the direction vectors of the two lines (d1\vec{d_1} and d2\vec{d_2}). Mathematically, their scalar triple product must be zero: P1P2(d1×d2)=0\vec{P_1P_2} \cdot (\vec{d_1} \times \vec{d_2}) = 0. If the lines are given in symmetric form: Line 1: xx1l1=yy1m1=zz1n1\frac{x-x_1}{l_1} = \frac{y-y_1}{m_1} = \frac{z-z_1}{n_1} Line 2: xx2l2=yy2m2=zz2n2\frac{x-x_2}{l_2} = \frac{y-y_2}{m_2} = \frac{z-z_2}{n_2} The coplanarity condition is expressed as the determinant: 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
  • Converting Non-Standard Line Equations: A line given in the form x=Ay+B=Cz+Dx = Ay+B = Cz+D represents the intersection of two planes.
    • To find a point on the line, we can set one variable (e.g., x=0x=0) and solve for the other two.
    • To find the direction ratios of the line, we recognize that the line is perpendicular to the normal vectors of both intersecting planes. Thus, its direction vector is proportional to the cross product of the normal vectors of these two planes. If the planes are A1x+B1y+C1z+D1=0A_1x+B_1y+C_1z+D_1=0 and A2x+B2y+C2z+D2=0A_2x+B_2y+C_2z+D_2=0, their normal vectors are n1=(A1,B1,C1)\vec{n_1}=(A_1, B_1, C_1) and n2=(A2,B2,C2)\vec{n_2}=(A_2, B_2, C_2). The direction vector of the line is d=n1×n2\vec{d} = \vec{n_1} \times \vec{n_2}.

Step-by-Step Solution

The problem asks for the condition under which two given lines are coplanar. The lines are not in the standard symmetric (Cartesian) form, so our first task is to convert them to identify a point on each line and their respective direction ratios.

Step 1: Convert Line 1 to Standard Form and Extract Information

The first line is given as x=ay1=z2x = ay - 1 = z - 2. This can be broken down into two equations, representing two planes whose intersection forms the line:

  1. x=ay1    xay+1=0x = ay - 1 \implies x - ay + 1 = 0
  2. x=z2    xz+2=0x = z - 2 \implies x - z + 2 = 0
  • Finding a Point on Line 1 (P1P_1): To find a specific point on the line, we can set one coordinate to zero and solve for the others. Let's set x=0x=0: From x=ay1    0=ay1    ay=1x = ay - 1 \implies 0 = ay - 1 \implies ay = 1. Since ab0ab \ne 0, we know a0a \ne 0, so y=1ay = \frac{1}{a}. From x=z2    0=z2    z=2x = z - 2 \implies 0 = z - 2 \implies z = 2. Thus, a point on Line 1 is P1(x1,y1,z1)=(0,1a,2)P_1(x_1, y_1, z_1) = (0, \frac{1}{a}, 2).

  • Finding the Direction Ratios of Line 1 (d1\vec{d_1}): The direction vector of the line is perpendicular to the normal vectors of both planes that define it. The normal vector of the first plane (xay+1=0x - ay + 1 = 0) is nA=(1,a,0)\vec{n_A} = (1, -a, 0). The normal vector of the second plane (xz+2=0x - z + 2 = 0) is nB=(1,0,1)\vec{n_B} = (1, 0, -1). The direction vector d1\vec{d_1} is proportional to the cross product of nA\vec{n_A} and nB\vec{n_B}: d1=nA×nB=ijk1a0101\vec{d_1} = \vec{n_A} \times \vec{n_B} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 1 & -a & 0 \\ 1 & 0 & -1 \end{vmatrix} Expanding the determinant: d1=i((a)(1)0(0))j(1(1)0(1))+k(1(0)(a)(1))\vec{d_1} = \mathbf{i}((-a)(-1) - 0(0)) - \mathbf{j}(1(-1) - 0(1)) + \mathbf{k}(1(0) - (-a)(1)) d1=ai+j+ak\vec{d_1} = a\mathbf{i} + \mathbf{j} + a\mathbf{k} So, the direction ratios for Line 1 are (l1,m1,n1)=(a,1,a)(l_1, m_1, n_1) = (a, 1, a).

Step 2: Convert Line 2 to Standard Form and Extract Information

The second line is given as x=3y2=bz2x = 3y - 2 = bz - 2. This also represents the intersection of two planes:

  1. x=3y2    x3y+2=0x = 3y - 2 \implies x - 3y + 2 = 0
  2. x=bz2    xbz+2=0x = bz - 2 \implies x - bz + 2 = 0
  • Finding a Point on Line 2 (P2P_2): Again, we set x=0x=0: From x=3y2    0=3y2    3y=2    y=23x = 3y - 2 \implies 0 = 3y - 2 \implies 3y = 2 \implies y = \frac{2}{3}. From x=bz2    0=bz2    bz=2x = bz - 2 \implies 0 = bz - 2 \implies bz = 2. Since ab0ab \ne 0, we know b0b \ne 0, so z=2bz = \frac{2}{b}. Thus, a point on Line 2 is P2(x2,y2,z2)=(0,23,2b)P_2(x_2, y_2, z_2) = (0, \frac{2}{3}, \frac{2}{b}).

  • Finding the Direction Ratios of Line 2 (d2\vec{d_2}): The normal vector of the first plane (x3y+2=0x - 3y + 2 = 0) is nC=(1,3,0)\vec{n_C} = (1, -3, 0). The normal vector of the second plane (xbz+2=0x - bz + 2 = 0) is nD=(1,0,b)\vec{n_D} = (1, 0, -b). The direction vector d2\vec{d_2} is proportional to the cross product of nC\vec{n_C} and nD\vec{n_D}: d2=nC×nD=ijk13010b\vec{d_2} = \vec{n_C} \times \vec{n_D} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 1 & -3 & 0 \\ 1 & 0 & -b \end{vmatrix} Expanding the determinant: d2=i((3)(b)0(0))j(1(b)0(1))+k(1(0)(3)(1))\vec{d_2} = \mathbf{i}((-3)(-b) - 0(0)) - \mathbf{j}(1(-b) - 0(1)) + \mathbf{k}(1(0) - (-3)(1)) d2=3bi+bj+3k\vec{d_2} = 3b\mathbf{i} + b\mathbf{j} + 3\mathbf{k} So, the direction ratios for Line 2 are (l2,m2,n2)=(3b,b,3)(l_2, m_2, n_2) = (3b, b, 3).

  • Finding the Vector P1P2\vec{P_1P_2}: Now we calculate the vector connecting P1(0,1a,2)P_1(0, \frac{1}{a}, 2) to P2(0,23,2b)P_2(0, \frac{2}{3}, \frac{2}{b}): P1P2=(x2x1,y2y1,z2z1)=(00,231a,2b2)\vec{P_1P_2} = (x_2-x_1, y_2-y_1, z_2-z_1) = \left(0-0, \frac{2}{3} - \frac{1}{a}, \frac{2}{b} - 2\right) P1P2=(0,2a33a,22bb)\vec{P_1P_2} = \left(0, \frac{2a-3}{3a}, \frac{2-2b}{b}\right)

Step 3: Apply the Coplanarity Condition

Now we substitute the components of P1P2\vec{P_1P_2}, d1\vec{d_1}, and d2\vec{d_2} into the determinant condition for coplanarity: 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 02a33a22bba1a3bb3=0\begin{vmatrix} 0 & \frac{2a-3}{3a} & \frac{2-2b}{b} \\ a & 1 & a \\ 3b & b & 3 \end{vmatrix} = 0 Expand the determinant along the first row: 0(13ab)(2a33a)(a3a3b)+(22bb)(ab13b)=00 \cdot (1 \cdot 3 - a \cdot b) - \left(\frac{2a-3}{3a}\right) \cdot (a \cdot 3 - a \cdot 3b) + \left(\frac{2-2b}{b}\right) \cdot (a \cdot b - 1 \cdot 3b) = 0 Simplify the expression: (2a33a)(3a3ab)+(22bb)(ab3b)=0- \left(\frac{2a-3}{3a}\right) \cdot (3a - 3ab) + \left(\frac{2-2b}{b}\right) \cdot (ab - 3b) = 0

Step 4: Solve for the Relationship between aa and bb

Factor out common terms from the parentheses: (2a33a)3a(1b)+(22bb)b(a3)=0- \left(\frac{2a-3}{3a}\right) \cdot 3a(1 - b) + \left(\frac{2-2b}{b}\right) \cdot b(a - 3) = 0 Since ab0ab \ne 0, we know a0a \ne 0 and b0b \ne 0. This allows us to cancel 3a3a from the first term and bb from the second term: (2a3)(1b)+(22b)(a3)=0- (2a-3)(1 - b) + (2-2b)(a - 3) = 0 Notice that 22b=2(1b)2-2b = 2(1-b). Substitute this into the equation: (2a3)(1b)+2(1b)(a3)=0- (2a-3)(1 - b) + 2(1-b)(a - 3) = 0 Now, (1b)(1-b) is a common factor in both terms. Factor it out: (1b)[(2a3)+2(a3)]=0(1-b) [-(2a-3) + 2(a-3)] = 0 Expand the terms inside the square brackets: (1b)[2a+3+2a6]=0(1-b) [-2a + 3 + 2a - 6] = 0 (1b)[3]=0(1-b) [-3] = 0 3(1b)=0-3(1-b) = 0 This equation implies that 1b=01-b=0. Therefore, b=1b=1.

The problem states that ab0ab \ne 0. Since we found b=1b=1, this condition becomes a(1)0a(1) \ne 0, which means a0a \ne 0. So, the lines are coplanar if b=1b=1 and aa can be any real number except 00.


Common Mistakes & Tips

  • Incorrectly Identifying Points and Direction Ratios: The most common error is misinterpreting the non-standard form of the line equations. Always take the time to convert them into a form where a point and direction ratios are clearly visible.
  • Algebraic Errors in Determinant Expansion: Be meticulous with signs and multiplication when expanding the 3×33 \times 3 determinant. Factoring common terms early can prevent larger, more complex expressions.
  • Forgetting Constraints: The condition ab0ab \ne 0 is important. It ensures that aa and bb are non-zero, validating divisions by aa and bb and affecting the final range of values for aa.

Summary

To determine the condition for coplanarity, we first converted the given lines from their non-standard form to identify a point and direction vector for each line. This involved setting one coordinate to zero to find a point and using the cross product of the normal vectors of the defining planes to find the direction vector. Once these components were extracted, we applied the coplanarity condition, which states that the determinant formed by the vector connecting the two points and the two direction vectors must be zero. Solving the resulting algebraic equation led to the condition b=1b=1. Combined with the given constraint ab0ab \ne 0, we concluded that aa can be any non-zero real number.

The final answer is b=1,aR{0}\boxed{b = 1, a \in R - \{0\}}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions