$$ y'' + 4y = \begin{cases} t, & 0 \leq t < 3\\ 1, & 3 \leq t <\infty \end{cases} $$ $$y(0)=0, y'(0)=0$$
I need to find the Laplace transform of the solution of the given IVP above.
I don't know how to take Laplace transform of that kind of piecewise continuous function, need some help. Thanks.
Definition of Laplace transform is: $$F(s) = \int_0^\infty f(s) e^{-st}\, dt$$
Substitute the function and because integral is linear operation, it can be split into two integrals:
$ F(s) = \int_0^\infty \left(\begin{cases} t, & 0 \leq t < 3\\ 1, & 3 \leq t <\infty \end{cases} \right)e^{-st}\, dt = \int_0^3 t e^{-st}\, dt+\int_3^\infty e^{-st}\, dt $