Motion in Two Dimensions

In two-dimensional motion, an object moves simultaneously along two perpendicular directions — usually horizontal (x) and vertical (y). Examples include projectile motion, circular motion, and motion of a car turning on a curved road.

The motion is described using position vectors and vector components of displacement, velocity, and acceleration.

Let a particle’s position at any time tt be given by: r(t)=x(t)i^+y(t)j^\vec{r}(t) = x(t)\hat{i} + y(t)\hat{j}

  • The velocity is the time derivative: v(t)=drdt=dxdti^+dydtj^=vxi^+vyj^\vec{v}(t) = \frac{d\vec{r}}{dt} = \frac{dx}{dt}\hat{i} + \frac{dy}{dt}\hat{j} = v_x\hat{i} + v_y\hat{j}

  • The acceleration is the derivative of velocity: a(t)=dvdt=axi^+ayj^\vec{a}(t) = \frac{d\vec{v}}{dt} = a_x\hat{i} + a_y\hat{j}

Visual Example

Below is a trajectory of a particle in 2D motion with velocity vectors:

Motion in 2D

  • Blue curve: path of the object
  • Red arrows: instantaneous velocity vectors

This clearly shows how motion in a plane is the result of two independent 1D motions along x and y axes.

  • Horizontal motion: uniform
  • Vertical motion: uniformly accelerated (due to gravity)

Example 1:

A particle’s position is r(t)=4ti^+(5t4.9t2)j^\vec{r}(t) = 4t\hat{i} + (5t - 4.9t^2)\hat{j}. Find velocity and acceleration at t=1t = 1 s.

Solution:

  • v(t)=drdt=4i^+(59.8t)j^\vec{v}(t) = \frac{d\vec{r}}{dt} = 4\hat{i} + (5 - 9.8t)\hat{j}

  • At t=1t=1: v=4i^4.8j^\vec{v} = 4\hat{i} - 4.8\hat{j} m/s

  • a(t)=dvdt=9.8j^\vec{a}(t) = \frac{d\vec{v}}{dt} = -9.8\hat{j} m/s² (constant)

    Example 2:

    A ball is thrown with an initial speed of 20 m/s at an angle of 30° above the horizontal from ground level. Assuming no air resistance, find: (a) the time of flight, (b) the maximum height reached, and (c) the horizontal range of the projectile.

    Solution Let's break the problem into steps using the components of motion:

  1. Resolve initial velocity into components: The initial speed is 20 m/s at 30°. The horizontal component is v0x=20cos30°17.32v_{0x} = 20\cos 30° \approx 17.32 m/s, and the vertical component is v0y=20sin30°=10v_{0y} = 20\sin 30° = 10 m/s.
  2. Time of flight (total time in air): The projectile lands at the same vertical level it was launched, so we can use the vertical motion. The vertical displacement after time TT is zero (returning to ground): yy0=v0yT+12ayT2=0y - y_0 = v_{0y} T + \frac{1}{2} a_y T^2 = 0. Here ay=g=9.8 m/s2a_y = -g = -9.8~m/s^2. Plugging values: 10T12(9.8)T2=010 T - \frac{1}{2}(9.8)T^2 = 0. This simplifies to T(104.9T)=0T(10 - 4.9T) = 0, yielding a nonzero solution T=104.92.04T = \frac{10}{4.9} \approx 2.04 s. So the ball is in the air for about 2.04 seconds.
  3. Maximum height: At the peak, the vertical velocity becomes zero. We can find the peak height using vy2=v0y2+2ay(yy0)v_y^2 = v_{0y}^2 + 2a_y (y - y_0). At the top, vy=0v_y = 0, so 0=(10)2+2(9.8)(H0)0 = (10)^2 + 2(-9.8)(H - 0), where HH is the max height above the launch point. Solving, 2(9.8)H=1002(9.8)H = 100, so H=10019.65.10H = \frac{100}{19.6} \approx 5.10 m. (Alternatively, use H=v0y22gH = \frac{v_{0y}^2}{2g}.)
  4. Horizontal range: The range RR is the horizontal distance traveled in the time of flight. Since vxv_x is constant, R=v0x×TR = v_{0x} \times T. We have v0x17.32v_{0x} \approx 17.32 m/s and T2.04T \approx 2.04 s, so R17.32×2.0435.3R \approx 17.32 \times 2.04 \approx 35.3 m.

Answer: (a) 2.04 s\displaystyle 2.04~\text{s}, (b) 5.1 m\displaystyle 5.1~\text{m}, (c) 35.3 m\displaystyle 35.3~\text{m}. These results align with the expected behavior: a modest throw stays aloft for about 2 seconds, reaching about 5 m high and covering ~35 m horizontally.