AP Physics C: Mechanics · Unit 0: Calculus Primer · Lesson 0.6

Deep Dive: Separable Differential Equations

🔬 Deep Dive
This is your textbook for this topic. Take your time. Read it more than once.
Unit 0 · 0.6 (Bonus)Concept

What Makes a Differential Equation Separable?

A differential equation is any equation that relates a function to its own derivative — something like dv/dt = g − kv, where the thing you're solving for (v) and its rate of change (dv/dt) both show up in the same equation. That's different from every equation you've integrated so far, where you already knew exactly what to integrate.

A differential equation is called separable when you can algebraically herd every instance of one variable (with its differential) onto one side, and every instance of the other variable onto the other side. Once separated, each side can be integrated independently.

💡One more fact you'll need for this lesson, alongside the sine and cosine facts from Lesson 0.3: ∫(1/u) du = ln|u| + C. This is the n = −1 exception flagged back in Lesson 0.4 — the one case the ordinary power rule for integrals couldn't handle.
Unit 0 · 0.6 (Bonus)Math

Solving a Separable Equation — Warm-Up

Before tackling the physics version, it's worth seeing the technique on the cleanest possible example — a rate of change that's directly proportional to the function itself.

ExampleWorked Example — Solving dy/dx = ky

Solve the differential equation dy/dx = ky for y as a function of x, where k is a constant.

🔑This result — exponential growth or decay — is the signature solution of any equation shaped like dy/dx = ky. Recognizing that shape on sight will save you the full derivation more than once.
ExampleGuided Example — Solving dP/dt = −0.5P with an Initial Condition

Solve dP/dt = −0.5P, given P(0) = 100.

Step 1Separate the variables
dP/P = −0.5 dt
Unit 0 · 0.6 (Bonus)Math

Capstone — Resistive Forces and Terminal Velocity

Here's the equation this whole lesson was built for. An object falling under gravity with a linear drag force obeys m dv/dt = mg − bv. Dividing through by m and writing k = b/m simplifies this to dv/dt = g − kv — a separable equation, just with one more algebraic wrinkle than the warm-up.

ExampleWorked Example — Solving the Resistive-Force Equation

Solve dv/dt = g − kv for v(t), given that the object starts from rest: v(0) = 0.

Look at what happens as t grows large: e^(−kt) shrinks toward zero, so v(t) approaches g/k and stays there. That limiting value is terminal velocity — the speed at which drag exactly balances gravity, so acceleration drops to zero.

This is the solution to dv/dt = g − kv, starting from rest. Adjust gravity g and the drag constant k, and watch the curve bend toward its horizontal asymptote — the terminal velocity.

g (gravity) = 9.8
k (drag constant) = 0.5
v_terminal = g/k0246810
v(t) = 19.60 · (1 − e0.5t)terminal velocity = g/k = 19.60 m/s

Larger k (more drag) makes the curve bend toward its asymptote faster, but also caps out at a lower terminal velocity — both effects come straight from the g/k and e⁻ᵏᵗ in the solution.

ExampleGuided Example — Terminal Velocity and Time to Reach It

A skydiver experiences g = 9.8 m/s² and a drag constant k = 0.2 s⁻¹, so dv/dt = 9.8 − 0.2v. Find the terminal velocity, and estimate how long it takes to reach 90% of it.

Step 1Find terminal velocity
v_terminal = g/k = 9.8 / 0.2 = 49 m/s
Unit 0 · 0.6 (Bonus)⚠ Watch Out

A Note on the SHM Equation

It's tempting to expect the same separation technique to work on Lesson 0.3's capstone equation, d²x/dt² = −ω²x. It won't — and it's worth understanding why.

⚠️Separation of variables, as taught in this lesson, applies to first-orderdifferential equations — ones involving only a first derivative, like dv/dt. The SHM equation involves a second derivative, d²x/dt², and there's no algebraic move that puts every "x" on one side and every "t" on the other. It simply isn't separable in this sense.

Instead, second-order equations like this one are typically handled by being handed a candidate solution and verifying it by substitution — exactly what Lesson 0.3 did with x(t) = A cos(ωt + φ): differentiate twice, plug back in, and confirm both sides match. That's recognition, not derivation from scratch, and it's a perfectly legitimate (and far more common, at this level) way to work with a differential equation like this one.

🔑Between Lesson 0.3 and this lesson, you now have both tools this course will ask for: solving a first-order separable equation from scratch (resistive forces), and verifying a given solution to a second-order equation by substitution (oscillations). That's the entire calculus toolkit for AP Physics C: Mechanics.
← Back to Lesson 0.6That's the whole primer. Unit 1 — Kinematics — is next, and every tool in it is one you've already used here.