I know how to do a basic laplace transform, but how does one deal with transforming complex combination of functions?
For example, how would we handle:
$$\mathcal{L}\left( \ \sqrt{\frac{t}{\pi}}cos(5t) \right) = ... $$
From a table of laplace transforms it is known that: $$\mathcal{L}\left( \ \frac{cos(5t)}{\sqrt{\pi t}} \right) = \frac{e^{-5/s}}{\sqrt{s}}$$
This table value must be of some use to solve this problem, but how?
EDIT: Can we use $\mathcal{L}\left( f(t) *g(t) \right) = \mathcal{L}\left( f(t)\right) * \mathcal{L}\left( g(t)\right) $?