For initial-value problems whose initial conditions share an argument of zero, the Laplace transform can be of great
utility. The initial conditions are used early on, and you don’t have to insert them into a general solution. Let’s
consider
y′′+4y′+4y=0
with y(0)=1 and y′(0)=0. We first take the Laplace transform of both sides:
L{y′′+4y′+4y}=L{0}.
Using
L{f(n)(t)}=snL{f(t)}−sn−1f(0)−sn−2f′(0)−…−f(n−1)(0),
we get
s2L{y}−sy(0)−y′(0)+4(sL{y}−y(0))+4L{y}=0.
Let’s now use the initial conditions:
s2L{y}−s+4(sL{y}−1)+4L{y}=0.
Solve for L{y} to get
L{y}=s2+4s+4s+4.
It remains to take the inverse Laplace transform of both sides. We have
L−1{L{y}}y=L−1{s2+4s+4s+4}=e−2t(1+2t).