Determine Whether an Ordered Triple is a Solution of a System of Three Linear Equations with Three Variables
In this section, we will extend our work of solving a system of linear equations. So far we have worked with systems of equations with two equations and two variables. Now we will work with systems of three equations with three variables. But first let's review what we already know about solving equations and systems involving up to two variables.
We learned earlier that the graph of a linear equation, \(ax+by=c\), is a line. Each point on the line, an ordered pair \((x,y)\), is a solution to the equation. For a system of two equations with two variables, we graph two lines. Then we can see that all the points that are solutions to each equation form a line. And, by finding what the lines have in common, we’ll find the solution to the system.
Most linear equations in one variable have one solution, but we saw that some equations, called contradictions, have no solutions and for other equations, called identities, all numbers are solutions
We know when we solve a system of two linear equations represented by a graph of two lines in the same plane, there are three possible cases, as shown.
Similarly, for a linear equation with three variables ax+by+cz=d,ax+by+cz=d, every solution to the equation is an ordered triple, (x,y,z)(x,y,z)that makes the equation true.
LINEAR EQUATION IN THREE VARIABLES
A linear equation with three variables, where a, b, c, and d are real numbers and a, b, and c are not all 0, is of the form
\[ ax+by+cz=d\nonumber \]
Every solution to the equation is an ordered triple, \((x,y,z)\) that makes the equation true.
All the points that are solutions to one equation form a plane in three-dimensional space. And, by finding what the planes have in common, we’ll find the solution to the system.
When we solve a system of three linear equations represented by a graph of three planes in space, there are three possible cases.
To solve a system of three linear equations, we want to find the values of the variables that are solutions to all three equations. In other words, we are looking for the ordered triple \((x,y,z)\) that makes all three equations true. These are called the solutions of the system of three linear equations with three variables.
SolutionS OF A SYSTEM OF LINEAR EQUATIONS WITH THREE VARIABLES
Solutions of a system of equations are the values of the variables that make all the equations true. A solution is represented by an ordered triple \((x,y,z)\).
To determine if an ordered triple is a solution to a system of three equations, we substitute the values of the variables into each equation. If the ordered triple makes all three equations true, it is a solution to the system.
Example \(\PageIndex{1}\)
Determine whether the ordered triple is a solution to the system: \( \left\{ \begin{array} {l} x−y+z=2 \\ 2x−y−z=−6 \\ 2x+2y+z=−3 \end{array} \right. \)
ⓐ \((−2,−1,3)\) ⓑ \((−4,−3,4)\)
- Answer
-
ⓐ
ⓑ
Example \(\PageIndex{2}\)
Determine whether the ordered triple is a solution to the system: \( \left\{ \begin{array} {l} 3x+y+z=2 \\ x+2y+z=−3 \\ 3x+y+2z=4 \end{array} \right. \)
ⓐ \((1,−3,2)\) ⓑ \((4,−1,−5)\)
- Answer
-
ⓐ yes ⓑ no
Example \(\PageIndex{3}\)
Determine whether the ordered triple is a solution to the system: \( \left\{ \begin{array} {l} x−3y+z=−5 \\ −3x−y−z=1 \\ 2x−2y+3z=1 \end{array} \right. \)
ⓐ \((2,−2,3)\) ⓑ \((−2,2,3)\)
- Answer
-
ⓐ no ⓑ yes
Solve a System of Linear Equations with Three Variables
To solve a system of linear equations with three variables, we basically use the same techniques we used with systems that had two variables. We start with two pairs of equations and in each pair we eliminate the same variable. This will then give us a system of equations with only two variables and then we know how to solve that system!
Next, we use the values of the two variables we just found to go back to the original equation and find the third variable. We write our answer as an ordered triple and then check our results.
Example \(\PageIndex{5}\)
Solve the system by elimination: \( \left\{ \begin{array} {l} 3x+y−z=2 \\ 2x−3y−2z=1 \\ 4x−y−3z=0 \end{array} \right.\)
- Answer
-
\((2,−1,3)\)
Example \(\PageIndex{6}\)
Solve the system by elimination: \( \left\{ \begin{array} {l} 4x+y+z=−1 \\ −2x−2y+z=2 \\ 2x+3y−z=1 \end{array} \right. \)
- Answer
-
\((−2,3,4)\)
The steps are summarized here.
SOLVE A SYSTEM OF LINEAR EQUATIONS WITH THREE VARIABLES.
- Write the equations in standard form
- If any coefficients are fractions, clear them.
- Eliminate the same variable from two equations.
- Decide which variable you will eliminate.
- Work with a pair of equations to eliminate the chosen variable.
- Multiply one or both equations so that the coefficients of that variable are opposites.
- Add the equations resulting from Step 2 to eliminate one variable
- Repeat Step 2 using two other equations and eliminate the same variable as in Step 2.
- The two new equations form a system of two equations with two variables. Solve this system.
- Use the values of the two variables found in Step 4 to find the third variable.
- Write the solution as an ordered triple.
- Check that the ordered triple is a solution to all three original equations.
Example \(\PageIndex{7}\)
Solve: \( \left\{ \begin{array} {l} 3x−4z=0 \\ 3y+2z=−3 \\ 2x+3y=−5 \end{array} \right. \)
- Answer
-
\[ \left\{ \begin{array} {ll} 3x−4z=0 &(1) \\ 3y+2z=−3 &(2) \\ 2x+3y=−5 &(3) \end{array} \right. \nonumber \]
We can eliminate \(z\) from equations (1) and (2) by multiplying equation (2) by 2 and then adding the resulting equations.
Notice that equations (3) and (4) both have the variables \(x\) and \(y\). We will solve this new system for \(x\) and \(y\).
To solve for y, we substitute \(x=−4\) into equation (3).
We now have \(x=−4\) and \(y=1\). We need to solve for z. We can substitute \(x=−4\) into equation (1) to find z.
We write the solution as an ordered triple. \((−4,1,−3)\)
We check that the solution makes all three equations true.
\(\begin{array} {lll} {3x-4z=0 \space (1)} &{3y+2z=−3 \space (2)} &{2x+3y=−5 \space (3)} \\ {3(−4)−4(−3)\overset{?}{=} 0} &{3(1)+2(−3)\overset{?}{=} −3} &{2(−4)+3(1)\overset{?}{=} −5} \\ {0=0 \checkmark} &{−3=−3 \checkmark} &{−5=−5 \checkmark} \\ {} &{} &{\text{The solution is }(−4,1,−3)} \end{array}\)
Example \(\PageIndex{8}\)
Solve: \( \left\{ \begin{array} {l} 3x−4z=−1 \\ 2y+3z=2 \\ 2x+3y=6 \end{array} \right. \)
- Answer
-
\((−3,4,−2)\)
Example \(\PageIndex{9}\)
Solve: \( \left\{ \begin{array} {l} 4x−3z=−5 \\ 3y+2z=7 \\ 3x+4y=6 \end{array} \right. \)
- Answer
-
\((−2,3,−1)\)
When we solve a system and end up with no variables and a false statement, we know there are no solutions and that the system is inconsistent. The next example shows a system of equations that is inconsistent.
Example \(\PageIndex{10}\)
Solve the system of equations: \( \left\{ \begin{array} {l} x+2y−3z=−1 \\ x−3y+z=1 \\ 2x−y−2z=2 \end{array} \right. \)
- Answer
-
\[\left\{ \begin{array} {ll} x+2y−3z=−1 &(1) \\ x−3y+z=1 &(2) \\ 2x−y−2z=2 &(3) \end{array} \right.\nonumber \]
Use equation (1) and (2) to eliminate z.
Use (2) and (3) to eliminate \(z\) again.
Use (4) and (5) to eliminate a variable.
There is no solution.
We are left with a false statement and this tells us the system is inconsistent and has no solution.
Example \(\PageIndex{11}\)
Solve the system of equations: \( \left\{ \begin{array} {l} x+2y+6z=5 \\ −x+y−2z=3 \\ x−4y−2z=1 \end{array} \right. \)
- Answer
-
no solution
Example \(\PageIndex{12}\)
Solve the system of equations: \( \left\{ \begin{array} {l} 2x−2y+3z=6 \\ 4x−3y+2z=0 \\ −2x+3y−7z=1 \end{array} \right. \)
- Answer
-
no solution
When we solve a system and end up with no variables but a true statement, we know there are infinitely many solutions. The system is consistent with dependent equations. Our solution will show how two of the variables depend on the third.
Example \(\PageIndex{13}\)
Solve the system of equations: \( \left\{ \begin{array} {l} x+2y−z=1 \\ 2x+7y+4z=11 \\ x+3y+z=4 \end{array} \right. \)
- Answer
-
\[\left\{ \begin{array} {ll} x+2y−z=1 &(1) \\ 2x+7y+4z=11 &(2) \\ x+3y+z=4 &(3) \end{array} \right.\nonumber \]
Use equation (1) and (3) to eliminate x.
Use equation (1) and (2) to eliminate x again.
Use equation (4) and (5) to eliminate \(y\).
|
There are infinitely many solutions. |
Solve equation (4) for y. |
Represent the solution showing how x and y are dependent on z.
\( \begin{aligned} y+2z &= 3 \\ y &= −2z+3 \end{aligned} \) |
Use equation (1) to solve for x. |
\( x+2y−z=1\) |
Substitute \(y=−2z+3\). |
\( \begin{aligned} x+2(−2z+3)−z &= 1 \\ x−4z+6−z &= 1 \\ x−5z+6 &= 1 \\ x &= 5z−5 \end{aligned} \) |
The true statement \(0=0\) tells us that this is a dependent system that has infinitely many solutions. The solutions are of the form (x,y,z)(x,y,z) where \(x=5z−5;\space y=−2z+3\) and z is any real number.
Example \(\PageIndex{14}\)
Solve the system by equations: \( \left\{ \begin{array} {l} x+y−z=0 \\ 2x+4y−2z=6 \\ 3x+6y−3z=9 \end{array} \right. \)
- Answer
-
infinitely many solutions \((x,3,z)\) where \(x=z−3;\space y=3;\space z\) is any real number
Example \(\PageIndex{15}\)
Solve the system by equations: \( \left\{ \begin{array} {l} x−y−z=1 \\ −x+2y−3z=−4 \\ 3x−2y−7z=0 \end{array} \right. \)
- Answer
-
infinitely many solutions \((x,y,z)\) where \(x=5z−2;\space y=4z−3;\space z\) is any real number