Skip to main content
United StatesPhysics C: MechanicsSyllabus dot point

How do velocity-dependent resistive forces such as air resistance change motion, and how do we use calculus to find terminal velocity and the approach to it?

Topic 2.9 Resistive Forces: model a velocity-dependent resistive force, set up and solve the equation of motion for fall with drag, and determine the terminal velocity and the exponential approach to it.

A focused answer to AP Physics C: Mechanics Topic 2.9, covering velocity-dependent resistive forces (drag), setting up Newton's second law as a differential equation for an object falling through a fluid, finding the terminal velocity, and solving the linear-drag equation of motion to get the exponential approach, with calculus-based worked examples.

Generated by Claude Opus 4.811 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Velocity-dependent resistance
  3. The equation of motion
  4. Terminal velocity
  5. Solving for the motion
  6. Try this

What this topic is asking

The College Board (Topic 2.9) wants you to model a velocity-dependent resistive force such as air resistance, to write Newton's second law as a differential equation, and to find the terminal velocity and the way the motion approaches it. This topic is distinctive to AP Physics C, the calculus-based course, and it is the clearest place where you set up and solve a differential equation of motion rather than use a constant-acceleration formula.

Velocity-dependent resistance

Unlike kinetic friction, which has a fixed magnitude, a resistive force depends on the speed: the faster the object moves, the harder the fluid pushes back. This velocity dependence is what makes the motion interesting, and it is why constant-acceleration kinematics cannot be used. The exam usually specifies linear drag, F=βˆ’bvF = -bv, because it leads to a differential equation you can solve in closed form.

The equation of motion

For an object of mass mm falling through air with linear drag, take down as positive and apply Newton's second law. The two forces are gravity mgmg (down, positive) and drag bvbv (up, opposing the downward motion, negative):

mdvdt=mgβˆ’bv.m\frac{dv}{dt} = mg - bv.

This is a first-order differential equation for v(t)v(t), not an algebraic equation, because the acceleration dv/dtdv/dt depends on the velocity. Setting it up correctly, with the right sign for the drag relative to the motion, is the first scored step on the exam. The same template, "write βˆ‘F=m dv/dt\sum F = m\,dv/dt with a velocity-dependent term," covers a boat coasting to rest, a bead in oil, or any object slowed by drag.

Terminal velocity

The terminal velocity is the steady speed at which the drag exactly balances the driving force, so the acceleration is zero. Setting dv/dt=0dv/dt = 0 in the equation of motion:

mgβˆ’bvt=0⟹vt=mgb.mg - bv_t = 0 \quad\Longrightarrow\quad v_t = \frac{mg}{b}.

A skydiver reaches terminal velocity when air resistance grows to equal her weight; from then on she falls at constant speed. The terminal velocity grows with weight and shrinks with the drag constant, which is why a feather and a heavy ball fall at very different terminal speeds in air. You can read off vtv_t directly from the equation of motion without solving it fully, which is often all a part of the question asks.

Solving for the motion

Solving the differential equation with the initial condition v(0)=0v(0) = 0 gives the full velocity history:

v(t)=mgb(1βˆ’eβˆ’bt/m)=vt(1βˆ’eβˆ’bt/m).v(t) = \frac{mg}{b}\left(1 - e^{-bt/m}\right) = v_t\left(1 - e^{-bt/m}\right).

The speed starts at zero, rises steeply, and levels off at vtv_t as the exponential term dies away. Differentiating gives the acceleration a(t)=g eβˆ’bt/ma(t) = g\,e^{-bt/m}, which begins at gg (the moment of release, when there is no drag yet) and decays to zero. The combination Ο„=m/b\tau = m/b is the time constant that sets how quickly terminal velocity is reached: after a few time constants the object is effectively at vtv_t. This exponential approach is the signature result of the topic.

Try this

Q1. An object of mass 2.02.0 kg falls with linear drag and reaches a terminal velocity of 4040 m/s (g=9.8g = 9.8 m/s squared). Calculate the drag constant bb. [2 points]

  • Cue. vt=mg/bβ‡’b=mg/vt=(2.0)(9.8)/40=0.49v_t = mg/b \Rightarrow b = mg/v_t = (2.0)(9.8)/40 = 0.49 kg/s.

Q2. Explain why an object released from rest with linear drag never quite reaches its terminal velocity. [2 points]

  • Cue. The solution v=vt(1βˆ’eβˆ’bt/m)v = v_t(1 - e^{-bt/m}) approaches vtv_t only as tβ†’βˆžt \to \infty; the exponential term shrinks but never becomes exactly zero.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2024 (style)6 marksSection II (FRQ, calculus). An object of mass mm falls from rest through air that exerts a resistive force F=βˆ’bvF = -bv proportional to its velocity. Take down as positive. (a) Write Newton's second law as a differential equation for v(t)v(t). (b) Determine the terminal velocity. (c) Solve the differential equation for v(t)v(t) with v(0)=0v(0) = 0. (d) Sketch v(t)v(t) and describe the acceleration as tt grows large.
Show worked answer β†’

A 6-point calculus FRQ on linear drag.

(a) Equation of motion (1 point): with down positive, mgβˆ’bv=mdvdtmg - bv = m\dfrac{dv}{dt}.
(b) Terminal velocity (1 point): at terminal velocity the acceleration is zero, mgβˆ’bvt=0mg - bv_t = 0, so vt=mgbv_t = \dfrac{mg}{b}.
(c) Solve (3 points): rearrange to dvdt=gβˆ’bmv\dfrac{dv}{dt} = g - \dfrac{b}{m}v. This separable (or first-order linear) equation with v(0)=0v(0) = 0 has solution v(t)=mgb(1βˆ’eβˆ’bt/m)=vt(1βˆ’eβˆ’bt/m)v(t) = \dfrac{mg}{b}\left(1 - e^{-bt/m}\right) = v_t\left(1 - e^{-bt/m}\right).
(d) Behavior (1 point): vv rises from 00, concave down, approaching vtv_t asymptotically; the acceleration dvdt=g eβˆ’bt/m\dfrac{dv}{dt} = g\,e^{-bt/m} starts at gg and decays to zero as tβ†’βˆžt \to \infty.

Markers reward setting up the differential equation, finding vtv_t from zero acceleration, and producing the 1βˆ’eβˆ’bt/m1 - e^{-bt/m} solution.

AP 2022 (style)1 marksSection I (multiple choice). An object falls through a fluid with a resistive force proportional to its speed. As it approaches terminal velocity, its acceleration... (A) increases toward gg (B) stays constant at gg (C) decreases toward zero (D) becomes negative. Justify your reasoning.
Show worked answer β†’

A 1-point conceptual MCQ. The answer is (C).

As the speed rises, the resistive force bvbv grows toward the weight mgmg, so the net force mgβˆ’bvmg - bv shrinks. Since a=(mgβˆ’bv)/ma = (mg - bv)/m, the acceleration falls toward zero, reaching zero exactly at terminal velocity. The object never decelerates (the net force stays downward), so (D) is wrong; the acceleration starts at gg but does not stay there.

Related dot points

Sources & how we know this