1.4. Applications of ODEs#

1.4.1. Kinematics#

Example 1.11

../../_images/ball.svg

Fig. 1.1 A free falling object and the forces acting on it.#

The motion of a free falling object with mass \(m\) is given by

(1.16)#\[ m\diff{v}{t} = m g - \gamma v \]

where \(v\) is its speed, \(g\) the gravitational acceleration, \(\gamma\) the air friction coefficient.

Find \(v(t)\) given that \(m=0.025\)kg, \(\gamma=0.007\)kg/s, \(g=9.8\) m/s2 and \(v(0)=0\)m/s.

1.4.2. Heat Transfer – Forensic Science#

Example 1.12

A forensic scientist is called to the scene of a murder. The temperature of the corpse is found to be \(75\)oF and one hour later the temperature has dropped to \(70\)oF. If the temperature of the room in which the body was discovered is a constant \(68\)oF, how long before the first temperature reading was taken did the murder occur? Assume that the body obeys Newton’s Law of Cooling,

\[ \diff{T}{t}=\beta(T-T_R), \]

where \(T\) is the temperature of the corpse, \(\beta\) is a constant, and \(T_R\) is room temperature. A normal body temperature for adults is generally around \(98.6\)oF (\(37\)oC).

Note: This will be a coursework question!

1.4.3. Electric Circuits#

Example 1.13

../../_images/circuit.svg

Fig. 1.2 A simple RLC series circuit.#

The current, \(I\), in a RLC circuit satisfies

\[ L \diff[2]{I}{t} + R \diff{I}{t} + \frac{1}{C} I = \diff{E}{t}. \]

Supposing \(L=1 \), \(R=5 \), \(C=\frac{1}{6}\) and \(E(t)=-10\cos t\), solve this differential equation given that \(I(0) = I'(0) = 0\) (a passive circuit).

1.4.4. Chemical Reactions#

Example 1.14

A chemical substance \(A\) changes into substance \(B\) at a rate \(\alpha\) times the amount of \(A\) present. Substance \(B\) changes into \(C\) at a rate \(\beta\) times the amount of \(B\) present.

../../_images/chemical.svg

Fig. 1.3 Chemical reactions of three substances.#

If initially only substance \(A\) is present and its amount is \(M\), show that the amount of \(C\) present at time \(t\) is

\[ M + M \biggl( \frac{\beta e^{-\alpha t}-\alpha e^{-\beta t}}{\alpha-\beta} \biggr). \]

1.4.5. Population Dynamics#

Example 1.15

The population of a certain species of fish living in a large lake at time \(t\) can be modelled using Verhulst’s equation, otherwise known as the logistic equation,

\[ \diff{P}{t} = P (\beta - \delta P), \]

where \(P(t)\) is the population of fish measured in tens of thousands, and \(\beta\) and \(\delta\) are constants representing the birth and death rates of the fish living in the lake, respectively. Suppose that \(\beta=1\), \(\delta = 10^{-3}\), and the initial population is \(N=800\). Solve this initial value problem and interpret the results in physical terms.

1.4.6. Economics#

Example 1.16

The Harrod-Domar model was developed to analyse business cycles originally but later was used to explain an economy’s growth rate through savings and capital productivity. Output, \(Y\), is a function of capital stock, \(K\), \(Y=F(K)\), and the marginal productivity,

\[ \diff{Y}{K}=c=\text{constant}. \]

The model postulates that the output growth rate is given by

\[ \frac{1}{Y} \diff{Y}{t} = sc - \delta, \]

where \(s\) is the savings rate, and \(\delta\) the capital depreciation rate. The straightforward solution,

\[ Y(t) = Y_0 e^{(sc-\delta)t}, \]

clearly demonstrates that increasing investment through savings and productivity boosts economic growth but does not take into account labour input and population size.

See Anastasios Tsoularis (2020) for more examples of ODEs in dynamic economics.