<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Pharmacology calculation! need immedite help please!Can anyone help solving it?</title>
	<atom:link href="http://www.abortoterapeutico.org/therapeutic-agents/pharmacology-calculation-need-immedite-help-pleasecan-anyone-help-solving-it/feed" rel="self" type="application/rss+xml" />
	<link>http://www.abortoterapeutico.org/therapeutic-agents/pharmacology-calculation-need-immedite-help-pleasecan-anyone-help-solving-it</link>
	<description></description>
	<lastBuildDate>Wed, 12 May 2010 06:52:59 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: grimmyTea</title>
		<link>http://www.abortoterapeutico.org/therapeutic-agents/pharmacology-calculation-need-immedite-help-pleasecan-anyone-help-solving-it/comment-page-1#comment-1322</link>
		<dc:creator>grimmyTea</dc:creator>
		<pubDate>Wed, 24 Feb 2010 19:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.abortoterapeutico.org/therapeutic-agents/pharmacology-calculation-need-immedite-help-pleasecan-anyone-help-solving-it#comment-1322</guid>
		<description>This question is really more appropriate for the engineering or math sections.  Consider the human body as a box.  Drug is going in and drug is coming out.  Your ultimate goal for this question is to figure out what the concentration of the drug is inside the box at any given time (and you will want it to be in the range of 0.06-1.3 mg/L).  The only info you have are the rates at which things are going in and coming out.  These won&#039;t tell you what the concentration is, but they will tell you how it is changing over time--and you can figure out the concentration based on this since you know the starting condition.

First, what is going into the box at any given time?
(1) D * ba * exp(-ka * t) / V
where D is the dosage (either 200 or 400 mg), ba is the bioavailability (20%), ka is the absorption constant (either 0.167/hr or 0.083/hr), t is time, and V is volume of distribution (56 L).

Second, what is coming out of the box at any given time?
(2) C * ke
where C is the concentration, and ke is the elimination constant (0.28/hr).

The change in concentration with time is equal to [stuff going in] - [stuff coming out].
(3) dC/dt = [D * ba * exp(-ka * t) / V] - [C * ke]

rearrange to:
dC + ke*C*dt = D * ba * exp(-ka * t) / V * dt

If you have been assigned this problem, then you must know how to solve differential equations.  Analytically, you can solve this first-order linear differential equation using an integrating factor of exp(ke*t).

(4) dC*exp(ke*t) + ke*C*dt*exp(ke*t) = D*ba*exp(-ka*t)/V*dt*exp(ke*t)

The left side of the equation (4) is the differential of C*exp(ke*t) (that&#039;s the whole trick behind the use of integrating factors).  So when you integrate both sides of the equation and you get:

(5) C*exp(ke*t) = A + Int{ D*ba*exp(-ka*t)/V *dt*exp(ke*t)}
where A is a constant of integration and Int{ denotes the integral operator.

Solve this to get
(6) C = {A + D*ba*exp[(ke-ka)*t] / V / (ke-ka)} / exp(ke*t)
You could also solve equation (3) computationally, but why bother?

You can solve for A using either the initial condition of C(0) = 0 or C(0) = 0.06.  Just make sure to specify which one you used.

Now you have the function C(t).  You can plot it using the two possible values for D and the two possible values of ka over a time period of 24 hours.  You should find that D=200 mg and ka=0.167/hr are the only values that keep the plasma concentration within the therapeutic range.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>This question is really more appropriate for the engineering or math sections.  Consider the human body as a box.  Drug is going in and drug is coming out.  Your ultimate goal for this question is to figure out what the concentration of the drug is inside the box at any given time (and you will want it to be in the range of 0.06-1.3 mg/L).  The only info you have are the rates at which things are going in and coming out.  These won&#8217;t tell you what the concentration is, but they will tell you how it is changing over time&#8211;and you can figure out the concentration based on this since you know the starting condition.</p>
<p>First, what is going into the box at any given time?<br />
(1) D * ba * exp(-ka * t) / V<br />
where D is the dosage (either 200 or 400 mg), ba is the bioavailability (20%), ka is the absorption constant (either 0.167/hr or 0.083/hr), t is time, and V is volume of distribution (56 L).</p>
<p>Second, what is coming out of the box at any given time?<br />
(2) C * ke<br />
where C is the concentration, and ke is the elimination constant (0.28/hr).</p>
<p>The change in concentration with time is equal to [stuff going in] &#8211; [stuff coming out].<br />
(3) dC/dt = [D * ba * exp(-ka * t) / V] &#8211; [C * ke]</p>
<p>rearrange to:<br />
dC + ke*C*dt = D * ba * exp(-ka * t) / V * dt</p>
<p>If you have been assigned this problem, then you must know how to solve differential equations.  Analytically, you can solve this first-order linear differential equation using an integrating factor of exp(ke*t).</p>
<p>(4) dC*exp(ke*t) + ke*C*dt*exp(ke*t) = D*ba*exp(-ka*t)/V*dt*exp(ke*t)</p>
<p>The left side of the equation (4) is the differential of C*exp(ke*t) (that&#8217;s the whole trick behind the use of integrating factors).  So when you integrate both sides of the equation and you get:</p>
<p>(5) C*exp(ke*t) = A + Int{ D*ba*exp(-ka*t)/V *dt*exp(ke*t)}<br />
where A is a constant of integration and Int{ denotes the integral operator.</p>
<p>Solve this to get<br />
(6) C = {A + D*ba*exp[(ke-ka)*t] / V / (ke-ka)} / exp(ke*t)<br />
You could also solve equation (3) computationally, but why bother?</p>
<p>You can solve for A using either the initial condition of C(0) = 0 or C(0) = 0.06.  Just make sure to specify which one you used.</p>
<p>Now you have the function C(t).  You can plot it using the two possible values for D and the two possible values of ka over a time period of 24 hours.  You should find that D=200 mg and ka=0.167/hr are the only values that keep the plasma concentration within the therapeutic range.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

