Plane Vectors
Master 2D vectors: concepts, operations, coordinate representations, and the powerful dot product.
Geometry
Intermediate
~60 min
A vector is a quantity with both magnitude (size) and direction.
Notation
- a or a (bold) — vector a
- ∣a∣ or ∥a∥ — magnitude of a
- AB — vector from A to B
Special Vectors
- Zero vector 0: magnitude 0, no direction
- Unit vector: magnitude = 1
- Standard basis: i^=(1,0), j^=(0,1)