Finding the Bioavailability of a Drug using Definite Integration

  • Thread starter Thread starter 1MileCrash
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
1MileCrash
Messages
1,338
Reaction score
41

Homework Statement


The concentration, C, in ng/ml of a drug in the blood as a function of time in hours since the drug was administered is given by

[itex]C = 15te^{-0.2t}[/itex]

The area under the curve is the bioavailability, find it from t = 0 to t = 3




Homework Equations





The Attempt at a Solution



I want to find the definite integral of

[itex]C = 15te^{-0.2t}[/itex]

From t = 0 to t = 3.

[itex]\int^{3}_{0}15te^{-0.2t}dt[/itex]

[itex]u = 15t[/itex]
[itex]du = 15 dt[/itex]
[itex]v = \frac{-e^{-0.2t}}{0.2}[/itex]
[itex]dv = e^{-0.2t}dt[/itex]

Now, I see this as a perfectly good setup for integration by parts. Now, to set up definite integral formula.

[itex]\frac{-15te^{-0.2t}}{0.2}^{3}_{0}[/itex] - [itex]\int^{3}_{0} \frac{-15e^{-0.2t}}{0.2}dt[/itex]

[itex]123.4862 - 13.720 + 25[/itex]

Which I know is wrong because I just graphed the integral with my calculator. So, where am I being stupid?
 
Physics news on Phys.org
I was taught that I could evaluate definite integrals by solving uv for the upper limit, then subtracting uv evaluated at lower limit (as if it were an integral using 1st fundamental theorem), and then subtract the integral of vdu (also using fundamental theorem).
 
Do the indefinite integral first
 
Worked it again and got it right. Need some practice.