AHL 3.12 (HL)—Vectors
- Syllabus
- First assessment 2021
- Objective
- —
- Level
- HL
Vectors encode direction and magnitude together.
A vector separates how far something moves from where it points, allowing displacement, velocity and geometric relationships to be combined component by component.
The displacement from A(1,2,0) to B(4,0,6) is (3,−2,6), with length √49=7.
Subtract initial coordinates from final coordinates, then use components for addition and the norm for magnitude.
A position vector is not the same object as a displacement; keep the origin and direction convention explicit.
Component toolkit: for v=(v1,v2,v3)=v1i+v2j+v3k, ∣v∣=v12+v22+v32 and the unit vector in its direction is v/∣v∣ when v=0. If OA=a and OB=b, then AB=b−a; vector equalities can prove midpoint or parallelogram properties component by component.