I need to convolve (or otherwise get the impulse response h(t) of) the input signal $x(t) = 2u(t)$ and $y(t) = cos(4t) + 2e^{(t-1)}$. I have tried the Fourier Transform and the Laplace Transform, but they are both very complex to evaluate.
Is there a simpler way, or is taking the convolution the best approach? I'm occasionally confused on how to recognize which method is best when finding the impulse response, so any general advice on that would be appreciated.
Thanks for any and all help provided!
$$x(t)*y(t)=\int_{-\infty}^\infty{x}(\tau)y(t-\tau)\,d\tau$$
For all $t<0$, $x(t)=0$ and for all $t>0$, $x(t)=2$.
$$x(t)*y(t)=\int_0^\infty(2\cos(4t-4\tau)+4e^{(t-\tau-1)})\,d\tau$$
From here treat $t$ as constant, and use u-substitution and the linearity of the integral to solve the integral.