Skip to main content
NSWMaths AdvancedSyllabus dot point

How do we model continuous growth, decay and cooling using differential equations?

Establish and solve differential equations of the form dNdt=kN\frac{dN}{dt} = k N and dTdt=k(TTa)\frac{dT}{dt} = k(T - T_a) and apply them to growth, decay and Newton's law of cooling

A focused answer to the HSC Maths Advanced dot point on exponential modelling. The equations dN/dt = kN and dT/dt = k(T - Ta), their solutions, and worked applications to population, radioactive decay and cooling.

Generated by Claude Opus 4.815 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

NESA wants you to recognise that a rate of change proportional to the quantity itself produces exponential growth or decay, set up the appropriate differential equation, solve it, and apply it to populations, radioactive material and cooling bodies.

The answer

The growth and decay equation

If a quantity N(t)N(t) changes at a rate proportional to its current value,

dNdt=kN,\frac{dN}{dt} = k N,

the solution is

N(t)=N0ekt,N(t) = N_0 e^{k t},

where N0=N(0)N_0 = N(0) is the initial amount. If k>0k > 0 the quantity grows; if k<0k < 0 it decays.

The deep idea, and the one NESA is really testing, is that "rate of change proportional to the amount present" is the verbal cue for this whole model. Whenever a population grows faster the bigger it is, or a radioactive sample decays in proportion to how much is left, the rate is kNkN and the answer is an exponential. Nothing else has the property that its derivative is a constant multiple of itself, which is exactly why ekte^{kt} appears.

Half-life. For decay with rate constant k<0k < 0, the half-life is τ=ln2k\tau = \frac{\ln 2}{|k|}. Equivalently N(t)=N0(1/2)t/τN(t) = N_0 \cdot (1/2)^{t / \tau}.

Doubling time. For growth, the doubling time is Td=ln2kT_d = \frac{\ln 2}{k}. Both half-life and doubling time are independent of where you start: it takes the same time to fall from 8080 to 4040 as from 4040 to 2020, which is the hallmark of exponential change.

Newton's law of cooling

If T(t)T(t) is the temperature of a body and TaT_a is the ambient temperature (assumed constant), then

dTdt=k(TTa),\frac{dT}{dt} = k (T - T_a),

with k<0k < 0. The solution is

T(t)=Ta+(T0Ta)ekt,T(t) = T_a + (T_0 - T_a) e^{k t},

where T0=T(0)T_0 = T(0). As tt \to \infty, TTaT \to T_a.

Why these solutions work

Differentiate N(t)=N0ektN(t) = N_0 e^{k t} to get dNdt=kN0ekt=kN\frac{dN}{dt} = k N_0 e^{k t} = k N, which matches the equation. The same check works for the cooling solution, since ddt(Ta)=0\frac{d}{dt}(T_a) = 0 and ddt((T0Ta)ekt)=k(TTa)\frac{d}{dt}((T_0 - T_a) e^{k t}) = k (T - T_a).

The shapes behind dN/dt = kN, stage by stage

The differential equation dNdt=kN\frac{dN}{dt} = kN says one thing: the rate of change is always proportional to how much you currently have. The four stages below show what that forces the graph to look like, and how the sign of kk flips growth into decay and cooling.

Stage 1, growth when k>0k > 0. The solution is N=N0ektN = N_0 e^{kt}. Starting from the initial amount N0N_0 on the vertical axis, it climbs and gets ever steeper, because the bigger NN becomes, the faster it grows.

Exponential growth curveThe curve N equals N nought times e to the k t with k positive rises from the initial value N nought on the vertical axis and grows ever more steeply. This is the solution of dN by dt equals k N for growth. tN N₀ N = N₀e^(kt), k > 0 1 Stage 1: with k > 0 the quantity grows, starting from N₀.

Stage 2, why the curve bends the way it does. Draw the tangent at several points: the gradient is dNdt=kN\frac{dN}{dt} = kN, so it is small where the curve is low and large where the curve is high. The tangents visibly steepen as the height grows, which is the geometric meaning of "rate proportional to value".

The rate is proportional to the valueThe same growth curve with tangent lines drawn at three points. The tangents get steeper as the curve gets higher, because the gradient dN by dt equals k times N is proportional to the height N. tN steeper shallow 2 Stage 2: dN/dt = kN, so the gradient grows with the height N.

Stage 3, decay when k<0k < 0. Flip the sign of kk and the same equation gives decay: N=N0ektN = N_0 e^{kt} falls towards zero. Every fixed time step multiplies NN by the same factor, so after one half-life τ=ln2k\tau = \frac{\ln 2}{|k|} the amount halves, after 2τ2\tau it quarters, and so on.

Exponential decay and half-lifeThe curve N equals N nought times e to the k t with k negative falls from N nought towards zero. After one half-life the value has dropped to half of N nought, and after a second half-life to a quarter, shown by dashed guide lines. tN N₀ N₀/2 τ k < 0 3 Stage 3: with k < 0 it decays; each half-life τ halves the amount.

Stage 4, cooling towards an ambient value. Newton's law dTdt=k(TTa)\frac{dT}{dt} = k(T - T_a) is the same idea applied to the gap above the ambient temperature TaT_a. The solution T=Ta+(T0Ta)ektT = T_a + (T_0 - T_a)e^{kt} decays, but towards TaT_a rather than zero, so the curve levels off at the ambient line as its horizontal asymptote.

