I understand that the definition of a Laplace transform of a function $f(t)$ is $$F(s)= \int_0^{+\infty} e^{-st}f(t) \,dt$$
Is there an easy way to find the Laplace transform of $$f(t)=7t \cdot \mathrm{e}^{-3t}\cdot\sin(3t)$$
I saw some Laplace transform tables online but this does not fall into one of the scenarios. Would I have to do the entire integration?
Here is one approach (there are others)
$\displaystyle \mathcal{L}~~ (\sin 3t) = \frac{3}{s^2 + 3^2} = \frac{3}{s^2 + 9}$,
$\displaystyle \mathcal{L} ~~(e^{-3t} \sin 3t) = \frac{3}{((s + 3)^2 + 9)}$, via frequency shifting.
So, $\displaystyle \mathcal{L} ~~(7 e^{-3t} \sin 3t) = \frac{21}{(s + 3)^2 + 9}$.
Finally, we use frequency differentiation.
$\displaystyle \mathcal{L}~~( t~ 7 e^{-3t} \sin 3t) = -\frac{d}{ds}\left[\frac{21}{(s + 3)^2 + 9}\right] = \frac{42 (s+3)}{((s+3)^2+9)^2}$