Simple D.E mixing tank problem

  • Thread starter Thread starter leehufford
  • Start date Start date
  • Tags Tags
    Mixing Tank
leehufford
Messages
97
Reaction score
1
Hello,
Having trouble with one quirk to this mixing tank problem:

All large mixing tank initially holds 300 gallons of water, with 50 lbs of salt already in it (initial value problem). A brine solution of 2 lb/gal is pumped in at 3 gallons per minute. The water is pumped out at the faster rate of 3.5 gal/min. Determine a differential equation for the amount of salt A(t) in the tank at time t > 0.


I came up with

dA/dt + 7A/600 = 6. A(0) = 50.

Now I understand intuitively that the volume of the tank is decreasing so the 600 in the denominator is changing with time. The answer is

dA/dt + 7A/(600-t) = 6. A(0) = 50

My question is how do they know to subtract exactly t. The tank is losing 0.5 gal/min. Thanks in advance,

Lee.
 
Physics news on Phys.org
leehufford said:
Hello,
Having trouble with one quirk to this mixing tank problem:

All large mixing tank initially holds 300 gallons of water, with 50 lbs of salt already in it (initial value problem). A brine solution of 2 lb/gal is pumped in at 3 gallons per minute. The water is pumped out at the faster rate of 3.5 gal/min. Determine a differential equation for the amount of salt A(t) in the tank at time t > 0.


I came up with

dA/dt + 7A/600 = 6. A(0) = 50.

Now I understand intuitively that the volume of the tank is decreasing so the 600 in the denominator is changing with time. The answer is

dA/dt + 7A/(600-t) = 6. A(0) = 50

My question is how do they know to subtract exactly t. The tank is losing 0.5 gal/min. Thanks in advance,

Lee.

The volume in V in the tank is V=300-t/2, right? As you said, you are losing 1/2 gal/min. The concentration of salt is A/V. How much salt are you losing per minute if you are pumping 3.5 gal/min out?
 
  • Like
Likes 1 person
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