1. Newton's Second Law — The Foundation
When force varies with time, position, or velocity, the equation F = ma becomes a differential equation. Solving it gives velocity and displacement as functions of the independent variable.
Choose the form that matches what F depends on.
The Three Forms of Acceleration
By the chain rule: dv/dt = (dv/dx)(dx/dt) = v dv/dx. This is the key substitution that lets us connect velocity directly to position — eliminating time from the equation entirely. Use this form whenever the force is a function of displacement x.
2. Three Problem Types — Method Selector
Every variable force problem falls into one of three categories. Recognising the type immediately tells you which form of Newton's law and which integration strategy to use.
Force depends on Time
F = F(t) — force is a function of time only.
Strategy: use F = m dv/dt, separate variables, integrate both sides.
⟹ ∫m dv = ∫F(t) dt
Force depends on Position
F = F(x) — force depends on how far the particle has moved.
Strategy: use F = mv dv/dx, separate v and x, integrate.
⟹ ∫mv dv = ∫F(x) dx
Force depends on Velocity
F = F(v) — resistance / drag proportional to v or v².
Strategy: use m dv/dt = F(v) or mv dv/dx = F(v), separate variables, partial fractions if needed.
⟹ ∫m dv/F(v) = ∫dt
3. Resistance Proportional to Velocity
A very common 9231 exam model: a particle moves against a resistive force proportional to its speed — R = kv. This models viscous drag at low speeds.
Horizontal Motion — Decelerating Particle
A particle of mass m, initial speed u, subject to resistance force kv (opposing motion):
To find displacement x in terms of t, integrate again. To find v in terms of x, use mv dv/dx = −kv:
4. Terminal Velocity
When a particle falls under gravity with air resistance, it accelerates until the net force becomes zero. The constant velocity reached at this point is called terminal velocity.
At terminal velocity vT, acceleration = 0, so:
mg = kvT → vT = mg/k
For resistance proportional to v². If R = kv²: vT = √(mg/k)
Falling Under Gravity with Resistance kv
Taking downward as positive, with resistance opposing motion (upward):
5. Resistance Proportional to v²
At higher speeds, drag is proportional to v² — a more realistic model for air resistance.
The integral ∫dv/(a²−v²) uses the factorisation (a−v)(a+v):
6. Work-Energy Theorem for Variable Forces
The work done by a variable force F(x) on a particle moving from x₁ to x₂ equals the change in kinetic energy:
- When asked for velocity as a function of time: use
m dv/dt = F, integrate w.r.t. t - When asked for velocity as a function of position: use
mv dv/dx = F, integrate w.r.t. x - When asked for displacement as a function of time: find v(t) first, then integrate v = dx/dt
- Always state your initial conditions when finding the constant of integration
Use algebraic division: v/(5−v) = −1 + 5/(5−v)
As x → ∞, v → 1/√k = vT, confirming the result. ✓
Interactive Motion Plotter
Select a force model and visualise the resulting velocity-time graph, position-time graph, and terminal velocity behaviour in real time.
Velocity — Time
Position — Time
Practice Questions
Check: work done = ∫₀²(3x+4)dx = [3x²/2+4x]₀² = 6+8 = 14. But W = ΔKE requires ΔKE = 7, not 14. Recheck: ΔKE = ½(2)(v₂²−v₁²) = v₂²−v₁² = 32−25 = 7 J. Work = ∫Fdx = 14 J ≠ 7 J. Discrepancy: check mass factor — ∫2v dv = v² so integrating gives v² − 25 = ∫(3x+4)/2 · 2 dx... Let me redo: 2v dv = (3x+4)dx → v² = (3x²/2 + 4x)|₀ˣ + 25. At x=2: v² = 6+8+25 = 39. v = √39 ≈ 6.24 m/s. ΔKE = ½(2)(39−25) = 14 J.
This is the classic distinction: with resistance ∝ v, the particle travels a finite distance but takes infinite time — a beautiful and examinable result.
Formula Reference Sheet
Complete reference for Linear Motion Under a Variable Force — Cambridge 9231 P3, Section 3.5.
- Identify the type first — write down what F depends on before setting up the ODE
- When resistance is proportional to v, try
mv dv/dx = −kvfirst — the v cancels and integration is trivial - For resistance ∝ v², you will need partial fractions — practice the standard split before the exam
- Always check: finite distance, infinite time for resistance ∝ v; finite time to stop for resistance ∝ v⁰ (constant)
- State constants of integration clearly and apply initial conditions explicitly — examiners deduct marks if IC is not shown
- Terminal velocity is a sanity check — confirm v → v_T as t → ∞ in your solution