Differential equations chemical solutions problem

4102
Messages
6
Reaction score
0

Homework Statement


newbie here..

Blood carries a drug into an organ at the rate of 3 cm^3/sec and leaves at the same rate. The organ has a liquid volume of 125 cm^3. If the concentration of the drug in the blood entering the organ is .2g/cm^3, what is the concentration of the drug in the organ at time t? After how many seconds will the concentration the drug in the organ reach 0.1g/cm^3?

Answer should be .2(1-e(-3t/125)) and 28.9 seconds

Homework Equations



dx/dt + Fo (x)/Vo = FiCi

The Attempt at a Solution



I used the equation above. Where:

Fo=3cm3/sec
Vo=125cm3
Fi=3
Ci=0

I'm really not sure if I'm doing it right, because i just based on my teacher's previous solutions on other problems

i end up at x = xo e(-3t/125)

but i can't seem to arrive at .2(1-e(-3t/125))
 
Last edited:
Physics news on Phys.org
I think it's in your assumption of C_{i}=0 that messes things up. Check to make sure that this is indeed the case.
 
I finally solved it

Instead of assuming Ci = 0, i substituted .2

then I have
<br /> \frac{dx}{dt} + \frac{3x}{125} = (3)(.2)<br />
I used linear differential equation
<br /> v=e^{\int\frac{3}{125} dt} = e^{\frac{3t}{125}}<br />
then
<br /> xe^{\frac{3t}{125}} = \int(.6)(e^{\frac{3t}{125}}) dt + C<br />

then I looked for the value of C which is -.2 and substituted it into the equation

then I finally got x=.2(1-e^{\frac{-3t}{125}})

Thank you very much!
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top