3. Geometry and Trigonometry

Magnitude Of A Vector

Magnitude of a Vector

Introduction: How far and how big? 🌍

Hello students, this lesson is about the magnitude of a vector, which means the length or size of a vector. In Geometry and Trigonometry, vectors are used to describe movement, direction, force, displacement, and many other real-world quantities. A vector tells us how far and which direction, but its magnitude tells us only how much.

By the end of this lesson, you should be able to:

  • explain what the magnitude of a vector means,
  • calculate the magnitude of vectors in $2$D and $3$D,
  • connect magnitude to distance and geometry,
  • use notation and formulas correctly in IB Mathematics: Analysis and Approaches HL,
  • apply vector reasoning in real situations like navigation, physics, and geometry πŸ“.

A simple example is walking from one point to another. If you walk $3$ km east and $4$ km north, your displacement vector has a direction and a size. The magnitude is the straight-line distance from start to finish. That idea is central to this lesson.

What is the magnitude of a vector?

A vector is usually written as a column vector or using coordinates, such as $\begin{pmatrix}a\b\end{pmatrix}$ in $2$D or $\begin{pmatrix}a\b\c\end{pmatrix}$ in $3$D. The magnitude of a vector is written using vertical bars, such as $|\mathbf{v}|$.

If $\mathbf{v}=\begin{pmatrix}a\b\end{pmatrix},$ then the magnitude is

$$|\mathbf{v}|=\sqrt{a^2+b^2}.$$

If $\mathbf{v}=\begin{pmatrix}a\b\c\end{pmatrix},$ then the magnitude is

$$|\mathbf{v}|=\sqrt{a^2+b^2+c^2}.$$

This formula comes from the Pythagorean theorem. In $2$D, the vector’s components form the legs of a right triangle, and the magnitude is the hypotenuse. In $3$D, the same idea extends by combining all three perpendicular directions.

Important terminology:

  • vector: a quantity with both size and direction,
  • magnitude: the length of the vector,
  • component: one part of the vector in a coordinate direction,
  • displacement: change in position from one point to another.

A vector such as $\begin{pmatrix}3\\4\end{pmatrix}$ has magnitude

$$\sqrt{3^2+4^2}=\sqrt{25}=5.$$

So the vector is $5$ units long. This is a classic IB example because it links algebra, geometry, and reasoning.

Calculating magnitude in two dimensions

In $2$D coordinate geometry, a vector may be given as a position vector from the origin or as a displacement between two points. If the vector is from $A(x_1,y_1)$ to $B(x_2,y_2)$, then

$$\overrightarrow{AB}=\begin{pmatrix}x_2-x_1\y_2-y_1\end{pmatrix}.$$

Its magnitude is

$$|\overrightarrow{AB}|=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}.$$

This is exactly the distance formula between two points.

Example 1

Find the magnitude of $$\mathbf{v}=\begin{pmatrix}-6\\8\end{pmatrix}.$$

Use the formula:

$$|\mathbf{v}|=\sqrt{(-6)^2+8^2}=$$

$$\sqrt{36+64}=\sqrt{100}=10.$$

So the magnitude is $10$.

Example 2

Find the distance between $A(1,2)$ and $B(7,10)$.

First find the displacement:

$$\overrightarrow{AB}=\begin{pmatrix}7-1\\10-2\end{pmatrix}=\begin{pmatrix}6\\8\end{pmatrix}.$$

Then

$$|\overrightarrow{AB}|=\sqrt{6^2+8^2}=10.$$

So the points are $10$ units apart.

This is useful in maps, sports, and computer graphics. For example, if a drone moves from one coordinate to another, the magnitude of its displacement tells the straight-line travel distance, even if its actual path is longer.

Calculating magnitude in three dimensions

In $3$D, a vector has three components. If

$$\mathbf{v}=\begin{pmatrix}a\b\c\end{pmatrix},$$

then the magnitude is

$$|\mathbf{v}|=\sqrt{a^2+b^2+c^2}.$$

This is the $3$D version of the Pythagorean theorem.

Example 3

Find the magnitude of

$$\mathbf{w}=\begin{pmatrix}2\\-1\\6\end{pmatrix}.$$

Then

$$|\mathbf{w}|=\sqrt{2^2+(-1)^2+6^2}=$$

$$\sqrt{4+1+36}=

$\sqrt{41}$.$$

So the magnitude is $\sqrt{41}$.

In $3$D geometry, vectors help describe points in space, line directions, and plane positions. The magnitude gives the length of a space diagonal, a force vector, or a displacement through the air. For example, if a ship moves east, north, and upward due to waves or currents, the magnitude of its displacement still measures the straight-line distance from start to finish.

