Multivariable-Calculus · Unit 1 · Video 5 · Interactive Practice

Dot Product Zero Means Perpendicular: Why x + 2y + 3z = 0 Is a Plane

IKey Formulas

FormulaNameWhat you need
AB=ABcosθ\vec{A}\cdot\vec{B} = |\vec{A}|\,|\vec{B}|\cos\thetaGeometric form of the dot productTwo vectors and the angle between them
AB    AB=0\vec{A}\perp\vec{B} \iff \vec{A}\cdot\vec{B} = 0Orthogonality test, for nonzero A,B\vec{A},\vec{B}Components only — no angle is ever computed
ax+by+cz=a,b,cx,y,zax + by + cz = \langle a, b, c\rangle\cdot\langle x, y, z\rangleA linear expression is a dot productThe coefficients, read in order
ax+by+cz=0ax + by + cz = 0 is the plane through OO with normal A=a,b,c\vec{A} = \langle a, b, c\rangleNormal vector of a plane through the originA0\vec{A} \neq \vec{0}

Key Insight: The normal vector is never hidden — it is the coefficient list, so x+2y+3z=0x + 2y + 3z = 0 is the plane through the origin perpendicular to 1,2,3\langle 1, 2, 3\rangle.

IIZero Is the Right Angle

One number decides the angle's kind: positive is acute, negative is obtuse, zero is exactly 9090^\circ.

💡 Challenge: exactly four nonzero integer positions of B\vec{B} in this window give AB=0\vec{A}\cdot\vec{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=0x + 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)O = (0,0,0) and let P=(x,y,z)P = (x, y, z) satisfy the equation, so that OP=x,y,z\overrightarrow{OP} = \langle x, y, z\rangle.
The point drawn is P=(1,2,1)P = (-1, 2, -1), and indeed 1+43=0-1 + 4 - 3 = 0.

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\vec{A} = \langle 2, -3, 1\rangle and B=3,1,3\vec{B} = \langle 3, 1, -3\ranglecompute AB\vec{A}\cdot\vec{B} and decide whether the two vectors are perpendicular.

✅ Correct! 6+(3)+(3)=06 + (-3) + (-3) = 0, and both vectors are nonzero, so cosθ=0\cos\theta = 0 and θ=90\theta = 90^\circ — reached without computing a single angle.
❌ Not quite. Two of the three products are negative: (3)(1)=3(-3)(1) = -3 and (1)(3)=3(1)(-3) = -3. Carry both minus signs into the sum.
❌ Not quite. That total comes from adding matching components, 5+(2)+(2)=15 + (-2) + (-2) = 1. The dot product multiplies them first: (2)(3)+(3)(1)+(1)(3)(2)(3) + (-3)(1) + (1)(-3).
❌ Not quite. Multiply matching components, then add: (2)(3)+(3)(1)+(1)(3)(2)(3) + (-3)(1) + (1)(-3).
Show solution

Multiply the first components, the second components, the third components, and add:

AB=(2)(3)+(3)(1)+(1)(3)=633=0\vec{A}\cdot\vec{B} = (2)(3) + (-3)(1) + (1)(-3) = 6 - 3 - 3 = 0

Now read the geometric formula backwards. Since A0\vec{A}\neq\vec{0} and B0\vec{B}\neq\vec{0}, both lengths are strictly positive, so

ABcosθ=0cosθ=0θ=90|\vec{A}|\,|\vec{B}|\cos\theta = 0 \quad\Longrightarrow\quad \cos\theta = 0 \quad\Longrightarrow\quad \theta = 90^\circ

