ODE from Initial Value Problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Moridin
Messages
694
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.

[tex]y(0) = 150[/tex]

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

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

[tex]y' = -50y[/tex]

which is the differential equation that can be solved.

[tex]y = Ce^{-50t}[/tex]

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

[tex]y = 150e^{-50t}[/tex]

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

[tex]\ln \frac{30}{150} = -50t[/tex]

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.