Skip to content
M
hscscience Ext 2 · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 16 · L11 of 16 ~40 min ⚡ +90 XP available

Resisted Motion — Horizontal

A puck slides across a rough table; a boat drifts after the engine cuts out; a parachutist races along a horizontal wire. In every case the resistance grows with speed, so the equation of motion is a separable ODE in $v$. This lesson teaches you to write $\dot v = -kv$ (linear drag) or $\dot v = -kv^2$ (quadratic drag), integrate twice, and read off the long-term behaviour.

Today's hook — A boat moves at $20$ m/s when its engine cuts out. The water resists with force proportional to $v$: $\dot v = -0.1 v$. Without solving, predict (a) whether the boat ever stops, (b) the velocity after $10$ seconds (closer to $0$, $5$, or $10$?), and (c) the total distance travelled before "rest". Check after card 05.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

A particle on a horizontal surface satisfies $\dfrac{dv}{dt} = -kv$ with $v(0) = u$. Without integrating — what does the sign tell you about the motion? Does $v$ ever reach $0$ exactly? Sketch $v(t)$ as best you can.

auto-saved
02
The two moves for resisted horizontal motion
+5 XP to read

Every horizontal resistance problem rewards two habits: match the form of resistance to the right derivative (use $\dot v = dv/dt$ for time, $v\,dv/dx$ for distance), then separate variables and integrate. Choosing the wrong form is the single biggest cause of error.

The resistance-form-derivative reading: (1) write the resistance ($-kv$ or $-kv^2$), (2) decide whether you want $v$ as a function of $t$ or $x$, (3) pick $dv/dt$ for $v(t)$ or $v\,dv/dx$ for $v(x)$.

Time: $\dfrac{dv}{dt} = -kv$  ·  Distance: $v\dfrac{dv}{dx} = -kv$  ·  Quadratic: replace $v$ with $v^2$.

Force -kv or -kv² Pick v(t) or v(x) Integrate separate Apply v(0) = u to fix constant
$\dfrac{dv}{dt} = -kv \;\Rightarrow\; v = u e^{-kt}$
Linear drag never reaches rest
$v = u e^{-kt}$ is always positive for finite $t$. The particle approaches rest asymptotically. Total distance is finite: $x_\infty = u/k$.
Quadratic drag — same idea, different decay
$\dot v = -kv^2$ gives $1/v = 1/u + kt$, so $v$ decays like $1/t$ for large $t$ (slower than exponential). Distance grows like $\ln t$ — unbounded.
Which derivative? Match the question
Question asks "in terms of $t$"? Use $dv/dt$. Asks "in terms of $x$"? Use $v\,dv/dx$. Mixing the two means a wrong integration variable.
03
What you'll master
Know

Key facts

  • Newton's second law: $m\ddot x = $ net force; for horizontal motion under resistance only, net force $= -mkv$ or $-mkv^2$
  • $\dfrac{dv}{dt}$, $v\dfrac{dv}{dx}$ and $\dfrac{d}{dt}(\tfrac12 v^2)$ are equivalent forms of acceleration
  • $\dot v = -kv \Rightarrow v = u e^{-kt}$
  • $\dot v = -kv^2 \Rightarrow \dfrac{1}{v} = \dfrac{1}{u} + kt$
Understand

Concepts

  • Why a linear-drag particle never reaches rest in finite time
  • Why quadratic drag gives unbounded distance even though $v \to 0$
  • When to integrate w.r.t. $t$ versus w.r.t. $x$
Can do

Skills

  • Solve $\dot v = -kv$ and $\dot v = -kv^2$ for $v(t)$ and $x(t)$
  • Use $v\,dv/dx$ to get $v$ as a function of $x$
  • Find the limiting distance (linear drag) and check terminal behaviour
04
Key terms
Resistive forceA force that opposes motion. Magnitude is taken proportional to $v$ (linear drag) or $v^2$ (quadratic drag); direction is opposite to velocity.
Linear dragResistance $= mkv$. Equation of motion (horizontal, no other force): $\dot v = -kv$. Solution decays exponentially.
Quadratic dragResistance $= mkv^2$. Equation: $\dot v = -kv^2$. Solution decays algebraically; distance is unbounded.
$v\,dv/dx$ formIdentity $\dfrac{dv}{dt} = v\dfrac{dv}{dx}$ (chain rule). Use when the question asks for $v$ in terms of $x$.
Separable ODEA first-order equation that can be written $f(v)\,dv = g(t)\,dt$. Both resistance forms here separate cleanly.
Limiting (terminal) distanceFor linear drag, $x_\infty = \lim_{t\to\infty} x(t) = u/k$. A bounded total travel even though motion never strictly stops.
MEX-M1NESA outcome (Applications of Calculus to Mechanics): models and solves problems involving motion in a straight line with resistive forces.
05
Linear drag: $\dot v = -kv$
core concept

