Motion in Three Dimensions

Last Updated : 14 Mar, 2026

A particle moving in a 1-dimensional space requires only one coordinate to specify its position. In two dimensions,, similarly, two coordinates are required. Three-dimensional motions are encountered in many real-life situations, which can be analyzed. One needs to understand motion and how to utilize these three coordinates mathematically to describe the trajectories of objects traveling in a three-dimensional plane. Let's look at these concepts in detail.

Suppose a particle is moving between two points in a three-dimensional space. To describe the position of this particle, a position vector is required. These vectors are always with respect to the reference frame at the origin. The following parameters are required to fully describe the behavior of a particle moving in a plane:

  1. Position
  2. Velocity
  3. Acceleration

Position Vector

In a 3-D space, a particle can be anywhere; it cannot be described by just one coordinate. Here, it is defined in relation to the origin, and it also indicates the direction to that point. That is why a vector is required to describe the position. The vector that denotes the position and direction of the particle's position with respect to the origin is called the position vector. The position vector \vec{r}  for a particle is given by, 

\vec{r} = x\hat{i} + y\hat{j} + z\hat{k}

Where x,  y, and z are their components along the x, y, and z-axis. 

Velocity

The velocity of a particle traveling in three-dimensional space can be described in two ways - average velocity and instantaneous velocity. When the particle is under acceleration, it changes its velocity every second. Therefore, a single value cannot be assigned to a velocity. In such cases, the instantaneous velocity is preferred; it describes the velocity and its direction at a particular instant. It is given by,

\vec{v} = \lim_{\Delta t \to 0}\frac{\Delta \vec{r}}{\Delta t}\\ = \vec{v} = \frac{dr}{dt}

Velocity can also be expressed as, 

v = \frac{dx}{dt}\hat{i} + \frac{dy}{dt}\hat{j} + \frac{dz}{dt}\hat{k}

