1. Kinematics

Motion In Two Or Three Dimensions

Motion in Two or Three Dimensions

students, imagine trying to predict where a basketball will land after a shot 🏀, where a drone will move in the sky 🚁, or how a car turns through a curved road. In each case, motion is not just along one straight line. It happens in two dimensions, or even three. In this lesson, you will learn how to describe and analyze motion using position, velocity, and acceleration in more than one direction.

What you will learn

By the end of this lesson, students, you should be able to:

  • Explain the key ideas and vocabulary for motion in two or three dimensions.
  • Break motion into components and analyze each part separately.
  • Apply kinematics relationships to projectiles and other multidimensional motion.
  • Connect multidimensional motion to the bigger AP Physics C: Mechanics topic of kinematics.
  • Use diagrams, equations, and real examples to support your reasoning.

Why multidimensional motion matters

In one-dimensional motion, an object moves along a line, so describing its position with a single coordinate is enough. But many real systems move in a plane or in space. A flying insect may move forward, sideways, and upward at the same time. A package dropped from a moving plane has horizontal motion and vertical motion happening together. The key AP Physics C idea is that motion in different directions can usually be treated independently when the forces or acceleration components are independent 📦.

The main tool is vector decomposition. Instead of one position $x$, you may use position components $x$ and $y$, or $x$, $y$, and $z$. The position vector is written as $\vec{r}(t)=x(t)\hat{i}+y(t)\hat{j}$ in two dimensions, or $\vec{r}(t)=x(t)\hat{i}+y(t)\hat{j}+z(t)\hat{k}$ in three dimensions. Each component changes with time, and those changes determine velocity and acceleration.

A crucial point is that vectors have both magnitude and direction. If you only know how fast something moves, you do not know where it is going. For motion in two or three dimensions, direction matters just as much as speed.

Describing position, velocity, and acceleration

Position tells where the object is. Velocity tells how position changes with time. Acceleration tells how velocity changes with time. These ideas work the same way in two or three dimensions as they do in one dimension, but now each quantity is a vector.

The average velocity is defined as

$$\vec{v}_{\text{avg}}=\frac{\Delta \vec{r}}{\Delta t}$$

where $\Delta \vec{r}$ is the displacement vector. The instantaneous velocity is

$$\vec{v}=\frac{d\vec{r}}{dt}$$

and the instantaneous acceleration is

$$\vec{a}=\frac{d\vec{v}}{dt}=\frac{d^2\vec{r}}{dt^2}$$

Because these are vectors, you can write component equations:

$$v_x=\frac{dx}{dt},\quad v_y=\frac{dy}{dt},\quad v_z=\frac{dz}{dt}$$

$$a_x=\frac{dv_x}{dt},\quad a_y=\frac{dv_y}{dt},\quad a_z=\frac{dv_z}{dt}$$

This means each direction can be studied separately.

For example, if a drone moves with $x(t)=2t$ and $y(t)=t^2$, then its velocity components are $v_x=2$ and $v_y=2t$. Its speed is not just one component; it is the magnitude of the velocity vector:

$$v=\sqrt{v_x^2+v_y^2}$$

At $t=3\,\text{s}$, the speed is $\sqrt{2^2+6^2}=\sqrt{40}$.

Breaking motion into components

The biggest skill in this topic is resolving vectors into components. If a vector makes an angle $\theta$ with the positive $x$-axis, then its components are

$$A_x=A\cos\theta$$

$$A_y=A\sin\theta$$

This works for velocity, acceleration, and displacement vectors.

Suppose students, you throw a ball at speed $v_0$ at an angle $\theta$ above the horizontal. The initial velocity can be split into

$$v_{0x}=v_0\cos\theta$$

$$v_{0y}=v_0\sin\theta$$

This simple step is the foundation for projectile motion.

The important idea is that the horizontal and vertical motions are linked by time, but they obey different equations. If air resistance is ignored, the horizontal acceleration is $a_x=0$, while the vertical acceleration is $a_y=-g$. That means the horizontal velocity stays constant, but the vertical velocity changes by gravity.

This independence is why a ball thrown horizontally and a ball dropped from the same height land at the same time, if they start with the same vertical motion and air resistance is neglected. The horizontal motion does not affect the time to fall because gravity acts vertically downward.

Projectile motion in two dimensions

Projectile motion is one of the most important applications of motion in two dimensions. A projectile is an object moving under the influence of gravity alone, after launch. Common examples include a football pass, a stone thrown from a bridge, or water sprayed from a hose 💧.

For a projectile launched from height $y_0$ with initial speed $v_0$ at angle $\theta$, the equations are:

$$x(t)=x_0+v_0\cos\theta\, t$$

$$y(t)=y_0+v_0\sin\theta\, t-\frac{1}{2}gt^2$$

These equations assume no air resistance and take upward as positive.

The corresponding velocity components are

$$v_x(t)=v_0\cos\theta$$

$$v_y(t)=v_0\sin\theta-gt$$

Notice that $v_x(t)$ is constant, while $v_y(t)$ decreases linearly with time.

