Perpendicular Vector — Definition, Formula & Examples
A perpendicular vector is a vector that forms a 90° angle with another given vector. Two vectors are perpendicular (also called orthogonal) when their dot product equals zero.
Two vectors and in are perpendicular if and only if , where denotes the dot product. A perpendicular vector to is any nonzero vector satisfying this condition.
Key Formula
Where:
- = Two vectors in \mathbb{R}^n
- = The corresponding components of each vector
How It Works
To check whether two vectors are perpendicular, compute their dot product. If the result is zero, the vectors are perpendicular. To find a perpendicular vector in 2D, you can swap the components of the original vector and negate one of them: if , then is perpendicular to . In 3D, the cross product produces a vector perpendicular to both and .
Worked Example
Problem: Determine whether and are perpendicular.
Compute the dot product: Multiply corresponding components and add the results.
Interpret the result: Since the dot product equals zero, the two vectors are perpendicular.
Answer: and are perpendicular because .
Why It Matters
Perpendicular vectors are central to constructing coordinate systems, defining normal directions to surfaces, and projecting one vector onto another. In physics and engineering, normal vectors determine how light reflects off surfaces and how forces decompose into independent components. Linear algebra courses rely heavily on orthogonality when building orthonormal bases and performing Gram-Schmidt orthogonalization.
Common Mistakes
Mistake: Assuming two vectors must have the same magnitude to be perpendicular.
Correction: Perpendicularity depends only on direction, not magnitude. Vectors of any length can be perpendicular as long as their dot product is zero.
