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
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}

=>

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

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:

-\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}})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}

=>

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

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:

-\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}})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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top