Chapter 4 System of Linear Equations

Section 4.3 LS in three Variables

4.3.2 Solvability and Comparison Method, graphical Interpretation

As described in section 4.2 for systems of two linear equations in two variables, the question for solvability and the solution of the system can be traced back very clearly to the question for existence and position of the intersection point of two lines. And of course, one should think about whether for systems of three linear equations a similar graphical interpretation can be found.
If the previous two-dimensional space (for the variables x and y) is supplemented by another dimension or variable, namely z, then using a linear equation in this three variables

a11 ·x+ a12 ·y+ a13 ·z= b1

a plane is represented in general form. This equation is similar to the equation of a line we already investigated. For a13 0, this equation can be solved for z:

z= b1 a13 - a11 a13 ·x- a12 a13 ·y,

which is the explicit form of the equation of the very same plane. The last equation assigns every pair (x;y), i.e. every point in the x- y-plane, a value z, i.e. a height in three-dimensional space. Thus, a surface above the x- y-plane is created, which is a plane due to the linearity of the equation.
Now, not only the first equation of the system 4.3.2 has to be satisfied but simultaneously also the second and third equation which can be graphically interpreted as planes as well. If we are now interested in the solution of a system of three linear equations, we have to investigate - in the graphical interpretation - the intersection behaviour of three planes. On this point, let us first investigate an example.
Example 4.3.3
Find the solution set of the following system of linear equations

equation (1):x+y-z=0, equation (2):x+y+z=6, equation (3):2x-y+z=4.

The base set is the set of real numbers .
Each of the three equations can be solved for z easily:

equation (1'):z=x+y, equation (2'):z=6-x-y, equation (3'):z=4-2x+y.

Equating the right-hand sides of equation  (1') and equation  (2') corresponds graphically to the determination of the intersection line of the two planes described by these equations:

x+y=6-x-y2x+2y=6y=3-x  : equation (A).

Substituting this relation into equation  (1') or equation  (2') results in an equation for the z-coordinate of the intersection line; in this case we have z=3. The following figure shows this intersection line described by equation (A) as the intersection of the two non-parallel planes described by equation (1') and equation (2').
The totally analogous statement holds if the right-hand sides of equation  (2') and equation  (3') are equated. Then, one obtains for the intersection line of the planes  (2) and (3):

6-x-y=4-2x+yx-2y=-2y=1+ 1 2 x  : equation (B).

Substituting this relation into equation  (2') or equation  (3') results in an equation for the z-coordinate of the intersection line; in this case we have z=5- 3 2 x. The following figure shows the intersection line described by equation  (B) as the intersection of the two non-parallel planes described by equation  (2') and equation  (3').
Since all equations in the initial linear system have to hold simultaneously, the two equations for the two intersection lines of the three planes also have to hold simultaneously. Graphically, this is the case at the intersection point of the intersection lines. This intersection point is found by equating the right-hand sides of equation  (A) and equation  (B):

3-x=1+ 1 2 x 3 2 x=2x= 4 3 .

The value of y can be calculated by inserting the value of x, for example, in equation  (A):

y=3- 4 3 y= 5 3 .

The following figure shows the intersection lines described by equation  (A) and equation  (B) in the x- y-plane (view from above) and their intersection point.
Finally, the value of z results by inserting the values of x and y, for example, in equation  (1'):

z= 4 3 + 5 3 z= 9 3 z=3.

Thus, the given system of linear equations has a unique solution. The solution set is L={(x= 4 3 ;y= 5 3 ;z=3)}.
The graphical interpretation is now used to describe the solution sets of systems of three linear equations that can occur:
  • If (at least) two of the three planes are parallel to each other (without being congruent), the system has no solution: Planes that are parallel (without being congruent) do not intersect and hence the equations describing the planes cannot hold simultaneously.
  • If two of the three planes are congruent, the intersection set with the third (non-parallel) plane is an intersection line. All points on this intersection line are solutions of the system. Hence, the solution set is infinite.
  • If the three planes are congruent, all points of the (congruent) planes are solutions of the system. Again, the solution set is infinite.
  • A unique solution can only exist in this last case: The three (non-parallel and non-congruent) planes have three intersection lines (intersection of plane  (1) and plane  (2), intersection of plane  (2) and plane  (3), and intersection of plane  (1) and plane  (3)):
    • If two of the three intersection lines are parallel, the system has no solution.
    • If two of the three intersection lines are congruent, the system has an infinite number of solutions.
    • If the three intersection lines intersect in one point, the solution is unique and the solution set consists of exactly one element.

Despite this illustrative graphical interpretation, the case analysis for the solution set is rather complex. Therefore, algebraic methods for investigating the solvability of systems of linear equations and for finding their solution sets will be all the more important, in particular, if the systems will get larger and the graphical interpretation gets more complex or even impossible. The addition method, which will be discussed again below, is one of these suitable methods.
By the way, in the above example 4.3.3 it is not necessary to find the third intersection line and to check whether this third intersection line intersects the two other lines in their intersection point: This is automatically true since equating the right-hand sides of equation  (1') and equation  (2') (first intersection line/equation  (A)) and equating the right-hand sides of equation  (2') and equation  (3') (second intersection line/equation  (B)) guaranties the validity of the equation of the third intersection line (right-hand side of (1') = right-hand side of (3')):

x+y=4-2x+y3x=4  : equation (C).


In the example, the comparison method was used since it relates very closely to the geometric interpretation. Equating explicit equations of planes or lines, respectively, corresponds precisely to the determination of intersection lines and points.
Info 4.3.4
 
In the comparison method, as a first step the three linear equations are solved for one of the variables - or for a multiple of one of the variables. Then, the resulting new equations are equated in pairs. It is sufficient to equate two pairs. Altogether, a system of two linear equations in only two variables results, which can be subsequently be investigated using methods described in section 4.2.

Exercise 4.3.5
Find the solution set of the following system of linear equations

-x+z = 2, -x+y+2z = 1, y+z = 11.

Use the comparison method and be clever!