3D Vectors (R³): Comprehensive Guide & Operations

Mastering Vectors in 3D Coordinate Space

3D vectors are introduced along with fundamental operations such as the sum, difference, and scalar multiplication. Properties such as magnitude and unit vectors are also explained. After reviewing the lesson, you can test your knowledge with our practice questions and detailed solutions.

What is a Vector?

A vector is a quantity that has both a magnitude and a direction. It is geometrically represented by a line segment whose length is the magnitude and an arrow that indicates its direction as shown in the figure below. Vectors are used in physics to model quantities with sizes and directions such as velocities, forces, accelerations; in engineering, chemistry, computer graphics, robotics, and many other fields.

Geometrical representation of a vector
A vector with initial point A and terminal point B

In the figure above, the vector is defined using an initial point A and a terminal point B. Therefore the vector may be denoted as \( \vec{AB} \).

Equivalent Vectors

Vectors with equal magnitudes and the same direction are equivalent vectors, regardless of their position in space.

Equivalent vectors having same magnitude and direction

Geometric Vector Operations

Sum of two Vectors

Given two vectors \( \vec{v_1} \) and \( \vec{v_2} \), their sum is a vector obtained by first positioning vector \( \vec{v_2} \) such that its initial point coincides with the terminal point of \( \vec{v_1} \). The sum \( \vec{v_1} + \vec{v_2} \) is the vector whose initial point is the initial point of \( \vec{v_1} \) and its terminal point is the terminal point of \( \vec{v_2} \).

Note that \( \vec{v_1} + \vec{v_2} = \vec{v_2} + \vec{v_1} \). Also, the sum of two vectors coincides with the diagonal of the parallelogram determined by \( \vec{v_1} \) and \( \vec{v_2} \).

Adding two vectors geometrically

Difference of two Vectors

Given two vectors \( \vec{v_1} \) and \( \vec{v_2} \), the difference \( \vec{v_2} - \vec{v_1} \) may be defined as a sum \( \vec{v_2} + (- \vec{v_1}) \) and represented geometrically as shown below.

Subtracting two vectors geometrically

Multiplication of a Vector by a Scalar

A vector \( \vec{v_1} \) multiplied by a scalar \( k \) is defined as a vector \( k\vec{v_1} \) parallel to \( \vec{v_1} \) and whose direction is the same as that of \( \vec{v_1} \) if \( k \gt 0 \) and opposite if \( k \lt 0 \). The magnitude (length) of \( k\vec{v_1} \) is \( | k | \) times the magnitude of \( \vec{v_1} \).

The figure below shows vectors \( \vec{v_1} \), \( 2\vec{v_1} \) and \( -3 \vec{v_1} \).

Multiplication of a vector by a scalar

Vectors in a 3D Rectangular Coordinate System

A unit vector is a vector with a magnitude equal to 1. Below is shown a 3D rectangular coordinate system with unit vectors \(\vec{i} \), \(\vec{j} \), and \(\vec{k} \) in the positive direction of the x, y, and z axes respectively. Vectors \(\vec{i} \), \(\vec{j} \), and \(\vec{k} \) may be defined by their components as follows:

Unit vectors i, j, k along x, y and z axes

Components of a Vector

The components of any vector \(\vec{v} \) are defined by expressing \(\vec{v} \) as a sum of multiples of the unit vectors \(\vec{i} \), \(\vec{j} \), and \(\vec{k} \) as follows:

\[ \vec{v} = 3\vec{i} + 4\vec{j} + 5\vec{k} \]

Or in components form using angled brackets as follows:

\[ \vec{v} = \langle 3, 4, 5 \rangle \]
Vector components in 3D

The components of a vector \(\vec{v} \) defined by its initial point \( A = (x_1 , y_1 , z_1) \) and its terminal point \( B = (x_2 , y_2 , z_2) \) are given by:

\[ \vec{v} = \langle x_2-x_1, y_2-y_1, z_2-z_1 \rangle \]
Vector defined by initial and terminal points

Calculating Magnitude and Unit Vectors

Given vector \( \vec{v} = \langle a, b, c \rangle \), its magnitude (or length) is given by:

\[ ||\vec{v}|| = \sqrt{a^2 + b^2 + c^2} \]

The unit vector \( \vec{u} \), defined as a vector of magnitude equal to 1, in the same direction as \( \vec{v} \) is given by:

\[ \vec{u} = \dfrac{1}{||\vec{v}||} \vec{v} \]

Algebraic Sum, Difference, and Scalar Multiplication

Given vectors \( \vec{v_1} = \langle a_1, b_1, c_1 \rangle \) and \( \vec{v_2} = \langle a_2, b_2, c_2 \rangle \), the sum \( \vec{v_1} + \vec{v_2} \), the difference \( \vec{v_1} - \vec{v_2} \), and scalar multiplication \( k \vec{v_1} \) (where k is a real number) are given by:

\[ \vec{v_1} + \vec{v_2} = \langle a_1+a_2, b_1+b_2, c_1+c_2 \rangle \] \[ \vec{v_1} - \vec{v_2} = \langle a_1 - a_2, b_1 - b_2, c_1 - c_2 \rangle \] \[ k \vec{v_1} = \langle k a_1, k b_1, k c_1 \rangle \]

Ready to Test Your Knowledge?

Apply these concepts with our comprehensive set of 12 practice problems. Full step-by-step solutions are included.


Go to 3D Vector Practice Problems

More High School Math Resources