Chapter 4 System of Linear Equations

Section 4.2 LS in two Variables

4.2.3 Addition Method

We will now discuss another, third method for solving systems of linear equations algebraically. But this method will develop its full potential only for larger systems, i.e. systems of many equations in many variables since it can be systematised very well. Here, we will discuss the general approach. First, let us see an example.
Example 4.2.12
Find the solution of the system of linear equations

equation (1):2x+y=9, equation (2):3x-11y=1,

where the base set is the range of the real numbers .
This time, the approach is as follows: The first equation is multiplied by the factor 11 and this results in the equation (1') that is equivalent to equation  (1):

(2x+y)·11=9·11 22x+11y=99: equation (1').

Subsequently, the new equation (1') is added to equation (2), i.e. the sum of the left-hand sides of (1') and (2) is equated to the sum of the right-hand sides of (1') and (2). In doing so, the variable y is cancelled out. This was the reason for selecting the factor 11 in the previous step.

3x-11y+22x+11y=1+9925x=100x=4.

The get the solution for y the just obtained solution for x can be substituted, e.g. into equation  (1):

2·4+y=98+y=9y=1.

Thus, this system of linear equations has a unique solution L={(x=4;y=1)}.
As for the other methods,the approach here is not uniquely defined: for example, equation  (1) could have been multiplied by 3 and equation  (2) by (-2)

(2x+y)·3=9·36x+3y=27: equation (1''), (3x-11y)·(-2)=1·(-2)-6x+22y=-2: equation (2'').

In the subsequent addition of equation  (1'') and equation  (2'') the variable x could have been eliminated:

6x+3y-6x+22y=27-225y=25y=1.

To get the solution for x, the solution for y then could have been substituted, e.g.  into equation  (2)

3x-11·1=13x=12x=4.

Info 4.2.13
 
In the addition method, one of the linear equations is transformed by multiplying it by an arbitrary factor such that in the subsequent addition of the other equation (at least) one variable is eliminated. (Sometimes it is easier to multiply both equations by arbitrary factors before adding them.) As for the substitution method in info box 4.2.7 (or the comparison method in info box 4.2.9), three cases can occur, resulting in a solution set L containing exactly one element, no element, or an infinite number of elements.