⎣ ⎡ 2 5 3 4 2 3 0 1 1 1 2 1 ⎦ ⎤ ⎣ ⎢ ⎢ ⎡ w x y z ⎦ ⎥ ⎥ ⎤ = ⎣ ⎡ 7 0 8 ⎦ ⎤
The system of linear equations shown above has infinite solutions. One of the four variables is fixed, that is over all the solutions to the above system, the fixed variable takes only one value.
Which is the fixed variable?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I was stumped by the unusual labeling of the variables and chose y for the second variable.
I subtracted the first and the last equation from the second to find − 5 x = − 1 5 and thus x = 3 .
Problem Loading...
Note Loading...
Set Loading...
In this solution, we will use Row Reduction Techniques to simplify the system.
First, we will begin by writing the system as an augmented matrix.
⎣ ⎡ 2 5 3 4 2 3 0 1 1 1 2 1 7 0 8 ⎦ ⎤
We will make the pivot in the 1st column by dividing the 1st row by 2.
⎣ ⎡ 2 5 3 4 2 3 0 1 1 1 2 1 7 0 8 ⎦ ⎤ Divide the first row by 2 ⎣ ⎡ 1 5 3 2 2 3 0 1 1 1 / 2 2 1 7 / 2 0 8 ⎦ ⎤
⎣ ⎡ 1 5 3 2 2 3 0 1 1 1 / 2 2 1 7 / 2 0 8 ⎦ ⎤ R X 2 − 5 R X 1 and R X 3 − 3 R X 1 ⎣ ⎡ 1 0 0 2 − 8 − 3 0 1 1 1 / 2 − 1 / 2 − 1 / 2 7 / 2 − 3 5 / 2 − 5 / 2 ⎦ ⎤
Now, we make the pivot in the second row by dividing the second row by -8
⎣ ⎡ 1 0 0 2 − 8 − 3 0 1 1 1 / 2 − 1 / 2 − 1 / 2 7 / 2 − 3 5 / 2 − 5 / 2 ⎦ ⎤ Divide the second row by − 8 ⎣ ⎡ 1 0 0 2 1 − 3 0 − 1 / 8 1 1 / 2 1 / 1 6 − 1 / 2 7 / 2 3 5 / 1 6 − 5 / 2 ⎦ ⎤
⎣ ⎡ 1 0 0 2 1 − 3 0 − 1 / 8 1 1 / 2 1 / 1 6 − 1 / 2 7 / 2 3 5 / 1 6 − 5 / 2 ⎦ ⎤ R X 1 − 2 R X 2 and R X 3 + 3 R X 2 ⎣ ⎡ 1 0 0 0 1 0 1 / 4 − 1 / 8 5 / 8 3 / 8 1 / 1 6 − 5 / 1 6 − 7 / 8 3 5 / 1 6 6 5 / 1 6 ⎦ ⎤
Now, we make the pivot in the third row by dividing the third row by 5/8
⎣ ⎡ 1 0 0 0 1 0 1 / 4 − 1 / 8 5 / 8 3 / 8 1 / 1 6 − 5 / 1 6 − 7 / 8 3 5 / 1 6 6 5 / 1 6 ⎦ ⎤ Divide the third row by 8 5 ⎣ ⎡ 1 0 0 0 1 0 1 / 4 − 1 / 8 1 3 / 8 1 / 1 6 − 1 / 2 − 7 / 8 3 5 / 1 6 1 3 / 2 ⎦ ⎤
⎣ ⎡ 1 0 0 0 1 0 1 / 4 − 1 / 8 1 3 / 8 1 / 1 6 − 1 / 2 − 7 / 8 3 5 / 1 6 1 3 / 2 ⎦ ⎤ R X 1 − 4 1 R X 3 and R X 2 + 8 1 R X 3 ⎣ ⎡ 1 0 0 0 1 0 0 0 1 1 / 2 0 − 1 / 2 − 5 / 2 3 1 3 / 2 ⎦ ⎤
The solutions to this system of equations are
⎣ ⎢ ⎢ ⎡ w x y z ⎦ ⎥ ⎥ ⎤ = ⎣ ⎢ ⎢ ⎡ − 5 / 2 3 1 3 / 2 0 ⎦ ⎥ ⎥ ⎤ + t ⎣ ⎢ ⎢ ⎡ − 1 0 1 2 ⎦ ⎥ ⎥ ⎤
Here, t is the parameter. As we change the parameter t , we see that the value of w , y , and z change but x is always equal to 3. Therefore the fixed variable is x . □