3. Geometry and Trigonometry

Magnitude And Direction

Magnitude and Direction

students, imagine you are walking across a park to meet a friend. To describe your trip, you could say how far you walked, and also which way you went 🌍. Those two ideas—magnitude and direction—are essential in geometry and trigonometry. They help us describe movement, forces, wind, navigation, and positions in space. In this lesson, you will learn how to describe vectors, calculate their sizes, find their directions, and use them in real situations.

What Magnitude and Direction Mean

In mathematics, a vector is a quantity with both size and direction. The magnitude of a vector is its length or size, written as $\lvert \mathbf{v} \rvert$. The direction tells us which way it points.

A good real-world example is a plane flying north-east. If the plane travels $200\text{ km}$ at a certain angle, the distance alone is not enough to fully describe the journey. We need to know both $200\text{ km}$ and the direction. That is why vectors are so useful in navigation and physics ✈️.

Vectors are different from ordinary numbers, called scalars. A scalar has only size, such as $5\text{ kg}$ or $12\text{ m}$. A vector has size and direction, such as $12\text{ m}$ east.

In coordinate geometry, a vector can be shown using components. For example, $\mathbf{v} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}$ means the vector moves $3$ units horizontally and $4$ units vertically.

Finding Magnitude from Components

If a vector has components $\mathbf{v} = \begin{pmatrix} a \\ b \end{pmatrix}$, then its magnitude is found using Pythagoras’ theorem:

$$

$\lvert \mathbf{v} \rvert = \sqrt{a^2+b^2}$

$$

This formula works because the horizontal and vertical components form a right triangle.

Example 1

Suppose $\mathbf{v} = \begin{pmatrix} 6 \\ 8 \end{pmatrix}$. Then

$$

\lvert $\mathbf{v}$ \rvert = $\sqrt{6^2+8^2}$ = $\sqrt{36+64}$ = $\sqrt{100}$ = 10

$$

So the magnitude is $10$ units.

This is useful in real life. If a robot moves $6$ steps east and $8$ steps north, its total displacement is not $14$ steps. The straight-line distance from the start is $10$ steps 🤖.

Example 2

For $\mathbf{w} = \begin{pmatrix} -5 \\ 12 \end{pmatrix}$,

$$

\lvert $\mathbf{w}$ \rvert = $\sqrt{(-5)^2+12^2}$ = $\sqrt{25+144}$ = $\sqrt{169}$ = 13

$$

The negative sign does not affect the size, only the direction of the vector.

Understanding Direction with Angles

Direction can be described using an angle from the positive $x$-axis, measured counterclockwise. If a vector makes an angle $\theta$ with the positive $x$-axis, then its components are connected to trigonometry:

$$

$a = r\cos\theta$

$$

$$

$b = r\sin\theta$

$$

where $r = \lvert \mathbf{v} \rvert$.

So if you know the magnitude and the direction, you can find the components. If you know the components, you can find the magnitude and direction.

Example 3

A vector has magnitude $20$ and direction $30^\circ$ above the positive $x$-axis. Its components are

$$

$a = 20\cos 30^\circ$

$$

$$

$b = 20\sin 30^\circ$

$$

Using known values,

$$

$a = 20\cdot \frac{\sqrt{3}}{2} = 10\sqrt{3}$

$$

$$

$b = 20\cdot \frac{1}{2} = 10$

$$

So the vector is

$$

$\mathbf{v}$ = $\begin{pmatrix} 10$$\sqrt{3}$ \ $10 \end{pmatrix}$

$$

This kind of decomposition is common in physics, where one force can be split into horizontal and vertical parts.

Finding the Direction of a Vector

If a vector is given in component form, you can find its direction using trigonometry. For $\mathbf{v} = \begin{pmatrix} a \\ b \end{pmatrix}$, the angle $\theta$ can often be found using

$$

$\tan\theta = \frac{b}{a}$

$$

However, you must think carefully about the signs of $a$ and $b$ because they tell you the quadrant. The direction is not just the value of the angle; it must match the actual position of the vector.

Example 4

Find the direction of $\mathbf{v} = \begin{pmatrix} 4 \\ 4 \end{pmatrix}$.

First,

$$

$\tan\theta = \frac{4}{4} = 1$

$$

So

$$

$\theta = 45^\circ$

$$

This means the vector points $45^\circ$ above the positive $x$-axis.

Example 5

Find the direction of $\mathbf{u} = \begin{pmatrix} -3 \\ 3 \end{pmatrix}$.

Here,

$$

$\tan\theta = \frac{3}{-3} = -1$

$$

