Multivariable-Calculus ยท Unit 4 ยท Video 5 ยท Interactive Practice

Flat Box, Coplanar Normals: What a Zero Determinant Does to Three Planes

IKey Formulas

FormulaNameWhat you need
detโกA=detโก(Nโƒ—1,Nโƒ—2,Nโƒ—3)\det A = \det(\vec{N}_1, \vec{N}_2, \vec{N}_3)The rows of AA are the normalsThe three plane equations
detโกA=0โ€…โ€ŠโŸบโ€…โ€ŠNโƒ—1,Nโƒ—2,Nโƒ—3\det A = 0 \iff \vec{N}_1, \vec{N}_2, \vec{N}_3 coplanarFlat box: volume 00The three normal vectors
Xโƒ—=tโ€‰(Nโƒ—1ร—Nโƒ—2)\vec{X} = t\,(\vec{N}_1 \times \vec{N}_2)Line of solutions of AXโƒ—=0โƒ—A\vec{X} = \vec{0}Nโƒ—1ร—Nโƒ—2โ‰ 0โƒ—\vec{N}_1 \times \vec{N}_2 \neq \vec{0}
detโกAโ‰ 0:ย Xโƒ—=Aโˆ’1Bโƒ—\det A \neq 0:\ \vec{X} = A^{-1}\vec{B}, exactly oneThe two cases for AXโƒ—=Bโƒ—A\vec{X} = \vec{B}detโกA\det A, then elimination if it is 00

Key Insight: AA is built from the normals alone, so AXโƒ—=0โƒ—A\vec{X} = \vec{0} and AXโƒ—=Bโƒ—A\vec{X} = \vec{B} carry the same determinant. A zero determinant rules out "exactly one solution" for both of them, and only elimination โ€” ending at 0=00 = 0 or at 1=21 = 2 โ€” decides between infinitely many and none.

IIThe Flat Box

The box on Nโƒ—1,Nโƒ—2,Nโƒ—3\vec{N}_1, \vec{N}_2, \vec{N}_3 has volume โˆฃdetโกAโˆฃ|\det A|, so it is flat exactly when the normals are coplanar.

๐Ÿ’ก Eight whole-number tips in this corner flatten the box, and one of them is Nโƒ—3=0โƒ—\vec{N}_3 = \vec{0} โ€” whose equation 0=d30 = d_3 describes no plane at all.

IIIThe Line of Solutions

A normal built inside the plane of Nโƒ—1\vec{N}_1 and Nโƒ—2\vec{N}_2 is perpendicular to Nโƒ—1ร—Nโƒ—2\vec{N}_1 \times \vec{N}_2 for free.

IVNone or Infinitely Many

Seen down the shared direction Nโƒ—1ร—Nโƒ—2\vec{N}_1 \times \vec{N}_2, the three planes become three lines.

๐Ÿ’ก Every point of this picture stands for a whole vertical line in space, so when the three lines do meet, the system's solution is that line โ€” never a single point.

VQuiz Questions

Problem 1 ยท Read the Determinant Off the Normals

Given: three planes with normals Nโƒ—1=โŸจ1,2,3โŸฉ\vec{N}_1 = \langle 1, 2, 3\rangle, Nโƒ—2=โŸจ2,โˆ’1,1โŸฉ\vec{N}_2 = \langle 2, -1, 1\rangle, Nโƒ—3=โŸจ5,0,5โŸฉ\vec{N}_3 = \langle 5, 0, 5\rangle โ€” find detโกA\det A for the system whose rows are these normals.

โœ… Correct! Nโƒ—3=Nโƒ—1+2Nโƒ—2\vec{N}_3 = \vec{N}_1 + 2\vec{N}_2, so the third normal already lies in the plane of the first two and the box on them is flat.
โŒ Close, but check the signs. 2020 is what the expansion gives with a plus in the middle; the cofactor signs alternate +ย โˆ’ย ++\ -\ +.
โŒ Not quite. Expand along the first row: the three minors are โˆ’5-5, 55 and 55.
Show solution

Expanding along the first row, with the minors taken from rows 2 and 3:

detโกA=โˆฃ1232โˆ’11505โˆฃ=1โˆฃโˆ’1105โˆฃโˆ’2โˆฃ2155โˆฃ+3โˆฃ2โˆ’150โˆฃ\det A = \begin{vmatrix} 1 & 2 & 3 \\ 2 & -1 & 1 \\ 5 & 0 & 5\end{vmatrix} = 1\begin{vmatrix}-1 & 1 \\ 0 & 5\end{vmatrix} - 2\begin{vmatrix}2 & 1 \\ 5 & 5\end{vmatrix} + 3\begin{vmatrix}2 & -1 \\ 5 & 0\end{vmatrix} =1(โˆ’5)โˆ’2(5)+3(5)=โˆ’5โˆ’10+15=0= 1(-5) - 2(5) + 3(5) = -5 - 10 + 15 = 0

