5️⃣Multivariable Calculus Unit 1 Review
1.3 Dot Product and Cross Product
1.3 Dot Product and Cross Product
Unit & Topic Study Guides
Vectors and the Geometry of Space
Vector Functions and Space Motion
Partial Derivatives
Multiple Integrals
Vector Fields
Line Integrals and Green's Theorem
Surface Integrals & Stokes' Theorem
Divergence Theorem: Uses and Applications
Dot products and cross products are the two fundamental ways to multiply vectors. The dot product outputs a scalar that tells you how aligned two vectors are, while the cross product outputs a new vector perpendicular to both inputs. Together, they let you calculate angles, areas, projections, work, and torque.
Vector Operations
Concept of Dot Product
The dot product has two equivalent forms. The algebraic form multiplies corresponding components and sums the results:
The geometric form connects the dot product to the angle between the vectors:
The fact that these two expressions are always equal is what makes the dot product so useful. The geometric form tells you what the dot product means: it measures how much one vector points in the direction of another. More precisely, equals the length of 's projection onto , scaled by .
Three key properties:
- Commutative:
- Distributive:
- Scalar multiplication:
Note that the dot product is not associative. Writing doesn't even make sense, because is a scalar, not a vector.
Calculation of Dot Product
To find the angle between two vectors, combine both forms of the dot product:
- Compute algebraically using components.
- Compute and .
- Solve for the angle: , then .
Example: Find the angle between and .
- ,
- , so
Special cases to recognize quickly:
- If , the vectors are perpendicular (, since ).
- If , the vectors are parallel and same direction ().
- If , the vectors are parallel and opposite direction ().
- A positive dot product means the angle is acute; a negative dot product means obtuse.

Cross Product
Definition of Cross Product
Unlike the dot product, the cross product produces a vector, not a scalar. The algebraic formula is:
The magnitude of the result is given by the geometric form:
Geometrically, the cross product gives you a vector that is perpendicular to both and . Its magnitude equals the area of the parallelogram formed by the two vectors. Where the dot product uses to measure alignment, the cross product uses to measure how "spread apart" the vectors are.
Three key properties:
- Anticommutative: (order matters!)
- Distributive:
- Scalar multiplication:
The cross product is not commutative. Swapping the order flips the direction of the result. It's also not associative: in general.

Computation of Cross Product
The component formula can be hard to memorize on its own. The determinant method gives you a systematic way to compute it:
Expand along the first row using cofactors:
-
The component:
-
The component: (note the minus sign)
-
The component:
A common mistake is forgetting the negative sign on the component. The signs alternate: .
Direction is determined by the right-hand rule: point your fingers along , curl them toward , and your thumb points in the direction of .
Special case: If and are parallel (or one is the zero vector), then , since .
Applications of Vector Products
Dot product applications:
- Work: , where is force and is displacement. This picks out only the component of force in the direction of motion.
- Scalar projection of onto :
- Orthogonality test: Two vectors are perpendicular if and only if their dot product is zero.
Cross product applications:
- Torque: , where is the position vector from the pivot to the point where force is applied.
- Area of a parallelogram spanned by and : . The area of the triangle formed by those same vectors is .
- Normal vectors: The cross product of two vectors in a plane gives a normal vector to that plane.
Two identities worth knowing:
- Scalar triple product: . This gives the (signed) volume of the parallelepiped formed by the three vectors.
- Vector triple product (BAC-CAB rule): . The mnemonic "BAC-CAB" matches the order of vectors in the result.