Login
📚 Linear Algebra, Interactive Edition
Chapters ▾
⇩ Download ▾

1.1 Two Planes, One Line

A single linear equation in three unknowns pins down very little. The equation z=10.5x+0.3y has infinitely many solutions, and they are not scattered randomly: they form a plane, a flat sheet tilted through space. A second equation, z=a+0.5x0.7y, is a second sheet. A system asks for the points that satisfy both equations at once — the points where the two sheets pass through each other.

Two flat sheets that are not parallel cannot merely touch. Wherever they meet, they must meet along an entire straight line, and every point of that line is a solution of the system. The figure below draws both planes and their intersection line, with a slider a that raises and lowers the second plane.

Two semi-transparent tilted planes crossing each other, with their line of intersection drawn as a thick amber line. A slider named a raises and lowers the second plane; as it moves, the amber line slides across the first plane but never disappears, because these two planes are never parallel.Explore in 3D (opens in a new tab)
The planes z=10.5x+0.3y and z=a+0.5x0.7y, with their intersection drawn as the amber line. The slider a translates the second plane vertically; the line of solutions moves with it.

Explore the figure

  1. Orbit until you can see both sheets edge-on. Convince yourself the amber line lies inside each plane simultaneously — that is what "solution of both equations" looks like.
  2. Drag a slowly from 2 to 2. The second plane rises, and the line slides across the first plane. Does the line ever disappear?
  3. Set a=0 and pick any point you like on the amber line. Read off rough coordinates and check them, at least approximately, in both equations.
  4. Predict: could some value of a make the system have no solutions? What would the two planes have to look like for that to happen?

Where the line comes from

We can compute the line you just watched. A point on both planes must give both formulas the same z, so

1 0.5 x + 0.3 y = a + 0.5 x 0.7 y

Collecting terms gives y=x+a1: on the intersection, y is completely determined by x. Choosing x=t as a free parameter and substituting back into the first plane gives the parametric line

( x , y , z ) = ( t , t + a 1 , 0.7 + 0.3 a 0.2 t )

Notice that the slider value a appears in the formula. That is the algebraic shadow of what you saw: changing a does not break the system, it just hands you a different line of solutions. The system stays consistent for every a because the two planes tilt differently — their coefficient rows (0.5,0.3) and (0.5,0.7) are not proportional, so the sheets can never be parallel. Inconsistency would require parallel, non-identical planes, and no vertical translation can make these two parallel.

An original work of XYZ Homework, built around interactive XYZ 3D figures. Its chapter sequence is aligned to Interactive Linear Algebra (Margalit & Rabinoff, Georgia Tech, GNU FDL); this work is original, copies nothing from it, and is not affiliated with or endorsed by its authors. License: CC-BY-NC-SA-4.0.