A calculator may give $-45^\circ$, but the vector is in Quadrant II because $x$ is negative and $y$ is positive. So the correct direction from the positive $x$-axis is

$$

$135^\circ$

$$

This is a good reminder that direction depends on both the angle and the quadrant 🧭.

Unit Vectors and Describing Direction Clearly

A unit vector has magnitude $1$. Unit vectors are useful because they show direction without changing size. In two dimensions, the standard unit vectors are

$$

$\mathbf{i}$ = $\begin{pmatrix} 1$ \ $0 \end{pmatrix}$, \quad $\mathbf{j}$ = $\begin{pmatrix} 0$ \ $1 \end{pmatrix}$

$$

Any vector $\mathbf{v} = \begin{pmatrix} a \\ b \end{pmatrix}$ can be written as

$$

$\mathbf{v} = a\mathbf{i} + b\mathbf{j}$

$$

This notation is especially helpful when solving geometry and trigonometry problems involving movement, forces, and position.

You can also form a unit vector in the direction of $\mathbf{v}$ by dividing by its magnitude:

$$

$\hat{\mathbf{v}} = \frac{\mathbf{v}}{\lvert \mathbf{v} \rvert}$

$$

For example, if

$$

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

$$

then

$$

$\lvert \mathbf{v} \rvert = 5$

$$

and the unit vector is

$$

\hat{\mathbf{v}} = $\frac{1}{5}$$\begin{pmatrix} 3$ \ $4 \end{pmatrix}$ = $\begin{pmatrix}$ $\frac{3}{5}$ \ $\frac{4}{5}$ $\end{pmatrix}$

$$

The direction is the same, but the size is now $1$.

Magnitude and Direction in Applied Geometry and Trigonometry

Magnitude and direction fit naturally into the broader topics of geometry and trigonometry because they connect algebraic representation with shapes, distances, and angles. In IB Mathematics: Applications and Interpretation SL, you are expected to interpret vectors in context, not just manipulate symbols.

For example, suppose a boat travels $50\text{ km}$ east and then $30\text{ km}$ north. The total displacement is the vector

$$

$\begin{pmatrix} 50 \ 30 \end{pmatrix}$

$$

Its magnitude is

$$

$\sqrt{50^2+30^2} = \sqrt{2500+900} = \sqrt{3400}$

$$

So the straight-line distance from the start is

$$

$10\sqrt{34}\text{ km}$

$$

Its direction is found from

$$

$\tan\theta = \frac{30}{50} = \frac{3}{5}$

$$

so

$$

$\theta = \tan^{-1}\left(\frac{3}{5}\right)$

$$

This gives the angle north of east. That kind of reasoning helps with maps, travel planning, and interpreting motion 📍.

Vectors also appear in three-dimensional interpretation. In space, a vector may have three components:

$$

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

$$

Then the magnitude is

$$

$\lvert \mathbf{v} \rvert = \sqrt{a^2+b^2+c^2}$

$$

This extends the same idea into 3D geometry, such as finding the length of a diagonal in a room or the distance between two points in space.

Conclusion

Magnitude and direction are core ideas in vectors, geometry, and trigonometry. The magnitude tells us how big a vector is, while the direction tells us where it points. Using Pythagoras’ theorem and trigonometric ratios, you can move between component form, magnitude, and angle form. These skills are powerful in real-world contexts like navigation, forces, robotics, and 3D measurement. For IB Mathematics: Applications and Interpretation SL, understanding magnitude and direction means being able to read a situation, translate it into mathematical form, and explain what the result means in context.

Study Notes

  • A vector has both magnitude and direction.
  • The magnitude of $\mathbf{v} = \begin{pmatrix} a \\ b \end{pmatrix}$ is $\lvert \mathbf{v} \rvert = \sqrt{a^2+b^2}$.
  • Direction is often measured as an angle from the positive $x$-axis, counterclockwise.
  • To find components from magnitude and angle, use $a = r\cos\theta$ and $b = r\sin\theta$.
  • To find direction from components, use $\tan\theta = \frac{b}{a}$ and check the quadrant.
  • A unit vector has magnitude $1$ and shows direction only.
  • Unit vectors in 2D are $\mathbf{i} = \begin{pmatrix} 1 \\ 0 \end{pmatrix}$ and $\mathbf{j} = \begin{pmatrix} 0 \\ 1 \end{pmatrix}$.
  • Vectors help describe movement, displacement, force, and position in applied mathematics.
  • The ideas of magnitude and direction extend naturally to 3D with $\lvert \mathbf{v} \rvert = \sqrt{a^2+b^2+c^2}$.
  • Always interpret your answer in context so the result makes sense in the real situation.

Practice Quiz

5 questions to test your understanding