System Stability

Stable Systems

There are many notions of a stable system. Here we consider stability based on boundedness of input and output signals as defined next. A system is said to be stable if for any bounded input x(t)x(t), the output y(t)y(t) is also bounded, i.e., bounded input bounded output (BIBO) stability.

If x(t)B<   t|x(t)| \leq B < \infty ~~\forall~ t, then for BIBO stability we must have, y(t)M< t.|y(t)| \leq M < \infty ~\forall t.

Similarly, a discrete-time system is said to be BIBO stable if any bounded input signal gives a bounded output signal.

If x[n]B<   n|x[n]| \leq B < \infty ~~\forall~ n, then for BIBO stability, y[n]M< n.|y[n]| \leq M < \infty ~\forall n.

Examples

  1. y(t)=ex(t),  x(t)B{y}(t) = e^{x(t)}, ~~ |x(t)| \leq B

    Solution:

                      y(t)eB=Mi.e. system is BIBO stable.~~~~~~~~~~~~~~~~~~~~~~|y(t)| \leq e^{B} = M \quad \text{i.e. system is BIBO stable.}

  1. y(t)=tx(t),  x(t)B{y}(t) = t x(t), ~~ |x(t)| \leq B

    Solution:

                      y(t) cannot be bounded hence it is not BIBO stable.~~~~~~~~~~~~~~~~~~~~~~|y(t)| ~\text{cannot be bounded hence it is not BIBO stable.}

LTI systems with BIBO Stability

It can be shown that a linear and time invariant (LTI) system is BIBO stable if and only if h(t) dt<\int_{-\infty} ^ \infty |h(t)| ~dt < \infty ,i.e., the impulse response h(t)h(t) is absolutely integrable. Similarly, for a discrete time LTI system, BIBO stability implies that the impulse response h[n]h[n] is absolutely summable, i.e., h[n]<\sum_{-\infty}^{\infty} |h[n]| < \infty.

Example

Find values of the complex parameter aa for which the discrete time LTI system with impulse response h[n]=anu[n]h[n] = a^n u[n] is stable.

Solution:

h[n]=0h[n] \sum*{-\infty}^{\infty} h[n] = \sum*{0}^{\infty} h[n]

=0an\quad \quad \quad \quad \quad = \sum_{0}^{\infty}a^n

=11a\quad \quad \quad \quad \quad = \frac{1}{1-a}

which converges only when a<1|a| < 1. Thus the system is stable when the complex parameter aa is inside the unit circle in the complex plane.

LTI system transfer function

Let an LTI system have rational transfer function given by,

H(s)=(sz1)(szM)(sp1)(spN).H(s) = \frac{(s-z_1) \ldots (s-z_M)}{(s-p_1) \ldots (s-p_N)}.

For a causal system, the stability of the above system depends completely on the location of its poles. Specifically, for the system to be stable, all the poles should lie on the left half plane.

PID Controller

A commonly used second order system is the Proportional–integral–derivative (PID) controller. A PID system block diagram is shown above. It is a feedback system with system function governed by the constants Kp,K_p, Ki,K_i, and KdK_d. The system function is given by,

H(s)=K(s)1+K(s) where,H(s) = \frac{K(s)}{1+K(s)} \text{ where,} K(s)=s2Kd+sKp+Kis.K(s) = \frac{s^2 K_d + s K_p + K_i}{s}.

The stability of the system depends on the parameters Kp,K_p, Ki,K_i, and KdK_d.

The PID controller parameters influence system performance in terms of responsiveness, stability, and steady-state error. Increasing KpK_p raises speed but reduces stability; increasing KiK_i eliminates steady-state error but increases overshoot; and increasing KdK_d improves stability and reduces overshoot.