Newton's law of coolingA cooling curve T equals T a plus T nought minus T a times e to the k t falls from the initial temperature T nought and levels off towards the ambient temperature T a, shown as a horizontal dashed asymptote, rather than towards zero. tT T₀ Tₐ (ambient) 4 Stage 4: cooling levels off at the ambient Tₐ, not at zero.

Fitting a model to data

A typical exam question gives you the initial value and one further data point, and asks you to fit the model. The recipe is fixed:

  1. Write the general solution, N(t)=N0ektN(t) = N_0 e^{k t} (or the cooling form).
  2. Use the initial condition N(0)=N0N(0) = N_0 to fix the front constant.
  3. Substitute the second data point and solve for kk, which almost always requires taking a natural logarithm.
  4. Substitute the now-complete model to answer the actual question (a value at a time, or a time for a value).

The verb "establish" in a NESA question means show that the proposed solution satisfies the differential equation, not just state it. To establish N=N0ektN = N_0 e^{kt}, differentiate it and substitute into dNdt=kN\frac{dN}{dt} = kN to confirm both sides agree, then note the initial value.

Reading the rate constant

The sign and size of kk carry meaning. A positive kk is growth and a negative kk is decay or cooling. The magnitude of kk sets the speed: a larger k|k| means a shorter half-life or doubling time. Because τ=ln2k\tau = \frac{\ln 2}{|k|}, halving k|k| doubles the half-life.

How exam questions ask about exponential models

The wording tells you which step of the recipe is being tested:

  • "Show that / establish that N=N0ektN = N_0 e^{kt} satisfies dNdt=kN\frac{dN}{dt} = kN". Differentiate the given solution and substitute; do not just assert it. "Establish" and "show" both demand the verification.
  • "A quantity changes at a rate proportional to ..." then "set up a differential equation". Write dNdt=kN\frac{dN}{dt} = kN (or the cooling form with the ambient term). Recognising the proportional-rate phrasing is the whole task.
  • "Find kk / the growth rate / the decay constant". Substitute the second data point into the solution and solve, which needs a natural logarithm. Watch the sign: decay and cooling give k<0k < 0.
  • "Find the value at time tt" or "how much remains after ...". Substitute tt into the fully fitted model.
  • "Find the time for the quantity to reach / halve / double". Set the model equal to the target value and solve for tt with a logarithm.
  • "Find the half-life / doubling time". Use τ=ln2k\tau = \frac{\ln 2}{|k|} or Td=ln2kT_d = \frac{\ln 2}{k}, or set N=12N0N = \tfrac{1}{2}N_0 (or 2N02N_0) and solve.
  • "What temperature does the body approach?" The limit as tt \to \infty, which for cooling is the ambient TaT_a, not zero (stage 4 above).

Almost every question reduces to the four-step recipe: write the solution, fix N0N_0, find kk from a second point, then answer. The logarithm appears at the "solve for kk" or "solve for tt" step, and it is the natural log ln\ln, never log10\log_{10}.

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.

2023 HSC Q144 marksA population of bacteria grows so that dNdt=0.4N\frac{dN}{dt} = 0.4 N, where NN is the population at time tt hours. If N(0)=200N(0) = 200, find the time taken for the population to reach 10001000.
Show worked answer →

The general solution is N(t)=N0ektN(t) = N_0 e^{k t}, with N0=200N_0 = 200 and k=0.4k = 0.4.

N(t)=200e0.4tN(t) = 200 e^{0.4 t}.

Set N(t)=1000N(t) = 1000: 200e0.4t=1000200 e^{0.4 t} = 1000, so e0.4t=5e^{0.4 t} = 5.

Take logarithms: 0.4t=ln50.4 t = \ln 5, t=ln50.44.02t = \frac{\ln 5}{0.4} \approx 4.02 hours.

Markers reward stating the solution form, applying the initial condition, and using the natural logarithm correctly.

2020 HSC Q154 marksA cup of coffee at 9090°C is left to cool in a room at 2020°C. After 55 minutes the coffee is at 7070°C. Using Newton's law of cooling, find the temperature after 1515 minutes.
Show worked answer →

Newton's law: dTdt=k(TTa)\frac{dT}{dt} = k(T - T_a) with Ta=20T_a = 20. The solution is T(t)=Ta+(T0Ta)ektT(t) = T_a + (T_0 - T_a) e^{k t}.

T(t)=20+70ektT(t) = 20 + 70 e^{k t}.

Use T(5)=70T(5) = 70: 70=20+70e5k70 = 20 + 70 e^{5 k}, so e5k=5070=57e^{5 k} = \frac{50}{70} = \frac{5}{7}.

k=15ln570.0673k = \frac{1}{5} \ln \frac{5}{7} \approx -0.0673.

T(15)=20+70e15k=20+70(57)3=20+7012534320+25.5=45.5T(15) = 20 + 70 e^{15 k} = 20 + 70 \left( \frac{5}{7} \right)^3 = 20 + 70 \cdot \frac{125}{343} \approx 20 + 25.5 = 45.5°C.

Markers expect the correct general solution, the initial conditions used to find kk, and a final temperature with units.

Related dot points