Solving this ODE

  • Thread starter msimmons
  • Start date
  • Tags
    Ode
  • #1
17
0
[tex]\frac{dy}{dt}=t-y[/tex]
Where y is a function of t.

Just... not quite sure how to do it.
Also, would the method change if it was e^-t instead of t? I don't see why it would, but if it does, that's what I'm actually working with.

Thanks for any help.
 

Answers and Replies

  • #2
First look at dy/dt= -y. That's easy to solve and gives the general solution to the associated "homogeneous equation".

Now, try something of the form y= At+ B, for constants A and B. Put that into the equation and try to find A and B that will make the equation true.

Finally, use the "linearity" property: the sum of the general solution to the associated homogeneous equation and any solution to the entire equation is the general solution to the entire equation.

Or, since this is a first order equation, look for an "integrating factor". Rewrite the equation as dy/dt+ y= t and look for a function v(t) such that vdy/dt+ vy is an "exact derivative. That is, such that vdy/dt+ vy= d(vy)/dt. Differentiating on the right, using the product rule, gives vdy/dt+ vy= vdy/dt+ (dv/dt)y. The first terms on both sides are the same so we must have vy= (dv/dt)y or dv/dt= v. A solution to that is v= et. Multiplying dy/dt+ y= t by et, we get etdy/dt+ ety= d(ety)/dt= tet. Integrate both sides of that (use integration by parts on the right).

Both methods will work perfectly well with e-t instead of t. Try y= Ae-t instead of At+ B and solve for A.
 
  • #3
ugh, of course. (second method)
So trivial once you're reminded ^^
Thanks.

So from
[tex]\frac{dy}{dt}=\frac{e^{\frac{t}{a}}}{a} + \frac{y}{b}[/tex]

we get

[tex]\frac{d(ye^\frac{t}{b})}{dt}=\frac{e^{\frac{t}{a}-\frac{t}{b}}}{a}[/tex]

which gives the solution (assuming at t=0 y=0)
[tex]
y = \frac{-abe^{\frac{t}{a} - \frac{2t}{b}}}{a(a-b)}
[/tex]

... Right? If anyone feels like wasting a bit of time

Edit: I'm awesome at canceling variables.

[tex]
y = \frac{be^{\frac{t}{a} - \frac{2t}{b}}}{b-a}
[/tex]
 
Last edited:
  • #4
msimmons, it is not so trivial. Use the first method mentioned by HallsofIvy. So consider the following:

[tex]\frac{dy}{dt}-\frac{y}{b}=0[/tex]

This has the solution:

[tex]\frac{dy}{y}=\frac{dt}{b} \qquad \rightarrow \qquad y_h=A\cdot e^{t/b}[/tex]

Now to obtain the solution to the entire equation:

[tex]\frac{dy}{dt}-\frac{y}{b}=\frac{e^{t/a}}{a}[/tex]

you need to distinguish between two cases, i.e. whether a and b are different or not. The first case, a not equal to b, you should set:

[tex]y_p=\alpha e^{t/a}[/tex]

putting this into the differential equation gives now:

[tex]\alpha=\frac{b}{b-a}[/tex]

and thus:

[tex]y_p=\frac{b}{b-a} e^{t/a}[/tex]

The complete solution is now:

[tex]y=A\cdot e^{t/b}+\frac{b}{b-a} e^{t/a}[/tex]

which makes it clear why they should be different... The other case can be solved by setting:

[tex]y_p=\alpha t e^{t/a}[/tex]

Giving you:

[tex]\alpha=\frac{1}{a}[/tex]

and thus:

[tex]y_p=\frac{t}{a} e^{t/a}[/tex]

and for the complete solution:

[tex]y=\left(A+\frac{t}{a}\right) e^{t/a}[/tex]

Applying the boundary condition is something you can do now by yourself. Look back into your book for these different cases, it's an important issue. Finally do the calculations again by yourself, don't use them just like that.
 

Suggested for: Solving this ODE

Replies
3
Views
273
Replies
1
Views
663
Replies
28
Views
1K
Replies
2
Views
543
Replies
7
Views
803
Replies
3
Views
710
Replies
3
Views
888
Back
Top