Question
Question: If <a,b,c> are direction cosines of line of interection of three planes x+y-z=1, (m-1)x+(3m-7)y-5z=-...
If <a,b,c> are direction cosines of line of interection of three planes x+y-z=1, (m-1)x+(3m-7)y-5z=-3 and (m-2)x+(2m-5)y = -4 for some mER, then value of ca+b is

13/5
13/5
Solution
The three given planes are:
-
P1:x+y−z−1=0
-
P2:(m−1)x+(3m−7)y−5z+3=0
-
P3:(m−2)x+(2m−5)y+4=0
For these three planes to intersect in a line, the system of linear equations formed by their equations must have infinitely many solutions. This occurs when the determinant of the coefficient matrix is zero, and the system is consistent.
The coefficient matrix is: A=1m−1m−213m−72m−5−1−50
The determinant of A is: det(A)=1⋅((3m−7)⋅0−(−5)⋅(2m−5))−1⋅((m−1)⋅0−(−5)⋅(m−2))+(−1)⋅((m−1)⋅(2m−5)−(3m−7)⋅(m−2)) det(A)=5(2m−5)−5(m−2)−[(2m2−5m−2m+5)−(3m2−6m−7m+14)] det(A)=10m−25−5m+10−[2m2−7m+5−3m2+13m−14] det(A)=5m−15−[−m2+6m−9] det(A)=m2−m−6
For the planes to intersect in a line, det(A)=0. m2−m−6=0 (m−3)(m+2)=0 So, m=3 or m=−2.
We check the consistency of the system for these values of m. Case 1: m=3 The equations are: x+y−z=1 2x+2y−5z=−3 x+y=−4 From the third equation, x+y=−4. Substituting into the first equation, we get −4−z=1, so z=−5. Substituting into the second equation, we get 2(−4)−5z=−3, so −8−5z=−3, which gives −5z=5, so z=−1. Since we get different values for z, the system is inconsistent for m=3. The planes do not intersect in a line.
Case 2: m=−2 The equations are: x+y−z=1 −3x−13y−5z=−3 −4x−9y=−4 We check the rank of the coefficient matrix and the augmented matrix for m=−2. The augmented matrix is 1−3−41−13−9−1−501−3−4. Performing row operations: R2←R2+3R1, R3←R3+4R1 1001−10−5−1−8−4100 R3←R3−21R2 1001−100−1−80100 The rank of the coefficient matrix is 2 and the rank of the augmented matrix is 2. Since the rank (2) is less than the number of variables (3), the system is consistent and has infinitely many solutions. The planes intersect in a line for m=−2.
Now we find the direction cosines of the line of intersection for m=−2. The line of intersection is the intersection of any two of the planes. Let's use the first and third planes: P1:x+y−z=1 P3:−4x−9y=−4
The direction vector of the line of intersection is perpendicular to the normal vectors of the planes. The normal vector of P1 is n1=⟨1,1,−1⟩. The normal vector of P3 is n3=⟨−4,−9,0⟩. The direction vector v is parallel to n1×n3. v=n1×n3=i^1−4j^1−9k^−10 v=i^(1⋅0−(−1)⋅(−9))−j^(1⋅0−(−1)⋅(−4))+k^(1⋅(−9)−1⋅(−4)) v=i^(0−9)−j^(0−4)+k^(−9−(−4)) v=−9i^−4j^−5k^ A direction vector is ⟨−9,−4,−5⟩.
The direction cosines ⟨a,b,c⟩ are obtained by normalizing the direction vector. The magnitude is (−9)2+(−4)2+(−5)2=81+16+25=122. The direction cosines are ⟨a,b,c⟩=⟨122−9,122−4,122−5⟩.
We need to find the value of ca+b. ca+b=122−5122−9+122−4 ca+b=122−5122−9−4 ca+b=122−5122−13 ca+b=−5−13=513
Let's recheck the cross product calculation. v=i^1−4j^1−9k^−10=i^(0−9)−j^(0−4)+k^(−9−(−4))=−9i^−4j^−5k^. The components are indeed ⟨−9,−4,−5⟩.
Let's recheck the cross product using P1 and P2 for m=−2: P1:x+y−z=1⟹n1=⟨1,1,−1⟩ P2:−3x−13y−5z=−3⟹n2=⟨−3,−13,−5⟩ n1×n2=i^1−3j^1−13k^−1−5=i^(−5−13)−j^(−5−3)+k^(−13−(−3))=−18i^+8j^−10k^. The vector ⟨−18,8,−10⟩ is parallel to ⟨−9,4,−5⟩.
Okay, there was an error in the first cross-product calculation. v=n1×n3=i^1−4j^1−9k^−10 v=i^(1⋅0−(−1)⋅(−9))−j^(1⋅0−(−1)⋅(−4))+k^(1⋅(−9)−1⋅(−4)) v=i^(0−9)−j^(0−4)+k^(−9−(−4)) v=−9i^−4j^−5k^ The calculation is correct: ⟨−9,−4,−5⟩.
Let's recheck the second cross-product calculation. n1×n2=i^1−3j^1−13k^−1−5 v=i^(1⋅(−5)−(−1)⋅(−13))−j^(1⋅(−5)−(−1)⋅(−3))+k^(1⋅(−13)−1⋅(−3)) v=i^(−5−13)−j^(−5−3)+k^(−13−(−3)) v=−18i^−8j^−10k^ The vector ⟨−18,−8,−10⟩ is parallel to ⟨−9,−4,−5⟩. My previous calculation of n1×n2 had a sign error in the j-component. It should be −8j^, not +8j^.
So the direction vector is ⟨−9,−4,−5⟩. The direction cosines are a=122−9, b=122−4, c=122−5.
The value of ca+b is: ca+b=122−5122−9+122−4=122−5122−13=−5−13=513.
If we take the opposite direction vector ⟨9,4,5⟩, the direction cosines are ⟨1229,1224,1225⟩. Then ca+b=12251229+1224=122512213=513. The result is the same.
The final answer is 513.