The reason is visible in the vectors themselves: Nโƒ—1+2Nโƒ—2=โŸจ1+4,ย 2โˆ’2,ย 3+2โŸฉ=โŸจ5,0,5โŸฉ=Nโƒ—3\vec{N}_1 + 2\vec{N}_2 = \langle 1 + 4,\ 2 - 2,\ 3 + 2\rangle = \langle 5, 0, 5\rangle = \vec{N}_3. A third edge that is a combination of the other two adds no thickness, so the box is flat and its volume โ€” the size of the determinant โ€” is 00.

Problem 2 ยท One Solution Found

Given: a system AXโƒ—=Bโƒ—A\vec{X} = \vec{B} with detโกA=0\det A = 0, and a vector Xโƒ—0=โŸจ1,1,1โŸฉ\vec{X}_0 = \langle 1, 1, 1\rangle that satisfies all three equations โ€” how many solutions does the system have?

โœ… Correct! With detโกA=0\det A = 0 exactly one solution is impossible, so finding one forces infinitely many.
โŒ Close, but that is the one case detโกA=0\det A = 0 rules out. A unique solution needs Aโˆ’1A^{-1}, which needs detโกAโ‰ 0\det A \neq 0.
โŒ Not quite. A solution is given, so "none" is out; and the two cases available when detโกA=0\det A = 0 are none and infinitely many.
Show solution

detโกA=0\det A = 0 leaves exactly two possibilities for AXโƒ—=Bโƒ—A\vec{X} = \vec{B}: no solution, or infinitely many. Here a solution is handed to us, so the first is excluded.

The mechanism: the normals are coplanar, so Vโƒ—=Nโƒ—1ร—Nโƒ—2\vec{V} = \vec{N}_1 \times \vec{N}_2 is perpendicular to all three of them and solves the homogeneous system. Then for every tt,

A(Xโƒ—0+tVโƒ—)=AXโƒ—0+tโ€‰AVโƒ—=Bโƒ—+0โƒ—=Bโƒ—A(\vec{X}_0 + t\vec{V}) = A\vec{X}_0 + t\,A\vec{V} = \vec{B} + \vec{0} = \vec{B}

so a whole line of solutions runs through Xโƒ—0\vec{X}_0 in the direction Vโƒ—\vec{V}.

Problem 3 ยท Solve the Homogeneous System

Given: AXโƒ—=0โƒ—A\vec{X} = \vec{0} with normals Nโƒ—1=โŸจ1,2,โˆ’1โŸฉ\vec{N}_1 = \langle 1, 2, -1\rangle, Nโƒ—2=โŸจ2,โˆ’1,1โŸฉ\vec{N}_2 = \langle 2, -1, 1\rangle, Nโƒ—3=โŸจ3,1,0โŸฉ\vec{N}_3 = \langle 3, 1, 0\rangle โ€” find a nonzero solution and then the complete solution set.

A nonzero solution?

The complete solution set?

โœ… Correct! Nโƒ—3=Nโƒ—1+Nโƒ—2\vec{N}_3 = \vec{N}_1 + \vec{N}_2, so the three planes share the line through the origin along Nโƒ—1ร—Nโƒ—2\vec{N}_1 \times \vec{N}_2.
โŒ Check the signs in the cross product. โŸจ1,3,5โŸฉโ‹…Nโƒ—1=1+6โˆ’5=2โ‰ 0\langle 1, 3, 5\rangle \cdot \vec{N}_1 = 1 + 6 - 5 = 2 \neq 0, so this vector is not in the first plane.
โŒ Not quite. A solution must be perpendicular to all three normals, so test it against Nโƒ—1\vec{N}_1 first: a normal is never perpendicular to itself.
โŒ Two is too few. If Xโƒ—\vec{X} solves AXโƒ—=0โƒ—A\vec{X} = \vec{0} then so does every multiple: 2โŸจ1,โˆ’3,โˆ’5โŸฉ=โŸจ2,โˆ’6,โˆ’10โŸฉ2\langle 1, -3, -5\rangle = \langle 2, -6, -10\rangle satisfies all three equations as well. The solution set is the whole line, not just the pair ยฑโŸจ1,โˆ’3,โˆ’5โŸฉ\pm\langle 1, -3, -5\rangle.
โŒ Not quite. Nโƒ—1\vec{N}_1 and Nโƒ—2\vec{N}_2 are not parallel, so the three planes meet in a line, not in a point or a plane.
Show solution

Step 1 โ€” the determinant. Nโƒ—1+Nโƒ—2=โŸจ3,1,0โŸฉ=Nโƒ—3\vec{N}_1 + \vec{N}_2 = \langle 3, 1, 0\rangle = \vec{N}_3, so the normals are coplanar and detโกA=0\det A = 0: the homogeneous system has infinitely many solutions.

Step 2 โ€” build one. Take the cross product of the first two normals:

