Review Systems of Equations

Where two numbers are unknown, we need two independent relations for those two numbers to calculate their respective values.

Example:

    \[\begin{cases}3x+2y=30 \\ y-4x=-18 \end{cases}\]

When graphed, both of these relations form straight lines, however the methods here are not restricted to linear equations.

Each equation gives new information about how x and y are related to each other.

Take one equation on its own: 3x+2y=30. There are infinitely many values of x and y that work in this equation – eg, x=0 and y=15. There are infinitely many ordered pairs (x,y) that satisfy this equation.

However when graphed together, straight line graphs fall into one of three categories:

  • parallel and never intersect – no common point;
  • not parallel, intersect at one and only one point;
  • parallel and always intersect – that is, the lines are coincident.

When graphed, it is obvious what category our set of equations fall into. However without the graph the algebra will let us know:

  1. if they are parallel and don’t intersect, our algebra has a final line such as 5 = 0 which makes no sense. This is a contradiction informing us that no values will work in both equations.
  2. if they are not parallel and intersect at one and only one point, our algebra will result in the unique values of x and y of this point.
  3. if they are coincident, are algebra will end up with a linear relationship between x and y, such as y=4x-18 – meaning that any point on this line is on both lines, all are solutions to the system. There are infinitely many solutions.

Solve with Substitution

    \[\begin{cases}3x+2y=30 \\ y-4x=-18 \end{cases}\]

First, let’s isolate either x or y in one or the other of the equations. In this case, it is easy to isolate y in the second equation.

    \[\begin{cases}3x+2y=30 \\ y=4x-18 \end{cases}\]

Now we take the expression for y in the second equation and substitute it to the first, as follows:

    \begin{align*}3x+2(4x-18)&=30 &\text{substitute }y=4x-18 \\ 3x+8x-36&=30 &\text{expand brackets}\\ 11x-36&=30 &\text{simplify}\\11x&=66 &\text{add 36} \\x&=6 &\text{divide by 11} \end{align*}

Finally, substitute this value of x into the equation y=4x-18 (or the other equation) to find y.

    \[y=4(6)-18 = 24-18=6 \hspace{3 cm}\text{substitute x to find y}\]

Solution: x=6, y=6.

Check to see that this solution works in the both of our original equations.

 

Solve with Elimination

    \[\begin{cases}3x+2y=30 \\ y-4x=-18 \end{cases}\]

First, it is helpful to align the unknowns:

    \[\begin{cases}\,3x+2y=30 \\ -4x+y=-18 \end{cases}\]

Next, we examine to see if any unknown (either x or y) has the same coefficient in both equations. This is not true in our example.

We could:

  • Multiply the first equation by 4 and the second equation by 3 to have 12x in both equations, or
  • Multiply the second equation by 2 to have 2y in both equations.

The latter is more efficient. Multiplying the second equation by 2 gives:

    \[\begin{cases}\,3x+2y=30 \\ -8x+2y=-36 \end{cases}\]

Subtract equation 2 from equation 1 to eliminate the y term:

    \begin{align*}(3x+2y)-(-8x+2y)&=30-(-36)\\11x&=66\\x&=6\end{align}

or, more simply:

    \begin{align*}3x+2y&=30 \\ -\hspace{1.4 cm}&\hspace{1 cm}-\\-8x+2y&=-36 \\11x&=66\\x&=6\end{align}

Now substitute this value of x into the equation y=4x-18 (or the other equation) to find y.

    \[y=4(6)-18 = 24-18=6 \]

Solution: x=6, y=6.

Videos

watch on youtube

watch on youtube

Applet to practice both techniques:

GeoGebra link for applet


Modelling with Systems of Equations

Check out this selection of questions on Khan Academy.