Problem 24
Question
A drug is administered intravenously at a constant rate of \(r\) mg/hour and is excreted at a rate proportional to the quantity present, with constant of proportionality \(\alpha>0 .\) (a) Solve a differential equation for the quantity, \(Q\), in milligrams, of the drug in the body at time \(t\) hours. Assume there is no drug in the body initially. Your answer will contain \(r\) and \(\alpha\). Graph \(Q\) against \(t\). What is \(Q_{\infty}\), the limiting long-run value of \(Q\) ? (b) What effect does doubling \(r\) have on \(Q_{\infty}\) ? What effect does doubling \(r\) have on the time to reach half the limiting value, \(\frac{1}{2} Q_{\infty}\) ? (c) What effect does doubling \(\alpha\) have on \(Q_{\infty}\) ? On the time to reach \(\frac{1}{2} Q_{\infty}\) ?
Step-by-Step Solution
VerifiedKey Concepts
Rate of Change
The drug enters the body at a constant rate, \( r \), often measured in mg/hour. On the other hand, the drug is also excreted, and this happens at a rate proportional to the quantity already present in the body, expressed as \( \alpha Q \).
This means that the more drug you have, the faster it leaves the body. Mathematically, this scenario is represented by the differential equation:
- \( \frac{dQ}{dt} = r - \alpha Q \)
Exponential Decay
When solving the equation, such as \( \frac{dQ}{dt} = r - \alpha Q \), you'll encounter a function of time that decreases exponentially, \( e^{-\alpha t} \).
This term models the natural decay of the drug in the body. The solution after applying initial conditions is:
- \( Q(t) = \frac{r}{\alpha} (1 - e^{-\alpha t}) \)
The larger the value of \( \alpha \), the quicker the drug decreases, making it significant in predicting how long the drug affects the body. Over long durations, as \( t \to \infty \), \( e^{-\alpha t} \) approaches zero. Therefore, \( Q(t) \) approaches \( \frac{r}{\alpha} \), referred to as \( Q_{\infty} \), the long-term steady-state value.
Integration Techniques
We used an integrating factor method, a common technique for first-order linear differential equations. By multiplying through by \( e^{\alpha t} \), the equation simplifies into a more solvable form:
- \( e^{\alpha t} \frac{dQ}{dt} + \alpha e^{\alpha t} Q = r e^{\alpha t} \)
- \( \frac{d}{dt}(e^{\alpha t}Q) = r e^{\alpha t} \)
- \( e^{\alpha t}Q = \frac{r}{\alpha}e^{\alpha t} + C \)
- \( Q(t) = \frac{r}{\alpha} + Ce^{-\alpha t} \)