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) is coplanar with the direction vectors of the two lines (d1 and d2). Mathematically, their scalar triple product must be zero: P1P2⋅(d1×d2)=0. If the lines are given in symmetric form:
Line 1: l1x−x1=m1y−y1=n1z−z1
Line 2: l2x−x2=m2y−y2=n2z−z2
The coplanarity condition is expressed as the determinant:
x2−x1l1l2y2−y1m1m2z2−z1n1n2=0
Converting Non-Standard Line Equations: A line given in the form x=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=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=0 and A2x+B2y+C2z+D2=0, their normal vectors are n1=(A1,B1,C1) and n2=(A2,B2,C2). The direction vector of the line is d=n1×n2.
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=ay−1=z−2.
This can be broken down into two equations, representing two planes whose intersection forms the line:
x=ay−1⟹x−ay+1=0
x=z−2⟹x−z+2=0
Finding a Point on Line 1 (P1):
To find a specific point on the line, we can set one coordinate to zero and solve for the others. Let's set x=0:
From x=ay−1⟹0=ay−1⟹ay=1. Since ab=0, we know a=0, so y=a1.
From x=z−2⟹0=z−2⟹z=2.
Thus, a point on Line 1 is P1(x1,y1,z1)=(0,a1,2).
Finding the Direction Ratios of Line 1 (d1):
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 (x−ay+1=0) is nA=(1,−a,0). The normal vector of the second plane (x−z+2=0) is nB=(1,0,−1).
The direction vector d1 is proportional to the cross product of nA and nB:
d1=nA×nB=i11j−a0k0−1
Expanding the determinant:
d1=i((−a)(−1)−0(0))−j(1(−1)−0(1))+k(1(0)−(−a)(1))d1=ai+j+ak
So, the direction ratios for Line 1 are (l1,m1,n1)=(a,1,a).
Step 2: Convert Line 2 to Standard Form and Extract Information
The second line is given as x=3y−2=bz−2.
This also represents the intersection of two planes:
x=3y−2⟹x−3y+2=0
x=bz−2⟹x−bz+2=0
Finding a Point on Line 2 (P2):
Again, we set x=0:
From x=3y−2⟹0=3y−2⟹3y=2⟹y=32.
From x=bz−2⟹0=bz−2⟹bz=2. Since ab=0, we know b=0, so z=b2.
Thus, a point on Line 2 is P2(x2,y2,z2)=(0,32,b2).
Finding the Direction Ratios of Line 2 (d2):
The normal vector of the first plane (x−3y+2=0) is nC=(1,−3,0). The normal vector of the second plane (x−bz+2=0) is nD=(1,0,−b).
The direction vector d2 is proportional to the cross product of nC and nD:
d2=nC×nD=i11j−30k0−b
Expanding the determinant:
d2=i((−3)(−b)−0(0))−j(1(−b)−0(1))+k(1(0)−(−3)(1))d2=3bi+bj+3k
So, the direction ratios for Line 2 are (l2,m2,n2)=(3b,b,3).
Finding the Vector P1P2:
Now we calculate the vector connecting P1(0,a1,2) to P2(0,32,b2):
P1P2=(x2−x1,y2−y1,z2−z1)=(0−0,32−a1,b2−2)P1P2=(0,3a2a−3,b2−2b)
Step 3: Apply the Coplanarity Condition
Now we substitute the components of P1P2, d1, and d2 into the determinant condition for coplanarity:
x2−x1l1l2y2−y1m1m2z2−z1n1n2=00a3b3a2a−31bb2−2ba3=0
Expand the determinant along the first row:
0⋅(1⋅3−a⋅b)−(3a2a−3)⋅(a⋅3−a⋅3b)+(b2−2b)⋅(a⋅b−1⋅3b)=0
Simplify the expression:
−(3a2a−3)⋅(3a−3ab)+(b2−2b)⋅(ab−3b)=0
Step 4: Solve for the Relationship between a and b
Factor out common terms from the parentheses:
−(3a2a−3)⋅3a(1−b)+(b2−2b)⋅b(a−3)=0
Since ab=0, we know a=0 and b=0. This allows us to cancel 3a from the first term and b from the second term:
−(2a−3)(1−b)+(2−2b)(a−3)=0
Notice that 2−2b=2(1−b). Substitute this into the equation:
−(2a−3)(1−b)+2(1−b)(a−3)=0
Now, (1−b) is a common factor in both terms. Factor it out:
(1−b)[−(2a−3)+2(a−3)]=0
Expand the terms inside the square brackets:
(1−b)[−2a+3+2a−6]=0(1−b)[−3]=0−3(1−b)=0
This equation implies that 1−b=0.
Therefore, b=1.
The problem states that ab=0. Since we found b=1, this condition becomes a(1)=0, which means a=0.
So, the lines are coplanar if b=1 and a can be any real number except 0.
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×3 determinant. Factoring common terms early can prevent larger, more complex expressions.
Forgetting Constraints: The condition ab=0 is important. It ensures that a and b are non-zero, validating divisions by a and b and affecting the final range of values for a.
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=1. Combined with the given constraint ab=0, we concluded that a can be any non-zero real number.
The final answer is b=1,a∈R−{0}, which corresponds to option (A).