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∞

The Dot Product and the Law of Cosines

How can multiplying matching components and adding them up possibly know the angle between two arrows?


Loading…

←Previous Scaling and Adding Vectors: The Parallelogram RuleNext Finding Angles in Space With the Dot Product →

Your summary note

    1. 1

      Componentwise definition A⃗⋅B⃗=a1b1+a2b2+a3b3\vec{A}\cdot\vec{B} = a_1b_1+a_2b_2+a_3b_3A⋅B=a1​b1​+a2​b2​+a3​b3​

      Write the componentwise recipe, note that it extends to nnn components, and record that the output is always a scalar and never a vector.

    2. 2

      Geometric theorem A⃗⋅B⃗=∣A⃗∣∣B⃗∣cos⁡θ\vec{A}\cdot\vec{B} = |\vec{A}||\vec{B}|\cos\thetaA⋅B=∣A∣∣B∣cosθ

      State the theorem with θ\thetaθ the angle between the two vectors, and record that this one cheap computation carries both length and angle information.

    3. 3

      The case A⃗⋅A⃗=∣A⃗∣2\vec{A}\cdot\vec{A} = |\vec{A}|^2A⋅A=∣A∣2

      Carry out the first step of the proof by evaluating the geometric formula at θ=0\theta = 0θ=0 and matching it against a12+a22+a32a_1^2+a_2^2+a_3^2a12​+a22​+a32​.

    4. 4

      Proof by comparison with the law of cosines

      Set C⃗=A⃗−B⃗\vec{C} = \vec{A}-\vec{B}C=A−B, write the law of cosines for ∣C⃗∣2|\vec{C}|^2∣C∣2, expand (A⃗−B⃗)⋅(A⃗−B⃗)(\vec{A}-\vec{B})\cdot(\vec{A}-\vec{B})(A−B)⋅(A−B) into four terms, compare, and record the equivalence of the two statements.

    Attempt 1 of 2