← Year 12: Calculus

NSWMaths AdvancedSyllabus dot point

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

Establish and solve differential equations of the form $\frac{dN}{dt} = k N$ and $\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 OpusReviewed by Better Tuition Academy9 min answer

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.

Half-life. For decay with rate constant k<0k < 0, the half-life is Ο„=ln⁑2∣k∣\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=ln⁑2kT_d = \frac{\ln 2}{k}.

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(Tβˆ’Ta),\frac{dT}{dt} = k (T - T_a),

with k<0k < 0. The solution is

T(t)=Ta+(T0βˆ’Ta)ekt,T(t) = T_a + (T_0 - T_a) e^{k t},

where T0=T(0)T_0 = T(0). As tβ†’βˆžt \to \infty, Tβ†’TaT \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((T0βˆ’Ta)ekt)=k(Tβˆ’Ta)\frac{d}{dt}((T_0 - T_a) e^{k t}) = k (T - T_a).

Worked example: radioactive decay

A radioactive sample has a half-life of 2020 years and an initial mass of 8080 grams. How much remains after 5050 years?

Use N(t)=N0β‹…(1/2)t/Ο„N(t) = N_0 \cdot (1/2)^{t / \tau} with N0=80N_0 = 80, Ο„=20\tau = 20, t=50t = 50.

N(50)=80β‹…(1/2)50/20=80β‹…(1/2)2.5N(50) = 80 \cdot (1/2)^{50/20} = 80 \cdot (1/2)^{2.5}.

(1/2)2.5=2βˆ’2.5=122.5=142β‰ˆ0.1768(1/2)^{2.5} = 2^{-2.5} = \frac{1}{2^{2.5}} = \frac{1}{4 \sqrt{2}} \approx 0.1768.

N(50)β‰ˆ80β‹…0.1768β‰ˆ14.1N(50) \approx 80 \cdot 0.1768 \approx 14.1 grams.

Equivalently, find kk from Ο„=ln⁑2∣k∣\tau = \frac{\ln 2}{|k|}, giving k=βˆ’ln⁑220k = -\frac{\ln 2}{20}, then use N=N0ektN = N_0 e^{k t}.

Worked example: limited growth via Newton's form

A cold drink at 55Β°C is placed in a 2525Β°C room. After 1010 minutes it has warmed to 1515Β°C. When will it reach 2020Β°C?

T(t)=25+(5βˆ’25)ekt=25βˆ’20ektT(t) = 25 + (5 - 25) e^{k t} = 25 - 20 e^{k t}.

Use T(10)=15T(10) = 15: 15=25βˆ’20e10k15 = 25 - 20 e^{10 k}, so e10k=12e^{10 k} = \frac{1}{2}, giving k=βˆ’ln⁑210k = -\frac{\ln 2}{10}.

Set T(t)=20T(t) = 20: 20=25βˆ’20ekt20 = 25 - 20 e^{k t}, so ekt=14e^{k t} = \frac{1}{4}.

kt=ln⁑14=βˆ’2ln⁑2k t = \ln \frac{1}{4} = -2 \ln 2, so t=βˆ’2ln⁑2k=βˆ’2ln⁑2βˆ’ln⁑2/10=20t = \frac{-2 \ln 2}{k} = \frac{-2 \ln 2}{-\ln 2 / 10} = 20 minutes.

Common traps

Confusing the two equations. Pure exponential change uses dNdt=kN\frac{dN}{dt} = k N. Cooling involves a constant ambient term: dTdt=k(Tβˆ’Ta)\frac{dT}{dt} = k(T - T_a). Do not forget the βˆ’Ta-T_a.

Wrong sign of kk. For decay and cooling, kk is negative. The exponent ktk t should drive the function towards its limit, not away from it.

Linear versus exponential time variable. N(t)=N0β‹…2βˆ’t/Ο„N(t) = N_0 \cdot 2^{-t/\tau} and N(t)=N0ektN(t) = N_0 e^{k t} describe the same decay only if k=βˆ’ln⁑2Ο„k = -\frac{\ln 2}{\tau}.

Dropping TaT_a at the end. In a cooling problem the final temperature approaches TaT_a, not zero. The solution always includes a constant term equal to the ambient temperature.

Using log⁑\log instead of ln⁑\ln. In Maths Advanced, the natural logarithm ln⁑\ln (base ee) is the inverse of exe^x. Switching to log⁑10\log_{10} adds an unnecessary factor.

In one sentence

When a rate of change is proportional to a quantity (with or without an ambient offset), the result is an exponential function of time, fitted to the data by the initial value and one further data point.

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2023 HSC Q144 marksA population of bacteria grows so that $\frac{dN}{dt} = 0.4 N$, where $N$ is the population at time $t$ hours. If $N(0) = 200$, find the time taken for the population to reach $1000$.
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=ln⁑50.4 t = \ln 5, t=ln⁑50.4β‰ˆ4.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 $90$Β°C is left to cool in a room at $20$Β°C. After $5$ minutes the coffee is at $70$Β°C. Using Newton's law of cooling, find the temperature after $15$ minutes.
Show worked answer β†’

Newton's law: dTdt=k(Tβˆ’Ta)\frac{dT}{dt} = k(T - T_a) with Ta=20T_a = 20. The solution is T(t)=Ta+(T0βˆ’Ta)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=15ln⁑57β‰ˆβˆ’0.0673k = \frac{1}{5} \ln \frac{5}{7} \approx -0.0673.

T(15)=20+70e15k=20+70(57)3=20+70β‹…125343β‰ˆ20+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