A useful result comes from the highest point of the trajectory. At the top, the vertical velocity is $v_y=0$, but the horizontal velocity is still $v_x=v_0\cos\theta$. So the object is still moving at the peak of its path; it is only momentarily not moving up or down.

If the projectile lands at the same height from which it was launched, then its time of flight is

$$T=\frac{2v_0\sin\theta}{g}$$

and its range is

$$R=\frac{v_0^2\sin 2\theta}{g}$$

This formula shows that the range depends on both launch speed and angle. The greatest range for a fixed launch speed occurs when $\theta=45^\circ$, because $\sin 2\theta$ is maximized at $1$.

Relative motion and motion in three dimensions

Motion in two or three dimensions is not only about projectiles. It also includes relative motion. Suppose a swimmer moves across a river while the water flows downstream. The swimmer’s velocity relative to the water adds vectorially to the water’s velocity relative to the ground. The ground-frame velocity is

$$\vec{v}_{\text{swimmer, ground}}=\vec{v}_{\text{swimmer, water}}+\vec{v}_{\text{water, ground}}$$

This is a vector addition problem, not a simple subtraction of speeds.

In three dimensions, the same logic applies, but with one more coordinate. A plane might have velocity components $v_x$, $v_y$, and $v_z$ if wind or climbing motion is involved. The velocity magnitude is

$$v=\sqrt{v_x^2+v_y^2+v_z^2}$$

and the same is true for displacement and acceleration vectors.

A three-dimensional example is a drone rising while moving forward and sideways. If its position is given by

$$\vec{r}(t)=t\hat{i}+2t\hat{j}+t^2\hat{k}$$

then its velocity is

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

and its acceleration is

$$\vec{a}(t)=2\hat{k}$$

This shows how calculus connects directly to physics: the derivative of position gives velocity, and the derivative of velocity gives acceleration.

How to solve AP-style problems

When students, you face a multidimensional kinematics problem on the AP exam, a reliable plan helps.

First, draw a diagram and choose coordinate axes. Put the origin somewhere helpful, often at the launch point or at the point where an object enters the problem. Then list what is known and what must be found.

Second, split all vectors into components. For projectile motion, write separate equations for $x$ and $y$.

Third, match the correct equation to the known quantities. In one direction, you may use constant-acceleration equations such as

$$v=v_0+at$$

$$x=x_0+v_0t+\frac{1}{2}at^2$$

$$v^2=v_0^2+2a(x-x_0)$$

In the other direction, you may use similar equations with the appropriate component variables.

Fourth, solve one direction at a time and use time to connect them. Many projectile problems work because the same $t$ appears in both the horizontal and vertical equations.

As a quick example, imagine a ball launched horizontally from a cliff. The vertical motion gives the time to fall, and then the horizontal motion gives the distance traveled. If the cliff is $20\,\text{m}$ high, the time follows from

$$20=\frac{1}{2}gt^2$$

using $v_{0y}=0$. After finding $t$, use

$$x=v_{0x}t$$

to get the horizontal distance.

Common misconceptions to avoid

One common mistake is thinking that motion stops at the top of a projectile’s path. In reality, only the vertical component of velocity is zero there. The horizontal component remains unchanged if air resistance is ignored.

Another mistake is using the same acceleration in every direction. Gravity acts downward, so its component depends on your coordinate system. If upward is positive, then $a_y=-g$ and $a_x=0$.

A third mistake is treating velocity and speed as the same thing. Speed is a scalar, while velocity is a vector. Two objects can have the same speed but different velocities if they move in different directions.

Conclusion

Motion in two or three dimensions is a major extension of basic kinematics. The core idea is simple: break motion into components and analyze each component with the appropriate equations. In AP Physics C: Mechanics, this topic appears often because it connects calculus, vectors, and real-world motion. students, if you can decompose a motion problem into directions and keep track of vectors carefully, you can solve many challenging situations with confidence ✅.

Study Notes

  • Position, velocity, and acceleration are vectors in two or three dimensions.
  • Use component form: $x$, $y$, and sometimes $z$.
  • Average velocity is $\vec{v}_{\text{avg}}=\frac{\Delta \vec{r}}{\Delta t}$.
  • Instantaneous velocity is $\vec{v}=\frac{d\vec{r}}{dt}$.
  • Instantaneous acceleration is $\vec{a}=\frac{d\vec{v}}{dt}=\frac{d^2\vec{r}}{dt^2}$.
  • Resolve vectors with $A_x=A\cos\theta$ and $A_y=A\sin\theta$.
  • For ideal projectile motion, $a_x=0$ and $a_y=-g$.
  • Projectile equations: $x(t)=x_0+v_0\cos\theta\, t$ and $y(t)=y_0+v_0\sin\theta\, t-\frac{1}{2}gt^2$.
  • Horizontal and vertical motions are independent except for shared time.
  • Relative velocity uses vector addition: $\vec{v}_{A/C}=\vec{v}_{A/B}+\vec{v}_{B/C}$.
  • In three dimensions, use the same component method with $z$ included.
  • Always draw a diagram, choose axes, and check signs carefully.

Practice Quiz

5 questions to test your understanding

Motion In Two Or Three Dimensions — AP Physics C Mechanics | A-Warded