more to say about convolution in 7.5, 7.6
for now, it can be used as another way to do inverse transforms
\[ \mathcal{L}^{-1} \left\{ \frac{1}{s(s^2+1)} \right\} \]
Option 1: Partial Fraction
\[ \frac{1}{s(s^2+1)} = \frac{A}{s} + \frac{Bs+C}{s^2+1} \]
Option 2: Integral Property
\[ \mathcal{L} \left\{ \int_{0}^{t} f(\tau) d\tau \right\} = \frac{F(s)}{s} \]
\[ \mathcal{L}^{-1} \left\{ \frac{\left(\frac{1}{s^2+1}\right)}{s} \right\} = \int_{0}^{t} \text{inverse } d\tau \]
Option 3: Convolution
\[ \mathcal{L}^{-1} \left\{ \underbrace{\frac{1}{s}}_{F(s)} \underbrace{\frac{1}{s^2+1}}_{G(s)} \right\} = \int_{0}^{t} f(\tau) g(t-\tau) d\tau = \int_{0}^{t} f(t-\tau) g(\tau) d\tau \]
\( f(t) = 1 \)
\( g(t) = \sin(t) \)
\[ \begin{aligned} &= \int_{0}^{t} (1) \sin(t-\tau) d\tau = \int_{0}^{t} 1 \cdot \sin(\tau) d\tau \\ &= -\cos(\tau) \Big|_0^t \\ &= -\cos(t) + 1 \end{aligned} \]