Stability and Feedback
Equilibrium points¶
An equilibrium point is a state at which the system can remain indefinitely if the input is held appropriately and no perturbation moves it away. For
a pair is an equilibrium if
For the uncontrolled mass–spring–damper system with no disturbance, the origin is an equilibrium.
What stability means¶
Engineers often explain stability informally:
If a small perturbation leaves the system near the equilibrium, the equilibrium is stable.
If the system returns to the equilibrium, it is asymptotically stable.
If trajectories move away, the equilibrium is unstable.
For an LTI system, these questions reduce to the eigenvalues of the matrix . For
the origin is:
asymptotically stable if every eigenvalue of has strictly negative real part;
unstable if any eigenvalue has positive real part; and
potentially marginally stable, or in need of a more careful test, when eigenvalues lie on the imaginary axis.
For the mass–spring–damper state matrix
the characteristic equation is
If , , and , the eigenvalues have negative real part and the equilibrium is asymptotically stable.
Natural frequency and damping ratio¶
For a second-order system,
The natural frequency measures the speed of the undamped oscillatory dynamics, while the damping ratio measures damping relative to critical damping. Greater stiffness generally raises natural frequency, greater damping raises damping ratio, and greater mass tends to lower natural frequency.
Stability is ultimately about trajectories. Nearby trajectories approach an asymptotically stable equilibrium, while some trajectories move away from an unstable equilibrium.
How feedback changes dynamics¶
Consider
With state feedback
the closed-loop system becomes
Feedback reshapes the effective dynamics by changing the system matrix from to .
Increasing feedback can shift the closed-loop poles. Pole movement changes response speed, oscillation, and stability margin.
If the plant design changes or , the same feedback matrix no longer produces the same dynamics. Conversely, if changes, the value of a plant design may change.
A proportional–derivative example¶
For the mass–spring–damper system, choose
Substituting this law into (4) gives
The proportional term behaves like added stiffness and the derivative term behaves like added damping. The controller can improve performance, but only through the plant to which it is attached.
Activity 2.4: Lyapunov Analysis of a Nonlinear Feedback System¶
Activity 2.4: Lyapunov Analysis of a Nonlinear Feedback System
Consider the nonlinear oscillator
where
Apply the PD controller
Write the nonlinear closed-loop state-space model using
Determine all equilibrium points as functions of .
Consider the candidate Lyapunov function
Derive along closed-loop trajectories.
Prove global asymptotic stability of the origin when
Explain what changes when
Determine the additional equilibria and classify them locally.
Replace the ideal controller with
Derive the region in the plane in which the actuator remains unsaturated:
Find the largest Lyapunov sublevel set
that is guaranteed to lie inside the unsaturated region.
Verify the analytical stability conclusions numerically for at least four initial conditions inside and outside .
Explain why local linear eigenvalues cannot establish the global stability properties obtained from the Lyapunov analysis.