For the system of linear equations 2x+4y+2az=bx+2y+3z=42x−5y+2z=8 which of the following is NOT correct?
Options
Solution
Key Concepts and Formulas
System of Linear Equations in Matrix Form: A system of linear equations can be represented as AX=B, where A is the coefficient matrix, X is the column vector of variables, and B is the column vector of constants.
Determinant of Coefficient Matrix (Δ): The determinant of the coefficient matrix A is denoted as Δ=det(A).
Cramer's Rule Conditions for Solutions:
Unique Solution: If Δ=0, the system has a unique solution.
No Solution: If Δ=0 and at least one of Δx,Δy,Δz (determinants formed by replacing columns of A with B) is non-zero, the system is inconsistent and has no solution.
Infinitely Many Solutions: If Δ=0 and all of Δx=Δy=Δz=0, the system is consistent and has infinitely many solutions.
Step-by-Step Solution
Step 1: Express the system of equations in matrix form.
We are given the system:
2x+4y+2az=bx+2y+3z=42x−5y+2z=8
This can be written as AX=B, where:
A=21242−52a32,X=xyz,B=b48
Step 2: Calculate the determinant of the coefficient matrix, Δ.
This determinant is crucial for determining the nature of solutions.
Δ=det(A)=21242−52a32
Expanding along the first row:
Δ=22−532−41232+2a122−5Δ=2((2)(2)−(3)(−5))−4((1)(2)−(3)(2))+2a((1)(−5)−(2)(2))Δ=2(4+15)−4(2−6)+2a(−5−4)Δ=2(19)−4(−4)+2a(−9)Δ=38+16−18aΔ=54−18a
Factoring out −18:
Δ=−18(a−3)
Step 3: Analyze conditions for a unique solution.
A unique solution exists if and only if Δ=0.
From Δ=−18(a−3), we see that Δ=0 if a=3.
Let's check options (C) and (D):
(C) It has unique solution if a=b=8. Here a=8. Since a=8=3, Δ=−18(8−3)=−18(5)=−90=0. Thus, a unique solution exists. This statement is correct.
(D) It has unique solution if a=b=6. Here a=6. Since a=6=3, Δ=−18(6−3)=−18(3)=−54=0. Thus, a unique solution exists. This statement is correct.
Step 4: Analyze conditions for infinitely many solutions or no solution (when Δ=0).
If Δ=0, then −18(a−3)=0, which implies a=3.
When a=3, we need to calculate Δx,Δy,Δz to determine if there are infinitely many solutions or no solution.
Let's calculate Δz first, as it's often simpler to start with and can rule out options quickly.
Δz=21242−5b48
Expanding along the first row:
Δz=22−548−41248+b122−5Δz=2((2)(8)−(4)(−5))−4((1)(8)−(4)(2))+b((1)(−5)−(2)(2))Δz=2(16+20)−4(8−8)+b(−5−4)Δz=2(36)−4(0)+b(−9)Δz=72−9b
Factoring out −9:
Δz=−9(b−8)
Now, let's evaluate options (A) and (B) where a=3:
(A) It has infinitely many solutions if a=3,b=8.
For a=3, we have Δ=0.
For b=8, we have Δz=−9(8−8)=0.
To confirm infinitely many solutions, we must also check Δx and Δy for a=3,b=8.
Δx=b4842−52a32=84842−5632
Notice that R1=2R2 (i.e., (8,4,6)=2(4,2,3)). When one row is a scalar multiple of another row, the determinant is 0. So, Δx=0.
Δy=212b482a32=212848632
Notice that C2=4C1 in the first two columns (i.e., (8,4,8)T=4(2,1,2)T). When one column is a scalar multiple of another column, the determinant is 0. So, Δy=0.
Since Δ=Δx=Δy=Δz=0 when a=3 and b=8, the system has infinitely many solutions. This statement is correct.
(B) It has infinitely many solutions if a=3,b=6.
For a=3, we have Δ=0.
For b=6, we have Δz=−9(6−8)=−9(−2)=18.
Since Δ=0 but Δz=0, the system has no solution.
Therefore, the statement that it has infinitely many solutions if a=3,b=6 is NOT correct.
Common Mistakes & Tips
Determinant Calculation Errors: Be very careful with signs and arithmetic when calculating determinants. Double-check your work, especially for 3x3 matrices.
Misinterpreting Cramer's Rule: Remember the precise conditions for unique, no, and infinitely many solutions. Δ=0 alone is not enough to conclude no solution or infinitely many solutions; you must check Δx,Δy,Δz.
Row/Column Operations: Using row/column operations to simplify determinants (e.g., creating zeros) can reduce calculation errors, but ensure you apply them correctly. For instance, if two rows or columns are proportional, the determinant is zero.
Summary
We analyzed the given system of linear equations using the determinant method. We first calculated the determinant of the coefficient matrix, Δ=−18(a−3). For unique solutions, Δ=0, which means a=3. Options (C) and (D) fall into this category and are correct. For a=3, Δ=0, so we proceeded to calculate Δz=−9(b−8). For option (A) where a=3,b=8, we found Δ=Δx=Δy=Δz=0, indicating infinitely many solutions, making statement (A) correct. For option (B) where a=3,b=6, we found Δ=0 but Δz=18=0, which indicates no solution. Therefore, the statement in option (B) is incorrect.