The system of linear equations 3x - 2y - kz = 10 2x - 4y - 2z = 6 x+2y - z = 5m is inconsistent if :
Options
Solution
1. Key Concept: Consistency of a System of Linear Equations (Cramer's Rule)
For a system of linear equations AX=B, where A is the coefficient matrix, X is the variable matrix, and B is the constant matrix, we use determinants to determine its consistency. Let Δ=det(A) be the determinant of the coefficient matrix.
Let Δx,Δy,Δz be the determinants formed by replacing the respective column of the coefficient matrix A with the constant terms from matrix B.
The conditions for consistency are as follows:
Unique Solution (Consistent): The system has a unique solution if and only if Δ=0. In this case, x=ΔΔx, y=ΔΔy, z=ΔΔz.
No Solution (Inconsistent): The system has no solution if and only if Δ=0 AND at least one of Δx,Δy,Δz is non-zero.
Infinitely Many Solutions (Consistent): The system has infinitely many solutions if and only if Δ=0 AND Δx=Δy=Δz=0.
Our goal is to find the conditions for which the system is inconsistent, i.e., has no solution.
2. Setting up the System
The given system of linear equations is:
3x−2y−kz=10
2x−4y−2z=6
x+2y−z=5m
From these equations, we can identify the coefficient matrix A and the constant vector B:
A=321−2−42−k−2−1,X=xyz,B=1065m
3. Calculating the Determinant of the Coefficient Matrix (Δ)
First, we calculate Δ=det(A). This step is crucial because the value of Δ dictates whether a unique solution exists or if we need to investigate further for inconsistency or infinitely many solutions.
Δ=321−2−42−k−2−1
Expanding along the first row:
Δ=3((−4)(−1)−(−2)(2))−(−2)((2)(−1)−(−2)(1))+(−k)((2)(2)−(−4)(1))Δ=3(4+4)+2(−2+2)−k(4+4)Δ=3(8)+2(0)−k(8)Δ=24−8k
For the system to be inconsistent (or have infinitely many solutions), we must have Δ=0.
Setting Δ=0:
24−8k=08k=24k=3
So, the system can only be inconsistent (or have infinitely many solutions) if k=3. If k=3, then Δ=0, which means the system has a unique solution and is therefore consistent.
4. Calculating Other Determinants (Δx,Δy,Δz) for k=3
Now that we know k=3 is the condition for Δ=0, we substitute k=3 into the coefficient matrix and calculate Δx,Δy,Δz. These determinants help us distinguish between no solution (inconsistent) and infinitely many solutions (consistent).
Substituting k=3, the coefficient matrix becomes:
A=321−2−42−3−2−1
Calculation of Δx:
Replace the first column of A with the constants from B:
Δx=1065m−2−42−3−2−1
Expanding along the first row:
Δx=10((−4)(−1)−(−2)(2))−(−2)((6)(−1)−(−2)(5m))+(−3)((6)(2)−(−4)(5m))Δx=10(4+4)+2(−6+10m)−3(12+20m)Δx=10(8)−12+20m−36−60mΔx=80−48−40mΔx=32−40m
Calculation of Δy:
Replace the second column of A with the constants from B:
Δy=3211065m−3−2−1
Expanding along the first row:
Δy=3((6)(−1)−(−2)(5m))−10((2)(−1)−(−2)(1))+(−3)((2)(5m)−(6)(1))Δy=3(−6+10m)−10(−2+2)−3(10m−6)Δy=−18+30m−10(0)−30m+18Δy=0
Calculation of Δz:
Replace the third column of A with the constants from B:
Δz=321−2−421065m
Expanding along the first row:
Δz=3((−4)(5m)−(6)(2))−(−2)((2)(5m)−(6)(1))+10((2)(2)−(−4)(1))Δz=3(−20m−12)+2(10m−6)+10(4+4)Δz=−60m−36+20m−12+10(8)Δz=−40m−48+80Δz=32−40m
5. Applying the Condition for Inconsistency
For the system to be inconsistent (no solution), we need two conditions to be met:
Δ=0
At least one of Δx,Δy,Δz must be non-zero.
From our calculations:
Condition 1: Δ=0⟹k=3.
Condition 2: For k=3, we have:
Δx=32−40m
Δy=0
Δz=32−40m
Since Δy is always zero, for condition 2 to be met, we need either Δx=0 OR Δz=0.
Both Δx and Δz are equal to 32−40m.
So, we require 32−40m=0.
40m=32m=4032m=54
Therefore, the system of linear equations is inconsistent if and only if k=3 AND m=54.
6. Analyzing the Results and Conclusion
Let's summarize the conditions for the system based on our analysis:
If k=3: Δ=0, so there is a unique solution (consistent).
If k=3: Δ=0.
If m=54: Then Δx=0 (and Δz=0), while Δy=0. Since at least one of Δx,Δy,Δz is non-zero, the system has no solution (inconsistent).
If m=54: Then Δx=0, Δy=0, and Δz=0. Since all determinants are zero, the system has infinitely many solutions (consistent).
The question asks for the condition when the system is inconsistent. Based on our derivation, this occurs when k=3 and m=54.
Comparing this with the given options:
(A) k=3,m∈R (This leads to a unique solution, hence consistent)
(B) k=3,m=54 (This leads to no solution, hence inconsistent)
(C) k=3,m=54 (This leads to infinitely many solutions, hence consistent)
(D) k=3,m=54 (This leads to a unique solution, hence consistent)
Our derived condition for inconsistency, k=3 and m=54, matches option (B).
The final answer is B.
7. Tips for JEE Aspirants
Master Cramer's Rule: It's a fundamental tool for analyzing systems of linear equations. Understand the conditions for unique, no, and infinite solutions thoroughly.
Systematic Calculation: Determinant calculations can be prone to sign errors. Perform them slowly and methodically, double-checking each step. Row/column operations can simplify determinants before expansion.
Don't Jump to Conclusions: The condition Δ=0 only tells you there isn't a unique solution. You must calculate Δx,Δy,Δz to distinguish between no solution and infinitely many solutions.
Gaussian Elimination as an Alternative: For systems with parameters, Gaussian elimination (reducing the augmented matrix to row echelon form) is another powerful method and can often be more intuitive for understanding the geometric interpretation of solutions. It would yield the same results.
8. Key Takeaway
A system of linear equations is inconsistent (has no solution) precisely when the determinant of the coefficient matrix (Δ) is zero, AND at least one of the determinants formed by replacing a column with the constant terms (Δx,Δy,Δz) is non-zero. If Δ=0 and all Δx,Δy,Δz are also zero, the system has infinitely many solutions. If Δ=0, there's always a unique solution.