Question
Mathematics Question on Matrices
Let the system of equations x+2y+3z=5,2x+3y+z=9,4x+3y+λz=μhave an infinite number of solutions. Then λ+2μ is equal to:
28
17
22
15
17
Solution
For the given system of equations to have an infinite number of solutions, the determinant of the coefficient matrix must be zero, and the system must be consistent.
The coefficient matrix is given by:
A=1 2 423331λ
We compute the determinant of A:
Det(A)=1×(3λ−3)−2×(2λ−4)+3×(6−12)
Simplifying each term:
Det(A)=3λ−3−4λ+8−18=−λ+5−18=−λ−13
For the system to have an infinite number of solutions, we must have:
−λ−13=0⟹λ=−13
Consistency Condition
For the system to be consistent, the augmented matrix must have a rank less than 3. The augmented matrix is given by:
[A∣b]=1 2 423331−1359μ
The first two rows imply:
x+2y+3z=5,2x+3y+z=9
To ensure consistency, the third equation must be a linear combination of the first two. We find μ by substituting λ=−13 and expressing the third equation as a linear combination of the first two:
4x+3y−13z=α(x+2y+3z)+β(2x+3y+z)
Matching coefficients, we get:
4=α+2β,3=2α+3β,−13=3α+β
Solving this system of equations yields:
α=2,β=−1,μ=17
Calculating λ+2μ
λ+2μ=−13+2×17=−13+34=17
Conclusion: λ+2μ=17.