For the system { <mtable columnalign="right center right center right center right"

Bruno Pittman

Bruno Pittman

Answered question

2022-07-13

For the system
{ x + 3 y z = 4 4 x y + 2 z = 3 2 x y 3 z = 1
what is the condition to determine if there is no solution or unique solution or infinite solution?

Answer & Explanation

Kaylie Mcdonald

Kaylie Mcdonald

Beginner2022-07-14Added 19 answers

Probably the most straightforward method (to fully distinguish between the various possibilities) that I've seen is transforming the corresponding augmented matrix into row-reduced echelon form. In this case, you would start with:
[ 1 3 1 4 4 1 2 3 2 1 3 1 ]
Subtracting 4 times the first row from the second, and 2 times the first row from the third, we have:
[ 1 3 1 4 0 13 6 19 0 7 1 9 ]
Subtracting 2 times the third row from the second, we have:
[ 1 3 1 4 0 1 8 1 0 7 1 9 ]
Adding 7 times the second row to the third, we have:
[ 1 3 1 4 0 1 12 1 0 0 55 16 ]
At this point, we have only zeroes below the main diagonal, but no zeroes on the diagonal, so a unique solution exists. Continuing to reduce until the 3 × 3 portion of the augmented matrix is just the 3 × 3 identity matrix, we have
[ 1 0 0 3 / 11 0 1 0 73 / 55 0 0 1 16 / 55 ]
This tells us that x = 3 / 11 ,, y = 73 / 55 ,, z = 16 / 55 is the unique solution to the system.
Let's consider another system:
{ x + 3 y z = 4 4 x y + 2 z = 8 2 x 7 y + 4 z = 3 ,
which has corresponding matrix
[ 1 3 1 4 4 1 2 8 2 7 4 3 ] .
Starting out the same way gets us
[ 1 3 1 4 0 13 6 8 0 13 6 11 ] ,
and subtracting the second row from the third gives us
[ 1 3 1 4 0 13 6 8 0 0 0 3 ] .
Now we have only zeroes below the main diagonal, but we have a zero on the main diagonal, too. This tells us that either there are no solutions or there are infinitely-many. Translated back into terms of x , y , z this is the equivalent system
{ x + 3 y + z = 4 0 x 13 y + 6 z = 8 0 x + 0 y + 0 z = 3 ,
or alternatively
{ x = 5 13 z + 28 13 y = 6 13 z + 8 13 0 = 3 ,
but there is no solution to the last equation, so no solution to the system.
Upshot: We will have no solutions whenever we end up with one or more rows of all 0s except in the last column as we reduce the augmented matrix.
By contrast, if we'd started with the system
{ x + 3 y z = 4 4 x y + 2 z = 8 2 x 7 y + 4 z = 0 ,
which has corresponding matrix
[ 1 3 1 4 4 1 2 8 2 7 4 0 ] ,
then our reduction process will get us
[ 1 3 1 4 0 13 6 8 0 0 0 0 ] .
Again, we must have no solution or infinitely many. Continuing to row-reduce as much as possible gets us to
[ 1 0 5 / 13 28 / 13 0 1 6 / 13 8 / 13 0 0 0 0 ] .
Translated back into terms of x , y , z this is the equivalent system
{ x + 0 y + 5 13 z = 28 13 0 x + y 6 13 z = 8 13 0 = 0.
One of these equations is always true, so one of our variables can take on any value. We might as well let z take on any value, at which point the other two equations will tell us the values that x and y must take. Hence, we have infinitely-many solutions.
Upshot: We will have infinitely-many solutions whenever we end up with one or more rows of all 0s as we reduce the augmented matrix, so long as we don't have any rows with all 0s except in the last column.
Added: Simply taking the determinant of the unaugmented matrix of the system--meaning of
[ 1 3 1 4 1 2 2 1 3 ]
in the first example and of
[ 1 3 1 4 1 2 2 7 4 ]
in the other two examples--will give us part of the answer. If the determinant is 0 (as in the second and third example), then the system either has no solution or infinitely-many, but we cannot (by this method alone) say which. Otherwise, the system has a unique solution, but we cannot (by this method alone) say what it might be. That's why I tend to prefer the first method I suggested, at least when dealing with only a few equations and a few variables: it tells us the whole story.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?