This module introduces the concept of substitution to solve simultaneous equations.
Here is the algorithm for substitution.
- Solve one of the equations for one variable.
- Plug this variable into the other equation.
- Solve the second equation, which now has only one variable.
- Finally, use the equation you found in step (1) to find the other variable.
Solving simultaneous equations by substitution
- The easiest variable to solve for here is the
in the second equation.
-
-
- Now, we plug that into the
other equation:
-
- We now have an equation with only
in it, so we can solve for
.
-
-
-
- Finally, we take the equation from step (1),
, and use it to find
.
-
So
is the solution. You can confirm this by plugging this pair into both of the original equations.
Got questions? Get instant answers now!
Why does substitution work?
We found in the first step that
. This means that
and
are
equal in the sense that we discussed in the first chapter on functions—they will always be the same number, in these equations—they are the
same . This gives us permission to simply replace one with the other, which is what we do in the second (“substitution”) step.