What a system is
A system of linear equations is two (or more) equations that must be satisfied simultaneously. A solution is an ordered pair that makes every equation in the system true. Geometrically, each equation is a line; the solution is the intersection.
Three cases, each with its own algebra and its own picture:
- One solution. Lines cross at exactly one point. Consistent and independent.
- No solution. Lines are parallel — same slope, different intercepts. Inconsistent.
- Infinitely many solutions. Lines are the same — coincident. Consistent and dependent.
You met the algebra of cases 2 and 3 in the Linear Equations lesson (identity vs contradiction). Now they have geometric explanations.
The substitution method
Rule: solve one equation for one variable, substitute into the other.
Solve: and .
Step 1: substitute into the second:
Step 2: back-substitute: .
Solution: .
Check both equations:
- : . Yes.
- : . Yes.
Substitution is cleanest when one equation already has a variable isolated.
The elimination method
Rule: add a multiple of one equation to the other to make one variable disappear.
Solve: and .
Add the equations (the -terms cancel immediately):
Substitute back: .
Solution: .
More often you'll need to multiply first to align coefficients:
Solve: and .
Multiply equation 1 by 2: . Now add to equation 2:
Back-substitute: .
Solution: .
Elimination is the star method. It grows up to become Gaussian elimination in the Matrices stratum, which handles hundreds of variables with the same basic idea.
Recognizing inconsistency and dependence
If elimination produces a false constant equation (like ), the system is inconsistent — the lines are parallel, no solution.
If elimination produces , the system is dependent — the lines are the same, infinitely many solutions (every point on the shared line).
Word problems: mixtures and rates
A system is needed whenever you have two unknown quantities with two independent conditions.
Example. A chemist mixes a 20% acid solution with a 50% acid solution to get 60 liters of a 30% acid solution. Find the volume of each.
Let = liters of 20% solution, = liters of 50% solution.
Condition 1 (total volume): .
Condition 2 (total acid): .
Multiply equation 2 by 10: . From equation 1: . Substitute:
Then . Check: . Confirmed.
The trailer
In the Matrices stratum, a system of equations becomes a matrix equation , and the elimination process is formalized as row reduction. Every idea here — pivots, leading variables, free variables, consistent/inconsistent — reappears there in -dimensional form. This lesson is the warm-up.