The elimination by equating coefficients is a method to solve linear systems of equations.
This method is useful when the same term appears in (at least) two different equations in a system of equations.
For example, in the following system of equations, the variable x is multiplied by the factor 3 in each equation:
I3x+2y | = | 8 | |
II3x−y | = | 9 | |
One can then solve for x and equate the other side in each case. Thus, one eliminates one variable (here: x) and can determine the other variable (here: y) by inserting it into one of the equations.
The procedure will now be demonstrated with the following system of equations with 2 equations and 2 variables:
Ia+21b | = | 5 | |
| ↓ | In school, the variables in equations or systems of equations are often denoted by x, y, z and so on. However, the variables can of course also be designated with the other letters of the alphabet (here: a,b). |
II2a−b | = | 6 | |
First, both sides are solved for one variable. In this case, for example, it will be solved for a.
Ia+21b | = | 5 | −21b |
I′a | = | 5−21b | |
II2a−b | = | 6 | +b |
2a | = | 6+b | :2 |
II′a | = | 3+21b | |
Since now at I′ and II′ the left-hand sides are both equal, the right-hand sides must also be equal, therefore 5−21b=3+21b.
This step is called "equating".
5−21b=3+21b
This new equation has only one variable and can therefore be solved as usual.
5−21b | = | 3+21b | +21b |
5 | = | 3+b | −3 |
2 | = | b | |
This solution can now be substituted into one of the upper equations to calculate the value of the second variable.
It does not matter which equation you use! To check the result, you can also insert it into both equations and check if the same value comes out.
Substitution of b into II′
a=3+21⋅2=3+1=4
This yields the solution set:
L={(4;2)}
To check the solution, substitute it into the original equation and check that they are satisfied.
I4+21⋅2 | = | 5✓ | |
II2⋅4−2 | = | 6✓ | |