Multivariable-Calculus · Unit 1 · Video 5 · Interactive Practice
Dot Product Zero Means Perpendicular: Why x + 2y + 3z = 0 Is a Plane
IKey Formulas
Formula
Name
What you need
A⋅B=∣A∣∣B∣cosθ
Geometric form of the dot product
Two vectors and the angle between them
A⊥B⟺A⋅B=0
Orthogonality test, for nonzero A,B
Components only — no angle is ever computed
ax+by+cz=⟨a,b,c⟩⋅⟨x,y,z⟩
A linear expression is a dot product
The coefficients, read in order
ax+by+cz=0 is the plane through O with normal A=⟨a,b,c⟩
Normal vector of a plane through the origin
A=0
Key Insight: The normal vector is never hidden — it is the coefficient list, so x+2y+3z=0 is the plane through the origin perpendicular to ⟨1,2,3⟩.
IIZero Is the Right Angle
One number decides the angle's kind: positive is acute, negative is obtuse, zero is exactly 90∘.
💡 Challenge: exactly four nonzero integer positions of B in this window give A⋅B=0, and all four lie on one line through the origin.
IIIA Linear Equation Is a Dot Product
The left-hand side of x+2y+3z=0 is a sum of products — that is, a dot product in disguise.
Step 1 — A point of the solution set
Let O=(0,0,0) and let P=(x,y,z) satisfy the equation, so that OP=⟨x,y,z⟩.
The point drawn is P=(−1,2,−1), and indeed −1+4−3=0.
Step 2 — The left side is a sum of products
x+2y+3z=x⋅1+y⋅2+z⋅3
Multiply matching entries, then add — that is precisely what a dot product does.
Step 3 — Name the other vector
A=⟨1,2,3⟩⟹A⋅OP=x+2y+3z
So the equation is a geometric statement: A⋅OP=0.
Step 4 — Read it with the geometric formula
∣A∣∣OP∣cosθ=0,∣A∣=14=0
So either OP=0 — that is P=O, which does solve the equation — or cosθ=0, forcing θ=π/2.
Step 5 — All those directions at once
x+2y+3z=0⟺OP⊥A
Every direction perpendicular to one fixed vector, anchored at O, sweeps out one flat sheet: the plane through the origin with normal vector A=⟨1,2,3⟩.
IVThe Coefficients Are the Normal Vector
Retilt the normal vector and the whole sheet follows, because the equation's coefficients are its components.
💡 Challenge: flatten the sheet into the horizontal floor — the coefficients that do it spell an equation you have known since before this course.
VQuiz Questions
Problem 1 · Apply the Test
Given:A=⟨2,−3,1⟩ and B=⟨3,1,−3⟩ — computeA⋅B and decide whether the two vectors are perpendicular.
✅ Correct!6+(−3)+(−3)=0, and both vectors are nonzero, so cosθ=0 and θ=90∘ — reached without computing a single angle.
❌ Not quite. Two of the three products are negative: (−3)(1)=−3 and (1)(−3)=−3. Carry both minus signs into the sum.
❌ Not quite. That total comes from adding matching components, 5+(−2)+(−2)=1. The dot product multiplies them first: (2)(3)+(−3)(1)+(1)(−3).
❌ Not quite. Multiply matching components, then add: (2)(3)+(−3)(1)+(1)(−3).
Show solution
Multiply the first components, the second components, the third components, and add:
A⋅B=(2)(3)+(−3)(1)+(1)(−3)=6−3−3=0
Now read the geometric formula backwards. Since A=0 and B=0, both lengths are strictly positive, so
∣A∣∣B∣cosθ=0⟹cosθ=0⟹θ=90∘
The vectors are perpendicular. Note that the lengths ∣A∣=14 and ∣B∣=19 were never needed — the sign of the dot product carries the whole verdict.
Problem 2 · Solve for the Missing Component
Given:A=⟨2,c,−1⟩ and B=⟨3,1,4⟩ — find every value of c that makes A⊥B.
✅ Correct!6+c−4=0 gives c=−2, and the check confirms it: ⟨2,−2,−1⟩⋅⟨3,1,4⟩=6−2−4=0.
❌ Close, but check the sign.c+2=0 solves to c=−2; with c=2 the dot product is 6+2−4=4=0, an acute angle.
❌ Not quite. The third product is (−1)(4)=−4, not +4. That one sign turns the correct c+2=0 into c+10=0.
❌ Not quite. The condition A⋅B=0 is a linear equation in c whose coefficient is 1, so it has exactly one solution.
❌ Not quite. Write out A⋅B with c carried along, set it equal to 0, and solve.
Show solution
Perpendicular means the dot product vanishes, so build it componentwise and keep c as an unknown:
A⋅B=(2)(3)+(c)(1)+(−1)(4)=6+c−4=c+2
Setting that equal to zero:
c+2=0⟹c=−2
Check:⟨2,−2,−1⟩⋅⟨3,1,4⟩=6−2−4=0, so θ=90∘.
Because the coefficient of c is 1=0, the equation is genuinely linear and one value of c is the whole answer.
Problem 3 · From Two Points to a Plane
Given:P=(1,0,2) and Q=(4,−2,3) — find the plane through the origin perpendicular to PQ.
What is PQ?
Which equation is that plane?
✅ Correct!PQ=⟨3,−2,1⟩, and the coefficients of 3x−2y+z=0 are exactly its components.
❌ Check the vector.PQ runs from P to Q, so subtract the tail from the head, component by component: ⟨4−1,−2−0,3−2⟩.
❌ Check the equation. Its coefficients are the normal's components in order, and "through the origin" forces the right-hand side to be 0, since (0,0,0) must satisfy it.
Show solution
Step 1 — the normal vector. Head minus tail:
PQ=⟨4−1,−2−0,3−2⟩=⟨3,−2,1⟩
Step 2 — the membership condition. A point (x,y,z) lies on the plane exactly when its position vector is perpendicular to PQ:
⟨3,−2,1⟩⋅⟨x,y,z⟩=0⟺3x−2y+z=0
Check: the origin gives 3(0)−2(0)+0=0 ✓, and ⟨3,−2,1⟩ is read straight off the coefficients.
The near miss 3x−2y+z=5 carries the right coefficients but the wrong constant: substituting the origin gives 3(0)−2(0)+0=0=5, so (0,0,0) fails it. The 5 is simply what P itself returns, 3(1)−2(0)+2=5.
Problem 4 · Two Planes at a Right Angle
Given: two planes through the origin meet at a right angle exactly when their normal vectors are perpendicular — decide whether x+2y+3z=0 and 2x+2y−2z=0 meet at a right angle.
✅ Correct!⟨1,2,3⟩⋅⟨2,2,−2⟩=2+4−6=0, so the normals are perpendicular and therefore so are the planes.
❌ Backwards. Parallel planes have parallel normals, where cosθ=±1; a vanishing dot product is the perpendicular case, cosθ=0.
❌ Watch the third coefficient. In 2x+2y−2z=0 it is −2, so the third product is (3)(−2)=−6 and the total is 2+4−6=0.
❌ They do. Each equation hands you its normal directly, and whether that pair's dot product is zero settles the question without any inverse cosine.
❌ Not quite. Read a normal off each equation's coefficients, then apply the orthogonality test to those two vectors.
Show solution
Each equation is a dot product set to zero, so its coefficients are a normal vector:
x+2y+3z=0⟶A=⟨1,2,3⟩,2x+2y−2z=0⟶B=⟨2,2,−2⟩
Now test that pair:
A⋅B=(1)(2)+(2)(2)+(3)(−2)=2+4−6=0
The normals are perpendicular, so the planes meet at a right angle — yes.
Both vectors are nonzero (∣A∣=14, ∣B∣=12), which is what licenses the step from ∣A∣∣B∣cosθ=0 to cosθ=0.