Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > University Math Help > Differential Equations
Reply
 
Thread Tools Display Modes
  #1  
Old August 11th, 2008, 02:21 PM
Newbie
 
Join Date: May 2008
Posts: 15
Country:
Thanks: 6
Thanked 0 Times in 0 Posts
eawolbert is on a distinguished road
Question Separable Equations please help

I've been trying to solve this problem for quite a while now but can't seem to get the right answer. please any pointer will be greatly appreciated.

A tank contains 50 kg of salt and 1000 L of water. A solution of a concentration 0.025 kg of salt per liter enters a tank at the rate 7 L/min. The solution is mixed and drains from the tank at the same rate.

Find the amount of salt in the tank after 2.5 hours.

Find the concentration of salt in the solution in the tank as time approaches infinity.

my dy/dt equation looks like this dy/dt = .175-7y/1000

after doing the steps my book shows I end up with a really long equation that doesn't help at all.
I know that y(0)=80 kg has to help me find c but the answer is totally wrong. I don't know where did I messed up. Please help.
Reply With Quote
Advertisement
 
  #2  
Old August 11th, 2008, 02:26 PM
Matt Westwood's Avatar
Super Member
 
Join Date: Jul 2008
Location: Reading, UK
Posts: 688
Country:
Thanks: 21
Thanked 239 Times in 223 Posts
Matt Westwood is a jewel in the roughMatt Westwood is a jewel in the roughMatt Westwood is a jewel in the rough
Default

Easiest way to address stuff like this is replace the numbers with letters and put the numbers back in afterwards. So you get dy/dt = a - by/d which indeed is separable and should give you a solution involving exponentials. Yes it will be a bit messy (these revolting things are). Take it slowly, do it neatly, works for me every time.
__________________
"No matter how fast or how far you run, you're still in the space where you are." -- Russell
Reply With Quote
  #3  
Old August 11th, 2008, 03:04 PM
Newbie
 
Join Date: May 2008
Posts: 15
Country:
Thanks: 6
Thanked 0 Times in 0 Posts
eawolbert is on a distinguished road
Default

I tried but i made a mess and didn't come up with the right equation. :b
what really messes me up it's that extra 7y.

can someone help me figure out the equation with respect to y. please I really need to see what steps I messed up. Thanks.

Last edited by eawolbert; August 11th, 2008 at 04:05 PM.
Reply With Quote
  #4  
Old August 11th, 2008, 05:28 PM
mr fantastic's Avatar
Flow Master

 
Join Date: Dec 2007
Location: Zeitgeist
Posts: 13,510
Country:
Thanks: 2,979
Thanked 5,256 Times in 4,605 Posts
mr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond repute
Default

Quote:
Originally Posted by eawolbert View Post
I've been trying to solve this problem for quite a while now but can't seem to get the right answer. please any pointer will be greatly appreciated.

A tank contains 50 kg of salt and 1000 L of water. A solution of a concentration 0.025 kg of salt per liter enters a tank at the rate 7 L/min. The solution is mixed and drains from the tank at the same rate.

Find the amount of salt in the tank after 2.5 hours.

Find the concentration of salt in the solution in the tank as time approaches infinity.

my dy/dt equation looks like this dy/dt = .175-7y/1000

after doing the steps my book shows I end up with a really long equation that doesn't help at all.
I know that y(0)=80 kg has to help me find c but the answer is totally wrong. I don't know where did I messed up. Please help.
The DE can be re-written as

\frac{dy}{dt} = \frac{175 - 7y}{1000}

\Rightarrow \frac{dt}{dy} = \frac{1000}{175-7y} = - \frac{1000}{7y - 175} subject to the boundary condition y(0) = 50 (or is it 80??).

If you're solving differential equations then it's expected that you can integrate things like \frac{1000}{7y - 175} with respect to y.
__________________
There are two things you should never try to prove: the impossible and the obvious.

The greater danger for most of us lies not in setting our aim too high and falling short; but in setting our aim too low and achieving our mark. (Michelangelo Buonarroti)

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #5  
Old August 11th, 2008, 06:59 PM
Newbie
 
Join Date: May 2008
Posts: 15
Country:
Thanks: 6
Thanked 0 Times in 0 Posts
eawolbert is on a distinguished road
Default

I know how to get there but after I try to find c(which is y(0)=50). I end up with this equation:

-1/7 ln(175-7y)= t/1000 + c

my c= -1/7ln(-175)

leaving

-1/7 ln(175-7y)= t/1000 -1/7ln(-175)

from here is where I mess something up and cannot find the answer.
Reply With Quote
  #6  
Old August 11th, 2008, 08:52 PM
mr fantastic's Avatar
Flow Master

 
Join Date: Dec 2007
Location: Zeitgeist
Posts: 13,510
Country:
Thanks: 2,979
Thanked 5,256 Times in 4,605 Posts
mr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond repute
Default

Quote:
Originally Posted by eawolbert View Post
I know how to get there but after I try to find c(which is y(0)=50). I end up with this equation:

-1/7 ln(175-7y)= t/1000 + c

my c= -1/7ln(-175)

leaving

-1/7 ln(175-7y)= t/1000 -1/7ln(-175)

from here is where I mess something up and cannot find the answer.
My advice is to get y in terms of t before using the boundary condition:

\ln | 175 - 7y| = -\frac{7t}{1000} - 7C

note the use of absolute value | | NOT () ......

\Rightarrow 175 - 7y = e^{-\frac{7t}{1000} - 7C} = e^{-\frac{7t}{1000}} e^{- 7C} = A e^{-\frac{7t}{1000}}

where A = e^{- 7C} is just as arbitrary as e^{- 7C}

\Rightarrow y = \left(175 - A e^{-\frac{7t}{1000}}\right)/7.

Now substitute y = 50 (80??) when t = 0 and solve for A.
__________________
There are two things you should never try to prove: the impossible and the obvious.

The greater danger for most of us lies not in setting our aim too high and falling short; but in setting our aim too low and achieving our mark. (Michelangelo Buonarroti)

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
The following users thank mr fantastic for this useful post:
Donate to MHF
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 01:06 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.