A particle of mass $m$ moves horizontally with no driving force; the only horizontal force is resistance of magnitude $mkv$ opposite to motion. Newton's second law gives:

$$m\frac{dv}{dt} = -mkv \;\Longrightarrow\; \frac{dv}{dt} = -kv \;\; (k > 0)$$

Separate variables: $\dfrac{dv}{v} = -k\,dt$. Integrate from initial conditions $v(0) = u$:

  • Velocity: $\ln v = -kt + \ln u \;\Rightarrow\; v = u e^{-kt}$.
  • Position (with $x(0) = 0$): integrate $v$ to get $x = \dfrac{u}{k}(1 - e^{-kt})$.
  • Velocity as a function of $x$: use $v\,dv/dx = -kv$, giving $dv/dx = -k$, so $v = u - kx$.

Worked through the hook: Boat with $u = 20$, $k = 0.1$.

  • $v(t) = 20 e^{-0.1 t}$. At $t = 10$: $v = 20 e^{-1} \approx 7.36$ m/s — closer to $5$ than to $10$.
  • The boat never strictly stops (exponential is positive), but the total distance $x_\infty = u/k = 20/0.1 = 200$ m is finite.
Connecting to the physics. Even though $v \to 0$, the boat covers only $200$ m in total. The exponential decay packs all the remaining distance into a thinning tail — the same maths governs charging capacitors and radioactive decay.

Linear drag (horizontal): $\dot v = -kv \;\Rightarrow\; v = u e^{-kt}$ · Position: $x = \dfrac{u}{k}(1 - e^{-kt})$, limit $x_\infty = u/k$ · $v$ in terms of $x$: $v = u - kx$ (a straight line!) · Particle approaches rest but never reaches it

Pause — copy linear drag results: $v = ue^{-kt}$, $v = u-kx$ (linear in $x$), $x = (u/k)(1-e^{-kt})$, limit $u/k$, and the "never-reaches-rest" property into your book.

Quick check: A particle satisfies $\dot v = -2v$ with $v(0) = 6$. What is $v$ when $t = \tfrac12 \ln 3$?

06
Quadratic drag: $\dot v = -kv^2$
core concept

We just saw linear horizontal drag $\dot v = -kv$: $v = ue^{-kt}$, $v = u - kx$ (linear in $x$!), position $x = (u/k)(1-e^{-kt})$ approaching $u/k$ asymptotically. That raises a question: under quadratic drag $\dot v = -kv^2$, what is the $v$-vs-$x$ relationship, and does the particle travel a finite or infinite distance? This card answers it → $v = ue^{-kx}$ (exponential in $x$), $x = (1/k)\ln(1+ukt) \to \infty$ — distance is unbounded.

For higher speeds (or denser fluids) the resistance grows like $v^2$. The equation of motion becomes:

$$\frac{dv}{dt} = -kv^2 \;\;(k > 0)$$

Separate: $-v^{-2}\,dv = k\,dt$. Integrating with $v(0) = u$:

  • Velocity: $\dfrac{1}{v} = \dfrac{1}{u} + kt \;\Rightarrow\; v = \dfrac{u}{1 + ukt}$.
  • $v$ in terms of $x$: use $v\,dv/dx = -kv^2$, so $dv/v = -k\,dx$, giving $v = u e^{-kx}$.
  • Position: integrate $v(t) = u/(1+ukt)$ to get $x(t) = \dfrac{1}{k}\ln(1 + ukt)$.

Terminal behaviour: as $t \to \infty$, $v \to 0$ like $1/t$ (much slower than exponential), and $x(t) \to \infty$ — the particle travels arbitrarily far, but ever more slowly.

Common mistake. Don't write $\int v^{-2}\,dv = \ln v$. The antiderivative of $v^{-2}$ is $-v^{-1}$. The $\ln$ only appears for the $1/v$ form, which comes up under $v\,dv/dx$.

