The input and output of a stable network are related via the following equation. $$\frac{d^2y(t)}{d(t)} + \frac{2*dy(t)}{d(t)} + 10y(t) = \frac{dx(t)}{d(t)} + x(t)$$
x(t) = input, y(t) = output, u(t) = unit function. The input is $$\frac{3u(t)}{e^t}$$
I want to find the zero-state output. Now I have the transfer function as $$\frac{iw + 1}{-w^2 +2(iw) + 10}$$
But I'm not quite sure where to proceed from here. My intuition is to move the transfer function to the time domain through fourier transform, but I'm not sure how I would use that to continue the problem.