If I have a function $f(t)=\sinh(t)\cos(t)$ how would I go about finding the Laplace transform? I tried putting it into the integral defining Laplace transformation: $$ F(s)= \int_0^\infty \mathrm{e}^{-st}\sinh(t)\cos(t)\,\mathrm{d}t $$ But this integral looks very hairy to me. Can $\sinh(t)\cos(t)$ be rewritten as something more manageable perhaps?
2026-03-29 05:43:40.1774763020
Laplace transform of product of $\sinh(t)$ and $\cos(t)$
27.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I would use the exponential formula for $\sinh$, namely $\sinh t = \frac{e^{t}-e^{-t}}{2}$. This turns your integral into $$\frac{1}{2}\int_0^\infty e^{-(s-1)t} \cos t \, dt - \frac{1}{2}\int_0^\infty e^{-(s+1)t} \cos t \, dt$$ Now, if you know what the Laplace transform of the cosine is, you can use that to evaluate these integrals...