Can't seem to get this DE solved using laplace transforms

1MileCrash
Messages
1,338
Reaction score
41

Homework Statement



y''-4y'+4y = 0
y(0)=1, y'(0)=1

Homework Equations





The Attempt at a Solution



This is annoying, because it feels very easy and I don't know why I am not getting the answer. Skipping the routine:

s^2L{y} - s - 1 - 4sL{y} + 4 + 4L{y} = 0

(s+3) / (s^2 - 4s + 4) = L{y}

= s/(s-2)^2 + 3/(s-2)^2

= 1/(s-2) + 2(1/(s-2)^2) +3(1/(s-2)^2)

= 5(1/(s-2)^2) + 1/(s-2)


The inverse transform of which gives:

5te^2t + e^2t = (5t+1)e^2t


Any ideas?

Thanks!
 
Physics news on Phys.org
NVM, I think it should be s-3 in num now.
 
Check your signs.

EDIT: Ah, I see you found the mistake.
 
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