Quadratic drag (horizontal): $\dot v = -kv^2 \;\Rightarrow\; v = \dfrac{u}{1+ukt}$ · $v$ in terms of $x$: $v = u e^{-kx}$ (exponential in $x$, not in $t$!) · Position: $x = \dfrac{1}{k}\ln(1+ukt) \to \infty$ — distance unbounded · Decay rate is algebraic ($\sim 1/t$), not exponential

Pause — copy quadratic drag results: $v = u/(1+ukt)$, $v = ue^{-kx}$ (exponential in $x$), $x = (1/k)\ln(1+ukt)$ (unbounded), and the algebraic-decay ($\sim 1/t$) vs exponential contrast into your book.

Did you get this? True or false: for the model $\dot v = -kv^2$ with $v(0) = u > 0$, the total distance travelled is finite.

PROBLEM 1 · LINEAR DRAG, FIND v(t) AND x(t)

A particle moves horizontally with initial speed $u = 12$ m/s. Resistance gives $\dot v = -3v$. Find $v(t)$, $x(t)$ (taking $x(0) = 0$), and the limiting distance.

1
Separate: $\dfrac{dv}{v} = -3\,dt$. Integrate: $\ln v = -3t + C$. At $t = 0$, $v = 12 \Rightarrow C = \ln 12$. So $v = 12 e^{-3t}$.
Always use a definite integral or substitute the initial condition immediately — it removes the awkward constant.
PROBLEM 2 · LINEAR DRAG, v IN TERMS OF x

A puck slides on ice with $\dot v = -\tfrac14 v$ and $v(0) = 8$ m/s. Use $v\,dv/dx$ to find $v$ as a function of position $x$. Hence find $v$ when $x = 16$.

1
Replace $dv/dt$ with $v\,dv/dx$: $v\dfrac{dv}{dx} = -\tfrac14 v$. Divide by $v$ (valid while $v > 0$): $\dfrac{dv}{dx} = -\tfrac14$.
For linear drag, the $v$ on each side cancels — the answer is a straight line in $x$. This trick only works for linear drag.
PROBLEM 3 · QUADRATIC DRAG

A car coasts horizontally; the only horizontal force is air resistance: $\dot v = -\tfrac{1}{20}v^2$. Initial speed $u = 20$ m/s. Find the time to slow to $10$ m/s, and the distance covered when $v = 10$.

1
Separate: $-v^{-2}\,dv = \tfrac{1}{20}\,dt$. Integrate: $\dfrac{1}{v} = \dfrac{t}{20} + C$. At $t=0$, $v=20$, so $C = \tfrac{1}{20}$. Hence $\dfrac{1}{v} = \dfrac{t+1}{20}$.
Antiderivative of $v^{-2}$ is $-v^{-1}$ — the minus sign on the LHS combines with the $-1/v$ to give a clean $+1/v$.

Fill the gap: For linear drag $\dot v = -kv$ with $v(0) = u$, the velocity is $v = u\,e^{}$ and the limiting distance is $x_\infty = $.

