The Dot Product
Multiplying vectors to find angles and projections.
Introduction
The dot product (or scalar product) takes two vectors and returns a single number. While it looks like simple multiplication, it holds the secret to measuring how parallel two vectors are. If the dot product is zero, the vectors are perpendicular (orthogonal).
Interactive: Vector Projection
The green vector is the projection (shadow) of the blue vector onto the grey axis.
Key Formulas
Algebraic Definition
Sum of products of components:
Geometric Definition
Using the angle :
Orthogonal Test
Vectors are perpendicular if:
Vector Projection
Shadow of onto :
Worked Examples
Example 1: Dot Product & Orthogonality (Level 1)
Calculate for and . Are they orthogonal?
.
Since the dot product is zero, the vectors are orthogonal (perpendicular).
Example 2: Angle Between Vectors (Level 2)
Find the angle between and .
1. Dot Product:
2. Magnitudes:
3. Cosine Formula:
Example 3: Vector Projection (Level 3)
Find the projection of onto .
Warning: Remember the formula projects B onto A. The result is parallel to A.
Practice Quiz
Loading...