The Vector Product
students, today you will learn one of the most powerful tools in 3D geometry: the vector product, also called the cross product β¨ It helps you find a vector that is perpendicular to two given vectors, which is especially useful for finding the area of shapes, writing equations of planes, and checking whether objects are at right angles.
Learning goals:
- Explain the main ideas and terminology behind the vector product.
- Use vector product methods in coordinate and three-dimensional geometry.
- Connect the vector product to lines, planes, angles, and area.
- See how this topic fits into IB Mathematics: Analysis and Approaches HL.
By the end of this lesson, students, you should understand what the vector product does, how to calculate it, and why it matters in real geometry problems π§ π
1. What is the vector product?
The vector product of two vectors gives a new vector that is perpendicular to both original vectors. If the vectors are $\mathbf{a}$ and $\mathbf{b}$, their vector product is written as $\mathbf{a} \times \mathbf{b}$.
This is different from the scalar product, which gives a number. The vector product gives a vector.
If $\mathbf{a}$ and $\mathbf{b}$ are not parallel, then $\mathbf{a} \times \mathbf{b}$ points in a direction determined by the right-hand rule. This means that if the fingers of your right hand curl from $\mathbf{a}$ toward $\mathbf{b}$, your thumb points in the direction of $\mathbf{a} \times \mathbf{b}$ π
The size, or magnitude, of the vector product is
$$
$|\mathbf{a} \times \mathbf{b}| = |\mathbf{a}|\,|\mathbf{b}|\sin\theta$
$$
where $\theta$ is the angle between the vectors, with $0\le \theta \le \pi$.
This formula explains an important fact: the vector product is largest when the vectors are perpendicular, because then $\sin\theta = 1$. It is zero when the vectors are parallel, because then $\sin\theta = 0$.
Key terminology
- Perpendicular vector: a vector at right angles to both given vectors.
- Magnitude: the length of a vector.
- Right-hand rule: a way to determine direction.
- Cross product: another name for the vector product.
2. How to calculate the vector product
Suppose
$$
$\mathbf{a}$ = $\begin{pmatrix}$ a_1 \ a_2 \ a_$3 \end{pmatrix}$, \qquad
$\mathbf{b}$ = $\begin{pmatrix}$ b_1 \ b_2 \ b_$3 \end{pmatrix}$.
$$
Then
$$
$\mathbf{a} \times \mathbf{b} = \begin{pmatrix}$
$a_2b_3 - a_3b_2 \\$
$ a_3b_1 - a_1b_3 \\$
$ a_1b_2 - a_2b_1$
$\end{pmatrix}.$
$$
A very common way to remember this is using the determinant pattern:
$$
$\mathbf{a} \times \mathbf{b} = $
$\begin{vmatrix}$
$\mathbf{i} & \mathbf{j} & \mathbf{k} \\$
$ a_1 & a_2 & a_3 \\$
$ b_1 & b_2 & b_3$
$\end{vmatrix}$
$$
where $\mathbf{i}$, $\mathbf{j}$, and $\mathbf{k}$ are unit vectors in the $x$-, $y$-, and $z$-directions.
Example 1
Let
$$
$\mathbf{a}$ = $\begin{pmatrix} 1$ \ 2 \ $3 \end{pmatrix}$, \qquad
$\mathbf{b}$ = $\begin{pmatrix} 4$ \ 5 \ $6 \end{pmatrix}$.
$$
Then
$$
$\mathbf{a} \times \mathbf{b} = \begin{pmatrix}$
$2\cdot 6 - 3\cdot 5 \\$
$3\cdot 4 - 1\cdot 6 \\$
$1\cdot 5 - 2\cdot 4$
$\end{pmatrix}$
$= \begin{pmatrix}$
-3 \\
6 \\
-3
$\end{pmatrix}.$
$$
So a vector perpendicular to both $\mathbf{a}$ and $\mathbf{b}$ is $\begin{pmatrix}-3\\6\\-3\end{pmatrix}$.
To check your result, students, notice that the vector product is not just a random calculation. It gives a direction that is orthogonal to both original vectors, which is why it is so useful in 3D geometry.
3. Important properties of the vector product
The vector product has several properties that you need to know for IB Mathematics: Analysis and Approaches HL.
1. It is anti-commutative
$$
$\mathbf{a}$ $\times$ $\mathbf{b}$ = -$\left($$\mathbf{b}$ $\times$ $\mathbf{a}$$\right)$.
$$
This means changing the order reverses the direction.
2. It is distributive
$$
$\mathbf{a}$ $\times$ $\left($$\mathbf{b}$+$\mathbf{c}$$\right)$=$\left($$\mathbf{a}$ $\times$ $\mathbf{b}$$\right)$+$\left($$\mathbf{a}$ $\times$ $\mathbf{c}$$\right)$.
$$
3. Scalar multiplication factors out
$$
$\left($k$\mathbf{a}$$\right)$ $\times$ $\mathbf{b}$ = k$\left($$\mathbf{a}$ $\times$ $\mathbf{b}$$\right)$,
$$
and similarly,
$$
$\mathbf{a}$ $\times$ $\left($k$\mathbf{b}$$\right)$=k$\left($$\mathbf{a}$ $\times$ $\mathbf{b}$$\right)$.
$$
4. Parallel vectors give zero
If $\mathbf{a}$ and $\mathbf{b}$ are parallel, then
$$
$\mathbf{a} \times \mathbf{b} = \mathbf{0}.$
$$
This happens because the angle between them is $0$ or $\pi$, so $\sin\theta = 0$.
5. It is not associative
In general,
$$
$\mathbf{a}$ $\times$ $\left($$\mathbf{b}$ $\times$ $\mathbf{c}$$\right)$ \ne $\left($$\mathbf{a}$ $\times$ $\mathbf{b}$$\right)$ $\times$ $\mathbf{c}$.
$$
This is important because you cannot rearrange cross products the same way you do with ordinary multiplication.
4. Vector product and area
One of the most useful applications of the vector product is area π
If $\mathbf{a}$ and $\mathbf{b}$ are two non-parallel vectors, then the area of the parallelogram they form is
$$
$\text{Area} = |\mathbf{a} \times \mathbf{b}|.$
$$
If you want the area of the triangle formed by the same two vectors, it is half of that:
$$
\text{Area of triangle} = $\frac{1}{2}$|$\mathbf{a}$ $\times$ $\mathbf{b}$|.
$$
Example 2
Let
$$
$\mathbf{a}$ = $\begin{pmatrix} 2$ \ 1 \ $0 \end{pmatrix}$, \qquad
$\mathbf{b}$ = $\begin{pmatrix} 1$ \ 3 \ $0 \end{pmatrix}$.
$$
Then
$$
$\mathbf{a} \times \mathbf{b} = \begin{pmatrix}$
$1\cdot 0 - 0\cdot 3 \\$
$0\cdot 1 - 2\cdot 0 \\$
$2\cdot 3 - 1\cdot 1$
$\end{pmatrix}$
$= \begin{pmatrix}$
0 \\
0 \\
5
$\end{pmatrix}.$
$$
So the area of the parallelogram is
$$
$|\mathbf{a} \times \mathbf{b}| = 5.$
$$
The area of the triangle is
$$
$\frac{1}{2}\cdot 5 = \frac{5}{2}.$
$$
This is a common exam use of the vector product: if you can find two side vectors of a shape, you can quickly find its area.
5. Vector product and planes in 3D
A plane in 3D can be described using a point and a normal vector. A normal vector is a vector perpendicular to the plane.
The vector product helps because if two non-parallel vectors lie in a plane, then their vector product gives a normal vector to that plane.
Suppose a plane contains vectors $\mathbf{u}$ and $\mathbf{v}$. Then a normal vector is
$$
$\mathbf{n} = \mathbf{u} \times \mathbf{v}.$
$$
Once you have a normal vector $\mathbf{n} = \begin{pmatrix} A \\ B \\ C \end{pmatrix}$ and a point $P(x_0,y_0,z_0)$ on the plane, the equation of the plane is
$$
$A\left(x-x_0\right)+B\left(y-y_0\right)+C\left(z-z_0\right)=0.$
$$
Example 3
Suppose a plane contains the vectors
$$
$\mathbf{u}$ = $\begin{pmatrix} 1$ \ 0 \ $2 \end{pmatrix}$, \qquad
$\mathbf{v}$ = $\begin{pmatrix} 2$ \ 1 \ $1 \end{pmatrix}$.
$$
A normal vector is
$$
$\mathbf{u} \times \mathbf{v} = \begin{pmatrix}$
$0\cdot 1 - 2\cdot 1 \\$
$2\cdot 2 - 1\cdot 1 \\$
$1\cdot 1 - 0\cdot 2$
$\end{pmatrix}$
$= \begin{pmatrix}$
-2 \\
3 \\
1
$\end{pmatrix}.$
$$
If the plane passes through $P(1,2,3)$, then its equation is
$$
$-2\left(x-1\right)+3\left(y-2\right)+1\left(z-3\right)=0.$
$$
After simplifying,
$$
$-2x+3y+z-7=0.$
$$
This is a major reason the vector product matters in coordinate geometry: it connects directions in space to equations of planes.
6. Checking angles and perpendicularity
The vector product also helps with angle reasoning.
If two vectors are perpendicular, then the angle between them is $\frac{\pi}{2}$, so
$$
$|\mathbf{a} \times \mathbf{b}| = |\mathbf{a}|\,|\mathbf{b}|.$
$$
If one vector is a scalar multiple of the other, they are parallel, and
$$
$|\mathbf{a} \times \mathbf{b}| = 0.$
$$
This gives a useful test. For example, if two edges of a shape produce a zero vector product, then the edges are parallel.
The vector product can also be used to find the angle between vectors if you know their magnitudes:
$$
$\sin\theta = \frac{|\mathbf{a} \times \mathbf{b}|}{|\mathbf{a}|\,|\mathbf{b}|}.$
$$
This is especially useful when the scalar product is difficult to use directly, or when the question is based on areas and normals.
7. Why the vector product matters in IB Geometry and Trigonometry
students, this topic links many parts of Geometry and Trigonometry together.
- In coordinate geometry, it helps build equations of planes.
- In 3D vectors, it gives perpendicular directions and area.
- In trigonometry, it uses the angle relationship through $\sin\theta$.
- In proof and reasoning, it helps show when objects are parallel or perpendicular.
In higher-level IB problems, you may need to combine the vector product with line equations, point vectors, and plane equations. For example, you might be given points in space, asked to find a plane through them, and then use the planeβs normal vector to calculate whether a line is perpendicular to the plane.
So the vector product is not just a formula to memorize. It is a geometric tool that turns direction information into a perpendicular vector, which is one of the most useful ideas in 3D mathematics π
Conclusion
The vector product is a central idea in 3D geometry. It produces a vector perpendicular to two given vectors, its magnitude is $|\mathbf{a}|\,|\mathbf{b}|\sin\theta$, and it has important uses in area, normals to planes, and geometric reasoning. In IB Mathematics: Analysis and Approaches HL, students, you should be able to calculate it, interpret it, and apply it in coordinate and three-dimensional settings. If you understand what the vector product means geometrically, the formulas become much easier to use.
Study Notes
- The vector product of $\mathbf{a}$ and $\mathbf{b}$ is written as $\mathbf{a} \times \mathbf{b}$.
- $\mathbf{a} \times \mathbf{b}$ is a vector perpendicular to both $\mathbf{a}$ and $\mathbf{b}$.
- Its magnitude is $|\mathbf{a}|\,|\mathbf{b}|\sin\theta$.
- The right-hand rule gives the direction of $\mathbf{a} \times \mathbf{b}$.
- If $\mathbf{a}$ and $\mathbf{b}$ are parallel, then $\mathbf{a} \times \mathbf{b} = \mathbf{0}$.
- The vector product is anti-commutative: $\mathbf{a} \times \mathbf{b} = -\left(\mathbf{b} \times \mathbf{a}\right)$.
- The vector product is distributive over addition.
- The area of a parallelogram is $|\mathbf{a} \times \mathbf{b}|$.
- The area of a triangle is $\frac{1}{2}|\mathbf{a} \times \mathbf{b}|$.
- A normal vector to a plane can be found using the vector product of two vectors in the plane.
- The plane equation can be written as $A\left(x-x_0\right)+B\left(y-y_0\right)+C\left(z-z_0\right)=0$ when $\begin{pmatrix}A\B\C\end{pmatrix}$ is a normal vector.
- The vector product is essential for geometry and trigonometry in 3D.
