In this worksheet we consider the problem of administering a drug under the following conditions:
The minimum amount of drug in the bloodstream to be effective is \(2\)mg. On the other hand, the maximum amount to avoid adverse effects is \(4\)mg. Thus, over the 24 hour dosing period, the amount in the blood must remain between \(2\)mg and \(4\)mg.
The drug is removed from the bloodstream and moved into other tissues (where it is effective) at a rate proportional to the amount present in the bloodstream per hour. The half-life of the drug in the body is \(4.5\) hours.
Due to staffing patterns, a nurse will only administer an injection or change an IV bag at intervals that are an integer number of hours, e.g. every hour on the hour.
We wish to model and compare the following two dosing protocols:
Continuous Drip: Under this protocol the drug is administered several times in amounts of \(a\) mg at a constant rate over some fixed time period. For instance, every two hours the nurse might attach a new IV bag that continuously administers \(8\)mg over the course of \(30\) minutes.
Bolus Injections: The drug may be administered as a bolus. That is, a certain amount of drug is injected all at once (essentially instantaneously). For instance, the nurse may inject \(3\)mg exactly every two hours.
In order to model these protocols, you will find the Insightmaker Pulse function useful. The pulse function works as follows:
Pulse(Time, Height, Width, Repeat)
will create a "pulse train" starting at time \(\text{Time}\text{,}\) of height \(\text{Height}\text{,}\) with each bump of width \(\text{Width}\text{,}\) repeating every \(\text{Repeat}\) time units. For instance, the graph of \(\text{Pulse}(0,1,.5,2)\) is shown below.
Figure2.4.1.A pulse train starting at \(t=0\text{,}\) of height\(=1\text{,}\) width\(=0.5\text{,}\) repeating every \(2\) time units.
The pulse function should be used to "turn on" and "turn off" the drug flow.
Continuous Drip Exercises.
Exercises 1-3 are about protocol (a) above.
1.
Build an Insightmaker model to model the continuous drip dosing method assuming the patient initially has no drug in their bloodstream. The model should have sliders for the duration of the drip, the amount in each IV bag, and the frequency with which the IV bag is changed.
2.
Use your Insight to give several combinations of drip duration, IV bag dose quantity, and IV bag change frequency that gives acceptable results. Include graphs for each combination and use them to explain the general effect of varying each of the parameters.
3.
Among the several possible combinations you gave above, what are some of the considerations you might use to choose the "best" of them. Use some mathematics to decide which of your combinations is best for each of your considerations.
Bolus Exercises.
Exercises 4-6 are about protocol (b) above.
4.
Modify your model (by taking a limit, approximately) to model the situation of bolus injections and give several combinations of dose size and frequency that are acceptable. Explain things thoroughly.
5.
Re-answer what the "best" combination of dose size and frequency is among your combinations for bolus injections. Why might you choose bolus injections vs. continuous drips?
6.
What does the graph of the flow function really look like in an idealized (instantaneous injection) bolus injection model?