I have to convolve the following signal and its impulse response, and I thought taking the Fourier Transform would be the best approach:
$$x(t) = te^{-2t}*u(t)$$
$$ h(t) = e^{-4t}*u(t)$$
Where $u(t)$ is the unit step/Heaviside function.
I know that convolution in the time domain is equivalent to a multiplication in the frequency domain, I performed the following conversions from a table intending to multiply:
$$X(w) = \frac{1}{(2 + jw)^2}$$
$$ H(w) = \frac{1}{(4 + jw)} $$
I got a little stuck here. When I multiply out, I'm not sure how to simply into something I can read off a table for an inverse transform, if at all, to get the time domain convolution.
Can anyone offer any assistance? Greatly appreciated! My apologies for my lack of LaTEX ability.
EDIT My solution attempt with partial fractions (and having a go at LaTEX as well!) Can anyone confirm?
$$Y(w) = \frac{1}{4(4 + jw)} - \frac{1}{(4(2 + jw)} + \frac{1} {2(2 + jw)^2}$$