When the resisting force depends on speed (drag, friction proportional to $v$ or $v^2$), acceleration becomes a function of velocity. The trick is choosing the right form of $a$: use $a = \dfrac{dv}{dt}$ when you want $v(t)$, and $a = v\dfrac{dv}{dx}$ when you want $v(x)$. Both are separable first-order ODEs that the Extension 2 student can solve cleanly. Aligned to NESA outcome MEX-M1.
Today's hook, A boat moving at $10\text{ m/s}$ has its engine cut. Water resistance gives a deceleration of $a = -0.2v$ m/s$^2$. Before reading on, predict: (i) does it ever come to rest? (ii) what is the form of $v(t)$? Sketch your guess on $v$ vs $t$ axes and check after Worked Example 1.
0/5QUESTS
1
You are here
Recall, your gut answer first
+5 XP warm-up If $\dfrac{dv}{dt} = -kv$ with $v(0) = v_0$, what is $v(t)$?
01
Recall, your gut answer first
+5 XP warm-up
If $\dfrac{dv}{dt} = -kv$ with $v(0) = v_0$, what is $v(t)$? Before checking separate variables, integrate both sides, and apply the initial condition.
auto-saved
2
The two forms of acceleration
+5 XP to read When $a$ depends only on $v$, two equivalent expressions are available: $a = \dfrac{dv}{dt}$ gives $v(t)$, and $a = v\dfrac{dv}{dx}$ gives $v(x)$.
02
The two forms of acceleration
+5 XP to read
When $a$ depends only on $v$, two equivalent expressions are available: $a = \dfrac{dv}{dt}$ gives $v(t)$, and $a = v\dfrac{dv}{dx}$ gives $v(x)$. Choosing the wrong form forces an extra integration; choosing the right one makes the problem one separation away from finished.
The question decides the form: if the unknown is time, use $\dfrac{dv}{dt} = f(v)$. If the unknown is position, use $v\dfrac{dv}{dx} = f(v)$. Both are separable.
$\displaystyle a = \frac{dv}{dt} = v\frac{dv}{dx}$
Pick the form that matches the unknown
If the question asks "how long until ...", use $dv/dt$. If it asks "how far until ...", use $v\,dv/dx$. This single decision saves a whole integration.
Both forms are separable
$\dfrac{dv}{f(v)} = dt$ or $\dfrac{v\,dv}{f(v)} = dx$. Once separated, integrate each side and apply the initial condition.
Watch the sign of $f(v)$
Resistive forces oppose motion: $a = -kv$ or $a = -kv^2$. Keep the negative; it determines whether the body slows, stops or just approaches rest asymptotically.
03
What you'll master
Know
Key facts
$a = \dfrac{dv}{dt} = v\dfrac{dv}{dx}$, two interchangeable forms
When $a = f(v)$, both forms give separable ODEs
Initial conditions are required to determine the constant of integration
NESA outcome MEX-M1 covers this content
Understand
Concepts
Why "what is unknown?" decides whether to use $dv/dt$ or $v\,dv/dx$
Why resistive motion problems often produce exponential decay
Why some bodies reach a terminal velocity instead of stopping
Can do
Skills
Set up and solve $\dfrac{dv}{dt} = f(v)$ to find $v(t)$
Set up and solve $v\dfrac{dv}{dx} = f(v)$ to find $v(x)$
Apply initial conditions cleanly to evaluate constants
04
Key terms
AccelerationRate of change of velocity. Expressible as $\dfrac{dv}{dt}$, $\dfrac{d^2x}{dt^2}$ or $v\dfrac{dv}{dx}$ depending on the variable of interest.
Separable equationA first-order ODE that can be rewritten so each variable sits on its own side: $g(v)\,dv = h(t)\,dt$ or $g(v)\,dv = h(x)\,dx$.
Resistive forceA force opposing motion, often modelled as proportional to $v$ (low speed) or $v^2$ (higher speed). Produces $a = -kv$ or $a = -kv^2$.
Terminal velocityThe limiting velocity at which gravity balances resistance, so $a = 0$. Found by solving $f(v_T) = 0$.
Initial conditionA specified value such as $v(0) = v_0$ or $x(0) = 0$, used to determine the constant of integration.
Chain rule (for $a$)$\dfrac{dv}{dt} = \dfrac{dv}{dx}\cdot\dfrac{dx}{dt} = v\dfrac{dv}{dx}$. The bridge between time-dependent and position-dependent forms.
MEX-M1NESA outcome (Applications of Calculus to Mechanics): solves problems involving simple harmonic motion and motion with resistance using $a = dv/dt$ and $a = v\,dv/dx$.
3
Form 1: $\dfrac{dv}{dt} = f(v)$ → $v(t)$
When the question asks for velocity (or time) explicitly as a function of time, write $a$ as $\dfrac{dv}{dt}$ and separate variables:
05
Form 1: $\dfrac{dv}{dt} = f(v)$ → $v(t)$
core concept
When the question asks for velocity (or time) explicitly as a function of time, write $a$ as $\dfrac{dv}{dt}$ and separate variables:
The left integral produces some function of $v$, the right gives $t$. Rearrange for $v$ (if possible) and apply the initial condition to find $C$.
Works whenever $f(v) \neq 0$ on the interval of motion.
If $f(v_T) = 0$ at some $v_T$, that value is a terminal velocity, the body approaches it but never crosses it.
Pay attention to the sign of $v$: usually $v > 0$, so $|v| = v$ in any $\ln|v|$ that appears.
Worked through the hook. $\dfrac{dv}{dt} = -0.2v$ ⇒ $\dfrac{dv}{v} = -0.2\,dt$ ⇒ $\ln v = -0.2t + C$. At $t=0$, $v = 10$, so $C = \ln 10$. Hence $v(t) = 10e^{-0.2t}$ m/s, the boat slows exponentially but never quite stops.
Form 1: $\dfrac{dv}{dt} = f(v)$ ⇒ $\displaystyle\int\frac{dv}{f(v)} = t + C$ · Use this when the unknown involves $t$ · Always state the initial condition before evaluating $C$ · $a = -kv$ gives exponential decay; the body never stops
Pause, copy Form 1 $dv/dt = f(v) \Rightarrow \int dv/f(v) = t+C$, the exponential-decay result for $a = -kv$, and the rule that the body never stops under this model into your book.
Quick check: A particle has $\dfrac{dv}{dt} = -kv$ with $v(0) = v_0 > 0$. Which expression correctly gives $v(t)$?
4
Form 2: $v\dfrac{dv}{dx} = f(v)$ → $v(x)$
We just saw Form 1: $dv/dt = f(v)$ solved by separating $\int dv/f(v) = t+C$, giving $v(t)$, used when time is the target; $a = -kv$ gives exponential decay in $t$.
06
Form 2: $v\dfrac{dv}{dx} = f(v)$ → $v(x)$
core concept
We just saw Form 1: $dv/dt = f(v)$ solved by separating $\int dv/f(v) = t+C$, giving $v(t)$, used when time is the target; $a = -kv$ gives exponential decay in $t$. That raises a question: what if we want $v$ as a function of position $x$ instead? This card answers it → Form 2: $v\,dv/dx = f(v)$ solved by $\int v\,dv/f(v) = x+C$, giving $v(x)$; for $a = -kv$, this yields $v$ linear in $x$, the body stops after finite distance.
When the question asks for velocity as a function of position (or distance travelled), use the chain-rule form $a = v\dfrac{dv}{dx}$. Separate variables differently:
Note the $v$ in the numerator on the left, this is what makes the integral different. Common simplifications:
If $f(v) = -kv$, then $\dfrac{v\,dv}{-kv} = -\dfrac{1}{k}\,dv$, an easy integral giving $v$ linear in $x$.
If $f(v) = -kv^2$, then $\dfrac{v\,dv}{-kv^2} = -\dfrac{dv}{kv}$, giving $\ln v$ linear in $x$.
If $f(v) = g - kv^2$ (gravity with quadratic drag), use the substitution $u = g - kv^2$ ⇒ $du = -2kv\,dv$.
Common mistake. Students often drop the $v$ in the numerator and write $\int dv/f(v) = x + C$. That ignores the chain rule and gives the wrong answer, effectively solving a different ODE. Keep $v\,dv$ together when finding $v(x)$.
Form 2: $v\dfrac{dv}{dx} = f(v)$ ⇒ $\displaystyle\int\frac{v\,dv}{f(v)} = x + C$ · Use this when the unknown involves $x$ · $a = -kv$ here gives $v$ linear in $x$, the body does stop after finite distance · For $a = g - kv^2$, substitute $u = g - kv^2$
Pause, copy Form 2 $v\,dv/dx = f(v) \Rightarrow \int v\,dv/f(v) = x+C$, the linear-$v$-in-$x$ result for $a = -kv$ (body stops at finite distance), and the $a = g-kv^2$ substitution $u = g-kv^2$ into your book.
Did you get this? True or false: if $v\dfrac{dv}{dx} = -kv$ with $v(0) = v_0$, then $v(x) = v_0 - kx$ until the body comes to rest.
5
Worked examples · 3 in a row, reveal as you go
Worked examples · 3 in a row, reveal as you go
Worked examples · 3 in a row, reveal as you go
PROBLEM 1 · $v(t)$ FROM $a = -kv$
A boat moving at $10\text{ m/s}$ has its engine cut, with subsequent acceleration $a = -0.2v$ (m/s$^2$). Find $v(t)$ and the time for the speed to fall to $1\text{ m/s}$.
1
Choose the time-form: $\dfrac{dv}{dt} = -0.2v$. Separate: $\dfrac{dv}{v} = -0.2\,dt$.
The unknown involves time, so $\dfrac{dv}{dt}$ is the right form. Resistive sign $-0.2$ is kept exactly.
2
Integrate: $\ln v = -0.2t + C$. Apply $v(0) = 10$: $\ln 10 = C$. So $\ln v = -0.2t + \ln 10$, giving $v(t) = 10e^{-0.2t}$ m/s.
Because $v > 0$ throughout, $|v| = v$ and $\ln|v|$ becomes $\ln v$. The constant is fixed by the initial condition before exponentiating.
Same separation technique as Form 1 but with $x$ on the right. The integral becomes $\ln v$ because $1/v$ is the integrand.
3
Exponentiate: $v(x) = 8e^{-0.5x}$ m/s. The body decelerates but never stops, $v \to 0$ only as $x \to \infty$.
Quadratic drag in the $v$-vs-$x$ picture gives exponential decay in $x$. Contrast: $a = -kv$ in the $v$-vs-$x$ picture gives linear decay and a finite stopping distance.
PROBLEM 3 · TERMINAL VELOCITY
A body falls under gravity with linear air resistance: $a = g - kv$ where $g, k > 0$ and $v(0) = 0$. Find $v(t)$ and the terminal velocity.
The exponential decays to zero, leaving the constant $g/k$. This confirms the terminal velocity found in step 1.
Fill the gap: To find velocity as a function of position when $a = f(v)$, write $a$ as and separate to get $\displaystyle\int \dfrac{v\,dv}{f(v)} = \int \;?$, where the integrand on the right is .
6
Misconceptions to fix · the 3 traps that cost marks
Misconceptions to fix · the 3 traps that cost marks
Misconceptions to fix · the 3 traps that cost marks
Trap 01
Using the wrong form of $a$
If you want $v(x)$ but use $\dfrac{dv}{dt} = f(v)$, you get $v(t)$ first and must integrate again to find $x(t)$, then eliminate $t$. Picking $v\dfrac{dv}{dx} = f(v)$ from the start skips that work.
Trap 02
Dropping the $v$ in $v\,dv/dx$
Some students write $\int dv/f(v) = x + C$ when they should write $\int v\,dv/f(v) = x + C$. The missing $v$ effectively solves a different ODE. Always keep $v\,dv$ as a unit.
Trap 03
Forgetting the initial condition
A general solution with $+C$ is not a final answer. Always state the initial condition explicitly (e.g. $v(0) = v_0$, $x(0) = 0$), substitute, and write down $C$. Markers deduct for missing this step.
Did you get this? True or false: a body with $a = -kv$ ($k > 0$) and positive initial velocity comes to rest after a finite time.
7
Revisit your thinking
Activities · practice with the ideas
Activities · practice with the ideas
1
A particle has $\dfrac{dv}{dt} = -3v$ with $v(0) = 6$. Find $v(t)$ and the time for $v$ to fall to $2$.
2
For $a = -0.1v^2$ with $v(0) = 5$ m/s at $x = 0$, find $v$ as a function of $x$.
3
A body falls under gravity with $a = 10 - 0.5v$ (m/s$^2$) and $v(0) = 0$. Find the terminal velocity and write $v(t)$.
4
A particle is decelerated by $a = -kv$ ($k > 0$), $v(0) = v_0$. Find the total distance travelled before "effective rest" by integrating $v\dfrac{dv}{dx} = -kv$.
5
Compare the stopping distances for $a = -kv$ and $a = -kv^2$ both starting at $v_0$. Which body covers finite distance? Why?
Odd one out: Three of these correctly express acceleration. Which one is NOT a valid expression for $a$?
11
Revisit your thinking
At the start you predicted whether a boat decelerating at $a = -0.2v$ ever comes to rest, and sketched $v(t)$.
The answer: $v(t) = 10e^{-0.2t}$, an exponential decay that approaches zero but never reaches it. The boat keeps moving, more and more slowly, forever (in the model). Whenever the resistance is proportional to $v$, time-decay is always exponential. By contrast, if you had used $a = v\,dv/dx$ here, you would have found $v$ linear in $x$ with a finite stopping distance, same physics, different variable, different shape. Recognising "what's being asked" decides which form to use, and that decision is half the marks.
auto-saved
1
Show what you have learned
Multiple choice, then short answer under exam conditions.
01
Multiple choice
+5 XP per correct · +25 XP all-correct
Pick your answer, then rate your confidence. That tells the system what to drill next. Each retry pulls a fresh mix from the bank.
02
Short answer
ApplyBand 32 marks
Q1. A particle has $\dfrac{dv}{dt} = -2v$ with $v(0) = 5$ m/s. Find $v(t)$. (2 marks)
auto-saved
ApplyBand 43 marks
Q2. A body decelerates under $a = -kv^2$ ($k > 0$) with $v(0) = v_0$ at $x = 0$. Show that $v(x) = v_0 e^{-kx}$. (3 marks)
auto-saved
AnalyseBand 53 marks
Q3. A skydiver falls with $a = g - kv$, $g = 10$, $k = 0.4$, $v(0) = 0$. (a) Find the terminal velocity. (b) Find $v(t)$. (c) Find the time for $v$ to reach $90\%$ of terminal velocity. (3 marks)
5. $a = -kv$: $v(x) = v_0 - kx$, linear, finite stopping at $x = v_0/k$. $a = -kv^2$: $v(x) = v_0 e^{-kx}$, exponential, never reaches 0. Cancelling the $v$ in $v\,dv/dx$ leaves only $dv$ in the first case but $dv/v$ in the second, that's why one is linear and the other is logarithmic.