Multivariable-Calculus ยท Unit 3 ยท Video 2 ยท Interactive Practice

The Plane Through Three Points: Flat Box, Normal Vector, One Equation

IKey Formulas

FormulaNameWhat you need
detโก(P1Pโ†’,ย P1P2โ†’,ย P1P3โ†’)=0\det\big(\overrightarrow{P_1P},\ \overrightarrow{P_1P_2},\ \overrightarrow{P_1P_3}\big) = 0Flat-box testThree points of the plane
N=P1P2โ†’ร—P1P3โ†’\mathbf{N} = \overrightarrow{P_1P_2} \times \overrightarrow{P_1P_3}Normal from two in-plane vectorsTwo vectors lying in the plane
P1Pโ†’โ‹…N=0\overrightarrow{P_1P} \cdot \mathbf{N} = 0Point-normal formOne point and a normal
n1(xโˆ’x0)+n2(yโˆ’y0)+n3(zโˆ’z0)=0n_1(x - x_0) + n_2(y - y_0) + n_3(z - z_0) = 0Scalar equation of the planeP1=(x0,y0,z0)P_1 = (x_0, y_0, z_0) and N=โŸจn1,n2,n3โŸฉ\mathbf{N} = \langle n_1, n_2, n_3\rangle

Key Insight: The triple product is the determinant, P1Pโ†’โ‹…(P1P2โ†’ร—P1P3โ†’)=detโก(P1Pโ†’,P1P2โ†’,P1P3โ†’)\overrightarrow{P_1P}\cdot\big(\overrightarrow{P_1P_2}\times\overrightarrow{P_1P_3}\big) = \det\big(\overrightarrow{P_1P},\overrightarrow{P_1P_2},\overrightarrow{P_1P_3}\big), so both methods return the same number at every point of space โ€” and the plane is the set of points where that number is zero.

IIThe Flat Box

The box built on P1Pโ†’\overrightarrow{P_1P}, P1P2โ†’\overrightarrow{P_1P_2}, P1P3โ†’\overrightarrow{P_1P_3} is squashed flat exactly when PP lies in the plane.

๐Ÿ’ก Challenge: exactly five of the 64 whole-number points in this box give the value zero โ€” find all five.

IIIOne Plane, Many Normals

Every nonzero multiple of N\mathbf{N} is again normal to the plane, and each one produces the same plane.

IVTwo Methods, One Equation

Written out in coordinates, the determinant and the dot product agree term for term.

Step 1 โ€” The three vectors from P1P_1
P1Pโ†’=โŸจxโˆ’1,ย yโˆ’1,ย zโˆ’1โŸฉ\overrightarrow{P_1P} = \langle x-1,\ y-1,\ z-1\rangle
P1P2โ†’=โŸจโˆ’1,โˆ’1,1โŸฉP1P3โ†’=โŸจ2,โˆ’1,0โŸฉ\begin{aligned}\overrightarrow{P_1P_2} &= \langle -1, -1, 1\rangle \\ \overrightarrow{P_1P_3} &= \langle 2, -1, 0\rangle\end{aligned}

VQuiz Questions

Problem 1 ยท Normal Vector from Three Points

Given: P1=(1,1,1)P_1 = (1, 1, 1), P2=(0,0,2)P_2 = (0, 0, 2), P3=(3,0,1)P_3 = (3, 0, 1) โ€” find N=P1P2โ†’ร—P1P3โ†’\mathbf{N} = \overrightarrow{P_1P_2} \times \overrightarrow{P_1P_3}.

โœ… Correct! Both P1P2โ†’\overrightarrow{P_1P_2} and P1P3โ†’\overrightarrow{P_1P_3} lie in the plane, so their cross product is perpendicular to it โ€” that is exactly what a normal vector is.
โŒ Check the middle component. The middle entry of a cross product is a3b1โˆ’a1b3a_3b_1 - a_1b_3, with the minus folded in โ€” not a1b3โˆ’a3b1a_1b_3 - a_3b_1. You have the sign of n2n_2 reversed.
โŒ That is the other order. P1P3โ†’ร—P1P2โ†’=โˆ’N\overrightarrow{P_1P_3} \times \overrightarrow{P_1P_2} = -\mathbf{N}. It is still a perfectly good normal vector, but it is not the product that was asked for.
โŒ Not quite. A cross product is not computed component by component; each entry mixes two components of each vector.
Show solution

