After 20 minutes, the salt concentration is approximately 0.2 kg/L.
1Step 1: Determine the Rate of Change of Salt in the Tank
The incoming rate of salt is determined by the concentration and the inflow rate: \( 0.4 \text{ kg/L} \times 5 \text{ L/min} = 2 \text{ kg/min} \). Thus, the salt is entering the tank at a rate of 2 kg/min.The outgoing rate of salt depends on the concentration of salt in the tank at time \( t \). This concentration is \( \frac{y(t)}{V(t)} \) where \( V(t) \) is the volume of the solution in the tank at time \( t \). The volume is increasing by \( 2 \text{ L/min} \) due to the mismatch in inflow and outflow rates (5 L/min in and 3 L/min out), so \( V(t) = 100 + 2t \). Hence, the outflow rate is \( \frac{3y(t)}{100 + 2t} \) kg/min. Thus, the rate of change of salt in the tank is: \( \frac{dy}{dt} = \text{inflow rate - outflow rate} = 2 - \frac{3y}{100 + 2t} \).
2Step 2: Verify the Differential Equation
Reassess the expression for \( \frac{dy}{dt} \). We have determined that \( \frac{dy}{dt} = 2 - \frac{3y}{100 + 2t} \) correctly accounts for the increase in salt from the inflow (2 kg/min) and the decrease due to the outflow at concentration \( \frac{y}{100 + 2t} \). This expression is correct and matches the problem statement.
3Step 3: Recognize the Form of the Linear Differential Equation
The differential equation \( \frac{dy}{dt} = 2 - \frac{3y}{100 + 2t} \) is a linear first-order differential equation of the form \( \frac{dy}{dt} + P(t)y = Q(t) \), where \( P(t) = \frac{3}{100 + 2t} \) and \( Q(t) = 2 \).
4Step 4: Find Integrating Factor
The integrating factor \( \mu(t) \) is found using \( \mu(t) = e^{\int P(t) \, dt} \). Here, \( P(t) = \frac{3}{100 + 2t} \). Thus:\[ \mu(t) = e^{\int \frac{3}{100 + 2t} \, dt} = e^{\frac{3}{2} \ln|100 + 2t|} = (100 + 2t)^{3/2} \]
5Step 5: Solve the Differential Equation
Multiply the entire differential equation by the integrating factor:\[ (100 + 2t)^{3/2} \frac{dy}{dt} + (100 + 2t)^{1/2} \cdot 3y = 2(100 + 2t)^{3/2} \]This implies:\[ \frac{d}{dt}((100 + 2t)^{3/2} y) = 2(100 + 2t)^{3/2} \]Integrate both sides:\[ (100 + 2t)^{3/2} y = \int 2(100 + 2t)^{3/2} \, dt \]Use substitution: Let \( u = 100 + 2t \), then \( du = 2 \, dt \):\[ \int 2u^{3/2} \, \frac{du}{2} = \int u^{3/2} \, du = \frac{2}{5}u^{5/2} \]Thus:\[ (100 + 2t)^{3/2} y = \frac{2}{5} (100 + 2t)^{5/2} + C \]Solve for \( y \):\[ y = \frac{1}{5}(100 + 2t) + C(100 + 2t)^{-3/2} \]
6Step 6: Apply Initial Conditions
Initially, \( y(0) = 0 \) because the tank starts with only water:\[ 0 = \frac{1}{5} \cdot 100 + C \cdot 100^{-3/2} \]This implies \( 0 = 20 + C \cdot \frac{1}{1000} \):Therefore, \( C = -20000 \).So:\[ y(t) = \frac{1}{5}(100 + 2t) - 20000(100 + 2t)^{-3/2} \]
7Step 7: Find Concentration After 20 Minutes
Substitute \( t = 20 \) into the solution for \( y(t) \):\[ y(20) = \frac{1}{5} \times (100 + 40) - 20000(140)^{-3/2} \]Calculate:\[ y(20) = \frac{1}{5} \times 140 - 20000 \times (140)^{-3/2} \]\[ y(20) = 28 - 20000 \times \frac{1}{140^{1.5}} \]Compute the numeric value where needed and solve for \( y(20) \).Finally compute concentration: \( \text{Concentration} = \frac{y(20)}{140} \) kg/L.