P1โ=(x0โ,y0โ,z0โ) and N=โจn1โ,n2โ,n3โโฉ
Key Insight: The triple product is the determinant, P1โPโโ (P1โP2โโรP1โP3โโ)=det(P1โPโ,P1โP2โโ,P1โP3โโ), 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 P1โPโ, P1โP2โโ, P1โP3โโ is squashed flat exactly when P 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 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.
โ Correct! Both P1โP2โโ and P1โP3โโ 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 a3โb1โโa1โb3โ, with the minus folded in โ not a1โb3โโa3โb1โ. You have the sign of n2โ reversed.
โ That is the other order.P1โP3โโรP1โP2โโ=โ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.
Check:Nโ P1โP2โโ=โ1โ2+3=0 and Nโ P1โP3โโ=2โ2+0=0, so N is perpendicular to both.
Problem 2 ยท Point and Normal to Equation
Given: a plane through P1โ=(1,1,1) with normal vector N=โจ1,2,3โฉ โ 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=0 passes through the origin. The constant has to come from P1โ: 1+2+3=6, not 0.
โ Check the constant. You added the coordinates of P1โ. The constant is Nโ P1โ=(1)(1)+(2)(1)+(3)(1)=6, each coordinate weighted by its normal component.
โ The components of N are missing. Point-normal form is n1โ(xโx0โ)+n2โ(yโy0โ)+n3โ(zโz0โ)=0; you used n1โ=n2โ=n3โ=1.
โ Not quite. Start from P1โPโโ N=0 and expand.
Show solution
A point P=(x,y,z) lies in the plane exactly when P1โPโโฅN, i.e. when the dot product vanishes:
Check:P1โ=(1,1,1) gives 1+2+3=6ย โ. The point (0,0,2) gives 0+0+6=6ย โ, and (3,0,1) gives 3+0+3=6ย โ.
Problem 3 ยท A New Triple of Points
Given:Q1โ=(1,0,0), Q2โ=(0,2,0), Q3โ=(0,0,4) โ find the normal vector and then the equation of the plane through all three.
What is Q1โQ2โโรQ1โQ3โโ?
What is the equation of the plane?
โ Correct!N=โจ8,4,2โฉ gives 8x+4y+2z=8, and dividing by 2 leaves 4x+2y+z=4 โ the same plane, since scaling an equation never changes which points satisfy it.
โ Check the middle component. It is a3โb1โโa1โb3โ=(0)(โ1)โ(โ1)(4)=4, not โ4: the minus of the cofactor expansion is already folded into that bracket.
โ That is Q1โQ3โโรQ1โQ2โโ. 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 Q1โQ2โโ=โจโ1,2,0โฉ and Q1โQ3โโ=โจโ1,0,4โฉ, the first component is a2โb3โโa3โb2โ=(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, so 8x+4y+2z=8.
โ The coefficients are reversed. The coefficients of x, y, z are the components of N=โจ8,4,2โฉ in that order โ after dividing by 2, โจ4,2,1โฉ.
โ Divide the whole equation. Going from 8x+4y+2z=8 to 4x+2y+z halves the left side, so the right side must be halved too: 4, not 8.
โ Not quite. Substitute a given point into your equation โ Q2โ=(0,2,0) and Q3โ=(0,0,4) must both satisfy it.
โ Correct!R1โR3โโ=2R1โR2โโ, so the two vectors are parallel and span no parallelogram: the cross product is 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 R1โR2โโ=โจ1,2,4โฉ with R1โR3โโ=โจ2,4,8โฉ before computing anything โ one is a multiple of the other.
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 the condition R1โPโโ N=0 degenerates into 0=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 P is.