Let the system of linear equations x+2y+z=2, αx+3y−z=α, −αx+y+2z=−α be inconsistent. Then α is equal to :
Options
Solution
1. Understanding the Conditions for an Inconsistent System
For a system of linear equations, Ax=b, to be inconsistent (meaning it has no solution), specific conditions related to determinants must be met. These conditions are derived from Cramer's Rule.
Let's define the key determinants for a system of 3 linear equations in 3 variables:
Δ=det(A): The determinant of the coefficient matrix.
Δx: The determinant formed by replacing the first column (coefficients of x) of A with the column of constant terms b.
Δy: The determinant formed by replacing the second column (coefficients of y) of A with b.
Δz: The determinant formed by replacing the third column (coefficients of z) of A with b.
A system of linear equations is inconsistent (has no solution) if and only if:
The determinant of the coefficient matrix is zero: Δ=0.
At least one of the determinants Δx,Δy,Δz is non-zero. That is, (Δx=0 OR Δy=0 OR Δz=0).
Important Note: It's crucial to understand the other possible scenarios for a system of linear equations:
Unique Solution: If Δ=0.
Infinitely Many Solutions: If Δ=0 AND Δx=Δy=Δz=0.
Our objective is to find the value of α for which the given system of equations satisfies the conditions for an inconsistent system.
2. Setting up the Determinants from the Given System
The given system of linear equations is:
x+2y+z=2(Eq. 1)αx+3y−z=α(Eq. 2)−αx+y+2z=−α(Eq. 3)
First, we extract the coefficient matrix A and the constant terms vector b from this system:
A=1α−α2311−12andb=2α−α
Now we formulate the determinants required for our analysis:
Δ (Determinant of the coefficient matrix):Δ=1α−α2311−12
Δx (Determinant for x):
Formed by replacing the first column of A with b.
Δx=2α−α2311−12
Δy (Determinant for y):
Formed by replacing the second column of A with b.
Δy=1α−α2α−α1−12
Δz (Determinant for z):
Formed by replacing the third column of A with b.
Δz=1α−α2312α−α
3. Step 1: Calculate Δ and Find Values of α for Δ=0
The first condition for an inconsistent system is Δ=0. We calculate Δ by expanding the 3×3 determinant along the first row:
Δ=1⋅31−12−2⋅α−α−12+1⋅α−α31
Now, we evaluate each 2×2 sub-determinant:
=1⋅((3)(2)−(−1)(1))−2⋅((α)(2)−(−1)(−α))+1⋅((α)(1)−(3)(−α))=1⋅(6+1)−2⋅(2α−α)+1⋅(α+3α)=7−2(α)+4αΔ=7+2α
To satisfy the first condition for inconsistency, we set Δ=0:
7+2α=02α=−7α=−27
This value of α is a candidate for inconsistency. If α were any other value, Δ=0, and the system would have a unique solution.
4. Step 2: Calculate Δx and Check for Inconsistency
Now we need to check the second condition for inconsistency: that at least one of Δx,Δy,Δz is non-zero when α=−7/2. Let's start by calculating Δx:
Δx=2α−α2311−12
We expand along the first row:
Δx=2⋅31−12−2⋅α−α−12+1⋅α−α31=2⋅((3)(2)−(−1)(1))−2⋅((α)(2)−(−1)(−α))+1⋅((α)(1)−(3)(−α))=2⋅(6+1)−2⋅(2α−α)+1⋅(α+3α)=2⋅7−2α+4αΔx=14+2α
Now, we substitute the value α=−7/2 into the expression for Δx:
Δx=14+2(−27)Δx=14−7Δx=7
Since Δx=7=0 for α=−7/2, the second condition for inconsistency is met. This confirms that for α=−7/2, the system is indeed inconsistent.
Tip: Once one of Δx,Δy,Δz is found to be non-zero for the value of α that makes Δ=0, we have sufficiently proven inconsistency. Calculating the others is optional but can serve as a good verification.
5. Step 3: Calculate Δy and Δz (Verification)
For completeness, let's also calculate Δy and Δz and evaluate them at α=−7/2.
Calculating Δy:Δy=1α−α2α−α1−12
Expanding along the first row:
Δy=1⋅α−α−12−2⋅α−α−12+1⋅α−αα−α=1⋅((α)(2)−(−1)(−α))−2⋅((α)(2)−(−1)(−α))+1⋅((α)(−α)−(α)(−α))=1⋅(2α−α)−2⋅(2α−α)+1⋅(−α2+α2)=α−2α+0Δy=−α
Substituting α=−7/2:
Δy=−(−27)=27
Since Δy=7/2=0, this further confirms inconsistency.
Calculating Δz:Δz=1α−α2312α−α
Expanding along the first row:
Δz=1⋅31α−α−2⋅α−αα−α+2⋅α−α31=1⋅((3)(−α)−(α)(1))−2⋅((α)(−α)−(α)(−α))+2⋅((α)(1)−(3)(−α))=1⋅(−3α−α)−2⋅(−α2+α2)+2⋅(α+3α)=−4α−2⋅(0)+2⋅(4α)=−4α+8αΔz=4α
Substituting α=−7/2:
Δz=4(−27)=−14
Since Δz=−14=0, this also confirms inconsistency.
6. Step 4: Verify Conditions for Inconsistency
We have found that for α=−7/2:
Δ=0 (from 7+2α=0).
Δx=7=0.
Δy=7/2=0.
Δz=−14=0.
Since Δ=0 and at least one of Δx,Δy,Δz is non-zero (in this case, all three are non-zero), the system of equations is indeed inconsistent when α=−7/2.
7. Conclusion and Key Takeaway
The value of α for which the given system of linear equations is inconsistent is −27.
This corresponds to option (D).
Key Takeaway: To determine if a system of linear equations is inconsistent, always start by calculating the determinant of the coefficient matrix (Δ). If Δ=0, there's a unique solution. If Δ=0, then proceed to calculate Δx,Δy,Δz. If at least one of these is non-zero, the system is inconsistent. If all of them are zero, the system has infinitely many solutions.