Fiveable

⚙️AP Physics C: Mechanics Unit 2 Review

QR code for AP Physics C: Mechanics practice questions

2.9 Resistive Forces

2.9 Resistive Forces

Written by the Fiveable Content Team • Last updated August 2025
Verified for the 2026 exam
Verified for the 2026 examWritten by the Fiveable Content Team • Last updated August 2025
⚙️AP Physics C: Mechanics
Unit & Topic Study Guides
Pep mascot

Motion with Resistive Force

Resistive Force Definition

Resistive forces act in opposition to an object's motion, effectively slowing it down over time. These forces increase in magnitude as the object's speed increases, creating a natural limiting effect on motion.

  • Acts in the opposite direction of an object's velocity vector
  • Magnitude typically increases with speed (faster objects experience stronger resistance)
  • Examples include air resistance and fluid drag. In this topic, a resistive force means a velocity-dependent force opposite the object's velocity, such as Fr=kv\vec{F}_{r}=-k \vec{v}; do not confuse this with ordinary kinetic friction, which is typically modeled separately.

Air resistance is the most common example we encounter daily. It can be modeled mathematically as:

Fr=kv\vec{F}_{r}=-k \vec{v}

Where kk is a positive constant that depends on the object's shape, size, and the medium it's moving through, and v\vec{v} is the object's velocity vector. The negative sign indicates the force opposes motion.

The resistive force is proportional to velocity in this model, making it appropriate for objects moving at relatively low speeds through fluids.

Differential Equation for Velocity

When an object experiences a resistive force, its motion follows a differential equation derived from Newton's second law. This mathematical approach reveals important insights about the object's behavior over time.

Applying Newton's second law (Fnet=ma\vec{F}_{net} = m\vec{a}) to an object experiencing both a constant force and a resistive force:

mdvdt=Fconstantkvm\frac{dv}{dt} = F_{constant} - kv

This first-order differential equation is solved using separation of variables with proper limits of integration. Here is the explicit derivation:

Starting from mdvdt=Fconstantkvm\frac{dv}{dt} = F_{constant} - kv, we separate variables by moving all vv-terms to one side and tt-terms to the other:

dvFconstantkv=dtm\frac{dv}{F_{constant} - kv} = \frac{dt}{m}

Now integrate both sides using limits. If the object has initial velocity v0v_0 at t=0t = 0 and velocity vv at time tt:

