If the system of equations x - 2y + 3z = 9 2x + y + z = b x - 7y + az = 24, has infinitely many solutions, then a - b is equal to.........
Answer: 0
Solution
1. Key Concept: Conditions for Infinitely Many Solutions
For a system of linear equations in the form:
a1x+b1y+c1za2x+b2y+c2za3x+b3y+c3z=d1=d2=d3
to have infinitely many solutions, it must satisfy two crucial conditions based on Cramer's Rule:
The determinant of the coefficient matrix, D, must be zero.
All the determinants Dx, Dy, and Dz (formed by replacing the respective coefficient columns with the constant terms) must also be zero.
Mathematically, this means:
D=a1a2a3b1b2b3c1c2c3=0ANDDx=d1d2d3b1b2b3c1c2c3=0ANDDy=a1a2a3d1d2d3c1c2c3=0ANDDz=a1a2a3b1b2b3d1d2d3=0
If D=0 but at least one of Dx,Dy,Dz is non-zero, the system has no solution (inconsistent).
2. Step-by-Step Solution
Given the system of equations:
x−2y+3z=9
2x+y+z=b
x−7y+az=24
Step 1: Calculate the Determinant of the Coefficient Matrix (D) and set it to zero.
First, we form the coefficient matrix and calculate its determinant, D. This is the primary condition for the system to either have no solution or infinitely many solutions. If D=0, there would be a unique solution.
The coefficient matrix is:
A=121−21−731a
Setting D=det(A)=0:
D=121−21−731a=0
Expand the determinant along the first row:
1⋅((1)(a)−(1)(−7))−(−2)⋅((2)(a)−(1)(1))+3⋅((2)(−7)−(1)(1))=01(a+7)+2(2a−1)+3(−14−1)=0a+7+4a−2−45=0
Combine like terms:
5a−40=05a=40a=8
So, we have found the value of a.
Step 2: Calculate Dx (or D1) and set it to zero.
Now that we have a=8 (which makes D=0), we need to ensure that the system is consistent and has infinitely many solutions, not no solution. For this, we must check that Dx, Dy, and Dz are also zero. It's usually sufficient to use one or two of these conditions to find the remaining unknown variables. Let's use Dx.
Dx is formed by replacing the first column of the coefficient matrix with the constant terms (9, b, 24):
Dx=9b24−21−731a
Substitute a=8 into Dx:
Dx=9b24−21−7318
Set Dx=0 and expand the determinant along the first row:
9⋅((1)(8)−(1)(−7))−(−2)⋅((b)(8)−(1)(24))+3⋅((b)(−7)−(1)(24))=09(8+7)+2(8b−24)+3(−7b−24)=09(15)+16b−48−21b−72=0135+16b−48−21b−72=0
Combine constant terms and 'b' terms:
(135−48−72)+(16b−21b)=0(135−120)−5b=015−5b=05b=15b=3
We have now found b=3.
Step 3: Calculate the required value.
The question asks for the value of a−b.
a−b=8−3=5
3. Common Mistakes & Tips
Incomplete Conditions: A very common mistake is to only check D=0 and assume infinitely many solutions. Remember that D=0 can also lead to no solution (inconsistent system) if any of Dx,Dy,Dz are non-zero. Always check the other determinants for consistency.
Determinant Calculation Errors: Be extremely careful with signs and arithmetic during determinant expansion. A single sign error can lead to a completely wrong answer.
Alternative Methods: While Cramer's rule conditions are generally robust, for some problems, row reduction (Gaussian elimination) can be an alternative, especially if the coefficients are simple. For infinitely many solutions, row reduction would lead to a row of zeros (0 = 0) after reaching row echelon form.
Verification (Optional but Recommended): Ideally, you should also calculate Dy and Dz with a=8 and b=3 and verify that they are indeed zero. This confirms that the system is truly consistent with infinitely many solutions. For example, Dy=1219324318=1(24−24)−9(16−1)+3(48−3)=0−9(15)+3(45)=−135+135=0. This confirms our values.
4. Summary & Key Takeaway
For a system of linear equations to have infinitely many solutions, the determinant of the coefficient matrix (D) must be zero, AND all the determinants Dx, Dy, Dz (formed by replacing coefficient columns with constant terms) must also be zero. By applying these conditions sequentially, we found a=8 and b=3, leading to a−b=5.