The average velocity is the ratio of total displacement over total time. Suppose a particle goes from  \vec{r}  to \vec{r'}  in a total time of \Delta t

The velocity is given by, 

\vec{v} = \frac{\vec{r} - \vec{r'}}{\Delta t}

Acceleration

The acceleration of a body moving in a plane is given by the rate of change in its velocity. Similar to velocity, there can also be two cases here:  average acceleration and instantaneous acceleration. Average acceleration is given by the ratio of the net change in the velocity of the object with the total time taken. Let initial and final velocities be denoted by  \vec{v}_{i}  and \vec{v_{f}}

\vec{v} = \frac{\vec{v_{f}} - \vec{v_{i}}}{\Delta t}

Instantaneous acceleration is used when the body's acceleration changes with time. 

\vec{a} = \lim_{\Delta t \to 0}\frac{\Delta \vec{v}}{\Delta t}\\ = \vec{a} = \frac{dv}{dt}

Decomposing this into its components, 

a = \frac{dv_{x}}{dt}\hat{i} + \frac{dv_{y}}{dt}\hat{j}  + \frac{dv_z}{dt}\hat{k}\\ = a = \frac{d^2x}{dt^2}\hat{i} + \frac{d^2y}{dt^2}\hat{j} + \frac{d^2z}{dt^2}\hat{k}

The magnitude of acceleration can also be calculated using the components of velocity. 

 a = \sqrt{a_x^2 + a_y^2 + a_z^2}

Relative Motion in Three Dimensions

Relative motion represents the velocity of some body as seen from one frame of reference. These concepts have been known in the form of one-dimensional and two-dimensional spaces. But these concepts can be extended to three-dimensional spaces, too. Given in the figure below, consider the particle P and the reference frames S and S'. The position of the frame S' as measured in S is rS'S, the position of the particle P as measured with respect to the frame S' is given by rPS', and the position of the particle P with respect to the frame of reference S is given by rPS.

Notice from the figure that, 

rPS  = rPS'  + rS'S

These vectors also give us the formula for relative velocities, differentiating the above equation. 

\frac{d}{dt}(r_{PS})  = \frac{d}{dt}(r_{PS'}  + r_{S'S}) 

\vec{v}_{PS} = \vec{v}_{PS'}  + \vec{v}_{S'S}

Intuitively speaking, the velocity of a particle with respect to S is equal to the velocity of S' with respect to S plus the velocity of the particle with respect to S. Differentiating this equation again, the equation for the acceleration is given by, 

\frac{d}{dt}(\vec{v}_{PS}) = \frac{d}{dt}(\vec{v}_{PS'}  + \vec{v}_{S'S}) 

\vec{a}_{PS} = \vec{a}_{PS'}  + \vec{a}_{S'S}

The acceleration of a particle with respect to S is equal to the acceleration of S' with respect to S plus the acceleration of the particle with respect to S. 

Solved Problems 

Question 1: Find the velocity at t = 2, for the particle which is moving in a plane and whose position is given by r = t2i + t2j + tk

Solution: Given: the initial and final position vectors, 

r = t2i + t2j + tk

The velocity in this case is given by the formula, 

v = \frac{dx}{dt}\hat{i} + \frac{dy}{dt}\hat{j} + \frac{dz}{dt}\hat{k}

Here x(t) = t2 and y(t) = t2 and z(t) = t

Plugging these values into the equation, 

 v = \frac{dx}{dt}\hat{i} + \frac{dy}{dt}\hat{j} + \frac{dz}{dt}\hat{k} \\ v= \frac{d}{dt}(t^2)\hat{i} + \frac{d}{dt}(t^2)\hat{j} + \frac{d}{dt}(t) \hat{k}\\ v = 2t \hat{i} + 2t\hat{j} + \hat{k}

 At t = 2, 

v = 2t \hat{i} + 2t\hat{j} + \hat{k} \\ = v = 2(2)\hat{i} + 2(2)\hat{j} + \hat{k} \\ = v = 4\hat{i} + 4\hat{j} + \hat{k}

Question 2: Find the velocity at t = 0, for the particle which is moving in a plane and whose position is given by r = (t+2)i + (4t2+2)j + t2k

Solution: Given: the initial and final position vectors, 

r =  (t+2)i + (4t2+2)j + t2k

The velocity in this case is given by the formula, 

v = \frac{dx}{dt}\hat{i} + \frac{dy}{dt}\hat{j} + \frac{dz}{dt}\hat{k}

Here x(t) = (t + 2) and y(t) = 4t2 + 2 and z(t) = t2

Plugging these values into the equation, 

 v = \frac{dx}{dt}\hat{i} + \frac{dy}{dt}\hat{j} + \frac{dz}{dt}\hat{k} \\ v= \frac{d}{dt}(t + 2)\hat{i} + \frac{d}{dt}(4t^2 + 2)\hat{j} + \frac{d}{dt}(t^2) \hat{k}\\ v = \hat{i} + 8t\hat{j} + 2t\hat{k}

At t = 0, 

v = \hat{i} + 8t\hat{j} + 2t\hat{k} 

v = \hat{i} + 8(0)\hat{j} + 2(0)\hat{k} 

⇒ v = i 

Question 3: Find the average acceleration between t = 0 and t = 3, for the particle which is moving in a plane and whose position is given by v = 3 ti + 3 t3j + k

Solution: Given: velocity as a function of time. 

v = 3ti + 3t3j + k

The velocity vector changes with time. The average acceleration is given by the formula, 

\vec{a} = \frac{\vec{v_f} - \vec{v_i}}{\Delta t}

At t = 0 

vi = 0i + 0j  + k 

At t = 3 

vf = 9i + 81j  + k

\Delta t = 3

Plugging the values into the above equation, 

\vec{a} = \frac{\vec{v_f} - \vec{v_i}}{\Delta t}\\ = \vec{a} = \frac{9\hat{i} + 81\hat{j}}{3} \\ = \vec{a} = 3\hat{i} + 27\hat{j}

Question 4: Find the average acceleration between t = 0 and t = 2, for the particle which is moving in a plane and whose position is given by v = ti + 3tj + 2k

Solution: Given: velocity as a function of time. 

v = ti + 3tj + 2k

The velocity vector changes with time. The average acceleration is given by the formula, 

\vec{a} = \frac{\vec{v_f} - \vec{v_i}}{\Delta t}

At t = 0 

vi = 0i + 0j  + 2k 

At t = 2 

vf = 2i + 6j  + 2k

\Delta t = 2

Plugging the values into the above equation, 

\vec{a} = \frac{\vec{v_f} - \vec{v_i}}{\Delta t}\\ = \vec{a} = \frac{2\hat{i} + 6\hat{j}}{2} \\ = \vec{a} = \hat{i} + 3\hat{j}

Question 5: Find the instantaneous acceleration at t = 1, for the particle which is moving in a plane and whose position is given by v = 2ti + 5t3j + tk

Solution: Given: velocity as a function of time. 

v = 2ti + 5t3j + tk

The velocity vector changes with time. The instantaneous acceleration is given by the formula, 

\vec{a} = \frac{d}{dt}(\vec{v})

\vec{a} = \frac{d}{dt}(2t\hat{i} + 5t^3\hat{j} + t\hat{k})

⇒ \vec{a} = 2\hat{i} + 15t^2\hat{j} + \hat{k}

at t = 1, 

⇒ \vec{a} = 2\hat{i} + 15(1)^2\hat{j} + \hat{k}

⇒ \vec{a} = 2\hat{i} + 15\hat{j} + \hat{k}

Unsolved Problems

Question 1: A particle moves in three-dimensional space such that its position vector is given by \overrightarrow{r} = 3t\hat{i} + 4t\hat{j} + 5\hat{k}.Find the velocity vector and magnitude of velocity.

Question 2: The coordinates of a particle at time t= 2s are (2, -1, 3) and at time t= 6s are (10, 3, 7). Find the average velocity vector of the particle.

Question 3: The position vector of a particle moving in 3D space is given by \overrightarrow {r} = (2t^2)\hat{i} + (3t)\hat{j} + (t^3)\hat{k}. Find the velocity vector at time t = 2s and the acceleration vector at time t = 2s.

Question 4: A particle has velocity given by \overrightarrow {v} = (4t)\hat{i} + (t^2)\hat{j} + 6\hat{k}. Find acceleration vector and Magnitude of acceleration at = 1 s.

Question 5: A particle P moves with velocity \overrightarrow {v}_{PS'} = 2\hat{i} + 3\hat{j} + \hat{k} The reference frame S′ moves with velocity.velocity.\overrightarrow {v}_{S'S} = 4\hat{i} - \hat{j} + 2\hat{k} Find the velocity of particle P with respect to the frame. S.

Comment

Explore