How does a resistance proportional to speed change rectilinear motion, and what is the terminal velocity of a body falling under gravity with resistance?
Model rectilinear motion under gravity with a resistive force proportional to velocity or to the square of velocity, and determine terminal velocity
A focused answer to the HSC Maths Extension 2 dot point on resisted motion. Newton's second law with resistance proportional to speed, separating variables for velocity, the concept of terminal velocity, and motion of a rising and falling body, with verified worked examples.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
NESA wants you to model a particle moving in a straight line under gravity while a resistive force opposes its motion. The resistance is taken proportional to the speed or to the square of the speed. You set up Newton's second law as a differential equation, separate variables to find velocity as a function of time or position, and identify the terminal velocity where acceleration vanishes.
Setting up Newton's second law
For a particle of mass , the net force equals mass times acceleration:
The forces are gravity, of magnitude , and resistance, which always opposes the direction of motion. Choosing a positive direction is essential and the sign of the resistance term must oppose velocity. Taking downwards as positive for a falling body with resistance proportional to speed:
where is the resistance constant. For resistance proportional to the square of the speed, replace by , again ensuring the sign opposes motion.
Terminal velocity
As a falling body speeds up, the resistance grows until it balances gravity and the acceleration drops to zero. Setting in gives
For the square law gives . The velocity approaches but never reaches it in finite time; it is a horizontal asymptote of the velocity-time graph.
Velocity as a function of time
To find , use and separate variables. From ,
The left integral is a logarithm; solving and applying the initial condition (often at for a dropped body) gives an exponential approach to , of the form .
Velocity as a function of position
When the question asks for in terms of distance fallen, use instead:
Separate as and integrate. The same care with signs and the same use of initial conditions apply. A rising body decelerates under both gravity and resistance, so for upward motion (taking up as positive) the equation is , with both forces acting downwards.
Exam-style practice questions
Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2021 HSC3 marksAn object of mass 1 kg is projected vertically upwards with an initial velocity of u m/s. It experiences air resistance of magnitude k v^2 newtons, where v is the velocity in m/s and k is a positive constant. Acceleration due to gravity is g m/s^2. Show that the time for the object to reach its maximum height is (1/sqrt(gk)) arctan(u sqrt(k/g)) seconds.Show worked answer β
Take upwards as positive. While the object rises, both gravity and resistance act downwards, so for unit mass
dv/dt = -g - k v^2 = -(g + k v^2).
Separate variables and integrate from launch (t = 0, v = u) to the top (t = T, v = 0):
dt = -dv/(g + k v^2), so T = integral from 0 to u of dv/(g + k v^2).
Factor out k: 1/(g + k v^2) = (1/k) . 1/((g/k) + v^2). Using integral of dv/(a^2 + v^2) = (1/a) arctan(v/a) with a = sqrt(g/k):
integral of dv/(g + k v^2) = (1/k) . sqrt(k/g) arctan(v sqrt(k/g)) = (1/sqrt(gk)) arctan(v sqrt(k/g)).
Evaluating from 0 to u (the arctan is 0 at v = 0):
T = (1/sqrt(gk)) arctan(u sqrt(k/g)) seconds, as required.
Mark notes: 1 mark for the equation of motion dv/dt = -(g + k v^2), 1 mark for separating and integrating to an arctan form, 1 mark for applying the limits v = u to v = 0 to reach the printed expression.
2024 HSC4 marksTwo particles, A and B, each of mass 1 kg, are in a medium that exerts a resistance to motion equal to k v, where k > 0 and v is the velocity. Both maintain vertical trajectories. The particles are simultaneously projected towards each other with the same speed v0 m s^-1, where 0 < v0 < g/k. Particle A is initially d metres directly above particle B, where d < 2 v0/k. Find the time taken for the particles to meet.Show worked answer β
Let s = x_A - x_B be the separation (A above B). Subtracting the two equations of motion removes gravity, because both particles feel the same -g.
For each particle, acceleration = -g - k v (the medium resists motion). Differencing:
d^2 s/dt^2 = a_A - a_B = (-g - k v_A) - (-g - k v_B) = -k (v_A - v_B) = -k ds/dt.
Let p = ds/dt. Then dp/dt = -k p, so p = L e^(-k t). Initially A moves down (towards B) at v0 and B moves up at v0, so v_A - v_B = -2 v0 at t = 0, giving L = -2 v0:
ds/dt = -2 v0 e^(-k t).
Integrate: s = (2 v0/k) e^(-k t) + C. At t = 0, s = d, so C = d - 2 v0/k:
s = (2 v0/k) e^(-k t) + d - 2 v0/k.
The particles meet when s = 0:
(2 v0/k) e^(-k t) = 2 v0/k - d, so e^(-k t) = (2 v0 - k d)/(2 v0), giving e^(k t) = 2 v0/(2 v0 - k d).
Therefore t = (1/k) ln( 2 v0/(2 v0 - k d) ).
(The condition d < 2 v0/k makes 2 v0 - k d > 0, so the logarithm is defined and t > 0.)
Mark notes: 1 mark for the equations of motion, 1 mark for differencing to dp/dt = -k p, 1 mark for finding the separation s(t) with correct constants, 1 mark for solving s = 0 to give t = (1/k) ln(2 v0/(2 v0 - k d)).