The vectors are perpendicular. Note that the lengths A=14|\vec{A}| = \sqrt{14} and B=19|\vec{B}| = \sqrt{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\vec{A} = \langle 2, c, -1\rangle and B=3,1,4\vec{B} = \langle 3, 1, 4\ranglefind every value of cc that makes AB\vec{A}\perp\vec{B}.

✅ Correct! 6+c4=06 + c - 4 = 0 gives c=2c = -2, and the check confirms it: 2,2,13,1,4=624=0\langle 2, -2, -1\rangle\cdot\langle 3, 1, 4\rangle = 6 - 2 - 4 = 0.
❌ Close, but check the sign. c+2=0c + 2 = 0 solves to c=2c = -2; with c=2c = 2 the dot product is 6+24=406 + 2 - 4 = 4 \neq 0, an acute angle.
❌ Not quite. The third product is (1)(4)=4(-1)(4) = -4, not +4+4. That one sign turns the correct c+2=0c + 2 = 0 into c+10=0c + 10 = 0.
❌ Not quite. The condition AB=0\vec{A}\cdot\vec{B} = 0 is a linear equation in cc whose coefficient is 11, so it has exactly one solution.
❌ Not quite. Write out AB\vec{A}\cdot\vec{B} with cc carried along, set it equal to 00, and solve.
Show solution

Perpendicular means the dot product vanishes, so build it componentwise and keep cc as an unknown:

AB=(2)(3)+(c)(1)+(1)(4)=6+c4=c+2\vec{A}\cdot\vec{B} = (2)(3) + (c)(1) + (-1)(4) = 6 + c - 4 = c + 2

Setting that equal to zero:

c+2=0c=2c + 2 = 0 \quad\Longrightarrow\quad c = -2

Check: 2,2,13,1,4=624=0\langle 2, -2, -1\rangle\cdot\langle 3, 1, 4\rangle = 6 - 2 - 4 = 0, so θ=90\theta = 90^\circ.

Because the coefficient of cc is 101 \neq 0, the equation is genuinely linear and one value of cc is the whole answer.

Problem 3 · From Two Points to a Plane

Given: P=(1,0,2)P = (1, 0, 2) and Q=(4,2,3)Q = (4, -2, 3)find the plane through the origin perpendicular to PQ\overrightarrow{PQ}.

What is PQ\overrightarrow{PQ}?

Which equation is that plane?

✅ Correct! PQ=3,2,1\overrightarrow{PQ} = \langle 3, -2, 1\rangle, and the coefficients of 3x2y+z=03x - 2y + z = 0 are exactly its components.
❌ Check the vector. PQ\overrightarrow{PQ} runs from PP to QQ, so subtract the tail from the head, component by component: 41,  20,  32\langle 4 - 1,\; -2 - 0,\; 3 - 2\rangle.
❌ Check the equation. Its coefficients are the normal's components in order, and "through the origin" forces the right-hand side to be 00, since (0,0,0)(0,0,0) must satisfy it.
Show solution

Step 1 — the normal vector. Head minus tail:

PQ=41,  20,  32=3,2,1\overrightarrow{PQ} = \langle 4 - 1,\; -2 - 0,\; 3 - 2\rangle = \langle 3, -2, 1\rangle

Step 2 — the membership condition. A point (x,y,z)(x,y,z) lies on the plane exactly when its position vector is perpendicular to PQ\overrightarrow{PQ}:

3,2,1x,y,z=03x2y+z=0\langle 3, -2, 1\rangle\cdot\langle x, y, z\rangle = 0 \quad\Longleftrightarrow\quad 3x - 2y + z = 0

Check: the origin gives 3(0)2(0)+0=03(0) - 2(0) + 0 = 0 ✓, and 3,2,1\langle 3,-2,1\rangle is read straight off the coefficients.

The near miss 3x2y+z=53x - 2y + z = 5 carries the right coefficients but the wrong constant: substituting the origin gives 3(0)2(0)+0=053(0) - 2(0) + 0 = 0 \neq 5, so (0,0,0)(0,0,0) fails it. The 55 is simply what PP itself returns, 3(1)2(0)+2=53(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=0x + 2y + 3z = 0 and 2x+2y2z=02x + 2y - 2z = 0 meet at a right angle.

✅ Correct! 1,2,32,2,2=2+46=0\langle 1, 2, 3\rangle\cdot\langle 2, 2, -2\rangle = 2 + 4 - 6 = 0, so the normals are perpendicular and therefore so are the planes.
❌ Backwards. Parallel planes have parallel normals, where cosθ=±1\cos\theta = \pm 1; a vanishing dot product is the perpendicular case, cosθ=0\cos\theta = 0.
❌ Watch the third coefficient. In 2x+2y2z=02x + 2y - 2z = 0 it is 2-2, so the third product is (3)(2)=6(3)(-2) = -6 and the total is 2+46=02 + 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+2y2z=0    B=2,2,2x + 2y + 3z = 0 \;\longrightarrow\; \vec{A} = \langle 1, 2, 3\rangle, \qquad 2x + 2y - 2z = 0 \;\longrightarrow\; \vec{B} = \langle 2, 2, -2\rangle

Now test that pair:

AB=(1)(2)+(2)(2)+(3)(2)=2+46=0\vec{A}\cdot\vec{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|\vec{A}| = \sqrt{14}, B=12|\vec{B}| = \sqrt{12}), which is what licenses the step from ABcosθ=0|\vec{A}|\,|\vec{B}|\cos\theta = 0 to cosθ=0\cos\theta = 0.

Solved: 0 / 4