Solveeit Logo

Question

Mathematics Question on Matrices

Let the system of equations x+2y+3z=5,2x+3y+z=9,4x+3y+λz=μx + 2y + 3z = 5, \quad 2x + 3y + z = 9, \quad 4x + 3y + \lambda z = \muhave an infinite number of solutions. Then λ+2μ\lambda + 2\mu is equal to:

A

28

B

17

C

22

D

15

Answer

17

Explanation

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=[123 231 43λ]A = \begin{bmatrix} 1 & 2 & 3 \\\ 2 & 3 & 1 \\\ 4 & 3 & \lambda \end{bmatrix}

We compute the determinant of AA:
Det(A)=1×(3λ3)2×(2λ4)+3×(612)\text{Det}(A) = 1 \times (3\lambda - 3) - 2 \times (2\lambda - 4) + 3 \times (6 - 12)
Simplifying each term:
Det(A)=3λ34λ+818=λ+518=λ13\text{Det}(A) = 3\lambda - 3 - 4\lambda + 8 - 18 = -\lambda + 5 - 18 = -\lambda - 13
For the system to have an infinite number of solutions, we must have:
λ13=0    λ=13-\lambda - 13 = 0 \implies \lambda = -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:
[Ab]=[1235 2319 4313μ][A \mid b] = \begin{bmatrix} 1 & 2 & 3 & 5 \\\ 2 & 3 & 1 & 9 \\\ 4 & 3 & -13 & \mu \end{bmatrix}

The first two rows imply:
x+2y+3z=5,2x+3y+z=9x + 2y + 3z = 5, \quad 2x + 3y + z = 9
To ensure consistency, the third equation must be a linear combination of the first two. We find μ\mu by substituting λ=13\lambda = -13 and expressing the third equation as a linear combination of the first two:
4x+3y13z=α(x+2y+3z)+β(2x+3y+z)4x + 3y - 13z = \alpha(x + 2y + 3z) + \beta(2x + 3y + z)
Matching coefficients, we get:
4=α+2β,3=2α+3β,13=3α+β4 = \alpha + 2\beta, \quad 3 = 2\alpha + 3\beta, \quad -13 = 3\alpha + \beta
Solving this system of equations yields:
α=2,β=1,μ=17\alpha = 2, \quad \beta = -1, \quad \mu = 17

Calculating λ+2μ\lambda + 2\mu
λ+2μ=13+2×17=13+34=17\lambda + 2\mu = -13 + 2 \times 17 = -13 + 34 = 17

Conclusion: λ+2μ=17\lambda + 2\mu = 17.