- #1
Indychus
- 11
- 0
I know you guys must get tired of the tank problem, but I just can't seem to get this figured out. This is my first post here, so hopefully this is in the right subforum and is presented properly.
"A brine solution of salt flows at a constant rate of 4L/min into a large tank that initially held 100L of pure water. The solution inside the tank is perfectly mixed at all times, and flows out of the tank at a rate of 3L/min. If the concentration of salt in the brine entering the tank is .2kg/L, determine the mass of salt in the tank after t minutes. At what time will the concentration of salt in the tank reach .1kg/L. Assume the tank is infinitely large."
To solve this, I set up my D.E. as follows. I omitted units to cut down on clutter:
dx/dt = input-output (x being concentration per time t)
dx/dt = (4 * .2) - (3 * (x(t)/100 + t))
I then put it into standard form: dx/dt + (3/(t+100))x=.8
Since this is linear, I solved using an integrating factor |(t+100)^3|
This gave me an equation x = .2(t+100)+(C/(t+100)^3)
I found C to be -2 x 10^7 using initial conditions x(0)=0
Plugging .1 in for x, I solved for t and obtained .1252 min or 7.506 sec. This seems very fast to raise the concentration so drastically. I have reworked it several times, but can not find my mistake. I will admit my integration skills are a bit rusty. Also, I neglected the absolute value sign in the integrating factor since negative time is not possible, maybe that is my error? Test tomorrow, appreciate any help!
"A brine solution of salt flows at a constant rate of 4L/min into a large tank that initially held 100L of pure water. The solution inside the tank is perfectly mixed at all times, and flows out of the tank at a rate of 3L/min. If the concentration of salt in the brine entering the tank is .2kg/L, determine the mass of salt in the tank after t minutes. At what time will the concentration of salt in the tank reach .1kg/L. Assume the tank is infinitely large."
To solve this, I set up my D.E. as follows. I omitted units to cut down on clutter:
dx/dt = input-output (x being concentration per time t)
dx/dt = (4 * .2) - (3 * (x(t)/100 + t))
I then put it into standard form: dx/dt + (3/(t+100))x=.8
Since this is linear, I solved using an integrating factor |(t+100)^3|
This gave me an equation x = .2(t+100)+(C/(t+100)^3)
I found C to be -2 x 10^7 using initial conditions x(0)=0
Plugging .1 in for x, I solved for t and obtained .1252 min or 7.506 sec. This seems very fast to raise the concentration so drastically. I have reworked it several times, but can not find my mistake. I will admit my integration skills are a bit rusty. Also, I neglected the absolute value sign in the integrating factor since negative time is not possible, maybe that is my error? Test tomorrow, appreciate any help!