Linear Systems and Line Intersections
A linear system is a collection of linear equations that must all hold simultaneously. Finding a solution means finding a point (or set of points) that satisfies every equation at once.
Geometrically, each equation in two variables defines a line. A solution to the system is a point that lies on all those lines simultaneously — i.e., a point of intersection.
Two lines in the plane can relate in exactly three ways: they intersect at one point (unique solution), they are parallel but distinct (no solution), or they are the same line (infinitely many solutions). This trichotomy is the heart of what it means to solve a linear system.
Formal View
There is never a system with exactly two or exactly three solutions.
Interactive Visualization
Line Intersection Cases
Why This Matters
The trichotomy theorem tells us there are only three possible outcomes when solving any linear system — a fundamental structural result.
- CT scan reconstruction: a system with a unique solution means the image can be fully recovered
- Traffic flow models: infinitely many solutions arise when roads form loops
- Chemical equilibria: the number of solutions determines whether a reaction is uniquely determined
Quiz
A linear system can have exactly how many solutions?
Two equations that define the same line form a system with infinitely many solutions.
Common Mistakes
- Thinking a system with 3 equations and 2 unknowns "should" have a solution — it may be inconsistent.
- Confusing "no solution" (inconsistent) with "infinitely many solutions" — both are non-unique but very different.