Project A04 - Drug Concentration
Project A04 - Drug Concentration
The concentration C(t) in milligrams per cubic centimeter of a particular
drug in a patient's bloodstream is given by
where t is the number of hours after the drug is taken.
- (Mathematica) Sketch the graph of C for 0 £ t £ 48.
- What do you notice about the slope of the line tangent to the graph of
C at the point where C attains its maximum value?
- Determine C¢(t).
- How many hours after the drug is taken will the concentration be
maximum? What is the maximum concentration?
- Estimate the average concentration in the bloodstream over the first two
days after taking the drug. (Hint: Compute some values of C(t) and
find the average of these sample values.)
- (Mathematica) Later in the semester we will learn how to compute
the actual average value. For now, compute this value by issuing the following
command:
N[Integrate[0.2t/(t^2+4t+4),{t,0,48}]]/48
- Suppose that after receiving a first dose, a
patient must take a second dose once the concentration drops to 0.01 mg/cc.
When should the second dose be taken? Round your answer to two decimal places.
- (Mathematica) Assuming a second dose is taken at the recommended
time, sketch the graph of concentration vs. time for 0 £ t £ 72.
- (Extra Credit) Assuming a second dose is taken at the recommended time,
estimate the maximum concentration and average
concentration over the 72 hours after the first dose is taken.
File translated from TEX by TTH, version 1.98.
On 26 May 2000, 22:08.