Projectiles & Air Resistance

« Back to AP Physics Guide / Unit C1: Kinematics (Mechanics) / Projectiles & Air Resistance

Visualization of a glowing particle launched into the air, showing a perfect dashed parabolic path diverging from a solid, truncated trajectory affected by air resistance.

In AP Physics 1, we live in a vacuum. In AP Physics C, the atmosphere fights back.

When an object is launched into the air, its motion occurs in two dimensions: horizontal (x) and vertical (y). The most critical rule of 2D kinematics is that horizontal and vertical motion are completely independent of each other. They only share one common variable: time (t).

1. Ideal Projectiles (No Air Resistance)

In a vacuum, gravity is the only force acting on the object. Because gravity only pulls straight down, there is no horizontal acceleration. This makes the math relatively straightforward using the standard kinematic equations:

  • X-Axis (Horizontal): a_x = 0. Velocity is perfectly constant (v_x = v_{x0}).
  • Y-Axis (Vertical): a_y = -g (-9.8 \text{ m/s}^2). Velocity changes linearly over time.
Concept First: The trajectory of an ideal projectile is a perfect mathematical parabola. It is perfectly symmetrical: the time it takes to reach the peak is exactly equal to the time it takes to fall back down to its launch height.

2. The Reality: Velocity-Dependent Drag

AP Physics C introduces the reality of moving through a fluid (like air). As the object moves, it collides with air molecules, creating a drag force. The faster it moves, the harder the air pushes back. We usually model this as Linear Drag for slow, small objects (F_d = -b\vec{v}) or Quadratic Drag for fast, large objects (F_d = -c\vec{v}^2).

    \[m \frac{dv_x}{dt} = -b v_x\]

    \[m \frac{dv_y}{dt} = -mg - b v_y\]

These are the differential equations governing a projectile with linear drag (b). Notice how acceleration (\frac{dv}{dt}) is no longer constant!

Because the horizontal velocity (v_x) now experiences a force, it slows down over time. Because the vertical velocity (v_y) is fighting both gravity and drag, the object won’t fly as high, and it will fall slower than it rose.

⚙️ Interactive Aerodynamic Drag Simulator

Adjust the Drag Coefficient (b) to simulate launching a 1 kg mass through different atmospheres. Watch how drag destroys the perfect symmetry of the parabolic path.

Ideal Range (Vacuum):
163.3 m
Actual Range (With Drag):
102.1 m
Concept First: Notice the shape of the blue trajectory with air resistance. It is not a parabola. The descent is much steeper than the ascent because the horizontal velocity (v_x) has been sapped away by the air over the course of the flight!

3. Quick AP Practice

📚 Unit C1 Mastery Challenge

1. A projectile is launched at an angle in a vacuum. At the very highest point of its trajectory, what is the angle between its velocity vector and its acceleration vector?

Check Answer At the peak, vertical velocity (v_y) is zero, so the total velocity vector points perfectly horizontally (v_x). The acceleration vector (gravity) points perfectly downward. Therefore, the angle between them is exactly 90 degrees.

2. An object is launched upward with air resistance. Is the time it takes to reach the peak greater than, less than, or equal to the time it takes to fall back to the launch point?

Check Answer Less than. On the way up, gravity and drag both point down (helping to stop it quickly). On the way down, gravity points down but drag points up (resisting the fall). Therefore, the average acceleration is smaller on the way down, making the fall take longer.