Solution;
Let A(t) be the amount of salt in the tank at any time t.
dtdA=Rin−Rout .....(i)
From the given information;
Rin=2.5×8=20N/min
Rout=200+4t4×A
dtdA=20−200+4t4A
Rewrite as;
dtdA+50+tA=20
This is a first order differential equation;
The integrating factor:
I.F=e50+t1dt =elog(50+t)=50+t
Solution of the equation is;
A×I.F=∫(I.F×20)dt+c
A(50+t)=∫20(50+t)dt+c
A(50+t)=20(50t+2t2)+c
A(50+t)=1000t+10t2+c
Initial condition;
A(0)=0
Apply;
0(50+t)=0+0+c
Hence ; c=0
And;
A=50+t1000t+10t2 ....(2)
The tank contains 240ltrs of brine after;
4240−200=10minutes
After 10 minutes;
A(10)=50+10(1000×10)+(10×102)
A(10)=188.83N
Now concentration of salt in the tank after 25 minutes;
A(25)=50+25(1000×25)−(10×252)
A(25)=416.66N
Comments