Moridin
- 692
- 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.