First the two fixed vectors:

P1P2โ†’=โŸจ0โˆ’1,ย 0โˆ’1,ย 2โˆ’1โŸฉ=โŸจโˆ’1,โˆ’1,1โŸฉ,P1P3โ†’=โŸจ3โˆ’1,ย 0โˆ’1,ย 1โˆ’1โŸฉ=โŸจ2,โˆ’1,0โŸฉ\overrightarrow{P_1P_2} = \langle 0-1,\ 0-1,\ 2-1\rangle = \langle -1, -1, 1\rangle, \qquad \overrightarrow{P_1P_3} = \langle 3-1,\ 0-1,\ 1-1\rangle = \langle 2, -1, 0\rangle

Now the cross product, component by component:

  • n1=a2b3โˆ’a3b2=(โˆ’1)(0)โˆ’(1)(โˆ’1)=1n_1 = a_2b_3 - a_3b_2 = (-1)(0) - (1)(-1) = 1
  • n2=a3b1โˆ’a1b3=(1)(2)โˆ’(โˆ’1)(0)=2n_2 = a_3b_1 - a_1b_3 = (1)(2) - (-1)(0) = 2
  • n3=a1b2โˆ’a2b1=(โˆ’1)(โˆ’1)โˆ’(โˆ’1)(2)=1+2=3n_3 = a_1b_2 - a_2b_1 = (-1)(-1) - (-1)(2) = 1 + 2 = 3
N=โŸจ1,2,3โŸฉ\mathbf{N} = \langle 1, 2, 3\rangle

Check: Nโ‹…P1P2โ†’=โˆ’1โˆ’2+3=0\mathbf{N}\cdot\overrightarrow{P_1P_2} = -1 - 2 + 3 = 0 and Nโ‹…P1P3โ†’=2โˆ’2+0=0\mathbf{N}\cdot\overrightarrow{P_1P_3} = 2 - 2 + 0 = 0, so N\mathbf{N} is perpendicular to both.

Problem 2 ยท Point and Normal to Equation

Given: a plane through P1=(1,1,1)P_1 = (1, 1, 1) with normal vector N=โŸจ1,2,3โŸฉ\mathbf{N} = \langle 1, 2, 3\rangle โ€” find its equation.

โœ… Correct! The normal supplies the three coefficients, and the given point fixes the constant.
โŒ That plane is parallel to the right one. The coefficients are correct, but x+2y+3z=0x + 2y + 3z = 0 passes through the origin. The constant has to come from P1P_1: 1+2+3=61 + 2 + 3 = 6, not 00.
โŒ Check the constant. You added the coordinates of P1P_1. The constant is Nโ‹…P1=(1)(1)+(2)(1)+(3)(1)=6\mathbf{N}\cdot P_1 = (1)(1) + (2)(1) + (3)(1) = 6, each coordinate weighted by its normal component.
โŒ The components of N\mathbf{N} are missing. Point-normal form is n1(xโˆ’x0)+n2(yโˆ’y0)+n3(zโˆ’z0)=0n_1(x-x_0) + n_2(y-y_0) + n_3(z-z_0) = 0; you used n1=n2=n3=1n_1 = n_2 = n_3 = 1.
โŒ Not quite. Start from P1Pโ†’โ‹…N=0\overrightarrow{P_1P}\cdot\mathbf{N} = 0 and expand.
Show solution

A point P=(x,y,z)P = (x, y, z) lies in the plane exactly when P1Pโ†’โŠฅN\overrightarrow{P_1P} \perp \mathbf{N}, i.e. when the dot product vanishes:

