E7.3 Magnitude of a vector
- Syllabus
- 0580–2028–2029
- Topic
- E7.3
- Level
- Extended
The magnitude of a vector is its non-negative length. For a two-dimensional vector, the horizontal and vertical components form the perpendicular legs of a right triangle, so Pythagoras gives the length.
\left|\begin{pmatrix}x\y\end{pmatrix}\right|=\sqrt{x^2+y^2}
The magnitude of a is written ∣a∣, and the magnitude of AB is written ∣AB∣ or AB. Direction changes the vector but not its magnitude, so ∣AB∣=∣BA∣.
For v=(−45), ∣v∣=(−4)2+52=41≈6.40. Keep 41 when an exact value is required; otherwise round only the final value to the requested accuracy.
The same relationship can find an unknown. If MT=(2k−k) and ∣MT∣=180, then 5k2=180, so ∣k∣=6; if k is stated positive, k=6.
Square each signed component before adding: (−4)2=16, not −16. Magnitude is a scalar, never negative, and it has no direction. Do not add the components first or omit the square root.