Three Variables and Plane Geometry
When we extend to three variables, the geometry changes dimension. A single linear equation in defines a plane rather than a line.
A system of equations in three variables asks: where do multiple planes intersect? Two generic planes in intersect along a line (one-dimensional). Three generic planes intersect at a single point (zero-dimensional, unique solution).
But exceptional configurations abound in 3D. Three planes might: all share a common line, form a "prism" with no common point, or two might be parallel. The richness of 3D geometry foreshadows the full theory of linear systems.
Formal View
Interactive Visualization
Three planes meeting at a point
Why This Matters
3D systems model three-dimensional physical reality: forces, positions, flows.
- Structural engineering: three force equilibrium equations at a joint determine the unique force state
- 3D navigation: three GPS satellite distance equations locate a receiver in space
- Computer graphics: ray-plane intersection is a 3D linear system solved millions of times per frame
Quiz
Two distinct, non-parallel planes in intersect in:
Common Mistakes
- Assuming three planes always meet at a point — they can form a "prism" with no common intersection.
- Forgetting that two planes can be parallel, giving no intersection at all.