Skip to content

9709 · 3.7

Vectors

Vectors are quantities with both size and direction, like a displacement from one point to another. We can combine them and analyse their geometric relationships using specific algebraic rules.

Need to know

What you need to know

  • Equating the two forms gives the formula for the angle between two vectors: $\cos\theta = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{a}||\mathbf{b}|}$.
  • If two vectors $\mathbf{a}$ and $\mathbf{b}$ are perpendicular (orthogonal), then $\theta = 90^\circ$, so $\cos\theta = 0$. This means $\mathbf{a} \cdot \mathbf{b} = 0$.
  • The scalar product of a vector with itself gives the square of its magnitude: $\mathbf{a} \cdot \mathbf{a} = |\mathbf{a}|^2$.

Explanation

Vectors: Direction and Magnitude

  1. Write vectors in component form a = ai + aj or column notation.
  2. Add component-wise: (a₁+b₁)i + (a₂+b₂)j.
  3. Resultant magnitude |R| = √(Rx² + Ry²); direction from tan θ = Ry/Rx.
  4. Dot product a·b = |a||b|cos θ — use for angles and projections (9709 3.7).