LMIs in Control/pages/Robust stabilization of nonlinear systems

From testwiki
Jump to navigation Jump to search

LMIs in Control/pages/Robust stabilization of nonlinear systems

Robust Stabilization of Nonlinear Systems

The Optimization Problem

Consider a non linear system whos dynamics are given by

x˙=Ax+Bu+h(t,x)

where xn,An×n, Bn×m and h:n+1n, A is Hurwitz stable and h(t,x) is piecewise continuous in both t and s

We assume (A,B) is stabilizable so

u(x)=Kx , Km×n

Assume that hT(t,x)h(t,x)α2xTHTHx

where α>0 is the bounding parameter and Hl×n

The Data

The matrices required to solve this problem are A, B, H

The LMI: Nonlinear Systems Robust Stabilization

There exists scalars γ, κZ, and κY, along with the matrices Y>0 such that the following optimization problem is feasible.

minimize γ+κZ+κYsubject to Y>0[AY+YAT+BZ+ZTBTIYHTII0HY0γI]<0γ1α2<0[κZIZTZI]<0[YIIκYI]<0

Conclusion:

The controller K can be recovered by the relation

K=ZY1

Implementation

A list of references documenting and validating the LMI.

Return to Main Page:

Template:BookCat