Connection to distance and geometry

Magnitude is closely related to distance. If a vector starts at the origin $O(0,0)$ and ends at $P(x,y)$, then the position vector is

$$\overrightarrow{OP}=\begin{pmatrix}x\y\end{pmatrix},$$

and its magnitude is the distance from the origin to the point:

$$|\overrightarrow{OP}|=\sqrt{x^2+y^2}.$$

In geometry, this helps with:

  • finding side lengths of triangles,
  • checking whether shapes are right-angled,
  • calculating diagonals of rectangles or cuboids,
  • studying movement in coordinate grids.

Example 4

A rectangle has vertices $A(0,0)$, $B(5,0)$, $C(5,12)$, and $D(0,12)$. The diagonal $AC$ can be found using vectors.

The vector $$\overrightarrow{AC}=\begin{pmatrix}5\\12\end{pmatrix}.$$

Its magnitude is

$$|\overrightarrow{AC}|=\sqrt{5^2+12^2}=\sqrt{169}=13.$$

So the diagonal has length $13$.

This type of reasoning is common in IB problems because it connects algebraic calculation with geometric meaning. It also shows why vectors are useful: they organize information about shape and position in a clear way.

Magnitude and unit vectors

A unit vector has magnitude $1$. It shows direction only. If a non-zero vector $\mathbf{v}$ has magnitude $|\mathbf{v}|,$ then a unit vector in the same direction is

$$\frac{\mathbf{v}}{|\mathbf{v}|}.$$

Example 5

Let

$$\mathbf{v}=\begin{pmatrix}3\\4\end{pmatrix}.$$

We already know that

$$|\mathbf{v}|=5.$$

So the unit vector in the same direction is

$$\frac{1}{5}\begin{pmatrix}3\\4\end{pmatrix}=\begin{pmatrix}\tfrac{3}{5}\\tfrac{4}{5}\end{pmatrix}.$$

This idea is important because it separates direction from size. In physics, a force can be written as a magnitude times a unit vector. In navigation, a direction can be chosen independently of speed. The magnitude tells how strong or how far, while the unit vector tells where.

Common mistakes and how to avoid them

When finding magnitudes, students often make small algebra errors. Here are common issues to watch for:

  • forgetting to square a negative component, since $(-a)^2=a^2$,
  • using subtraction instead of addition inside the square root,
  • mixing up a vector with its magnitude,
  • forgetting that magnitude is always non-negative,
  • confusing coordinates of a point with components of a displacement vector.

For example, for $\begin{pmatrix}-2\\-7\end{pmatrix},$ the magnitude is

$$\sqrt{(-2)^2+(-7)^2}=\sqrt{4+49}=\sqrt{53},$$

not $\sqrt{-53}$. A magnitude can never be negative because it represents length.

A useful self-check is to ask: Does my answer make sense as a distance or length? If not, go back and review the components and the arithmetic.

Conclusion

students, the magnitude of a vector is one of the most important ideas in Geometry and Trigonometry because it connects algebra with real geometric meaning. The magnitude measures the length of a vector, whether it is in $2$D or $3$D. You can calculate it using $|\mathbf{v}|=\sqrt{a^2+b^2}$ in $2$D and $|\mathbf{v}|=\sqrt{a^2+b^2+c^2}$ in $3$D. It is also the distance between two points when a vector represents displacement.

This topic supports later work with lines, planes, direction vectors, and trigonometric reasoning. Mastering magnitude helps you read vector problems carefully, connect diagrams to algebra, and solve geometry questions efficiently πŸ“˜.

Study Notes

  • A vector has magnitude and direction.
  • The magnitude of $\begin{pmatrix}a\b\end{pmatrix}$ is $\sqrt{a^2+b^2}$.
  • The magnitude of $\begin{pmatrix}a\b\c\end{pmatrix}$ is $\sqrt{a^2+b^2+c^2}$.
  • Magnitude is always non-negative.
  • The magnitude of a displacement vector equals the straight-line distance between two points.
  • The formula comes from the Pythagorean theorem.
  • A unit vector has magnitude $1$ and is found by dividing a vector by its magnitude.
  • Be careful with negative signs: square first, then add.
  • Magnitude is important in coordinate geometry, 3D geometry, physics, and navigation.
  • In IB Mathematics: Analysis and Approaches HL, magnitude supports work with lines, planes, and vector reasoning.

Practice Quiz

5 questions to test your understanding

Magnitude Of A Vector β€” IB Mathematics Analysis And Approaches HL | A-Warded