A vector is a quantity with both magnitude and direction. In physics we use vectors for displacement, velocity, force, and many other quantities.
Notation and components
v=vxi^+vyj^+vzk^
Basic operations
Addition:u+v=(ux+vx,uy+vy,uz+vz)
Scalar mult.:αv=(αvx,αvy,αvz)
Magnitude:∥v∥=vx2+vy2+vz2
Unit vector:v^=v/∥v∥
Key properties
Commutativity:u+v=v+u
Associativity:(u+v)+w=u+(v+w)
Zero vector:v+0=v
Tip: Always sketch vectors before computing. A diagram catches sign errors that algebra misses.
Common pitfall: Vectors add tip-to-tail, not by adding lengths: walking 3 km east then 4 km north displaces you 5 km, not 7. Magnitudes only add when directions align.
Placeholder: Vectors in 2D and 3D
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.