Question 5.3.4: Suppose that two brine storage tanks are connected with two ...
Suppose that two brine storage tanks are connected with two pipes used to exchange solutions between them. The first pipe allows water from tank 1 to enter tank 2 at a rate of 5 gal/min. The second pipe reverses the process allowing water to flow from tank 2 to tank 1, also at a rate of 5 gal/min. Initially, the first tank contains a well-mixed solution of 8 lb of salt in 50 gal of water, while the second tank contains 100 gal of pure water.
a. Find the linear system of differential equations to describe the amount of salt in each tank at time t .
b. Solve the system of equations by reducing it to an uncoupled system.
c. Determine the amount of salt in each tank as t increases to infinity and explain the result

Learn more on how we answer questions.
a. Let y1(t) and y2(t) be the amount of salt (in pounds) in each tank after t min. Thus, y1′(t) and y2′(t) are, respectively, the rates of change for the amount of salt in tank 1 and tank 2. To develop a system of equations, note that for each tank
Rate of change of salt = rate in − rate out
Since the volume of brine in each tank remains constant, for tank 1, the rate in is 1005 y2(t) while the rate out is 505 y1(t). For tank 2, the rate in is 505 y1(t) while the rate out is 1005 y2(t). The system of differential equations is then given by
Since the initial amounts of salt in tank 1 and tank 2 are 8 and 0 lb, respectively, the initial conditions on the system are y1(0) = 8 and y2(0)=0.
b. The system of equations in matrix form is given by
y′ = [−101101201−201 ] ywith y(0)=[80]
The eigenvalues of the matrix are λ1=−203 and λ2= 0 with corresponding eigenvectors [−11 ]and[−12 ] Thus, the matrix that uncouples the system is
P =[−1112 ] with P−1= [−32 313131]
The uncoupled system is then given by
w′ = [−32 313131][−101101201−201 ][−1112 ]w
= [−203000]w
The solution to the uncoupled system is
w(t) = [e−203t001] w(0)
Hence, the solution to the original system is given by
y(t) = [−1112 ][e−203t001][−32 313131] y(0)
= 31[2e−203t+1−2e−203t+2−e−203t+1 e−203t+2 ][80 ]
= 38[2e−203t+1 −2e−203t+2]
c. The solution to the system in equation form is given by
y1(t)=38(2e−203t+1) and y2(t)=38(−2e−203t+2)To find the amount of salt in each tank as t goes to infinity, we compute the limits
t→∞lim38(2e−203t+1)=38(0+1)=38and
t→∞lim38(−2e−203+2)=38(0+2)=316These values make sense intuitively as we expect that the 8 lb of salt should eventually be thoroughly mixed, and divided proportionally between the two tanks in a ratio of 1 : 2.