Problem 53
Question
Model painkillers that are absorbed into the blood from a slow release pill. Ourmathematical model for the amount, \(a_{t}\), of drug in the blood t hours after the pill is taken must include the amount absorbed from the pill each hour. Our model starts with the word equation. $$ \begin{array}{c} a_{t+1}=a_{t}+\begin{array}{l} \text { amount absorbed } \\ \text { from the pill } \end{array}-\begin{array}{l} \text { amount eliminated } \\ \text { from the blood } \end{array} \end{array} $$ Assume the amount absorbed from the pill between time \(t\) and time \(t+1\) is \(20 \cdot(0.2)^{t}\). (a) The drug has first order elimination kinetics. \(40 \%\) of the drug is eliminated from the blood each hour. Write down the recursion relation for \(a_{t+1}\) in terms of \(a_{t}\) (b) Assuming that \(a_{0}=0\), meaning that no drug is present in the blood initially, calculate the amount of drug present at times \(t=1,2, \ldots, 6\) (c) What is the maximum amount of drug present at any time in this interval? At what time is this maximum amount reached? (d) Use a spreadsheet to calculate the amount of drug present in hourly intervals from \(t=0\) up to \(t=24\). (e) Show that, when \(t\) is large, the amount of drug present in the blood decreases approximately exponentially with \(t .\) Hint: Plot the values that you computed for \(a_{t}\) against \(t\) on semilogarithmic axes.
Step-by-Step Solution
VerifiedKey Concepts
First Order Elimination Kinetics
For this exercise, 40% of the drug is eliminated every hour, which characterizes it as a first order process. To understand this better, imagine you have a certain amount of drug in your blood, say, 100 units. After one hour, 40% will be gone, leaving you with 60 units. Another hour passes, and another 40% of that remainder is eliminated, leaving you with only 36 units. This exponential reduction is what defines first order kinetics.
- Elimination rate = elimination constant multiplied by drug concentration.
- The elimination constant in our example is 0.4, representing 40% each hour.
- First order processes are common in physiological drug metabolism.
Recursion Relation
- The current drug amount \(a_t\), reduced by the elimination factor \(0.6 = (1 - 0.4)\).
- The absorption of new drug from the pill, expressed as \(20 \cdot (0.2)^t\).
Semilogarithmic Plot
- The x-axis represents time, in our case, hourly intervals.
- The y-axis, expressed in logarithmic terms, charts drug concentration levels.
Spreadsheet Calculations
- Start with the initial condition \(a_0 = 0\) in the first cell.
- Input the recursion formula in subsequent cells to calculate \(a_{t+1}\).