Open In App

Motion in Two Dimension

Improve
Improve
Like Article
Like
Save
Share
Report

A particle moving in a plane can be described by using the coordinates. But often this information is not enough to fully describe the state and the behavior of the particle. There are still some questions left unanswered. For example, how fast is it moving? In which direction and what is the acceleration and direction of acceleration of the particle? These parameters are necessary to describe the motion of the particle in a 2D plane. Fortunately, all of this can be figured out using a bit of vector algebra and calculus. Let’s see how to do that in detail. 

Motion in a Plane

Suppose a particle is moving from a point X on the Cartesian plane to a point Y. Position vectors are necessary to describe the current position of the particle. 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

The vector which 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}

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

Velocity

The velocity of a particle can be described in two ways – average velocity and instantaneous velocity. When the particle is under acceleration, it changes its velocity every second. So, a single value cannot be assigned to a velocity. In such cases, the instantaneous velocity is preferred, which 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 in the form of its components. 

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

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 be two cases here too – 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 acceleration of the body is changing with time. 

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

This can also be decomposed into its components. 

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

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

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

And the direction is given by angle\theta,

\theta = tan^{-1}(\frac{a_y}{a_x})

Sample Problems

Question 1: Find the velocity at t = 2, for the particle which is moving in a plane and whose position is given below, 

r = t2i + t2j

Answer: 

Given: the initial and final position vectors, 

r = t2i + t2j

The position vector changes with time. The velocity in this case is given by the formula, 

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

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

Plugging these values into the equation, 

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

At t = 2, 

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

Question 2: Find the velocity at t = 0, for the particle which is moving in a plane and whose position is given below, 

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

Answer: 

Given: the initial and final position vectors, 

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

The position vector changes with time. The velocity in this case is given by the formula, 

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

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

Plugging these values into the equation, 

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

at t = 0, 

v = \hat{i} + 8t\hat{j} \\ = v = 4\hat{i} + 8(0)\hat{j} \\ = v = 4\hat{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 below, 

v = 3ti + 3t3j

Answer: 

Given: velocity as a function of time. 

v = 3ti + 3t3j

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 

At t = 3 

vf = 9i + 81j 

\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 below, 

v = ti + 3tj

Answer: 

Given: velocity as a function of time. 

v = ti + 3tj

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 

At t = 2 

vf = 2i + 6j 

\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 below, 

r = ti + tj

Answer: 

Given: the initial and final position vectors, 

r = ti + tj

The position vector changes with time. The acceleration in terms of position given by, 

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

x(t) = t and y(t) = t

Plugging the values into the equation, 

a = \frac{d^2x}{dt^2}\hat{i} + \frac{d^2y}{dt^2}\hat{j} \\ a = \frac{d^2(t)}{dt^2}\hat{i} + \frac{d^2(t)}{dt^2}\hat{j} \\ a = 0\hat{i} + 0\hat{j}

Question 6: Find the instantaneous acceleration at t = 1, for the particle which is moving in a plane and whose position is given below, 

r = 3ti + t3j

Answer: 

Given: the initial and final position vectors, 

r = 3ti + t3j

The position vector changes with time. The acceleration in terms of position given by, 

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

x(t) = 3t and y(t) = t3

Plugging the values into the equation, 

a = \frac{d^2x}{dt^2}\hat{i} + \frac{d^2y}{dt^2}\hat{j} \\ a = \frac{d^2(3t)}{dt^2}\hat{i} + \frac{d^2(t^3)}{dt^2}\hat{j} \\ a = 0\hat{i} + 6t\hat{j}

at t = 1 

a = 6j

Question 7: A body is moving in a 2D plane, its acceleration along the x-axis is 4m/s2 and along the y-axis, it is 3m/s2. Find the magnitude and the angle of the acceleration on the x-axis. 

Answer: 

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

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

ax = 4 m/s2 and ay = 3 m/s2

Plugging the values in the equation, 

a = \sqrt{a_x^2 + a_y^2} \\ = a = \sqrt{3^2 + 4^2} \\ = a = \sqrt{9 + 16} \\ = a = \sqrt{25} \\ = a = 5

The angle can be calculated using the equation, 

\theta = tan^{-1}(\frac{a_x}{a_y}) \\ \theta = tan^{-1}(\frac{3}{4})



Last Updated : 30 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads