Solving a Salt Transport ODE: Find Salt After 10 Minutes

TheForumLord
Messages
104
Reaction score
0

Homework Statement



I've attached the relevant pictures. The question is:
Let X,Y be two containers.
At t=0, container X has 100 lt. of water with 2 kg of salt in it and Y has 100 lt. of water with 6 kg of salt.
On each t>0, the system transports water as the you can see in the picture.

In each minute t, let x(t), y(t) be the quantities of salt in X,Y in kg's.
t is measured in minutes!

You should notice that on each time, there are excatly 100 lt. in each container!

Write an ODE that gives the quantity of salt on each container as a function of time, solve it and calculate how much kg's of salt will be in the container after 10 minutes from the start of the process.

Homework Equations


The Attempt at a Solution


I wrote the equations this way:
x'(t)= -8x(t)/100 +2y(t)/100
y'(t) = 8x(t)/100 -8y(t)/100

We get the ODE: w' =Aw ... The eignvalues of A are: -4/100 and -12/100 ...
After I solve these two equations I get two soloutions- one for x(t) and one for y(t)...The only problem is that these soloutions don't match the data of the question...
HELP is needed!


TNX!
 

Attachments

  • ODE1.jpg
    ODE1.jpg
    2.5 KB · Views: 379
Physics news on Phys.org
What you mean is you get a solution (x1(t),y1(t)) corresponding to the eigenvalue -4/100 and a second solution (x2(t),y2(t)) corresponding to the eigenvalue -12/100, right? The general solution is a linear combination of those two solutions. You probably need to combine them to fit your initial conditions.
 
I've managed to solve it on my own :)

TNX a lot anyway man
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top