Modelling with differential equations
In a nutshell
Differential equations have a wide variety of real-life applications and you may be expected to model a particular situation by constructing and solving a differential equation.
Example 1
A scientist is observing the number of animals in an enclosure. The scientist observes that the number of animals, N, is always half the rate of increase of the population over time.
i) Construct a differential equation and find a general solution to the number of animals at any time, t, where t is the time in hours from when the scientist began their observation.
ii) Given that there were only 50 animals when the scientist began their experiment, find an exact formula for the population N.
iii) Explain why this model is unrealistic.
Part i):
Form the differential equation and solve:
NdtdNN1dN∫N1dNln∣N∣N=21×dtdN=2N=2dt=∫2dt=2t+C=Ae2t
The general solution is N=Ae2t.
Part ii):
Use the boundary condition to find the value of A:
t=0N5050,N=50=Ae2t=Ae2(0)=A
The particular solution is N=50e2t.
Part iii):
The model is unrealistic as it assumes the number of animals will increase indefinitely over time, which is impossible.
Note: When being asked to explain why a model is unrealistic, it is best to consider what will happen to the dependent variable if the independent variable is very large, or if the model fails to take into account various factors that can't be ignored in the real world.
Example 2
An empty, perfectly cylindrical container with radius 8cm is slowly filled with water. The rate of change of the height of the water is triple the time since the water started to enter the cylinder. Construct and solve a differential equation to find a formula for the volume V of water as a function of time t.
Write down all the known information:
V=π(8)2h=64πh⇒dhdV=64πdtdh=3t
Use the chain rule to find a formula for dtdV in terms of dhdV and dtdh:
dtdV=dhdV×dtdh=64π×t=64πt
Solve the differential equation:
dtdV=64πt⇒V(t)=32πt2+C
The container was initially empty. Interpret this to give a boundary condition which can be used to find C:
t=0,V=0V(t)0C=32πt2+C=32π(0)2+C=0
V(t)=32πt2