LMIs in Control/pages/Polytopic stability

From testwiki
Jump to navigation Jump to search

An important result to determine the stability of the system with uncertainties

The System:

Consider the system with Affine Time-Varying uncertainty (No input)

x˙(t)=(A0+ΔA(t))x(t)

where

ΔA(t)=A1δ1(t)+....+Akδk(t)

where δi(t) lies in either the intervals

δi[δi,δi+]

or the simplex

δ(t)δ:Σαi=1,α0

where xm and Amxm

The Data

The matrix A and ΔA(t) are known

The Optimization

The Definitions: Quadratic Stability for Dynamic Uncertainty

The system

x˙(t)=(A0+ΔA(t))x(t)

is Quadraticallly Stable over Δ if there exists a P > 0

Theorem
(A+Δ,Δ) is quadratically stable over Δ:=Co(A1,...,Ak) if and only if there exists a P > 0 such that

(A+Ai)TP+P(A+Ai)<0foralli=1,....,k

The theorem says the LMI only needs to hold at the EXTREMAL POINTS or VERTICES of the polytope.

  • Quadratic Stability MUST be expressed as an LMI

The LMI

(A+Δ)TP+P(A+Δ)<0forallΔΔ

Conclusion:

Quadratic Stability Implies Stability of trajectories for any Δ with ΔΔ for all t0
Quadratic Stability is CONSERVATIVE.
There are Stable System which are not Quadratically stable.
Quadratic Stability is sometimes referred to as an "infinite-dimensional LMI"

  • Meaning it represents an infinite number of LMI constraints.
  • One for each possible value Δ with ΔΔ
  • Also called a parameterized LMI
  • Such LMIs are not tractable.
  • For polytopic sets, the LMI can be made finite.



Implementation

A link to implementation of the LMI
https://github.com/JalpeshBhadra/LMI/blob/master/polytopicstability.m

A list of references documenting and validating the LMI.


Return to Main Page:

Template:BookCat