If the system of equations 2x+7y+λz=33x+2y+5z=4x+μy+32z=−1 has infinitely many solutions, then (λ−μ) is equal to ______ :
Answer: 2
Solution
1. Key Concepts and Formulas
System of Linear Equations: A system of linear equations AX=B (where A is the coefficient matrix, X is the variable matrix, and B is the constant matrix) has infinitely many solutions if and only if:
The determinant of the coefficient matrix, Δ=det(A), is zero.
The determinants formed by replacing each column of the coefficient matrix with the constant terms, Δx, Δy, and Δz (also denoted as Δ1,Δ2,Δ3), are all zero.
Determinant of a 3x3 Matrix: For a matrix adgbehcfi, its determinant is a(ei−fh)−b(di−fg)+c(dh−eg).
2. Step-by-Step Solution
Step 1: Formulate the coefficient matrix and the constant matrix.
The given system of equations is:
2x+7y+λz=33x+2y+5z=4x+μy+32z=−1
The coefficient matrix A is:
A=23172μλ532
The constant matrix B is:
B=34−1
Step 2: Apply the condition Δ=0.
For infinitely many solutions, the determinant of the coefficient matrix must be zero.
Δ=23172μλ532=0
Expanding the determinant along the first row:
2(2×32−5×μ)−7(3×32−5×1)+λ(3×μ−2×1)=02(64−5μ)−7(96−5)+λ(3μ−2)=0128−10μ−7(91)+3λμ−2λ=0128−10μ−637+3λμ−2λ=03λμ−10μ−2λ−509=0(Equation 1)
Step 3: Apply the condition Δy=0 to find λ.Δy is the determinant formed by replacing the second column of A with the constant terms from B.
Δy=23134−1λ532=0
Expanding the determinant along the first row:
2(4×32−5×(−1))−3(3×32−5×1)+λ(3×(−1)−4×1)=02(128+5)−3(96−5)+λ(−3−4)=02(133)−3(91)+λ(−7)=0266−273−7λ=0−7−7λ=07λ=−7λ=−1
Step 4: Apply the condition Δz=0 to find μ.Δz is the determinant formed by replacing the third column of A with the constant terms from B.
Δz=23172μ34−1=0
Expanding the determinant along the first row:
2(2×(−1)−4×μ)−7(3×(−1)−4×1)+3(3×μ−2×1)=02(−2−4μ)−7(−3−4)+3(3μ−2)=0−4−8μ−7(−7)+9μ−6=0−4−8μ+49+9μ−6=0μ+39=0μ=−39
Step 5: Verify the values with Δx=0 (optional but good practice).Δx is the determinant formed by replacing the first column of A with the constant terms from B.
Δx=34−172μλ532=0
Substitute λ=−1 and μ=−39:
Δx=34−172−39−1532
Expanding along the first row:
3(2×32−5×(−39))−7(4×32−5×(−1))+(−1)(4×(−39)−2×(−1))=03(64+195)−7(128+5)−1(−156+2)=03(259)−7(133)−1(−154)=0777−931+154=0931−931=00=0.
The values λ=−1 and μ=−39 are consistent with all conditions.
Step 6: Calculate (λ−μ).
We have λ=−1 and μ=−39.
(λ−μ)=−1−(−39)=−1+39=38.
3. Common Mistakes & Tips
Forgetting all conditions: A common mistake is to only check Δ=0. For non-homogeneous systems, Δ=0 alone is not sufficient; all Δx,Δy,Δz must also be zero for infinitely many solutions. If Δ=0 but at least one of Δx,Δy,Δz is non-zero, the system has no solution.
Arithmetic errors in determinants: Determinant calculations are prone to sign errors or multiplication mistakes. Double-check each step, especially when dealing with negative numbers. Expanding along different rows/columns can help verify results.
Understanding the implications of Δ=0: If Δ=0, the system has a unique solution (Cramer's Rule applies directly). If Δ=0, then further investigation using Δx,Δy,Δz is required to distinguish between infinitely many solutions and no solution.
4. Summary
To determine the values of λ and μ for which the given system of linear equations has infinitely many solutions, we applied Cramer's Rule conditions. This involved setting the determinant of the coefficient matrix (Δ) and the determinants obtained by replacing each column with the constant terms (Δx,Δy,Δz) to zero. Solving Δy=0 yielded λ=−1, and solving Δz=0 yielded μ=−39. These values were then verified to satisfy Δ=0 and Δx=0. Finally, the required expression (λ−μ) was calculated using these values.