Ludium
Sign In
Multivariable Calculus
Vectors and Dot Products
01Vectors, Components, and Length in Space02Scaling and Adding Vectors: The Parallelogram Rule03The Dot Product and the Law of Cosines04Finding Angles in Space With the Dot Product05The Perpendicularity Test and the Normal Vector to a PlaneProblem set0/10Problem set 20/10MIT problem set0/2Practice∞
Determinants and the Cross Product
01The Component of a Vector Along Any Unit Direction02The 2x2 Determinant and the Area of a Parallelogram03The 3x3 Determinant and the Volume of a Box04The Cross Product and the Right-Hand Rule05The Triple Product and the Volume of a ParallelepipedProblem set0/10Problem set 20/10MIT problem set0/2Practice∞
Matrices and Inverse Matrices
01Why Swapping a Cross Product Flips Its Sign02The Equation of a Plane Through Three Points03Matrix Multiplication: Rows Dotted With Columns04Matrices as Transformations: Identity and Rotation05The Inverse Matrix and Solving AX = B06Computing a 3x3 Inverse: Minors, Cofactors, AdjointProblem set0/10Problem set 20/10MIT problem set0/2Practice∞
Planes and Square Systems
01Planes From a Point and a Normal Vector02Reading the Normal Vector Off a Plane Equation03Three Planes, One Point: Solving a 3x3 System04Invertibility, det A, and the Homogeneous System05When det A = 0: Coplanar Normals and a Line of SolutionsProblem set0/10Problem set 20/10Practice∞

Reading the Normal Vector Off a Plane Equation

How can one dot product decide whether a vector is parallel to a plane, perpendicular to it, or neither?


Loading…

←Previous Planes From a Point and a Normal VectorNext Three Planes, One Point: Solving a 3x3 System →

Your summary note

    1. 1

      The family of equations for one plane

      Write one plane equation and its doubled version side by side, record that both describe the same plane, and connect that to normal vectors of every length.

    2. 2

      Perpendicular vectors as the scalar multiples of N⃗\vec{N}N

      State that the vectors perpendicular to a plane are exactly the scalar multiples of N⃗\vec{N}N, then test v⃗=⟨1,2,−1⟩\vec{v} = \langle 1,2,-1\ranglev=⟨1,2,−1⟩ against N⃗=⟨1,1,3⟩\vec{N} = \langle 1,1,3\rangleN=⟨1,1,3⟩ for proportionality.

    3. 3

      The parallelism test v⃗⋅N⃗=0\vec{v} \cdot \vec{N} = 0v⋅N=0

      Compute ⟨1,2,−1⟩⋅⟨1,1,3⟩=1+2−3=0\langle 1,2,-1\rangle \cdot \langle 1,1,3\rangle = 1 + 2 - 3 = 0⟨1,2,−1⟩⋅⟨1,1,3⟩=1+2−3=0 and record the verdict it settles for v⃗\vec{v}v and the plane x+y+3z=5x + y + 3z = 5x+y+3z=5.

    4. 4

      The two readings of a zero left-hand side

      Record the distinction between them: the point (1,2,−1)(1,2,-1)(1,2,−1) misses x+y+3z=5x + y + 3z = 5x+y+3z=5 but lies on the parallel plane x+y+3z=0x + y + 3z = 0x+y+3z=0 through the origin.

    Attempt 1 of 2