Nโƒ—1ร—Nโƒ—2=โŸจ(2)(1)โˆ’(โˆ’1)(โˆ’1),ย (โˆ’1)(2)โˆ’(1)(1),ย (1)(โˆ’1)โˆ’(2)(2)โŸฉ=โŸจ1,โˆ’3,โˆ’5โŸฉ\vec{N}_1 \times \vec{N}_2 = \big\langle (2)(1) - (-1)(-1),\ (-1)(2) - (1)(1),\ (1)(-1) - (2)(2) \big\rangle = \langle 1, -3, -5\rangle

Step 3 โ€” check all three equations.

Nโƒ—1โ‹…Xโƒ—=1โˆ’6+5=0,Nโƒ—2โ‹…Xโƒ—=2+3โˆ’5=0,Nโƒ—3โ‹…Xโƒ—=3โˆ’3+0=0\vec{N}_1 \cdot \vec{X} = 1 - 6 + 5 = 0, \qquad \vec{N}_2 \cdot \vec{X} = 2 + 3 - 5 = 0, \qquad \vec{N}_3 \cdot \vec{X} = 3 - 3 + 0 = 0

The third costs nothing: Nโƒ—3\vec{N}_3 lies in the plane of Nโƒ—1\vec{N}_1 and Nโƒ—2\vec{N}_2, and Xโƒ—\vec{X} is perpendicular to that whole plane.

Step 4 โ€” the full set. Every multiple tโŸจ1,โˆ’3,โˆ’5โŸฉt\langle 1, -3, -5\rangle satisfies all three equations, and together they fill the line of intersection.

Problem 4 ยท Same AA, New Right-Hand Side

Given: x+2yโˆ’z=3x + 2y - z = 3, ย 2xโˆ’y+z=1\ 2x - y + z = 1, ย 3x+y=7\ 3x + y = 7 โ€” find detโกA\det A and the number of solutions.

What is detโกA\det A?

How many solutions?

โœ… Correct! The same coefficients as Problem 3, so detโกA=0\det A = 0 again โ€” but this right-hand side ends elimination at a contradiction.
โŒ That is the other ending. It needs d3=4d_3 = 4: adding the first two equations gives 3x+y=43x + y = 4, while the third demands 3x+y=73x + y = 7.
โŒ Recount the expansion. The third row is the sum of the first two, โŸจ1,2,โˆ’1โŸฉ+โŸจ2,โˆ’1,1โŸฉ=โŸจ3,1,0โŸฉ\langle 1, 2, -1\rangle + \langle 2, -1, 1\rangle = \langle 3, 1, 0\rangle, so the box is flat: 1(0โˆ’1)โˆ’2(0โˆ’3)+(โˆ’1)(2+3)=โˆ’1+6โˆ’5=01(0 - 1) - 2(0 - 3) + (-1)(2 + 3) = -1 + 6 - 5 = 0.
โŒ Not quite. The rows of AA are โŸจ1,2,โˆ’1โŸฉ\langle 1, 2, -1\rangle, โŸจ2,โˆ’1,1โŸฉ\langle 2, -1, 1\rangle, โŸจ3,1,0โŸฉ\langle 3, 1, 0\rangle, and the right-hand side never enters AA.
โŒ Not quite. Add the first two equations and compare the result with the third.
Show solution

Step 1 โ€” the determinant. The rows of AA are โŸจ1,2,โˆ’1โŸฉ\langle 1, 2, -1\rangle, โŸจ2,โˆ’1,1โŸฉ\langle 2, -1, 1\rangle and โŸจ3,1,0โŸฉ\langle 3, 1, 0\rangle, and the third is the sum of the first two, so the normals are coplanar and detโกA=0\det A = 0. The right-hand side โŸจ3,1,7โŸฉ\langle 3, 1, 7\rangle plays no part in this: AA holds only the coefficients.

Step 2 โ€” eliminate. Adding the first two equations:

(x+2yโˆ’z)+(2xโˆ’y+z)=3+1โŸน3x+y=4(x + 2y - z) + (2x - y + z) = 3 + 1 \quad\Longrightarrow\quad 3x + y = 4

The third equation says 3x+y=73x + y = 7. Subtracting gives

0=3,0 = 3,

a contradiction, so the system has no solutions: the three planes are all parallel to Nโƒ—1ร—Nโƒ—2=โŸจ1,โˆ’3,โˆ’5โŸฉ\vec{N}_1 \times \vec{N}_2 = \langle 1, -3, -5\rangle but have no common point.

Step 3 โ€” the other ending. Replace the third right-hand side by 44 and elimination ends at 0=00 = 0: the solutions are then the whole line โŸจ1,1,0โŸฉ+tโŸจ1,โˆ’3,โˆ’5โŸฉ\langle 1, 1, 0\rangle + t\langle 1, -3, -5\rangle. Same AA, same detโกA=0\det A = 0, opposite verdict โ€” which is exactly why the determinant alone cannot decide.

Solved: 0 / 4