Laplace Transform IVP (Easy I think)

iRaid
Messages
558
Reaction score
8

Homework Statement


Use Laplace transforms to solve the initial value problems.
##y''+4y=0;## ##y(0)=5;## ##y'(0)=0##

Homework Equations





The Attempt at a Solution


$$y''+4y=0$$ $$L(y'')+L(4y)=L(0)\implies s^{2}Y(s)-sy(0)-y'(0)+4(sY(s)-y(0))=0\implies s^{2}Y(s)+4sY(s)-5s-20=0$$ $$Y(s)(s^{2}+4s)=5s+20\implies Y(s)=\frac{5}{s}$$
Now I'm supposed to take the inverse laplace of that which would just be 5. I'm not sure what to do with this now.
 
Last edited:
Physics news on Phys.org
Found my mistake, it's not 4y'...
 
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