Systems are described as linear time-invariant (LTI) if they1 are linear and invariant with respect to time. Analysis of LTI systems are important, because they describe many practical physical systems (i.e., circuits, mechanical systems). The output for any LTI system is given by:

where is the impulse response of the system. The Laplace domain features prominently here as another means of analysis.

System configuration

LTI systems in series are given by the output response:

i.e., it has an impulse response of , by associativity. Note that this assumes right-sidedness, finite duration, and finite action (per the existence propositions for the convolution). For a parallel connection, we have:

by the linear property of the convolution. For the negative feedback combination, we have:

i.e., if the LTI system has an impulse response and is invertible, then where .

Differential equations

Under certain technical conditions, ODEs can define continuous-time systems, even if the ODE cannot be solved explicitly. In fact, linear, inhomogeneous, constant-coefficient ODEs (LICC-ODEs) can define CT systems that are causal and LTI.

For an -th order LICC-ODE that holds , is a CT signal, is an unknown CT signal, and the coefficients are real constants. We can also always assume .

With some notational changes, we have:

where and refer to the derivative terms. Solid! We run into a few problems.

  • Multiple solutions — due to constant terms, our systems may have infinitely many solutions.
  • Initial conditions — sometimes an IVP may be used to set a unique solutions. But this isn’t always a silver bullet and may have solutions that aren’t well-defined.
  • Causality — the ODE itself might not necessarily depend only on , i.e., we shouldn’t automatically expect a causal system.

These problems are resolved so long as inputs and outputs are all right-sided. By theorem, for each right-sided input , the LICC-ODE will have exactly one unique right-sided solution and therefore defines a system. Moreover, the system is LTI and causal. It’s also BIBO stable if and only if and all roots of (where ) have a negative real part.

By roots, I mean in the high school maths polynomial root sense.

Okay, what if our LICC-ODEs are tedious as shit to analyse symbolically in the time domain? We can take the Laplace transform on both sides, then rearrange for to get a rational function. Once we’ve done this, we can factor the denominator, compute a partial fraction decomposition, and then compute the inverse Laplace transform term by term. If , the expression is of the form:

where are constants.

Stability

If , then is BIBO stable. The resulting output is given by:

This is derivable from the time domain response of the system (i.e., through the convolution). Since , can be bounded such that we can prove:

This is the transient response, and it dies down to zero.

Footnotes

  1. Shocker!