I am working on this Laplace Transform, and I've tried looking for a similar example off which to base my own work, but haven't been very successful. I'm confused by the formatting and don't know how to proceed:
Find the Laplace transform Y(s) = L{y} of the solution of the given initial value problem.
$y" + 4y = (1 [0,pi) ; 0 [pi, inf)$
$y(0) = 6$
$y'(0) = 7$
I've never encountered one like this (we just started this week), and I'm not entirely confident on how to proceed. Could someone walk me through a procedure or point me to a similar example or post?
Thanks!
The way to understand Laplace transforms as applied to differential equations is through the following identity: Let
$$Y(s) = \int_0^{\infty} dt \, y(t) \, e^{-s t}$$
Then
$$\begin{align}\int_0^{\infty} dt \, y'(t) \, e^{-s t} &= \left [ y(t) \, e^{-s t}\right ]_0^{\infty}+ s \int_0^{\infty} dt \, y(t) \, e^{-s t}\\ &= s Y(s) - y(0)\end{align}$$
Similarly, you may show that
$$\int_0^{\infty} dt \, y''(t) \, e^{-s t} = s^2 Y(s) - s y(0) - y'(0)$$
The differential equation then becomes
$$(s^2+4) Y(s) - s y(0) - y'(0) = \int_0^{\pi} dt \, e^{-s t} = \frac{1-e^{-\pi s}}{s}$$
Therefore, taking your initial values,
$$Y(s) = \frac{6 s+7}{s^2+4} + \frac{1-e^{-\pi s}}{s (s^2+4)}$$
Now take the inverse Laplace transform, and you get $y(t)$.