Solving Second Order ODE: y''-y=e^{-t} - Homework Solution

  • Thread starter Thread starter matematikuvol
  • Start date Start date
  • Tags Tags
    Ode
matematikuvol
Messages
190
Reaction score
0

Homework Statement


Solve ODE
y''-y=e^{-t}

y(0)=1, y'(0)=0


Homework Equations





The Attempt at a Solution


Homogenuous solution

t^2-1=0

y=C_1e^t+C_2e^{-t}

From

y(0)=1, y'(0)=0

y=\frac{1}{2}e^t+\frac{1}{2}e^{-t}

How from that get complete solution?
 
Physics news on Phys.org


It's wrong. What you have to do it write:
<br /> y=C_{1}e^{t}+C_{2}e^{-t}<br />
and then find the particular integral, call it f(x) say, and then apply the boundary condition to the function:
<br /> y=C_{1}e^{t}+C_{2}e^{-t}+f(x)<br />
 


How to find particular integral?
 


I would look for a function
<br /> y=Ate^{-t}<br />
and likewise.
 


How do you know how to look for the function?
 


How you choose form of particular solution?
 


Hi matematikuvol! :smile:

It is called the method of undetermined coefficients.
You can find it in wikipedia, although not quite in the form you need:
http://en.wikipedia.org/wiki/Undetermined_coefficients

Here's a better definition (just posted by another HH! :wink:):

attachment.php?attachmentid=41279&d=1322327254.jpg



As an alternative you could use the method of Variation of parameters:
http://en.wikipedia.org/wiki/Variation_of_parameters
 
Back
Top