Simple physics problem using differential equation modeling
There are 50 litres of dilution, 90% water and 10% of alcohol in a tank. Then, 50% of water and 50% of alcohol is poured in a tank, at the speed of 5 litres per minute, and the dilution is outflowing from a tank at the speed of 5 litres per minute. How much alcohol is in a tank after 10 minutes?
I have a solution that use differential equations, but I can't understand how to model the problem by differential equations. Obtained differential equation is:
which is a linear differential equation.
General solution:
Now, setting , which is the amount of alcohol at the beginning, we evaluate constant
Going back to the general solution:
litres.
Also, what would be the approach without using differential equations?