E7.3 Magnitude of a vector

Syllabus
0580–2028–2029
Topic
E7.3
Level
Extended

Calculate the magnitude of a vector

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\mathbf a is written a|\mathbf a|, and the magnitude of AB\overrightarrow{AB} is written AB|\overrightarrow{AB}| or ABAB. Direction changes the vector but not its magnitude, so AB=BA|\overrightarrow{AB}|=|\overrightarrow{BA}|.

For v=(45)\mathbf v=\begin{pmatrix}-4\\5\end{pmatrix}, v=(4)2+52=416.40|\mathbf v|=\sqrt{(-4)^2+5^2}=\sqrt{41}\approx6.40. Keep 41\sqrt{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=(2kk)\overrightarrow{MT}=\begin{pmatrix}2k\\-k\end{pmatrix} and MT=180|\overrightarrow{MT}|=\sqrt{180}, then 5k2=180\sqrt{5k^2}=\sqrt{180}, so k=6|k|=6; if kk is stated positive, k=6k=6.

Square each signed component before adding: (4)2=16(-4)^2=16, not 16-16. Magnitude is a scalar, never negative, and it has no direction. Do not add the components first or omit the square root.