Skip to main content
QLDSpecialist MathematicsSyllabus dot point

Topic 2: Rates of change and differential equations

Formulate and solve first-order differential equations using separation of variables, including growth and decay and the logistic model, and interpret solutions in applied rates-of-change contexts

A focused answer to the QCE Specialist Mathematics Unit 4 dot point on differential equations. Covers separation of variables, the general and particular solution, exponential growth and decay, Newton's law of cooling and the logistic model, with a verified worked example and the constant-of-integration mistake QCAA markers penalise.

Generated by Claude Opus 4.76 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

QCAA wants you to set up a first-order differential equation from a worded rates-of-change situation, solve it by separation of variables, apply an initial condition to find the particular solution, and interpret the result. This dot point underpins much of IA1 modelling and is examined in IA3 and the external assessment, where growth, decay, cooling and logistic models recur.

The answer

What a differential equation says

A differential equation relates a quantity to its rate of change. The statement "the rate of growth is proportional to the current amount" becomes

dydt=ky.\frac{dy}{dt} = ky.

Solving means finding the function y(t)y(t) whose derivative matches the equation. The general solution contains an arbitrary constant; an initial condition pins it down to a particular solution.

Separation of variables

If a first-order equation can be written as dydx=f(x)g(y)\dfrac{dy}{dx} = f(x)g(y), separate the variables so each side involves only one variable, then integrate both sides:

1g(y)dy=f(x)dx.\int \frac{1}{g(y)}\,dy = \int f(x)\,dx.

Treating dydx\dfrac{dy}{dx} as a ratio of differentials is a valid shortcut for this technique. Include a single constant of integration, then solve algebraically for yy where possible.

Exponential growth and decay

The equation dydt=ky\dfrac{dy}{dt} = ky separates to 1ydy=kdt\int \frac{1}{y}\,dy = \int k\,dt, giving lny=kt+C\ln|y| = kt + C and hence

y=Aekt,A=y(0).y = A e^{kt}, \qquad A = y(0).

Positive kk gives growth; negative kk gives decay (for example radioactive decay, where the half-life is t1/2=ln2kt_{1/2} = \dfrac{\ln 2}{|k|}).

Newton's law of cooling

The rate of cooling is proportional to the temperature difference from the surroundings TsT_s:

dTdt=k(TTs).\frac{dT}{dt} = -k(T - T_s).

Substituting u=TTsu = T - T_s reduces this to exponential decay, giving T=Ts+(T0Ts)ektT = T_s + (T_0 - T_s)e^{-kt}. The temperature approaches the ambient TsT_s as tt \to \infty.

The logistic model

When growth is limited by a carrying capacity MM, the model is

dPdt=rP(1PM).\frac{dP}{dt} = rP\left(1 - \frac{P}{M}\right).

Growth is near-exponential when PP is small and slows to zero as PP approaches MM. Solving by separation (using partial fractions on the left) produces an S-shaped curve that levels off at P=MP = M. The logistic model is a favourite IA1 modelling context because it captures realistic saturation.

Exam-style practice questions

Practice questions written in the style of QCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

2022 QCAA5 marksAn object is moving in a straight line with an acceleration represented by the differential equation dv/dt = -(4 + v^2), where v is the object's velocity (m s^-1) over time t (s), where t greater than or equal to 0, until it comes to rest. a) Determine the general solution of the differential equation. The initial velocity of the object is 1.5 m s^-1. b) Determine the time when the particle comes to rest.
Show worked answer →

a) [3 marks] Separate variables: dv / (4 + v^2) = -dt.
The standard form integral of 1/(a^2 + v^2) is (1/a) arctan(v/a) with a = 2:
integral of 1/(4 + v^2) dv = (1/2) arctan(v/2).
So (1/2) arctan(v/2) = -t + c. This is the general solution.

b) [2 marks] Apply v = 1.5 when t = 0: (1/2) arctan(1.5/2) = c, so c = (1/2) arctan(0.75) = 0.32.
The object is at rest when v = 0: (1/2) arctan(0) = -t + 0.32, so 0 = -t + 0.32.
Therefore t = 0.32 s.