v0vdvFconstantkv=0tdtm\int_{v_0}^{v} \frac{dv'}{F_{constant} - kv'} = \int_{0}^{t} \frac{dt'}{m}

Evaluating the left side with a uu-substitution (u=Fconstantkvu = F_{constant} - kv', du=kdvdu = -k\,dv'):

1kln(FconstantkvFconstantkv0)=tm-\frac{1}{k}\ln\left(\frac{F_{constant} - kv}{F_{constant} - kv_0}\right) = \frac{t}{m}

Solving for v(t)v(t) by exponentiating both sides and rearranging:

Fconstantkv=(Fconstantkv0)ekt/mF_{constant} - kv = (F_{constant} - kv_0)\,e^{-kt/m}

v(t)=Fconstantk+(v0Fconstantk)ekt/mv(t) = \frac{F_{constant}}{k} + \left(v_0 - \frac{F_{constant}}{k}\right)e^{-kt/m}

This result shows how the initial condition v0v_0 enters the solution directly through the separation of variables process with limits of integration.

The time constant τ=mk\tau = \frac{m}{k} is a critical parameter that describes how quickly the object approaches its terminal velocity. This value represents the time it takes for the velocity to reach approximately 63% of its final value.

  • Objects with larger mass take longer to reach terminal velocity
  • Stronger resistive forces (larger kk values) cause objects to reach terminal velocity more quickly
  • The approach to terminal velocity follows an exponential pattern

Time-Dependent Functions: Velocity, Acceleration, and Position

For a constant applied force FconstantF_{constant} in the positive direction and resistive force Fr=kv\vec{F}_{r} = -k\vec{v}, we can write the complete set of time-dependent functions. Defining the terminal velocity as vterm=Fconstantkv_{term} = \frac{F_{constant}}{k}:

Velocity:

v(t)=vterm+(v0vterm)ekt/mv(t) = v_{term} + (v_0 - v_{term})\,e^{-kt/m}

Acceleration (found by differentiating velocity):

a(t)=dvdt=km(v0vterm)ekt/ma(t) = \frac{dv}{dt} = -\frac{k}{m}(v_0 - v_{term})\,e^{-kt/m}

Position (found by integrating velocity):

x(t)=x0+vtermt+mk(v0vterm)(1ekt/m)x(t) = x_0 + v_{term}\,t + \frac{m}{k}(v_0 - v_{term})(1 - e^{-kt/m})

Each function depends on the initial conditions x0x_0 and v0v_0. The velocity and acceleration are exponential functions of time, while the position is a combination of a linear term and an exponential term. Their long-term behavior is governed by asymptotes:

  • As tt \to \infty, v(t)vtermv(t) \to v_{term} (velocity approaches terminal velocity asymptotically)
  • As tt \to \infty, a(t)0a(t) \to 0 (acceleration decays exponentially to zero)
  • As tt \to \infty, x(t)x(t) grows approximately linearly at the rate vtermv_{term}, since the exponential correction term vanishes

Terminal Velocity

Terminal velocity is the maximum speed reached when a constant force and a resistive force act in opposite directions. It occurs when the net force is zero, so acceleration is zero. In general, if the constant force has magnitude FconstantF_{constant} and the resistive force is kvkv opposite the motion, then at terminal speed Fconstantkvterminal=0F_{constant} - kv_{terminal} = 0, so:

vterminal=Fconstantkv_{terminal} = \frac{F_{constant}}{k}

For a falling object, Fconstant=mgF_{constant} = mg, giving:

vterminal=mgkv_{terminal} = \frac{mg}{k}

This equilibrium explains many everyday phenomena:

  • Skydivers control their descent rate by changing body position, effectively altering their kk value
  • Raindrops fall at different terminal velocities depending on their size
  • Heavier objects generally have higher terminal velocities in the same medium

The time required to reach terminal velocity depends on how far the initial velocity is from terminal velocity and the time constant τ\tau. Generally, an object reaches approximately 95% of its terminal velocity after 3 time constants.

Practice Problem 1: Terminal Velocity

A skydiver with mass 75 kg jumps from an airplane. If the air resistance is proportional to velocity with a constant k=15k = 15 kg/s, what is the skydiver's terminal velocity? How long will it take to reach 90% of terminal velocity?

Solution

First, we need to find the terminal velocity using the equation: vterminal=mgkv_{terminal} = \frac{mg}{k}

Given:

  • Mass (m) = 75 kg
  • Gravitational acceleration (g) = 9.8 m/s²
  • Resistance constant (k) = 15 kg/s

vterminal=75×9.815=73515=49v_{terminal} = \frac{75 \times 9.8}{15} = \frac{735}{15} = 49 m/s

To find the time to reach 90% of terminal velocity, we use the exponential approach equation: v(t)=vterminal(1et/τ)v(t) = v_{terminal}(1 - e^{-t/\tau})

Where τ=mk=7515=5\tau = \frac{m}{k} = \frac{75}{15} = 5 seconds

We need to find t when v(t)=0.9×vterminalv(t) = 0.9 \times v_{terminal}: 0.9=1et/50.9 = 1 - e^{-t/5}

et/5=0.1e^{-t/5} = 0.1 t/5=ln(0.1)-t/5 = \ln(0.1) t=5×ln(0.1)=5×(2.3)=11.5t = -5 \times \ln(0.1) = -5 \times (-2.3) = 11.5 seconds

Therefore, the skydiver will reach 90% of terminal velocity (44.1 m/s) after approximately 11.5 seconds.

Practice Problem 2: Motion with Resistive Force

A 2 kg object is thrown upward with an initial velocity of 20 m/s. If it experiences a resistive force proportional to velocity with constant k=0.4k = 0.4 kg/s, find the maximum height it reaches.

Solution

This problem requires us to solve the differential equation of motion with both gravity and resistive force.

Given:

  • Mass (m) = 2 kg
  • Initial velocity (v₀) = 20 m/s
  • Resistance constant (k) = 0.4 kg/s
  • Gravitational acceleration (g) = 9.8 m/s²

The differential equation is: mdvdt=mgkvm\frac{dv}{dt} = -mg - kv

The velocity as a function of time is: v(t)=(v0+mgk)ekt/mmgkv(t) = (v_0 + \frac{mg}{k})e^{-kt/m} - \frac{mg}{k}

To find the maximum height, we need to find when v = 0 and then calculate the displacement.

Setting v(t) = 0: (20+2×9.80.4)e0.4t/22×9.80.4=0(20 + \frac{2 \times 9.8}{0.4})e^{-0.4t/2} - \frac{2 \times 9.8}{0.4} = 0

(20+49)e0.2t=49(20 + 49)e^{-0.2t} = 49 69e0.2t=4969e^{-0.2t} = 49 e0.2t=4969e^{-0.2t} = \frac{49}{69} 0.2t=ln(4969)-0.2t = \ln(\frac{49}{69}) t=10.2ln(4969)=5ln(4969)1.713t = -\frac{1}{0.2}\ln(\frac{49}{69}) = -5\ln(\frac{49}{69}) \approx 1.713 seconds

The height can be found by integrating the velocity function from t = 0 to t = 1.713: h=01.713v(t)dth = \int_0^{1.713} v(t) \, dt

Using the position formula for this type of motion: x(t)=x0+mk(v0+mgk)(1ekt/m)mgktx(t) = x_0 + \frac{m}{k}(v_0 + \frac{mg}{k})(1-e^{-kt/m}) - \frac{mg}{k}t

Substituting our values with x₀ = 0: h=20.4(20+2×9.80.4)(1e0.4×1.713/2)2×9.80.4×1.713h = \frac{2}{0.4}(20 + \frac{2 \times 9.8}{0.4})(1-e^{-0.4 \times 1.713/2}) - \frac{2 \times 9.8}{0.4} \times 1.713

h=5(20+49)(1e0.3426)49×1.713h = 5(20 + 49)(1-e^{-0.3426}) - 49 \times 1.713

Using e0.34260.7101e^{-0.3426} \approx 0.7101, we have 1e0.34260.28991 - e^{-0.3426} \approx 0.2899.

h=5×69×0.289949×1.713h = 5 \times 69 \times 0.2899 - 49 \times 1.713

h99.9783.94=16.03h \approx 99.97 - 83.94 = 16.03 meters

Therefore, the object reaches a maximum height of approximately 16.0 meters.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

asymptote

A line or value that a function approaches but never reaches, determined by initial conditions and forces in resistive force problems.

differential equation

An equation relating a function to its derivatives, used to describe how velocity changes with time under a resistive force.

exponential function

A mathematical function describing position, velocity, and acceleration of an object under a resistive force, characterized by constant percentage change over time.

initial conditions

The starting values of position, velocity, and acceleration used to determine the specific motion of an object under a resistive force.

net force

The vector sum of all forces acting on an object or system.

resistive force

A velocity-dependent force that acts in the opposite direction of an object's velocity, opposing its motion.

separation of variables

A mathematical method for solving differential equations by rearranging terms so that each variable appears on only one side of the equation.

terminal velocity

The maximum constant speed achieved by an object when the net force acting on it becomes zero, occurring when the resistive force balances other forces.

velocity-dependent force

A force whose magnitude depends on the velocity of an object, typically proportional to velocity or velocity squared.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →