Feedback linearization

Feedback linearization

Feedback linearization is a common approach used in controlling nonlinear systems. The approach involves coming up with a transformation of the nonlinear system into an equivalent linear system through a change of variables and a suitable control input. Feedback linearization may be applied to nonlinear systems of the form

\begin{align}\dot{x} &= f(x) + g(x)u \qquad &(1)\\
y &= h(x) \qquad \qquad \qquad &(2)\end{align}

where x \in \mathbb{R}^n is the state vector, u \in \mathbb{R}^p is the vector of inputs, and y \in \mathbb{R}^m is the vector of outputs. The goal is to develop a control input

u = a(x) + b(x)v\,

that renders a linear input–output map between the new input v and the output. An outer-loop control strategy for the resulting linear control system can then be applied.

Contents

Feedback Linearization of SISO Systems

Here, we consider the case of feedback linearization of a single-input single-output (SISO) system. Similar results can be extended to multiple-input multiple-output (MIMO) systems. In this case, u \in \mathbb{R} and y \in \mathbb{R}. We wish to find a coordinate transformation z = T(x) that transforms our system (1) into the so-called normal form which will reveal a feedback law of the form

u = a(x) + b(x)v\,

that will render a linear input–output map from the new input v \in \mathbb{R} to the output y. To ensure that the transformed system is an equivalent representation of the original system, the transformation must be a diffeomorphism. That is, the transformation must not only be invertible (i.e., bijective), but both the transformation and its inverse must be smooth so that differentiability in the original coordinate system is preserved in the new coordinate system. In practice, the transformation can be only locally diffeomorphic, but the linearization results only hold in this smaller region.

We require several tools before we can solve this problem.

Lie derivative

The goal of feedback linearization is to produce a transformed system whose states are the output y and its first (n − 1) derivatives. To understand the structure of this target system, we use the Lie derivative. Consider the time derivative of (2), which we can compute using the chain rule,

\begin{align}
\dot{y} = \frac{\operatorname{d}h(x)}{\operatorname{d}t} &=\frac{\operatorname{d}h(x)}{\operatorname{d}x}\dot{x}\\
&= \frac{\operatorname{d}h(x)}{\operatorname{d}x}f(x) + \frac{\operatorname{d}h(x)}{\operatorname{d}x}g(x)u
\end{align}

Now we can define the Lie derivative of h(x) along f(x) as,

L_{f}h(x) = \frac{\operatorname{d}h(x)}{\operatorname{d}x}f(x),

and similarly, the Lie derivative of h(x) along g(x) as,

L_{g}h(x) = \frac{\operatorname{d}h(x)}{\operatorname{d}x}g(x).

With this new notation, we may express \dot{y} as,

\dot{y} = L_{f}h(x) + L_{g}h(x)u

Note that the notation of Lie derivatives is convenient when we take multiple derivatives with respect to either the same vector field, or a different one. For example,

L_{f}^{2}h(x) = L_{f}L_{f}h(x) = \frac{\operatorname{d}(L_{f}h(x))}{\operatorname{d}x}f(x),

and

L_{g}L_{f}h(x) = \frac{\operatorname{d}(L_{f}h(x))}{\operatorname{d}x}g(x).

Relative degree

In our feedback linearized system made up of a state vector of the output y and its first (n − 1) derivatives, we must understand how the input u enters the system. To do this, we introduce the notion of relative degree. Our system given by (1) and (2) is said to have relative degree r \in \mathbb{W} at a point x0 if,

L_{g}L_{f}^{k}h(x) = 0 \qquad \forall x in a neighbourhood of x0 and all k \leq r-2
L_{g}L_{f}^{r-1}h(x_0) \neq 0

Considering this definition of relative degree in light of the expression of the time derivative of the output y, we can consider the relative degree of our system (1) and (2) to be the number of times we have to differentiate the output y before the input u appears explicitly. In an LTI system, the relative degree is the difference between the degree of the transfer function's denominator polynomial (i.e., number of poles) and the degree of its numerator polynomial (i.e., number of zeros).

Linearization by feedback

For the discussion that follows, we will assume that the relative degree of the system is n. In this case, after differentiating the output n times we have,

\begin{align}
y &= h(x)\\
\dot{y} &= L_{f}h(x)\\
\ddot{y} &= L_{f}^{2}h(x)\\
&\vdots\\
y^{(n-1)} &= L_{f}^{n-1}h(x)\\
y^{(n)} &= L_{f}^{n}h(x) + L_{g}L_{f}^{n-1}h(x)u
\end{align}

where the notation y(n) indicates the nth derivative of y. Because we assumed the relative degree of the system is n, the Lie derivatives of the form L_{g}L_{f}^{i}h(x) for i = 1, \dots, n-2 are all zero. That is, the input u has no direct contribution to any of the first (n − 1)th derivatives.

The coordinate transformation T(x) that puts the system into normal form comes from the first (n − 1) derivatives. In particular,

z = T(x) = \begin{bmatrix}z_1(x) \\
z_2(x) \\
\vdots \\
z_n(x)
\end{bmatrix}
= \begin{bmatrix}y\\
\dot{y}\\
\vdots\\
y^{(n-1)}
\end{bmatrix}
= \begin{bmatrix}h(x) \\
L_{f}h(x) \\
\vdots \\
L_{f}^{n-1}h(x)
\end{bmatrix}

transforms trajectories from the original x coordinate system into the new z coordinate system. So long as this transformation is a diffeomorphism, smooth trajectories in the original coordinate system will have unique counterparts in the z coordinate system that are also smooth. Those z trajectories will be described by the new system,

\begin{cases}\dot{z}_1 &= L_{f}h(x) = z_2(x)\\
\dot{z}_2 &= L_{f}^{2}h(x) = z_3(x)\\
&\vdots\\
\dot{z}_n &= L_{f}^{n}h(x) + L_{g}L_{f}^{n-1}h(x)u\end{cases}.

Hence, the feedback control law

u = \frac{1}{L_{g}L_{f}^{n-1}h(x)}(-L_{f}^{n}h(x) + v)

renders a linear input–output map from v to z1 = y. The resulting linearized system

\begin{cases}\dot{z}_1 &= z_2\\
\dot{z}_2 &= z_3\\
&\vdots\\
\dot{z}_n &= v\end{cases}

is a cascade of n integrators, and an outer-loop control v may be chosen using standard linear system methodology. In particular, a state-feedback control law of

v = -Kz\qquad,

where the state vector z is the output y and its first (n − 1) derivatives, results in the LTI system

\dot{z} = Az

with,

A = \begin{bmatrix}
0 & 1 & 0 & \ldots & 0 \\
0 & 0 & 1 & \ldots & 0 \\
\vdots & \vdots & \vdots & \ddots & \vdots \\
0 & 0 & 0 & \ldots & 1 \\
-k_1 & -k_2 & -k_3 & \ldots & -k_n
\end{bmatrix}.

So, with the appropriate choice of k, we can arbitrarily place the closed-loop poles of the linearized system.

Unstable zero dynamics

Feedback linearization can be accomplished with systems that have relative degree less than n. However, the normal form of the system will include zero dynamics (i.e., states that are not observable from the output of the system) that may be unstable. In practice, unstable dynamics may have deleterious effects on the system (e.g., it may be dangerous for internal states of the system to grow unbounded). These unobservable states may be stable or at least controllable, and so measures can be taken to ensure these states do not cause problems in practice.

See also

Further reading

  • A. Isidori, Nonlinear Control Systems, third edition, Springer Verlag, London, 1995.
  • H. K. Khalil, Nonlinear Systems, third edition, Prentice Hall, Upper Saddle River, New Jersey, 2002.
  • M. Vidyasagar, Nonlinear Systems Analysis second edition, Prentice Hall, Englewood Cliffs, New Jersey, 1993.
  • B. Friedland, Advanced Control System Design Facsimile edition, Prentice Hall, Upper Saddle river, New Jersey, 1996.

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Control theory — For control theory in psychology and sociology, see control theory (sociology) and Perceptual Control Theory. The concept of the feedback loop to control the dynamic behavior of the system: this is negative feedback, because the sensed value is… …   Wikipedia

  • Nonlinear control — is the area of control engineering specifically involved with systems that are nonlinear, time variant, or both. Many well established analysis and design techniques exist for LTI systems (e.g., root locus, Bode plot, Nyquist criterion, state… …   Wikipedia

  • Amplifier — For other uses, see Amplifier (disambiguation). Generally, an amplifier or simply amp, is a device for increasing the power of a signal. In popular use, the term usually describes an electronic amplifier, in which the input signal is usually a… …   Wikipedia

  • List of mathematics articles (F) — NOTOC F F₄ F algebra F coalgebra F distribution F divergence Fσ set F space F test F theory F. and M. Riesz theorem F1 Score Faà di Bruno s formula Face (geometry) Face configuration Face diagonal Facet (mathematics) Facetting… …   Wikipedia

  • Memristor — Type Passive Working principle Memristance Invented Leon Chua (1971) First production HP Labs (2008) Electronic symbol …   Wikipedia

  • Flatness — The intuitive idea of flatness is important in several fields.Flatness in mathematicsThe flatness of a surface is the degree to which it approximates a mathematical plane. The term is generalized for higher dimensional manifolds to describe the… …   Wikipedia

  • Electronic engineering — is a discipline dealing with the behavior and effects of electrons (as in electron tubes and transistors) and with electronic devices, systems, or equipment.The term now also covers a large part of electrical engineering degree courses as studied …   Wikipedia

  • Describing function — The Describing function (DF) method of Nikolay Mitrofanovich Krylov and Nikolay Bogolyubov is an approximate procedure for analyzing certain nonlinear control problems. It is based on quasi linearization, which is the approximation of the non… …   Wikipedia

  • Export Land Model — The Export Land Model, or Export Land Model, refers to work done by Dallas geologist Jeffrey Brown, building on the work of others, and discussed widely on The Oil Drum. [ [http://www.theoildrum.com/tag/export land model Export Land Model… …   Wikipedia

  • Adel Sedra — is an Egyptian electrical engineer whose research specialization is microelectronics, with particular emphasis on applications in communication and instrumentation systems. He received his bachelor of science in electrical engineering from Cairo… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”