Trap 01
Using $dv/dt$ when asked for $v(x)$
If the question asks for $v$ as a function of position, integrating $dv/dt$ produces $v(t)$ — wrong variable. Switch to $v\,dv/dx$ from the start, separate, and integrate w.r.t. $x$.
Trap 02
Wrong antiderivative for $v^{-2}$
$\int v^{-2}\,dv = -v^{-1}$, not $\ln v$. The natural log only appears when you integrate $dv/v$, which happens under $v\,dv/dx = -kv^2$ (the $v$'s cancel one factor).
Trap 03
Claiming the particle "stops" at finite time
For $\dot v = -kv$ the speed is $u e^{-kt} > 0$ for all finite $t$. The particle approaches rest as $t \to \infty$; saying "it stops at $t = T$" loses marks. Use limit language.

Did you get this? True or false: for $\dot v = -kv$ with $v(0) = u > 0$, the particle is at rest at $t = \dfrac{1}{k}\ln u$.

Work mode · how are you completing this lesson?
1

A particle has $\dot v = -2v$ with $v(0) = 10$. Find $v(t)$, $x(t)$ with $x(0) = 0$, and the limiting distance.

2

For $\dot v = -kv$ with $v(0) = u$, use $v\,dv/dx$ to show $v = u - kx$. State the value of $x$ at which $v = 0$ "would" occur.

3

Quadratic drag: $\dot v = -\tfrac{1}{10}v^2$, $u = 5$. Find $v(t)$ and the time at which $v = 1$.

4

For $\dot v = -kv^2$ with $v(0) = u$, derive $v = u e^{-kx}$ using $v\,dv/dx$. Hence find the distance at which the speed has halved.

5

A boat ($u = 6$ m/s) coasts horizontally with $\dot v = -\tfrac{1}{2}v$. After how long has the boat travelled half of its limiting distance?

Odd one out: Three of these are valid expressions for the acceleration of a particle in straight-line motion. Which one is NOT?

11
Revisit your thinking

Earlier you considered a boat with $\dot v = -0.1 v$, $u = 20$ m/s — predicting whether it ever stops, the speed at $t = 10$, and the total distance.

The boat never strictly stops: $v(t) = 20 e^{-0.1 t} > 0$ for all finite $t$. At $t = 10$, $v = 20/e \approx 7.36$ — closer to $5$ than to $10$. The total distance is bounded, $x_\infty = u/k = 200$ m, even though motion technically continues forever. The big idea: linear drag tames the motion into a finite envelope through an unending exponential tail.

auto-saved
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 moves horizontally with $\dot v = -\tfrac14 v$ and initial velocity $u = 8$ m/s. Find $v(t)$ and hence the value of $t$ at which $v = 2$ m/s. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. A particle of unit mass moves horizontally so that $\dot v = -kv^2$ with $v(0) = u$, $x(0) = 0$. Show that $v = \dfrac{u}{1+ukt}$ and find the position $x(t)$. (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. A particle of mass $m$ moves horizontally subject to a resistance of magnitude $m k v$, with initial speed $u$. (a) Show that the velocity satisfies $v = u - kx$. (b) Hence find the limiting displacement and explain why this displacement is never reached in finite time. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers:

1. $v = 10 e^{-2t}$. $x = \int_0^t 10 e^{-2s}\,ds = 5(1 - e^{-2t})$. Limiting distance $x_\infty = 5 = u/k$.

2. $v\,dv/dx = -kv \Rightarrow dv/dx = -k$ (for $v > 0$). Integrate: $v = u - kx$. $v = 0$ "occurs" at $x = u/k$ but is only approached in the limit.

3. $1/v = t/10 + 1/5 = (t+2)/10$, so $v = 10/(t+2)$. $v = 1 \Rightarrow t + 2 = 10 \Rightarrow t = 8$ s.

4. $v\,dv/dx = -kv^2 \Rightarrow dv/v = -k\,dx \Rightarrow v = u e^{-kx}$. Half-speed: $u/2 = u e^{-kx} \Rightarrow x = (\ln 2)/k$.

5. $x_\infty = u/k = 12$. $x(t) = 12(1 - e^{-t/2}) = 6 \Rightarrow e^{-t/2} = 1/2 \Rightarrow t = 2\ln 2$ s.

Q1 (2 marks): Separate $dv/v = -dt/4$ and use $v(0) = 8$: $v = 8 e^{-t/4}$ [1]. Set $v = 2$: $\tfrac{1}{4} = e^{-t/4} \Rightarrow t = 4\ln 4 = 8\ln 2$ s [1].

Q2 (3 marks): $-v^{-2}\,dv = k\,dt$; integrate with $v(0)=u$: $1/v = kt + 1/u$ [1]. Rearrange: $v = u/(1+ukt)$ [1]. Integrate to find $x$: $x = \int_0^t \dfrac{u}{1+uks}\,ds = \dfrac{1}{k}\ln(1+ukt)$ [1].

Q3 (3 marks): (a) $m\,v\,dv/dx = -mkv$, divide by $mv$: $dv/dx = -k$; integrate with $v(0)=u$: $v = u - kx$ [1]. (b) Limit: $v = 0$ at $x = u/k$ [1]. From $v(t) = u e^{-kt} > 0$ for all finite $t$, so $v > 0$ always; hence $x < u/k$ for every finite $t$ (only the limit $t \to \infty$ achieves it) [1].

01
Boss battle · The Drag Hunter
earn bronze · silver · gold

Five timed questions on linear and quadratic drag, velocity-time and velocity-distance forms. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering quick mechanics questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Resisted Motion — Horizontal?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →