Mixing Problem HELP - Solve Salt in Tank After t Hours

  • Thread starter Thread starter the7joker7
  • Start date Start date
  • Tags Tags
    Mixing
the7joker7
Messages
111
Reaction score
0

Homework Statement



A tank contains `100` kg of salt and `2000` L of water. A solution of a concentration `0.025` kg of salt per liter enters a tank at the rate `6` L/min. The solution is mixed and drains from the tank at the same rate.

Find the equation for the amount of salt in the tank after t hours.

The Attempt at a Solution



I have 0.15kg/min as my rate in and y(t)/333.33 as my rate out.

Which I put together in the form

dy/dt = (5 - y(t))/(333.33)

Split it into

int of (dy/5 - y) = int of (dt/333.33)

-ln(5 - y) = t/333.33 + C

y(0) = 100, so C = -ln(-95)

-ln(5 - y) = t/(333.33) - ln(-95)

5 - y = -95e^(-t/333.33)

y(t) = 5 + 95e^(-t/333.33)

But that's wrong. I know I've asked a lot of stuff today, but this one is driving me crazy, I've tried everything I could think of and nothing came out right. Help!
 
Physics news on Phys.org
This involves chemistry friend.

n1v1=n2v2
 
I'm...fairly sure it doesn't, because we've done problems like this before in Calculus without any Chemistry.
 
the7joker7 said:
I have 0.15kg/min as my rate in and y(t)/333.33 as my rate out.

This is correct. I believe you dropped a decimal place, because the next line should be

dy/dt = (50 - y(t))/(333.33) ,

which now gives you the incoming mass rate of 0.15 kg/min. The asymptotic mass of salt in the tank should be 50 kg
( = 0.025 kg/L · 2000 L), which is what the corrected mass function

y(t) = 50 + 50e^(-t/333.33)

will give you.

I use decimals, rather than fractions, which avoided this headache...
 
the7joker7 said:
I'm...fairly sure it doesn't, because we've done problems like this before in Calculus without any Chemistry.

I never said that it cannot be solved without using chemistry.
I wanted to say that this question becomes a piece of meat when solved using chemistry.
 
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