
My attempt:
Y = Laplace
$$s^2Y -sy(0) - y'(0) - 3Y = ??$$
How do I set up $$h(t)$$ in the form of laplace?

My attempt:
Y = Laplace
$$s^2Y -sy(0) - y'(0) - 3Y = ??$$
How do I set up $$h(t)$$ in the form of laplace?
On
In addition to the other answer, you can see my answer of Using laplace transforms to solve a piecewise defined function initial value problem.
We can write $h(t)$ using the Heaviside Step Function as:
$$h(t) = \dfrac{t}{2} -\dfrac{t}{2}~ u(t-2) + u(t-2)$$
The Laplace Transform of this is:
$$\mathscr{L} (h(t)) = \mathscr{L} \left(\dfrac{t}{2} -\dfrac{t}{2}~ u(t-2) + u(t-2)\right) = \dfrac{1-e^{-2 s}}{2 s^2}$$
The Laplace Transform of the other part with initial conditions yields:
I will assume you can take it from here.
There are some rules/standard results that will help you here. But if you don't know them, why not just explicitly calculate the Laplace transform of $h$?
$$L[h](s) = \int_0^\infty e^{-st} h(t) \ dt = \int_0^2 \frac{t}{2} e^{-st} \ dt + \int_2^\infty e^{-st} \ dt$$
$$= \ ...$$