P1Pโ†’โ‹…N=1(xโˆ’1)+2(yโˆ’1)+3(zโˆ’1)=0\overrightarrow{P_1P}\cdot\mathbf{N} = 1(x-1) + 2(y-1) + 3(z-1) = 0 xโˆ’1+2yโˆ’2+3zโˆ’3=0x - 1 + 2y - 2 + 3z - 3 = 0 x+2y+3z=6x + 2y + 3z = 6

Check: P1=(1,1,1)P_1 = (1,1,1) gives 1+2+3=6ย โœ“1 + 2 + 3 = 6\ \checkmark. The point (0,0,2)(0,0,2) gives 0+0+6=6ย โœ“0 + 0 + 6 = 6\ \checkmark, and (3,0,1)(3,0,1) gives 3+0+3=6ย โœ“3 + 0 + 3 = 6\ \checkmark.

Problem 3 ยท A New Triple of Points

Given: Q1=(1,0,0)Q_1 = (1, 0, 0), Q2=(0,2,0)Q_2 = (0, 2, 0), Q3=(0,0,4)Q_3 = (0, 0, 4) โ€” find the normal vector and then the equation of the plane through all three.

What is Q1Q2โ†’ร—Q1Q3โ†’\overrightarrow{Q_1Q_2} \times \overrightarrow{Q_1Q_3}?

What is the equation of the plane?

โœ… Correct! N=โŸจ8,4,2โŸฉ\mathbf{N} = \langle 8, 4, 2\rangle gives 8x+4y+2z=88x + 4y + 2z = 8, and dividing by 22 leaves 4x+2y+z=44x + 2y + z = 4 โ€” the same plane, since scaling an equation never changes which points satisfy it.
โŒ Check the middle component. It is a3b1โˆ’a1b3=(0)(โˆ’1)โˆ’(โˆ’1)(4)=4a_3b_1 - a_1b_3 = (0)(-1) - (-1)(4) = 4, not โˆ’4-4: the minus of the cofactor expansion is already folded into that bracket.
โŒ That is Q1Q3โ†’ร—Q1Q2โ†’\overrightarrow{Q_1Q_3} \times \overrightarrow{Q_1Q_2}. Reversing the two factors reverses the vector. It is still normal to the plane, but it is not the product asked for.
โŒ Check the cross product. With Q1Q2โ†’=โŸจโˆ’1,2,0โŸฉ\overrightarrow{Q_1Q_2} = \langle -1, 2, 0\rangle and Q1Q3โ†’=โŸจโˆ’1,0,4โŸฉ\overrightarrow{Q_1Q_3} = \langle -1, 0, 4\rangle, the first component is a2b3โˆ’a3b2=(2)(4)โˆ’(0)(0)=8a_2b_3 - a_3b_2 = (2)(4) - (0)(0) = 8.
โŒ That plane passes through the origin. The coefficients are right, but the constant must come from a point: Nโ‹…Q1=8(1)+4(0)+2(0)=8\mathbf{N}\cdot Q_1 = 8(1) + 4(0) + 2(0) = 8, so 8x+4y+2z=88x + 4y + 2z = 8.
โŒ The coefficients are reversed. The coefficients of xx, yy, zz are the components of N=โŸจ8,4,2โŸฉ\mathbf{N} = \langle 8, 4, 2\rangle in that order โ€” after dividing by 22, โŸจ4,2,1โŸฉ\langle 4, 2, 1\rangle.
โŒ Divide the whole equation. Going from 8x+4y+2z=88x + 4y + 2z = 8 to 4x+2y+z4x + 2y + z halves the left side, so the right side must be halved too: 44, not 88.
โŒ Not quite. Substitute a given point into your equation โ€” Q2=(0,2,0)Q_2 = (0,2,0) and Q3=(0,0,4)Q_3 = (0,0,4) must both satisfy it.
Show solution

Step 1 โ€” Two vectors in the plane.

Q1Q2โ†’=โŸจโˆ’1,2,0โŸฉ,Q1Q3โ†’=โŸจโˆ’1,0,4โŸฉ\overrightarrow{Q_1Q_2} = \langle -1, 2, 0\rangle, \qquad \overrightarrow{Q_1Q_3} = \langle -1, 0, 4\rangle

