LMIs in Control/pages/Continuous time Quadratic stability

From testwiki
Revision as of 13:28, 29 August 2021 by imported>Dirk Hünniger
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

LMIs in Control/pages/Continuous time Quadratic stability

To study stability of a LTI system, we first ask whether all trajectories of system converge to zero as t. A sufficient condition for this is the existence of a quadratic function V(ξ)=ξTPξ, P>0 that decreases along every nonzero trajectory of system . If there exists such a P, we say the system is quadratically stable and we call V a quadratic Lyapunov function.

The System

x˙(t)=A(δ(t))x(t)

The Data

The system coefficient matrix takes the form of

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

where A0is a known matrix, which represents the nominal system matrix, while ΔA(δ(t))x(t)=δ1(t))A1+δ2(t))A2+...+δk(t))Ak is the system matrix perturbation, where

Ain×n,i=1,2,..,k, are known matrices, which represent the perturbation matrices.
δi(t),i=1,2,...,k, which represent the uncertain parameters in the system.
δ(t)=[δ1(t)δ2(t)...δk(t)]T is the uncertain parameter vector, which is often assumed to be within a certain compact and convex set : : Δ that is
δ(t)=[δ1(t)δ2(t)...δ]TΔ

The LMI: Continuous-Time Quadratic Stability

The uncertain system is quadratically stable if and only if there exists P𝕊n, where P>0, such that

(A0+ΔA(δ(t))x(t))T+P(A0+ΔA(δ(t))x(t))<0δ(t)Δ

The following statements can be made for particular sets of perturbations.

Case 1: Regular Polyhedron

Consider the case where the set of perturbation parameters is defined by a regular polyhedron as

Δ=δ(t)=[δ1(t)δ2(t)...δk(t)]kδi(t),δi_(t),δi(t),δi_δi(t)δi)

The uncertain system is quadratically stable if and only if there exists P𝕊n, where P>0, such that

(A0+ΔA(δ(t))x(t))T+P(A0+ΔA(δ(t))x(t))<0δi(t)δi_,δi,i=1,2,...k.

Case 2: Polytope

Consider the case where the set of perturbation parameters is defined by a polytope as

Δ=δ(t)=[δ1(t)δ2(t)...δk(t)]kδi(t)0,i=1kδi(t)=1

The uncertain system is quadratically stable if and only if there exists P𝕊n, where P>0, such that

(A0+Ai)TP+P(A0+Ai)<0,i=1,2...,k.


Conclusion:

If feasible, System is Quadratically stable for any xn

Implementation

https://github.com/Ricky-10/coding107/blob/master/PolytopicUncertainities


Return to Main Page:

Template:BookCat