Example 14.1.1. Filling a balloon.
We are putting our portable air pump to work again, but this time we keep it on the high setting (0.75 m3⁄min) as we fill a balloon. For simplicity, assume the balloon maintains a spherical shape at all times.
Let \(V(t)\) represent the volume of air accumulated in the balloon at time \(t\text{,}\) and take the initial volume to be \(V(0) = 0\text{.}\) The air flow specification on our pump tells us
\begin{equation*}
\ddt{V} = 0.75 \text{.}
\end{equation*}
But as the volume of the balloon varies, so do other aspects of its geometry. For example, at what rate is the diameter of the balloon varying? With the volume varying at a constant rate, does the diameter vary at a constant rate as well?
Let \(D(t)\) represent the diameter of the balloon at time \(t\text{.}\) We can determine a formula for \(D(t)\) by obtaining a formula for \(V(t)\) and then relating volume to diameter. First, in the current scenario, \(V\) varies at a constant rate, so \(V(t)\) must be linear, with slope equal to its constant rate of variation:
\begin{equation*}
V(t) = V_0 + 0.75 t \text{.}
\end{equation*}
However, we have taken \(V_0 = V(0) = 0\text{,}\) so we have
\begin{equation*}
V(t) = \frac{3 t}{4} \text{.}
\end{equation*}
On the other hand, using \(R\) to represent the radius of the balloon, we can relate \(V\) to \(D\) using the formula for the volume of a sphere:
\begin{equation*}
V = \frac{4 \pi R^3}{3} = \frac{\pi D^3}{6} \text{.}
\end{equation*}
Isolating \(D\) gives
\begin{align*}
D \amp = \sqrt[3]{\frac{6}{\pi}} \, V^{1/3} \\
\amp = \sqrt[3]{\frac{6}{\pi}} \, {\left(\frac{3 t}{4}\right)}^{1/3} \\
\amp = \sqrt[3]{\frac{9}{2 \pi}} \, t^{1/3}
\end{align*}
This already answers one of our questions: since \(D(t)\) is not a linear function, the diameter of the balloon does not vary at a constant rate when the volume does.
To obtain the rate function that measures how the diameter varies over time, we can use Pattern 12.4.3 to directly compute a formula for \(dD/dt\) from our formula for \(D(t)\) above.
\begin{align*}
\ddt{D} \amp = \opddt \left( \sqrt[3]{\frac{9}{2 \pi}} \, t^{1/3} \right) \\
\amp = \sqrt[3]{\frac{9}{2 \pi}} \, \opddt \left( t^{1/3} \right) \\
\amp = \sqrt[3]{\frac{9}{2 \pi}} \cdot \frac{1}{3} \cdot t^{-2/3} \\
\amp = \frac{1}{\sqrt[3]{6 \pi t^2}}
\end{align*}