Solving simultaneous equations by substitution

Simultaneous equations are when we have two or more equations with multiple unknowns (letters that represent numbers we don’t know yet). The goal is to find the values of these letters (variables) that make all the equations true at the same time.

When should we solve using substitution?

Using substitution for simple simultaneous equations is often more difficult than it is to use elimination. But we can’t always use elimination.

We should generally use substitution when the equations are not both linear (not in the form ax + by = c).

Basic steps to solve

Writing our answer

When we have any sort of quadratic or non-linear equations, we may get more than one value for each variable.

It’s important that we write out which values are ‘pairs’ of each other - for example, we may find x to have two different values, and y to have two different values. When we substitute each value of x back into one of the original equations to find the corresponding value of y, we need to make sure we write out which values of x produce which values of y.

We write this as “when x = a, y = b” and “when x = c, y = d”, etc.

Examples

Like with most concepts, it’s much easier to see with some examples.

Example: solve the simultaneous equations x + y = 10 and x^2 + y^2 = 58.

flashcards

QuestionAnswer
x + y = 10 and x² + y² = 58. Solve by substitution.Rearrange x + y = 10 to y = 10 - x. Substitute into x² + y² = 58: x² + (10-x)² = 58. Simplify: 2x² - 20x + 100 = 582x² - 20x + 42 = 0x² - 10x + 21 = 0(x-3)(x-7) = 0, so x = 3 or x = 7. Substitute back: when x = 3, y = 7; when x = 7, y = 3.