Question
Question: Consider the system of linear equations $x + 2y + z = 1$, $2x + y + z = a$, $4x + 5y + 3z = a^2$ T...
Consider the system of linear equations
x+2y+z=1, 2x+y+z=a, 4x+5y+3z=a2
Then the system has

Infinitely many solutions when a = -1 or 2
Infinitely many solutions when a = -2 or 1
Unique solution ∀ a ∈ R - {-1, 1, 2}
Unique solution when a ∈ {-1, 1, 2}
Infinitely many solutions when a = -1 or 2
Solution
The given system of linear equations is:
- x+2y+z=1
- 2x+y+z=a
- 4x+5y+3z=a2
We can represent this system in an augmented matrix form and use Gaussian elimination to determine the nature of its solutions.
The augmented matrix is: M=124215113∣∣∣1aa2
Step 1: Calculate the determinant of the coefficient matrix (D). The coefficient matrix is A=124215113. D=det(A)=1(1×3−1×5)−2(2×3−1×4)+1(2×5−1×4) D=1(3−5)−2(6−4)+1(10−4) D=1(−2)−2(2)+1(6) D=−2−4+6=0
Since the determinant D=0, the system does not have a unique solution. This eliminates options C and D. The system will either have infinitely many solutions or no solution.
Step 2: Apply Gaussian elimination to the augmented matrix. Perform row operations to transform the matrix into row echelon form:
M=124215113∣∣∣1aa2
R2→R2−2R1: 12−2(1)421−2(2)511−2(1)3∣∣∣1a−2(1)a2 ∼1042−351−13∣∣∣1a−2a2
R3→R3−4R1: 104−4(1)2−35−4(2)1−13−4(1)∣∣∣1a−2a2−4(1) ∼1002−3−31−1−1∣∣∣1a−2a2−4
R3→R3−R2: 100−02−3−3−(−3)1−1−1−(−1)∣∣∣1a−2(a2−4)−(a−2) ∼1002−301−10∣∣∣1a−2a2−a−2
Step 3: Analyze the condition for infinitely many solutions. For the system to have infinitely many solutions, the last row of the augmented matrix must be entirely zeros (i.e., 0=0). This means the expression in the last entry of the last row must be zero: a2−a−2=0
Solve this quadratic equation for a: (a−2)(a+1)=0
This yields two possible values for a: a=2 or a=−1.
If a=2 or a=−1, the last row becomes 0 0 0 ∣ 0, indicating that the system is consistent and has infinitely many solutions (since the rank of the coefficient matrix is 2, and the rank of the augmented matrix is also 2, which is less than the number of variables, 3).
If a=2 and a=−1, then a2−a−2=0. In this case, the last row would be 0 0 0 ∣ non-zero constant, which implies 0=non-zero constant. This is a contradiction, meaning the system has no solution.
Therefore, the system has infinitely many solutions when a=−1 or a=2.