Systems of Equations

Collections of equations solved by the same values at once.

System of two linear equations
-4-3-2-11234xy(2.0, 1.0)y = 1.0x − 1.0y = −1.0x + 3.0solution: x = 2.00, y = 1.00
Definition

A system of equations is a set of equations that must all be true simultaneously. The solution is the value (or values) that satisfy every equation at once.

For two equations in two variables, you're looking for the point where both lines intersect.

Solving by substitution

x+y=5xy=1x + y = 5 \qquad x - y = 1

From the second equation: x=y+1x = y + 1.

Substitute: (y+1)+y=5    2y=4    y=2(y + 1) + y = 5 \implies 2y = 4 \implies y = 2, x=3x = 3.

Solution: (3,2)(3, 2).

Try it

Solve: 2x+y=72x + y = 7 and x+y=4x + y = 4.

Solution

Subtract the second from the first: x=3x = 3.

Substitute: 3+y=4    y=13 + y = 4 \implies y = 1.

Solution: (3,1)(3, 1).

Related concepts