Applications of Vectors
Vectors are one of the most useful tools in geometry and trigonometry because they let us describe direction and distance at the same time. In real life, vectors help with navigation, robotics, sports analysis, and physics 🌍. For example, a plane flying northeast is not just moving a certain speed; it is moving with a direction and a magnitude. That is exactly the kind of situation vectors are designed to model.
In this lesson, students, you will learn how vectors are used to represent position, displacement, lines, and intersections in two and three dimensions. You will also see how vector methods connect to coordinate geometry, proving whether lines are parallel, finding a point dividing a segment, and solving problems in space. By the end, you should be able to explain the core ideas of vector applications, apply standard IB procedures, and recognize where vectors fit inside the broader topic of Geometry and Trigonometry.
What a Vector Means
A vector is a quantity that has both magnitude and direction. In coordinate form, a vector in two dimensions is often written as $\begin{pmatrix}x\y\end{pmatrix}$, and in three dimensions as $\begin{pmatrix}x\y\z\end{pmatrix}$. The numbers tell you how far to move in each direction.
A position vector describes the location of a point relative to the origin. If point $A$ has coordinates $(3, -2)$, then its position vector is $\vec{OA}=\begin{pmatrix}3\\-2\end{pmatrix}$. A displacement vector tells you how to move from one point to another. If $A(1, 4)$ and $B(5, 1)$, then the vector from $A$ to $B$ is
$$\vec{AB}=\begin{pmatrix}5-1\\1-4\end{pmatrix}=\begin{pmatrix}4\\-3\end{pmatrix}$$
This means move 4 units right and 3 units down. 🧭
Vector notation is powerful because it is compact and exact. Instead of giving a long description like “move east and slightly south,” you can write a precise mathematical object.
Core Operations with Vectors
To use vectors in applications, you need a few basic operations. If $\vec{a}=\begin{pmatrix}a_1\a_2\end{pmatrix}$ and $\vec{b}=\begin{pmatrix}b_1\b_2\end{pmatrix}$, then
$$\vec{a}+\vec{b}=\begin{pmatrix}a_1+b_1\a_2+b_2\end{pmatrix}$$
and
$$k\vec{a}=\begin{pmatrix}ka_1\ka_2\end{pmatrix}$$
for a scalar $k$.
These operations represent real movement. Adding vectors combines motions, while multiplying by a scalar changes the size of a vector. For example, if a robot moves by $\begin{pmatrix}2\\1\end{pmatrix}$ and then by $\begin{pmatrix}1\\3\end{pmatrix}$, the total movement is
$$\begin{pmatrix}2\\1\end{pmatrix}+\begin{pmatrix}1\\3\end{pmatrix}=\begin{pmatrix}3\\4\end{pmatrix}$$
So the robot ends up 3 units right and 4 units up from where it started.
A useful quantity is the magnitude of a vector, written $|\vec{a}|$. For $\vec{a}=\begin{pmatrix}x\y\end{pmatrix}$,
$$|\vec{a}|=\sqrt{x^2+y^2}$$
In three dimensions, for $\vec{a}=\begin{pmatrix}x\y\z\end{pmatrix}$,
$$|\vec{a}|=\sqrt{x^2+y^2+z^2}$$
This gives the length of the vector, which is often the distance between two points.
Position Vectors and the Geometry of Points
Many IB problems begin by giving points and asking you to find relationships between them. Suppose $A(2,1)$ and $B(8,7)$. Then
$$\vec{AB}=\begin{pmatrix}8-2\\7-1\end{pmatrix}=\begin{pmatrix}6\\6\end{pmatrix}$$
The magnitude is
$$|\vec{AB}|=\sqrt{6^2+6^2}=\sqrt{72}=6\sqrt{2}$$
So the distance from $A$ to $B$ is $6\sqrt{2}$. This is exactly the kind of result that connects vectors to coordinate geometry.
Vectors also help find midpoints and dividing points. If $M$ is the midpoint of $AB$, then its position vector is
$$\vec{OM}=\frac{\vec{OA}+\vec{OB}}{2}$$
For example, if $A(1,5)$ and $B(7,1)$, then
$$\vec{OM}=\frac{1}{2}\begin{pmatrix}1\\5\end{pmatrix}+\frac{1}{2}\begin{pmatrix}7\\1\end{pmatrix}=\begin{pmatrix}4\\3\end{pmatrix}$$
so the midpoint is $(4,3)$. This is useful in design and mapping, where you might need the center of a path or the middle of a route.
A point that divides a line segment in a given ratio can also be found with vectors. If $P$ divides $AB$ internally in the ratio $m:n$, then
$$\vec{OP}=\frac{n\vec{OA}+m\vec{OB}}{m+n}$$
This formula is especially useful in IB questions because it turns a geometry problem into an algebra problem.
Vector Equations of Lines
A line can be described using a vector equation. If a line passes through a point with position vector $\vec{a}$ and has direction vector $\vec{d}$, then any point on the line has position vector
$$\vec{r}=\vec{a}+t\vec{d}$$
where $t$ is a scalar parameter.
This is one of the most important ideas in the topic. The vector $\vec{a}$ gives a starting point, and $t\vec{d}$ gives movement along the line. If $t=0$, you are at the point $\vec{a}$. If $t=1$, you move one full direction vector along the line.
For example, if a line passes through $A(2,3)$ with direction vector $\begin{pmatrix}4\\-1\end{pmatrix}$, then its vector equation is
$$\vec{r}=\begin{pmatrix}2\\3\end{pmatrix}+t\begin{pmatrix}4\\-1\end{pmatrix}$$
This can be written in component form as
$$x=2+4t, \quad y=3-t$$
If needed, you can eliminate $t$ to get a Cartesian equation. From $y=3-t$, we have $t=3-y$, so
$$x=2+4(3-y)$$
which simplifies to a linear equation in $x$ and $y$. This shows how vector and algebraic forms describe the same line from different angles.
Parallel, Intersecting, and Collinear Vectors
Vectors make it easy to test whether lines are parallel. Two direction vectors are parallel if one is a scalar multiple of the other. For example, $\begin{pmatrix}2\\-3\end{pmatrix}$ and $\begin{pmatrix}4\\-6\end{pmatrix}$ are parallel because
$$\begin{pmatrix}4\\-6\end{pmatrix}=2\begin{pmatrix}2\\-3\end{pmatrix}$$
This means the lines point in the same or opposite direction.
Points are collinear if they lie on the same straight line. In vector form, if $\vec{AB}$ is a scalar multiple of $\vec{AC}$, then $A$, $B$, and $C$ are collinear. This can be tested by comparing their components.
For example, let $A(1,2)$, $B(3,6)$, and $C(5,10)$. Then
$$\vec{AB}=\begin{pmatrix}2\\4\end{pmatrix}, \quad \vec{AC}=\begin{pmatrix}4\\8\end{pmatrix}$$
Since
$$\vec{AC}=2\vec{AB}$$
the points are collinear.
These ideas matter in applications like computer graphics and engineering, where you need to know whether two paths overlap, cross, or remain separate.
Vectors in Three Dimensions
Vectors become even more useful in three-dimensional space. A point in space has coordinates $(x,y,z)$, and a vector may be written as $\begin{pmatrix}x\y\z\end{pmatrix}$. This is important for modeling buildings, aircraft, satellites, and many real-world objects.
The vector from $A(x_1,y_1,z_1)$ to $B(x_2,y_2,z_2)$ is
$$\vec{AB}=\begin{pmatrix}x_2-x_1\y_2-y_1\z_2-z_1\end{pmatrix}$$
The distance between the points is
$$|\vec{AB}|=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2}$$
This is the 3D version of the distance formula.
A common interpretation problem asks for the shortest path between two points in space. Since the straight line is the shortest route, the vector between the points gives that distance directly. If point $P(1,2,3)$ and point $Q(4,6,3)$, then
$$\vec{PQ}=\begin{pmatrix}3\\4\\0\end{pmatrix}$$
and
$$|\vec{PQ}|=\sqrt{3^2+4^2+0^2}=5$$
This is the same $3$-$4$-$5$ triangle idea from basic trigonometry, now placed in a 3D setting.
How Vectors Fit into IB Geometry and Trigonometry
Applications of vectors link directly to the bigger picture of Geometry and Trigonometry. Geometry gives the shapes and positions of objects. Trigonometry gives angles, ratios, and side lengths. Vectors combine both by describing movement and relationship between points.
In IB Mathematics: Applications and Interpretation HL, vector methods are used to solve spatial problems efficiently. They help you:
- find distances, midpoints, and ratios along line segments
- write equations of lines in two and three dimensions
- test whether points or lines are parallel or collinear
- interpret movement in real-world contexts
- connect algebraic methods with geometric reasoning 📐
The power of vectors is that they provide a flexible language for space. Instead of relying only on diagrams, you can calculate exactly where something is and how it moves.
Conclusion
Vectors are a central part of Geometry and Trigonometry because they describe direction, distance, and position in a clear mathematical way. students, when you use $\vec{r}=\vec{a}+t\vec{d}$, calculate a magnitude, or compare two direction vectors, you are using the same ideas to model motion and shape in both two and three dimensions. These tools are especially valuable in applied mathematics because they turn real situations into precise, solvable problems. Once you understand vectors, many geometry questions become easier to organize and solve.
Study Notes
- A vector has both magnitude and direction.
- A position vector shows where a point is relative to the origin.
- A displacement vector shows movement from one point to another.
- Use $\vec{AB}=\begin{pmatrix}x_2-x_1\y_2-y_1\end{pmatrix}$ in 2D and $\vec{AB}=\begin{pmatrix}x_2-x_1\y_2-y_1\z_2-z_1\end{pmatrix}$ in 3D.
- The magnitude of $\begin{pmatrix}x\y\end{pmatrix}$ is $\sqrt{x^2+y^2}$ and the magnitude of $\begin{pmatrix}x\y\z\end{pmatrix}$ is $\sqrt{x^2+y^2+z^2}$.
- A line can be written as $\vec{r}=\vec{a}+t\vec{d}$.
- Parallel vectors are scalar multiples of each other.
- Midpoints and dividing points can be found using vector formulas.
- Vectors are essential for modeling movement, distance, and space in IB Geometry and Trigonometry.
