No history yet

Convolution and Inversion

The Convolution Theorem

In system analysis, we often need to determine the output of a system given a certain input. For Linear Time-Invariant (LTI) systems, this relationship is described by an operation called convolution. In the time domain, the output signal, y(t), is the convolution of the input signal, x(t), with the system's impulse response, h(t).

The impulse response, h(t), is the system's output when the input is a Dirac delta function. It fundamentally characterizes the LTI system.

Mathematically, convolution is an integral that expresses the amount of overlap of one function as it is shifted over another. It's defined as:

(fg)(t)=0tf(τ)g(tτ)dτ(f * g)(t) = \int_{0}^{t} f(\tau)g(t-\tau)\,d\tau

While direct calculation of this integral can be tedious, the Laplace transform offers a powerful shortcut. Just as the transform converted differentiation into multiplication, it simplifies convolution in the same way. The states that convolution in the time domain corresponds to simple pointwise multiplication in the s-domain.

L{f(t)g(t)}=F(s)G(s)\mathcal{L}\{f(t) * g(t)\} = F(s)G(s)

This leads to a fundamental concept in control systems: the transfer function. The Laplace transform of the impulse response, H(s), is called the transfer function. It relates the output Y(s) to the input X(s) algebraically.

Y(s)=H(s)X(s)Y(s) = H(s)X(s)

Inverting the Transform

After performing analysis in the s-domain, we need a way to return to the time domain. This process is called the Inverse Laplace Transform. For simple functions, we can use tables or partial fraction expansion. However, for functions with complex poles or other intricate structures, we need a more robust method.

The formal definition of the inverse transform is given by the Bromwich integral, a contour integral in the complex plane.

f(t)=12πilimTγiTγ+iTF(s)estdsf(t) = \frac{1}{2\pi i} \lim_{T\to\infty} \int_{\gamma-iT}^{\gamma+iT} F(s)e^{st} \,ds

Evaluating this integral directly is difficult. Fortunately, we can use a powerful tool from complex analysis called the Residue Theorem. This theorem relates a contour integral to the properties of the function at its poles, which are points where the function becomes infinite.

Lesson image

Applying the Residue Theorem

To apply the Residue Theorem, we modify the Bromwich contour. We close the vertical integration path with a large semicircular arc. For t > 0, we close the contour in the left-half of the complex plane. As the radius of this arc approaches infinity, the integral along the arc typically vanishes, a condition satisfied by most functions encountered in practice.

The Residue Theorem states that the integral over this closed path is equal to 2\pi i times the sum of the residues of the function F(s)e^{st} at all the poles enclosed by the contour. Since the integral over the arc is zero, the original Bromwich integral simplifies to this sum.

f(t)=kRes[F(s)est,pk]f(t) = \sum_{k} \text{Res}[F(s)e^{st}, p_k]

This powerful method allows us to find the inverse transform for functions where simple partial fraction expansion would be difficult or impossible, especially when dealing with complex conjugate poles, which correspond to oscillatory behavior in the time domain.

For a simple pole p, the residue of a function G(s) is calculated as Res[G(s), p] = lim_{s→p} (s-p)G(s).

By mastering this technique, we can move from any system's s-domain representation, no matter how complex, back to its physical, time-domain behavior.

Quiz Questions 1/6

For a Linear Time-Invariant (LTI) system, what operation in the time domain corresponds to simple multiplication in the s-domain?

Quiz Questions 2/6

The transfer function of a system, H(s), is defined as: