systems of equations
Systems of Equations in Three Variables
You should know: systems of linear equations
Overview
A system of equations in three variables (x, y, z) is solved by systematically eliminating variables until a single equation in one unknown remains, then back-substituting. Geometrically, each linear equation represents a plane in 3D space, and a unique solution corresponds to the single point where all three planes intersect.
Formal Definition
A general linear system in three variables:
Properties
Unique solution
No solution
Infinite solutions
Worked Examples
Add equations 1 and 2 to eliminate y.
Add equations 1 and 3, doubling equation 1 first, to eliminate y a second (independent) way.
From eq.1: y = 6-x-z. Substitute into 3x+y=5 to relate x and z, then combine with 3x+2z=9.
Substitute z=2x+1 into 3x+2z=9 and solve for x, then back-substitute for z and y.
Answer: x = 1, y = 2, z = 3
Practice Problems
Solve: x+y+z=4, 2x-y+z=8, x+2y-z=-3.
Common Mistakes
Eliminating the same variable using the same pair of equations twice, producing no new information.
To solve a 3-variable system you need two INDEPENDENT eliminations of the same variable, using different pairs of equations (e.g. eliminate y from eq.1&2, then separately from eq.1&3), producing two new equations in the remaining two variables.
Summary
- A 3-variable linear system is solved by eliminating one variable at a time until a single-variable equation remains.
- Geometrically, each equation is a plane; a unique solution is the single point common to all three planes.
- Use two independent eliminations (different equation pairs) to reduce to a 2-variable system, solve that, then back-substitute.
- As with 2-variable systems, a 3-variable system can have zero, one, or infinitely many solutions.
Mathematics