I'm studying linear algebra and I have received the following problem to solve:
"Determine the amount of solutions for every real number "a" to the following system of linear equations."
$ (4-a)x_1+2x_2-x_3=1 \\ -2x_1+(1-a)x_2+2x_3=2\\ -x_1+2x_2+(4-a)x_3=1 $
I have a hard time interpreting the problem I think. According to my literature, for a system of linear equations, there will be either
- One unique solution,
- An infinite amount of solutions or
- No solution
for every real number "a".
How do you check for each real number "a" which one of these three cases that is true, without actually testing for each real number?
Any input is appreciated. Thanks
The determinant of the coefficient matrix in terms of $a$ factors nicely as $-(a-1)(a-3)(a-5)$, so for $a\ne1,3,5$ the system has exactly one solution.
For $a=1$ and $a=3$ the rank of the coefficient matrix drops to $2$ but the augmented matrix (with the right-hand sides added) still has rank $3$, so there are no solutions in these cases. For $a=5$ we get $2$ and $2$ respectively, so there are infinitely many solutions.