If the lines 1x−k=2y−2=3z−3 and 3x+1=2y+2=1z+3 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) and parallel to a direction vector v1=a1i^+b1j^+c1k^ can be represented as:
a1x−x1=b1y−y1=c1z−z1
From this form, we can directly identify a point on the line and its direction ratios.
Condition for Coplanarity of Two Lines: Two lines L1 and L2 are coplanar if and only if the scalar triple product of the vector connecting a point on L1 to a point on L2, and their respective direction vectors, is zero.
Given Line 1 (L1): passes through P1(x1,y1,z1) with direction vector v1=(a1,b1,c1).
Given Line 2 (L2): passes through P2(x2,y2,z2) with direction vector v2=(a2,b2,c2).
The condition for coplanarity is:
x2−x1a1a2y2−y1b1b2z2−z1c1c2=0
Geometrically, this means the three vectors, P1P2, v1, and v2, 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 a1x−x1=b1y−y1=c1z−z1.
For the first line (L1): 1x−k=2y−2=3z−3
The point P1(x1,y1,z1) on this line is (k,2,3).
The direction vector v1=(a1,b1,c1) for this line is (1,2,3).
For the second line (L2): 3x+1=2y+2=1z+3
To clearly identify the point coordinates, we rewrite the terms as x−(−1), y−(−2), and z−(−3).
The point P2(x2,y2,z2) on this line is (−1,−2,−3).
The direction vector v2=(a2,b2,c2) for this line is (3,2,1).
Step 2: Form the Vector Connecting the Points
Next, we calculate the components of the vector P1P2 (or P2P1). We will use (x1−x2,y1−y2,z1−z2) for the first row of our determinant.
x1−x2=k−(−1)=k+1
y1−y2=2−(−2)=2+2=4
z1−z2=3−(−3)=3+3=6
So, the vector connecting the points is P2P1=(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:
x1−x2a1a2y1−y2b1b2z1−z2c1c2=0k+113422631=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×3 determinant along the first row:
(k+1)2231−41331+61322=0
Calculate each 2×2 determinant:
(k+1)×((2×1)−(3×2))=(k+1)(2−6)=(k+1)(−4)
−4×((1×1)−(3×3))=−4(1−9)=−4(−8)
+6×((1×2)−(2×3))=+6(2−6)=+6(−4)
Substitute these results back into the equation:
(k+1)(−4)−4(−8)+6(−4)=0−4k−4+32−24=0
Step 5: Solve for k
Simplify the equation and solve for k:
−4k+4=0−4k=−4k=−4−4k=1
Common Mistakes & Tips
Sign Errors in Point Extraction: Be extremely careful when identifying x1,y1,z1 and x2,y2,z2, especially with terms like (x+1) which corresponds to x−(−1).
Determinant Calculation Errors: A small arithmetic mistake during the expansion of the 3×3 determinant can lead to an incorrect value of k. Double-check your calculations.
Understanding the Condition: Remember that the determinant being zero means the three vectors (P1P2, v1, v2) 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 k. Solving this equation yields the value of k that ensures the two lines lie on the same plane. The calculated value of k=1 confirms the coplanarity of the given lines.