Help with Tank problem- NOT TYPICAL

  • Thread starter Thread starter pickpocket293
  • Start date Start date
  • Tags Tags
    Tank
pickpocket293
Messages
6
Reaction score
0
Help with Tank problem-- NOT TYPICAL

It's been a few years since my last experience with differential equations so this is giving me some issues... Any and all help is appreciated.

Problem:

A 65 gallon tank has 20 pounds (or ~1 gallon) of sand in it with 35 gallons of water (completely mixed). We pump/circulate the solution at 5 gallons/minute and filter it, then put it back in the tank. Clean water goes in at the same rate that sandy water is pulled out, so there is no overflow or volume change.

How many minutes must we filter the mixture before we have a tank that only contains 0.2 pounds (0.01 lbs, or 99% clean) of sand?
 
Physics news on Phys.org


Subscribed.
 


What is the rate that sand would be removed as a function of the amount of sand in the tank?

By the way, the problem you described isn't realistic; there would be a volume change because the sand would take up volume.
 


MisterX said:
What is the rate that sand would be removed as a function of the amount of sand in the tank?

By the way, the problem you described isn't realistic; there would be a volume change because the sand would take up volume.


The pump circulates on the tank through the filter, and the filter catches all the sand. The concentration of the water at that time is pulled out, and clean (filtered) water is put back in.


What I mean by "no volume change" is that in the entire system, there is no change. Sure, there is water in the hoses/pump, etc. but the tank isn't going to overflow or drain completely.



...this is currently happening where I work right now, BTW. I can post pictures if you'd like. :D
 


pickpocket293 said:
It's been a few years since my last experience with differential equations so this is giving me some issues... Any and all help is appreciated.

Problem:

A 65 gallon tank has 20 pounds (or ~1 gallon) of sand in it with 35 gallons of water (completely mixed). We pump/circulate the solution at 5 gallons/minute and filter it, then put it back in the tank. Clean water goes in at the same rate that sandy water is pulled out, so there is no overflow or volume change.

How many minutes must we filter the mixture before we have a tank that only contains 0.2 pounds (0.01 lbs, or 99% clean) of sand?

dx/dt = IN - OUT

In: 0 (Because it's clean water)

Out = (xlbs of sand/35 gallons of water)(5gallons/min)

dx/dt = 0 - 5x/35

x(0) = 20 (at 0 minutes, there is exactly 20 pounds of sand in the tank)

you need to find when x(t) = .2 this will tell you at what time t the tank has .2 pounds in it
 


shelovesmath said:
dx/dt = IN - OUT

In: 0 (Because it's clean water)

Out = (xlbs of sand/35 gallons of water)(5gallons/min)

dx/dt = 0 - 5x/35

x(0) = 20 (at 0 minutes, there is exactly 20 pounds of sand in the tank)

you need to find when x(t) = .2 this will tell you at what time t the tank has .2 pounds in it


Bear with me here, it's been a while since I've done this...

Integrate both sides with respect to X then plug in 0.2 for X and the resulting number is my time in minutes?
 


You need to separate dx and dt.
 


shelovesmath said:
You need to separate dx and dt.

Ohhh, that's right!

So I'd have 7*dx/x = dt then integrate each side w.r.t. the variable, then plug in 0.2 for values of x. Correct?
 


dx/dt = 0 - 5x/35

dx/dt = -x/7
7/x dx/dt = -1
7/x dx = -dt

yep, sounds good
 
  • #10


approximately 11.5 minutes. Thanks a LOT folks!
 
Back
Top