Definition
A unit vector is a vector whose magnitude (length) is exactly 1. They are used to represent direction independently of magnitude.
Why It Matters
Unit vectors provide a standardized ‘direction unit.’ By normalizing vectors to length 1, we can isolate and manipulate direction independently of magnitude, forming the fundamental building blocks for all vector algebra and physical modeling.
Core Concepts
- Standard Basis Vectors: The unit vectors aligned with the axes: , , .
- How to read: “The unit vector i has components one, zero, zero; the unit vector j has components zero, one, zero; and the unit vector k has components zero, zero, one.”
- Meaning: Orthonormal directions along , , and ; every 3D vector is a linear combination of these.
- Linear Combination Form: Any vector can be written as .
- How to read: “v equals v-one i plus v-two j plus v-three k.”
- Meaning: Component decomposition; are the projections onto each axis direction.
- Normalizing a Vector: To find the unit vector in the direction of , divide by its magnitude: .
- How to read: “u equals v divided by the magnitude of v.”
- Meaning: Scale so its length becomes 1 while preserving direction.
- Direction: If is a unit vector, it points in a specific direction without “weighing” the result with its own length.