Acid Solution Tank Differential Equation: Determining Volume of Acid Over Time

flash
Messages
66
Reaction score
0
An acid solution flows at a constant rate of 6L/min into a tank which initially holds 200L of a 0.5% acid solution. The solution in the tank is kept well mixed and flows out of the tank at 8L/min. If the solution entering the tank is 20% acid then determine the volume of acid in the tank after t minutes.

I just want to make sure I have the differential equation right.
let y(t) be the amount of acid solution in the tank.
rate in = 0.2 * 6 = 1.2L acid per min
rate out = y(t)/v(t) * 8, where v(t) = 200 - 2t is the volume of liquid in the tank

So I got

<br /> \frac{dy}{dt} + \frac{8}{200-2t}y=1.2<br />

Can someone please confirm that this is the right equation to be working with?
 
Physics news on Phys.org
Yes, that is correct.
 
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