What Is Wrong with My Solution for This Second Order Differential Equation?

  • Thread starter Thread starter 1MileCrash
  • Start date Start date
  • Tags Tags
    Second order
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
1MileCrash
Messages
1,338
Reaction score
41

Homework Statement



y''-2y'+2y = e^-t, y(0)=0, y'(0)=4

Homework Equations


The Attempt at a Solution



Again.. I find it to be really easy, then get it wrong. My answer is not even close. Applying the properties of the laplace transform in the usual way,

s^2L{y} - 4 - 2L{y} + 2L{y} = L{e^-t}

=>

[itex]L{y} = (\frac{1}{s+1})(\frac{1}{s^2 - 2s + 2}) + (\frac{4}{s^2-2s+2})[/itex]

Now, I split the first term into partial fractions and factored the denomenator of the second. I'll spare you all of that tedious algebra:

[itex]-\frac{1}{4}(\frac{1}{s+1}) + \frac{1}{4}(\frac{1}{s-1}) - \frac{1}{2}(\frac{1}{(s-1)^{2}}) + 4(\frac{1}{(s-1)^{2}})[/itex]The inverse laplace of that, I find to be

-(1/4)e^-t + (1/4)e^t - (1/2)te^t + 4te^t

The answer given and the one given by wolfram involves trig functions, what am I doing wrong??

Thanks!
 
Physics news on Phys.org
1MileCrash said:

Homework Statement



y''-2y'+2y = e^-t, y(0)=0, y'(0)=4

Homework Equations


The Attempt at a Solution



Again.. I find it to be really easy, then get it wrong. My answer is not even close. Applying the properties of the laplace transform in the usual way,

s^2L{y} - 4 - 2L{y} + 2L{y} = L{e^-t}

=>

[itex]L{y} = (\frac{1}{s+1})(\frac{1}{s^2 - 2s + 2}) + (\frac{4}{s^2-2s+2})[/itex]

Now, I split the first term into partial fractions and factored the denomenator of the second. I'll spare you all of that tedious algebra:

[itex]-\frac{1}{4}(\frac{1}{s+1}) + \frac{1}{4}(\frac{1}{s-1}) - \frac{1}{2}(\frac{1}{(s-1)^{2}}) + 4(\frac{1}{(s-1)^{2}})[/itex]The inverse laplace of that, I find to be

-(1/4)e^-t + (1/4)e^t - (1/2)te^t + 4te^t

The answer given and the one given by wolfram involves trig functions, what am I doing wrong??

Thanks!

For starters, s2 - 2s + 2 ≠ (s - 1)2.
 
Mark44 said:
For starters, s2 - 2s + 2 ≠ (s - 1)2.



I think I need a nap.