How Can I Determine the Number of Solutions in a Dependent System?

Yosty22
Messages
182
Reaction score
4

Homework Statement



Write and row reduce the augmented matrix to find out whether the given set of equations has exactly one solution, no solutions, or infinitely many solutions.

-x+y-z=4
x-y+2z=3
2x-2y+4z=6

Homework Equations





The Attempt at a Solution



I saw right away that Row 3 and Row 2 are the same equation, off by a factor of 2. Because of this, I was able to make the matrix with a zero row for Row 2, which shows that row 2 and row 3 are linearly dependent. However, my question arises here. I know that a zero row and linear dependence of these two equations means that there is either 0 solutions or infinitely many solutions. Since they are linearly dependent, there is not one unique solution. However, How can I tell whether there is 0 solutions or infinitely many?
 
Physics news on Phys.org
Yosty22 said:

Homework Statement



Write and row reduce the augmented matrix to find out whether the given set of equations has exactly one solution, no solutions, or infinitely many solutions.

-x+y-z=4
x-y+2z=3
2x-2y+4z=6

Homework Equations





The Attempt at a Solution



I saw right away that Row 3 and Row 2 are the same equation, off by a factor of 2. Because of this, I was able to make the matrix with a zero row for Row 2, which shows that row 2 and row 3 are linearly dependent. However, my question arises here. I know that a zero row and linear dependence of these two equations means that there is either 0 solutions or infinitely many solutions. Since they are linearly dependent, there is not one unique solution. However, How can I tell whether there is 0 solutions or infinitely many?

Have you carried through the row-reduction procedure, as the question asked you to do? Doing that, or some equivalent thing, is necessary if you want a final answer.
 
Yes, I continued a bit. Here is what I have done and what I think so far: I have simplified the matrix down to:

Row 1: -1 1 -1 4
Row 2: 0 0 0 0
Row 3: 0 0 2 14

Once I do this, it tells me in the bottom equation that z=7. However, I'm not too sure how to tell anything about how many solutions there are, besides the fact that there is NOT just one.
 
Yosty22 said:
Yes, I continued a bit. Here is what I have done and what I think so far: I have simplified the matrix down to:

Row 1: -1 1 -1 4
Row 2: 0 0 0 0
Row 3: 0 0 2 14

Once I do this, it tells me in the bottom equation that z=7. However, I'm not too sure how to tell anything about how many solutions there are, besides the fact that there is NOT just one.

OK, so now what is y? What is x?
 
So for row 3, x = 0, y = 0, z = 7, but for row 1 you have -x+y-z=4, so I'm a little stuck as what to do next.
 
No. For R3
0x+0y+2z=14
 
Yosty22 said:
So for row 3, x = 0, y = 0, z = 7, but for row 1 you have -x+y-z=4, so I'm a little stuck as what to do next.
Row 3 reduced to 2z= 14 which tells you that z= 7 but says nothing about what x and y are! Knowing that z= 7, -x+ y- z= 4 becomes -x+ y= 7+4= 11 or y= x+ 11.
 
Back
Top