If the system of equations x+2y−3z=22x+λy+5z=514x+3y+μz=33 has infinitely many solutions, then λ+μ is equal to :
Options
Solution
1. Key Concepts and Formulas
For a system of three linear equations in three variables:
a1x+b1y+c1za2x+b2y+c2za3x+b3y+c3z=d1=d2=d3
to have infinitely many solutions, the following conditions must be met (based on Cramer's Rule or the concept of matrix ranks):
Determinant of the Coefficient Matrix (D) must be zero:D=a1a2a3b1b2b3c1c2c3=0
Determinants Dx,Dy, and Dz must also be zero: These are obtained by replacing the coefficients of x,y, and z respectively with the constant terms d1,d2,d3.
Dx=d1d2d3b1b2b3c1c2c3=0Dy=a1a2a3d1d2d3c1c2c3=0Dz=a1a2a3b1b2b3d1d2d3=0
All four determinants (D,Dx,Dy,Dz) must be simultaneously zero for the system to have infinitely many solutions. If D=0 but any of Dx,Dy,Dz is non-zero, the system has no solution.
2. Step-by-Step Solution
Step 1: Identify Coefficients and Formulate Determinants
The given system of equations is:
x+2y−3z2x+λy+5z14x+3y+μz=2=5=33
The coefficients and constant terms are:
a1=1,b1=2,c1=−3,d1=2a2=2,b2=λ,c2=5,d2=5a3=14,b3=3,c3=μ,d3=33
We formulate the determinant of the coefficient matrix, D, and Dy (chosen first because it involves only one unknown, μ, simplifying the initial calculation):
D=12142λ3−35μ
Dy=12142533−35μ
Step 2: Calculate Dy and Solve for μ
We expand the determinant Dy along the first row and set it to zero, as required for infinitely many solutions.
Dy=1⋅5335μ−2⋅2145μ+(−3)⋅214533Explanation: We compute the 2×2 determinants and combine the terms.
Dy=1(5μ−5×33)−2(2μ−5×14)−3(2×33−5×14)Dy=(5μ−165)−2(2μ−70)−3(66−70)Dy=5μ−165−4μ+140−3(−4)Dy=μ−25+12Dy=μ−13
For infinitely many solutions, Dy must be zero:
μ−13=0⟹μ=13Explanation: Setting Dy=0 allows us to directly solve for the value of μ.
Step 3: Calculate D and Solve for λ
Now that we have μ=13, we substitute this value into the determinant D and set it to zero to find λ.
D=12142λ3−3513Explanation: We substitute the known value of μ into D to reduce the number of unknowns.
Expand the determinant D along the first row:
D=1⋅λ3513−2⋅214513+(−3)⋅214λ3D=1(13λ−5×3)−2(2×13−5×14)−3(2×3−λ×14)D=(13λ−15)−2(26−70)−3(6−14λ)D=13λ−15−2(−44)−18+42λD=13λ−15+88−18+42λ
Combine like terms:
D=(13λ+42λ)+(−15+88−18)D=55λ+55
For infinitely many solutions, D must be zero:
55λ+55=055λ=−55λ=−1Explanation: Setting D=0 provides an equation that we can solve for λ.
Step 4: Verify with Dz=0 (Optional but Recommended)
Although we have found λ and μ, it's good practice to verify that other determinants (Dx or Dz) also become zero with these values. Let's check Dz=0.
Dz=12142λ32533
Substitute λ=−1:
Dz=12142−132533
Expand along the first row:
Dz=1(−1×33−5×3)−2(2×33−5×14)+2(2×3−(−1)×14)Dz=1(−33−15)−2(66−70)+2(6+14)Dz=−48−2(−4)+2(20)Dz=−48+8+40Dz=−48+48=0Explanation: This verification confirms that our values of λ=−1 and μ=13 are consistent with all conditions for infinitely many solutions.
Step 5: Calculate λ+μ
We found λ=−1 and μ=13.
λ+μ=−1+13=12
3. Common Mistakes & Tips
All Determinants Must Be Zero: A frequent error is to only set D=0. While D=0 is necessary, it indicates either no solution or infinitely many solutions. To confirm infinitely many solutions, all of Dx,Dy,Dz must also be zero.
Arithmetic Errors: Determinant calculations can be lengthy and prone to calculation mistakes, especially with signs. Always double-check your expansion and arithmetic.
Strategic Choice: When solving for multiple unknown variables, strategically choose which determinant (Dx,Dy, or Dz) to evaluate first. Often, one determinant will contain fewer unknowns or simpler numbers, allowing you to solve for one variable more quickly. In this problem, Dy was a good starting point as it only contained μ.
4. Summary
To determine the values of λ and μ for which the given system of linear equations has infinitely many solutions, we used the condition that the determinant of the coefficient matrix (D) and the determinants Dx,Dy,Dz must all be zero. By first calculating Dy=0, we found μ=13. Substituting this value into D=0, we then solved for λ=−1. Finally, we calculated the sum λ+μ=−1+13=12.
5. Final Answer
The final answer is 12, which corresponds to option (C).