I was asked to find the Laplace transform of the function $\displaystyle f(t)=te^{-t}\sin(2t)$ using only the properties of Laplace transform, meaning, use clever tricks and the table shown at http://en.wikipedia.org/wiki/Laplace_transform#Table_of_selected_Laplace_transforms
So it's not actually needed to calculate $\displaystyle \int_0^\infty te^{-st-t}\sin (2t)\:dt$
but rather, find shortcuts and ways to make it easier using the table and properties of the Laplace transform.
I'm really stuck. I can't find anything to make it easier. Calculating the integral seems inevitable. Anyone has any idea?
Here is an approach.
$\displaystyle \mathcal{L}(\sin 2t) = \frac{2}{s^2 + 2^2} = \frac{2}{s^2 + 4}$, using the table.
$\displaystyle \mathcal{L} (e^{-t} \sin 2t) = \frac{2}{(s + 1)^2 + 4}$, using frequency shifting.
$\displaystyle \mathcal{L}( t e^{-t} \sin 2t) = -\frac{d}{ds}\!\left(\frac{2}{(s + 1)^2 + 4}\right) = \frac{4 (s+1)}{\left((s+1)^2+4\right)^2}$, using frequency differentiation.