Step 2 โ€” Their cross product is a normal vector.

  • n1=(2)(4)โˆ’(0)(0)=8n_1 = (2)(4) - (0)(0) = 8
  • n2=(0)(โˆ’1)โˆ’(โˆ’1)(4)=4n_2 = (0)(-1) - (-1)(4) = 4
  • n3=(โˆ’1)(0)โˆ’(2)(โˆ’1)=2n_3 = (-1)(0) - (2)(-1) = 2
N=โŸจ8,4,2โŸฉ\mathbf{N} = \langle 8, 4, 2\rangle

Step 3 โ€” Point-normal form at Q1=(1,0,0)Q_1 = (1,0,0).

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

Step 4 โ€” Divide by 22.

4x+2y+z=44x + 2y + z = 4

Check all three points: Q1:4+0+0=4ย โœ“Q_1: 4 + 0 + 0 = 4\ \checkmark   Q2:0+4+0=4ย โœ“Q_2: 0 + 4 + 0 = 4\ \checkmark   Q3:0+0+4=4ย โœ“Q_3: 0 + 0 + 4 = 4\ \checkmark

Problem 4 ยท When Three Points Fail

Given: R1=(1,1,1)R_1 = (1, 1, 1), R2=(2,3,5)R_2 = (2, 3, 5), R3=(3,5,9)R_3 = (3, 5, 9) โ€” find R1R2โ†’ร—R1R3โ†’\overrightarrow{R_1R_2} \times \overrightarrow{R_1R_3}.

โœ… Correct! R1R3โ†’=2โ€‰R1R2โ†’\overrightarrow{R_1R_3} = 2\,\overrightarrow{R_1R_2}, so the two vectors are parallel and span no parallelogram: the cross product is 0\mathbf{0}. The three points lie on one line, so they determine no single plane โ€” and the flat-box test is then passed by every point of space.
โŒ That is one of the two vectors, not their cross product. Compute the components and watch what happens: every bracket cancels.
โŒ Not quite. Compare R1R2โ†’=โŸจ1,2,4โŸฉ\overrightarrow{R_1R_2} = \langle 1, 2, 4\rangle with R1R3โ†’=โŸจ2,4,8โŸฉ\overrightarrow{R_1R_3} = \langle 2, 4, 8\rangle before computing anything โ€” one is a multiple of the other.
Show solution

The two vectors from R1R_1 are

R1R2โ†’=โŸจ1,2,4โŸฉ,R1R3โ†’=โŸจ2,4,8โŸฉ=2โ€‰R1R2โ†’\overrightarrow{R_1R_2} = \langle 1, 2, 4\rangle, \qquad \overrightarrow{R_1R_3} = \langle 2, 4, 8\rangle = 2\,\overrightarrow{R_1R_2}

Component by component:

  • n1=(2)(8)โˆ’(4)(4)=16โˆ’16=0n_1 = (2)(8) - (4)(4) = 16 - 16 = 0
  • n2=(4)(2)โˆ’(1)(8)=8โˆ’8=0n_2 = (4)(2) - (1)(8) = 8 - 8 = 0
  • n3=(1)(4)โˆ’(2)(2)=4โˆ’4=0n_3 = (1)(4) - (2)(2) = 4 - 4 = 0
R1R2โ†’ร—R1R3โ†’=โŸจ0,0,0โŸฉ\overrightarrow{R_1R_2} \times \overrightarrow{R_1R_3} = \langle 0, 0, 0\rangle

The cross product of two parallel vectors is the zero vector, which is why the construction requires three points not on one line. With N=0\mathbf{N} = \mathbf{0} the condition R1Pโ†’โ‹…N=0\overrightarrow{R_1P}\cdot\mathbf{N} = 0 degenerates into 0=00 = 0: it holds at every point of space and singles out no plane at all. The determinant says the same thing โ€” the box on three coplanar edge vectors has zero volume no matter where PP is.

Solved: 0 / 4