Differential Equations: Application Problems (5)

medium 2 min read

Question

A tank holds 200 L200 \text{ L} of brine containing 20 kg20 \text{ kg} of dissolved salt. Pure water flows in at 5 L/min5 \text{ L/min}, and the well-mixed solution flows out at the same rate. Find the amount of salt in the tank after 40 minutes40 \text{ minutes}.

Solution — Step by Step

Let S(t)S(t) be the amount of salt (kg) at time tt (min).

Rate in = 5 L/min×0 kg/L=05 \text{ L/min} \times 0 \text{ kg/L} = 0 (pure water).

Rate out = 5 L/min×S200 kg/L=S40 kg/min5 \text{ L/min} \times \dfrac{S}{200} \text{ kg/L} = \dfrac{S}{40} \text{ kg/min}.

So dSdt=S40\dfrac{dS}{dt} = -\dfrac{S}{40}.

dSS=dt40\dfrac{dS}{S} = -\dfrac{dt}{40}.

Integrating: lnS=t/40+C\ln S = -t/40 + C.

S(t)=S0et/40S(t) = S_0 e^{-t/40}.

At t=0t = 0, S=20S = 20, so S0=20S_0 = 20.

S(t)=20et/40S(t) = 20 e^{-t/40}.

S(40)=20e1=20/e20/2.7187.36 kgS(40) = 20 e^{-1} = 20/e \approx 20/2.718 \approx 7.36 \text{ kg}.

Final answer: Salt remaining = 20/e7.36 kg\mathbf{20/e \approx 7.36 \text{ kg}}.

Why This Works

This is the classic mixing problem — a first-order linear ODE in disguise. Volume stays constant (200 L200 \text{ L}) because inflow rate equals outflow rate, so the concentration in the tank is just S/200S/200. The salt leaves at “outflow rate × concentration”, giving an exponential decay.

The factor 4040 in et/40e^{-t/40} is the time constant — it’s V/r=200/5V/r = 200/5, the time it would take to replace the entire tank volume.

Alternative Method

Use the integrating-factor approach: rewrite as dS/dt+S/40=0dS/dt + S/40 = 0. Integrating factor: et/40e^{t/40}. d(Set/40)/dt=0d(Se^{t/40})/dt = 0, so Set/40=CSe^{t/40} = C, giving S=Cet/40S = C e^{-t/40}. Same answer; useful when the inflow has nonzero salt.

Common Mistake

Students sometimes write rate out = 5×S5 \times S — forgetting to divide by total volume to get concentration. The unit check catches this: rate out should be in kg/min, so we need L/min×kg/L=kg/min\text{L/min} \times \text{kg/L} = \text{kg/min}. Concentration is kg per litre, so S/VS/V, not SS alone.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next