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 October 31st, 2009, 06:06 PM
superman69's Avatar
Junior Member
 
Join Date: Oct 2009
Location: Hauts-de-Seine
Posts: 30
Country:
Thanks: 8
Thanked 0 Times in 0 Posts
superman69 is on a distinguished road
Default Differential question

Solve the following initial value problem: with


So I isolated the y and it became

8y=(9-dy/dt)t

how would I finish the rest?

Reply With Quote
Advertisement
 
  #2  
Old October 31st, 2009, 06:47 PM
mr fantastic's Avatar
Flow Master

 
Join Date: Dec 2007
Location: Zeitgeist
Posts: 12,243
Country:
Thanks: 2,576
Thanked 4,763 Times in 4,195 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 superman69 View Post
Solve the following initial value problem: with


So I isolated the y and it became

8y=(9-dy/dt)t

how would I finish the rest?

Divide both sides by t: \frac{dy}{dt} + \frac{8}{t} y = 9.

Now use the integrating factor technique.
__________________
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
  #3  
Old October 31st, 2009, 10:19 PM
MHF Contributor
 
Join Date: Apr 2005
Posts: 3,499
Thanks: 328
Thanked 1,214 Times in 1,115 Posts
HallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud of
Default

You can also do this as a "homogeneous" equation. Write it as \frac{dy}{dt}= \frac{9t- 8y}{t}= 9- 8\frac{y}{t}.

Let u= \frac{y}{t}. Then y= tu so y'= tu'+ u and the equation becomes tu'+ u= 9- 8u and so tu'= 9- 9u, a separable equation.
Reply With Quote
  #4  
Old October 31st, 2009, 10:32 PM
superman69's Avatar
Junior Member
 
Join Date: Oct 2009
Location: Hauts-de-Seine
Posts: 30
Country:
Thanks: 8
Thanked 0 Times in 0 Posts
superman69 is on a distinguished road
Default

Quote:
Originally Posted by mr fantastic View Post
Divide both sides by t: \frac{dy}{dt} + \frac{8}{t} y = 9.

Now use the integrating factor technique.
What is the integrating factor technique? I did not learn that yet.
Reply With Quote
  #5  
Old October 31st, 2009, 10:44 PM
superman69's Avatar
Junior Member
 
Join Date: Oct 2009
Location: Hauts-de-Seine
Posts: 30
Country:
Thanks: 8
Thanked 0 Times in 0 Posts
superman69 is on a distinguished road
Default

Quote:
Originally Posted by HallsofIvy View Post
You can also do this as a "homogeneous" equation. Write it as \frac{dy}{dt}= \frac{9t- 8y}{t}= 9- 8\frac{y}{t}.

Let u= \frac{y}{t}. Then y= tu so y'= tu'+ u and the equation becomes tu'+ u= 9- 8u and so tu'= 9- 9u, a separable equation.
So now I use the equation tu'= 9- 9u and plug in u' and u?
Reply With Quote
  #6  
Old October 31st, 2009, 11:25 PM
MHF Contributor
 
Join Date: Aug 2008
Posts: 1,525
Country:
Thanks: 48
Thanked 603 Times in 565 Posts
Prove It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to all
Default

Quote:
Originally Posted by superman69 View Post
What is the integrating factor technique? I did not learn that yet.
\frac{dy}{dt} + \frac{8}{t}y = 9.


The Integrating Factor is e^{\int{\frac{8}{t}\,dt}} = e^{8\ln{t}}

= e^{\ln{t^8}}

= t^8.


So multiply both sides by the integrating factor to get

t^8\left(\frac{dy}{dt} + \frac{8}{t}y\right) = 9t^8

t^8\,\frac{dy}{dt} + 8t^7y = 9t^8


Can you see that the LHS is a product rule expansion of \frac{d}{dt}(t^8y)?


\frac{d}{dt}(t^8y) = 9t^8

t^8y = \int{9t^8\,dt}

t^8y = t^9 + C

y = t + Ct^{-8}.


Now use the initial condition to find C.
__________________
Two things are infinite - The Universe and Human Stupidity. Though I'm not too sure about the universe...
Reply With Quote
The following users thank Prove It for this useful post:
Donate to MHF
  #7  
Old November 1st, 2009, 12:18 AM
mr fantastic's Avatar
Flow Master

 
Join Date: Dec 2007
Location: Zeitgeist
Posts: 12,243
Country:
Thanks: 2,576
Thanked 4,763 Times in 4,195 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 superman69 View Post
So now I use the equation tu'= 9- 9u and plug in u' and u?
The equation is t \frac{du}{dt} = 9 - 9u. It's seperable and your task is to solve for u and so get y from y = ut (and I hope you have learnt about seperable DE's).
__________________
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
  #8  
Old November 1st, 2009, 05:01 AM
MHF Contributor
 
Join Date: Aug 2008
Posts: 1,525
Country:
Thanks: 48
Thanked 603 Times in 565 Posts
Prove It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to allProve It is a name known to all
Default

Quote:
Originally Posted by mr fantastic View Post
The equation is t \frac{du}{dt} = 9 - 9u. It's seperable and your task is to solve for u and so get y from y = ut (and I hope you have learnt about seperable DE's).
It helps if you write the DE as

\frac{1}{1 - u}\,\frac{du}{dt} = \frac{9}{t}

so that when you take the integral of both sides with respect to t

\int{\frac{1}{1 - u}\,\frac{du}{dt}\,dt} = \int{\frac{9}{t}\,dt}

\int{\frac{1}{1 - u}\,du} = \int{\frac{9}{t}\,dt}.


I'm sure you can go from here.
__________________
Two things are infinite - The Universe and Human Stupidity. Though I'm not too sure about the universe...
Reply With Quote
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 12:45 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, 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.