Solve ODE Dilution Problem: 400-400e

  • Thread starter Thread starter tickle_monste
  • Start date Start date
  • Tags Tags
    Dilution Ode
tickle_monste
Messages
67
Reaction score
1
A tank initially contains 200 gal of fresh water with 0 lbs of salt. Brine whose salt concentration is 2lb/gal flow in at 2 gal/min and the mix flows out at the same rate.

x = salt content, t = time.

So I figure that dx = 4dt - 2xdt/200 or dx = (400 - x).01dt
dx/(400-x) = .01dt

\int<sub>0</sub><sup>x</sup> \frac{dx}{400-x}] = \int<sub>0</sub><sup>100</sup>1000.01dt

ln(\frac{400-x}{400} = 1
400 - x = 400e
x = 400-400e

which obviously isn't correct.

Can somebody show me what I'm doing wrong here?
 
Physics news on Phys.org
I forgot to preview my original post, hence the horrible LaTeX job. But no matter, I've figured out the problem in my solution. I'll restate the problem since my first attempt is next to illegible:

200 gal fresh water, brine with 2lb/gal flows in @ 2 gal/min, and the mix flows out at the same rate. Find the salt content of the water after 100 minutes:
x= salt content
t= time

dx = 4dt - \frac{2xdt}{200} = (400-x).01dt

\frac{dx}{400-x} = .01dt

\int^{x}_{0}\frac{dx}{400-x} = \int^{100}_{0}.01dt

And this is where I went wrong. Forgetting to apply the chain rule on the left side I would get:

ln(\frac{400-x}{400}) = 1

when I should've gotten:

-ln(\frac{400-x}{400}) = 1

which gives the correct answer of 252.8 lbs when solving for x.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top