ODE from Initial Value Problem

Moridin
Messages
692
Reaction score
3

Homework Statement



A tank contains 3000 liters polluted water. The concentration of pollution is 5%. 50 liters per minute of the polluted water is removed and replaced with 50 liters of unpolluted water per minute. How much time will it take for the concentration to go down to 1%?

2. Homework Equations / 3. The Attempt at a Solution

It is obviously a differential equation as an initial value problem with differential equations.

y is a function of t and is the amount of pollutions in the tank after t minutes.

y(0) = 150

The amount of pollutants in the water that is removed per minute is 50 \cdot y(t)

Then the rate of change of the pollutions in the tank is negative with a value of

y' = -50y

which is the differential equation that can be solved.

y = Ce^{-50t}

The initial value gives the constant C a value of 150, so the function becomes:

y = 150e^{-50t}

Then I should find t when y is 30 (0.01 times 3000). Algebraic manipulation gives

\ln \frac{30}{150} = -50t

This gives t equals to 2 seconds, which is unreasonable, but I do not know quite where to go from here.
 
Physics news on Phys.org
You need to carefully model the removal & replacement process and how it changes the % of polluted water over time.
 
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