Backstepping

From HandWiki
Short description: Technique in nonlinear control theory

In control theory, backstepping is a technique developed circa 1990 by Myroslav Sparavalo, Petar V. Kokotovic and others[1][2][3] for designing stabilizing controls for a special class of nonlinear dynamical systems. These systems are built from subsystems that radiate out from an irreducible subsystem that can be stabilized using some other method. Because of this recursive structure, the designer can start the design process at the known-stable system and "back out" new controllers that progressively stabilize each outer subsystem. The process terminates when the final external control is reached. Hence, this process is known as backstepping.[4]

Backstepping approach

The backstepping approach provides a recursive method for stabilizing the origin of a system in strict-feedback form. That is, consider a system of the form[4]

[math]\displaystyle{ \begin{align}\begin{cases} \dot{\mathbf{x}} &= f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1\\ \dot{z}_1 &= f_1(\mathbf{x},z_1) + g_1(\mathbf{x},z_1) z_2\\ \dot{z}_2 &= f_2(\mathbf{x},z_1,z_2) + g_2(\mathbf{x},z_1,z_2) z_3\\ \vdots\\ \dot{z}_i &= f_i(\mathbf{x},z_1, z_2, \ldots, z_{i-1}, z_i) + g_i(\mathbf{x},z_1, z_2, \ldots, z_{i-1}, z_i) z_{i+1} \quad \text{ for } 1 \leq i \lt k-1\\ \vdots\\ \dot{z}_{k-1} &= f_{k-1}(\mathbf{x},z_1, z_2, \ldots, z_{k-1}) + g_{k-1}(\mathbf{x},z_1, z_2, \ldots, z_{k-1}) z_k\\ \dot{z}_k &= f_k(\mathbf{x},z_1, z_2, \ldots, z_{k-1}, z_k) + g_k(\mathbf{x},z_1, z_2, \dots, z_{k-1}, z_k) u \end{cases}\end{align} }[/math]

where

  • [math]\displaystyle{ \mathbf{x} \in \mathbb{R}^n }[/math] with [math]\displaystyle{ n \geq 1 }[/math],
  • [math]\displaystyle{ z_1, z_2, \ldots, z_i, \ldots, z_{k-1}, z_k }[/math] are scalars,
  • u is a scalar input to the system,
  • [math]\displaystyle{ f_x, f_1, f_2, \ldots, f_i, \ldots, f_{k-1}, f_k }[/math] vanish at the origin (i.e., [math]\displaystyle{ f_i(0,0,\dots,0) = 0 }[/math]),
  • [math]\displaystyle{ g_1, g_2, \ldots, g_i, \ldots, g_{k-1}, g_k }[/math] are nonzero over the domain of interest (i.e., [math]\displaystyle{ g_i(\mathbf{x},z_1,\ldots,z_k) \neq 0 }[/math] for [math]\displaystyle{ 1 \leq i \leq k }[/math]).

Also assume that the subsystem

[math]\displaystyle{ \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) u_x(\mathbf{x}) }[/math]

is stabilized to the origin (i.e., [math]\displaystyle{ \mathbf{x} = \mathbf{0}\, }[/math]) by some known control [math]\displaystyle{ u_x(\mathbf{x}) }[/math] such that [math]\displaystyle{ u_x(\mathbf{0}) = 0 }[/math]. It is also assumed that a Lyapunov function [math]\displaystyle{ V_x }[/math] for this stable subsystem is known. That is, this x subsystem is stabilized by some other method and backstepping extends its stability to the [math]\displaystyle{ \textbf{z} }[/math] shell around it.

In systems of this strict-feedback form around a stable x subsystem,

  • The backstepping-designed control input u has its most immediate stabilizing impact on state [math]\displaystyle{ z_n }[/math].
  • The state [math]\displaystyle{ z_n }[/math] then acts like a stabilizing control on the state [math]\displaystyle{ z_{n-1} }[/math] before it.
  • This process continues so that each state [math]\displaystyle{ z_i }[/math] is stabilized by the fictitious "control" [math]\displaystyle{ z_{i+1} }[/math].

The backstepping approach determines how to stabilize the x subsystem using [math]\displaystyle{ z_1 }[/math], and then proceeds with determining how to make the next state [math]\displaystyle{ z_2 }[/math] drive [math]\displaystyle{ z_1 }[/math] to the control required to stabilize x. Hence, the process "steps backward" from x out of the strict-feedback form system until the ultimate control u is designed.

Recursive Control Design Overview

  1. It is given that the smaller (i.e., lower-order) subsystem
    [math]\displaystyle{ \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) u_x(\mathbf{x}) }[/math]
    is already stabilized to the origin by some control [math]\displaystyle{ u_x(\mathbf{x}) }[/math] where [math]\displaystyle{ u_x(\mathbf{0}) = 0 }[/math]. That is, choice of [math]\displaystyle{ u_x }[/math] to stabilize this system must occur using some other method. It is also assumed that a Lyapunov function [math]\displaystyle{ V_x }[/math] for this stable subsystem is known. Backstepping provides a way to extend the controlled stability of this subsystem to the larger system.
  2. A control [math]\displaystyle{ u_1(\mathbf{x},z_1) }[/math] is designed so that the system
    [math]\displaystyle{ \dot{z}_1 = f_1(\mathbf{x},z_1) + g_1(\mathbf{x},z_1) u_1(\mathbf{x},z_1) }[/math]
    is stabilized so that [math]\displaystyle{ z_1 }[/math] follows the desired [math]\displaystyle{ u_x }[/math] control. The control design is based on the augmented Lyapunov function candidate
    [math]\displaystyle{ V_1(\mathbf{x},z_1) = V_x(\mathbf{x}) + \frac{1}{2}( z_1 - u_x(\mathbf{x}) )^2 }[/math]
    The control [math]\displaystyle{ u_1 }[/math] can be picked to bound [math]\displaystyle{ \dot{V}_1 }[/math] away from zero.
  3. A control [math]\displaystyle{ u_2(\mathbf{x},z_1,z_2) }[/math] is designed so that the system
    [math]\displaystyle{ \dot{z}_2 = f_2(\mathbf{x},z_1,z_2) + g_2(\mathbf{x},z_1,z_2) u_2(\mathbf{x},z_1,z_2) }[/math]
    is stabilized so that [math]\displaystyle{ z_2 }[/math] follows the desired [math]\displaystyle{ u_1 }[/math] control. The control design is based on the augmented Lyapunov function candidate
    [math]\displaystyle{ V_2(\mathbf{x},z_1,z_2) = V_1(\mathbf{x},z_1) + \frac{1}{2}( z_2 - u_1(\mathbf{x},z_1) )^2 }[/math]
    The control [math]\displaystyle{ u_2 }[/math] can be picked to bound [math]\displaystyle{ \dot{V}_2 }[/math] away from zero.
  4. This process continues until the actual u is known, and
    • The real control u stabilizes [math]\displaystyle{ z_k }[/math] to fictitious control [math]\displaystyle{ u_{k-1} }[/math].
    • The fictitious control [math]\displaystyle{ u_{k-1} }[/math] stabilizes [math]\displaystyle{ z_{k-1} }[/math] to fictitious control [math]\displaystyle{ u_{k-2} }[/math].
    • The fictitious control [math]\displaystyle{ u_{k-2} }[/math] stabilizes [math]\displaystyle{ z_{k-2} }[/math] to fictitious control [math]\displaystyle{ u_{k-3} }[/math].
    • ...
    • The fictitious control [math]\displaystyle{ u_2 }[/math] stabilizes [math]\displaystyle{ z_2 }[/math] to fictitious control [math]\displaystyle{ u_1 }[/math].
    • The fictitious control [math]\displaystyle{ u_1 }[/math] stabilizes [math]\displaystyle{ z_1 }[/math] to fictitious control [math]\displaystyle{ u_x }[/math].
    • The fictitious control [math]\displaystyle{ u_x }[/math] stabilizes x to the origin.

This process is known as backstepping because it starts with the requirements on some internal subsystem for stability and progressively steps back out of the system, maintaining stability at each step. Because

  • [math]\displaystyle{ f_i }[/math] vanish at the origin for [math]\displaystyle{ 0 \leq i \leq k }[/math],
  • [math]\displaystyle{ g_i }[/math] are nonzero for [math]\displaystyle{ 1 \leq i \leq k }[/math],
  • the given control [math]\displaystyle{ u_x }[/math] has [math]\displaystyle{ u_x(\mathbf{0}) = 0 }[/math],

then the resulting system has an equilibrium at the origin (i.e., where [math]\displaystyle{ \mathbf{x}=\mathbf{0}\, }[/math], [math]\displaystyle{ z_1=0 }[/math], [math]\displaystyle{ z_2=0 }[/math], ..., [math]\displaystyle{ z_{k-1}=0 }[/math], and [math]\displaystyle{ z_k=0 }[/math]) that is globally asymptotically stable.

Integrator Backstepping

Before describing the backstepping procedure for general strict-feedback form dynamical systems, it is convenient to discuss the approach for a smaller class of strict-feedback form systems. These systems connect a series of integrators to the input of a system with a known feedback-stabilizing control law, and so the stabilizing approach is known as integrator backstepping. With a small modification, the integrator backstepping approach can be extended to handle all strict-feedback form systems.

Single-integrator Equilibrium

Consider the dynamical system

[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1\\ \dot{z}_1 = u_1 \end{cases} }[/math]

 

 

 

 

( 1)

where [math]\displaystyle{ \mathbf{x} \in \mathbb{R}^n }[/math] and [math]\displaystyle{ z_1 }[/math] is a scalar. This system is a cascade connection of an integrator with the x subsystem (i.e., the input u enters an integrator, and the integral [math]\displaystyle{ z_1 }[/math] enters the x subsystem).

We assume that [math]\displaystyle{ f_x(\mathbf{0})=0 }[/math], and so if [math]\displaystyle{ u_1=0 }[/math], [math]\displaystyle{ \mathbf{x} = \mathbf{0}\, }[/math] and [math]\displaystyle{ z_1 = 0 }[/math], then

[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}} = f_x(\underbrace{\mathbf{0}}_{\mathbf{x}}) + ( g_x(\underbrace{\mathbf{0}}_{\mathbf{x}}) )(\underbrace{0}_{z_1}) = 0 + ( g_x(\mathbf{0}) )(0) = \mathbf{0} & \quad \text{ (i.e., } \mathbf{x} = \mathbf{0} \text{ is stationary)}\\ \dot{z}_1 = \overbrace{0}^{u_1} & \quad \text{ (i.e., } z_1 = 0 \text{ is stationary)} \end{cases} }[/math]

So the origin [math]\displaystyle{ (\mathbf{x},z_1) = (\mathbf{0},0) }[/math] is an equilibrium (i.e., a stationary point) of the system. If the system ever reaches the origin, it will remain there forever after.

Single-integrator Backstepping

In this example, backstepping is used to stabilize the single-integrator system in Equation (1) around its equilibrium at the origin. To be less precise, we wish to design a control law [math]\displaystyle{ u_1(\mathbf{x},z_1) }[/math] that ensures that the states [math]\displaystyle{ (\mathbf{x}, z_1) }[/math] return to [math]\displaystyle{ (\mathbf{0},0) }[/math] after the system is started from some arbitrary initial condition.

  • First, by assumption, the subsystem
[math]\displaystyle{ \dot{\mathbf{x}} = F(\mathbf{x}) \qquad \text{where} \qquad F(\mathbf{x}) \triangleq f_x(\mathbf{x}) + g_x(\mathbf{x}) u_x(\mathbf{x}) }[/math]
with [math]\displaystyle{ u_x(\mathbf{0}) = 0 }[/math] has a Lyapunov function [math]\displaystyle{ V_x(\mathbf{x}) \gt 0 }[/math] such that
[math]\displaystyle{ \dot{V}_x=\frac{\partial V_x}{\partial \mathbf{x}}(f_x(\mathbf{x})+g_x(\mathbf{x})u_x(\mathbf{x})) \leq - W(\mathbf{x}) }[/math]
where [math]\displaystyle{ W(\mathbf{x}) }[/math] is a positive-definite function. That is, we assume that we have already shown that this existing simpler x subsystem is stable (in the sense of Lyapunov). Roughly speaking, this notion of stability means that:
    • The function [math]\displaystyle{ V_x }[/math] is like a "generalized energy" of the x subsystem. As the x states of the system move away from the origin, the energy [math]\displaystyle{ V_x(\mathbf{x}) }[/math] also grows.
    • By showing that over time, the energy [math]\displaystyle{ V_x(\mathbf{x}(t)) }[/math] decays to zero, then the x states must decay toward [math]\displaystyle{ \mathbf{x}=\mathbf{0}\, }[/math]. That is, the origin [math]\displaystyle{ \mathbf{x}=\mathbf{0}\, }[/math] will be a stable equilibrium of the system – the x states will continuously approach the origin as time increases.
    • Saying that [math]\displaystyle{ W(\mathbf{x}) }[/math] is positive definite means that [math]\displaystyle{ W(\mathbf{x}) \gt 0 }[/math] everywhere except for [math]\displaystyle{ \mathbf{x}=\mathbf{0}\, }[/math], and [math]\displaystyle{ W(\mathbf{0})=0 }[/math].
    • The statement that [math]\displaystyle{ \dot{V}_x \leq -W(\mathbf{x}) }[/math] means that [math]\displaystyle{ \dot{V}_x }[/math] is bounded away from zero for all points except where [math]\displaystyle{ \mathbf{x} = \mathbf{0}\, }[/math]. That is, so long as the system is not at its equilibrium at the origin, its "energy" will be decreasing.
    • Because the energy is always decaying, then the system must be stable; its trajectories must approach the origin.
Our task is to find a control u that makes our cascaded [math]\displaystyle{ (\mathbf{x},z_1) }[/math] system also stable. So we must find a new Lyapunov function candidate for this new system. That candidate will depend upon the control u, and by choosing the control properly, we can ensure that it is decaying everywhere as well.
  • Next, by adding and subtracting [math]\displaystyle{ g_x(\mathbf{x}) u_x(\mathbf{x}) }[/math] (i.e., we don't change the system in any way because we make no net effect) to the [math]\displaystyle{ \dot{\mathbf{x}} }[/math] part of the larger [math]\displaystyle{ (\mathbf{x},z_1) }[/math] system, it becomes
[math]\displaystyle{ \begin{cases}\dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1 + \mathord{\underbrace{\left( g_x(\mathbf{x})u_x(\mathbf{x}) - g_x(\mathbf{x})u_x(\mathbf{x}) \right)}_{0}}\\\dot{z}_1 = u_1\end{cases} }[/math]
which we can re-group to get
[math]\displaystyle{ \begin{cases}\dot{x} = \mathord{\underbrace{\left( f_x(\mathbf{x}) + g_x(\mathbf{x})u_x(\mathbf{x}) \right)}_{F(\mathbf{x})}} + g_x(\mathbf{x}) \underbrace{\left( z_1 - u_x(\mathbf{x}) \right)}_{z_1 \text{ error tracking } u_x}\\\dot{z}_1 = u_1\end{cases} }[/math]
So our cascaded supersystem encapsulates the known-stable [math]\displaystyle{ \dot{\mathbf{x}} = F(\mathbf{x}) }[/math] subsystem plus some error perturbation generated by the integrator.
  • We now can change variables from [math]\displaystyle{ (\mathbf{x}, z_1) }[/math] to [math]\displaystyle{ (\mathbf{x}, e_1) }[/math] by letting [math]\displaystyle{ e_1 \triangleq z_1 - u_x(\mathbf{x}) }[/math]. So
[math]\displaystyle{ \begin{cases}\dot{\mathbf{x}} = (f_x(\mathbf{x}) + g_x(\mathbf{x}) u_x(\mathbf{x})) + g_x(\mathbf{x}) e_1\\\dot{e}_1 = u_1 - \dot{u}_x\end{cases} }[/math]
Additionally, we let [math]\displaystyle{ v_1 \triangleq u_1 - \dot{u}_x }[/math] so that [math]\displaystyle{ u_1 = v_1 + \dot{u}_x }[/math] and
[math]\displaystyle{ \begin{cases}\dot{\mathbf{x}} = (f_x(\mathbf{x}) + g_x(\mathbf{x}) u_x(\mathbf{x}))+g_x(\mathbf{x}) e_1\\\dot{e}_1 = v_1\end{cases} }[/math]
We seek to stabilize this error system by feedback through the new control [math]\displaystyle{ v_1 }[/math]. By stabilizing the system at [math]\displaystyle{ e_1 = 0 }[/math], the state [math]\displaystyle{ z_1 }[/math] will track the desired control [math]\displaystyle{ u_x }[/math] which will result in stabilizing the inner x subsystem.
  • From our existing Lyapunov function [math]\displaystyle{ V_x }[/math], we define the augmented Lyapunov function candidate
[math]\displaystyle{ V_1(\mathbf{x}, e_1) \triangleq V_x(\mathbf{x}) + \frac{1}{2} e_1^2 }[/math]
So
[math]\displaystyle{ \begin{align} \dot{V}_1 &= \dot{V}_x(\mathbf{x}) + \frac{1}{2}\left( 2 e_1 \dot{e}_1 \right)\\ &= \dot{V}_x(\mathbf{x}) + e_1 \dot{e}_1\\ &= \dot{V}_x(\mathbf{x}) + e_1 \overbrace{v_1}^{\dot{e}_1}\\ &= \overbrace{\frac{\partial V_x}{\partial \mathbf{x}} \underbrace{\dot{\mathbf{x}}}_{\text{(i.e., }\frac{\operatorname{d}\mathbf{x}}{\operatorname{d}t}\text{)}}}^{\dot{V}_x\text{ (i.e.,} \frac{\operatorname{d}V_x}{\operatorname{d}t}\text{)}} + e_1 v_1\\ &= \overbrace{\frac{\partial V_x}{\partial \mathbf{x}} \underbrace{\left( (f_x(\mathbf{x}) + g_x(\mathbf{x})u_x(\mathbf{x})) + g_x(\mathbf{x}) e_1 \right)}_{\dot{\mathbf{x}}}}^{\dot{V}_x} + e_1 v_1 \end{align} }[/math]
By distributing [math]\displaystyle{ \partial V_x/\partial \mathbf{x} }[/math], we see that
[math]\displaystyle{ \dot{V}_1 = \overbrace{\frac{\partial V_x}{\partial \mathbf{x}}(f_x(\mathbf{x}) + g_x(\mathbf{x}) u_x(\mathbf{x}))}^{{} \leq -W(\mathbf{x})} + \frac{\partial V_x}{\partial \mathbf{x}}g_x(\mathbf{x}) e_1 + e_1 v_1 \leq -W(\mathbf{x})+ \frac{\partial V_x}{\partial \mathbf{x}} g_x(\mathbf{x}) e_1 + e_1 v_1 }[/math]
To ensure that [math]\displaystyle{ \dot{V}_1 \leq -W(\mathbf{x}) \lt 0 }[/math] (i.e., to ensure stability of the supersystem), we pick the control law
[math]\displaystyle{ v_1 = -\frac{\partial V_x}{\partial \mathbf{x}}g_x(\mathbf{x})- k_1 e_1 }[/math]
with [math]\displaystyle{ k_1 \gt 0 }[/math], and so
[math]\displaystyle{ \dot{V}_1 = -W(\mathbf{x}) + \frac{\partial V_x}{\partial \mathbf{x}} g_x(\mathbf{x}) e_1 + e_1\overbrace{\left( -\frac{\partial V_x}{\partial \mathbf{x}}g_x(\mathbf{x})-k_1 e_1 \right)}^{v_1} }[/math]
After distributing the [math]\displaystyle{ e_1 }[/math] through,
[math]\displaystyle{ \begin{align} \dot{V}_1 & = -W(\mathbf{x}) + \mathord{\overbrace{\frac{\partial V_x}{\partial \mathbf{x}} g_x(\mathbf{x}) e_1 - e_1 \frac{\partial V_x}{\partial \mathbf{x}}g_x(\mathbf{x})}^{0}} - k_1 e_1^2\\ &= -W(\mathbf{x})-k_1 e_1^2 \leq -W(\mathbf{x})\\ &\lt 0 \end{align} }[/math]
So our candidate Lyapunov function [math]\displaystyle{ V_1 }[/math] is a true Lyapunov function, and our system is stable under this control law [math]\displaystyle{ v_1 }[/math] (which corresponds the control law [math]\displaystyle{ u_1 }[/math] because [math]\displaystyle{ v_1 \triangleq u_1 - \dot{u}_x }[/math]). Using the variables from the original coordinate system, the equivalent Lyapunov function

[math]\displaystyle{ V_1(\mathbf{x}, z_1) \triangleq V_x(\mathbf{x}) + \frac{1}{2} ( z_1 - u_x(\mathbf{x}) )^2 }[/math]

 

 

 

 

( 2)

As discussed below, this Lyapunov function will be used again when this procedure is applied iteratively to multiple-integrator problem.
  • Our choice of control [math]\displaystyle{ v_1 }[/math] ultimately depends on all of our original state variables. In particular, the actual feedback-stabilizing control law

[math]\displaystyle{ \underbrace{u_1(\mathbf{x},z_1)=v_1+\dot{u}_x}_{\text{By definition of }v_1}=\overbrace{-\frac{\partial V_x}{\partial \mathbf{x}}g_x(\mathbf{x})-k_1(\underbrace{z_1-u_x(\mathbf{x})}_{e_1})}^{v_1} \, + \, \overbrace{\frac{\partial u_x}{\partial \mathbf{x}}(\underbrace{f_x(\mathbf{x})+g_x(\mathbf{x})z_1}_{\dot{\mathbf{x}} \text{ (i.e., } \frac{\operatorname{d}\mathbf{x}}{\operatorname{d}t} \text{)}})}^{\dot{u}_x \text{ (i.e., } \frac{ \operatorname{d}u_x }{\operatorname{d}t} \text{)}} }[/math]

 

 

 

 

( 3)

The states x and [math]\displaystyle{ z_1 }[/math] and functions [math]\displaystyle{ f_x }[/math] and [math]\displaystyle{ g_x }[/math] come from the system. The function [math]\displaystyle{ u_x }[/math] comes from our known-stable [math]\displaystyle{ \dot{\mathbf{x}}=F(\mathbf{x}) }[/math] subsystem. The gain parameter [math]\displaystyle{ k_1 \gt 0 }[/math] affects the convergence rate or our system. Under this control law, our system is stable at the origin [math]\displaystyle{ (\mathbf{x},z_1)=(\mathbf{0},0) }[/math].
Recall that [math]\displaystyle{ u_1 }[/math] in Equation (3) drives the input of an integrator that is connected to a subsystem that is feedback-stabilized by the control law [math]\displaystyle{ u_x }[/math]. Not surprisingly, the control [math]\displaystyle{ u_1 }[/math] has a [math]\displaystyle{ \dot{u}_x }[/math] term that will be integrated to follow the stabilizing control law [math]\displaystyle{ \dot{u}_x }[/math] plus some offset. The other terms provide damping to remove that offset and any other perturbation effects that would be magnified by the integrator.

So because this system is feedback stabilized by [math]\displaystyle{ u_1(\mathbf{x}, z_1) }[/math] and has Lyapunov function [math]\displaystyle{ V_1(\mathbf{x},z_1) }[/math] with [math]\displaystyle{ \dot{V}_1(\mathbf{x}, z_1) \leq -W(\mathbf{x}) \lt 0 }[/math], it can be used as the upper subsystem in another single-integrator cascade system.

Motivating Example: Two-integrator Backstepping

Before discussing the recursive procedure for the general multiple-integrator case, it is instructive to study the recursion present in the two-integrator case. That is, consider the dynamical system

[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1\\ \dot{z}_1 = z_2\\ \dot{z}_2 = u_2 \end{cases} }[/math]

 

 

 

 

( 4)

where [math]\displaystyle{ \mathbf{x} \in \mathbb{R}^n }[/math] and [math]\displaystyle{ z_1 }[/math] and [math]\displaystyle{ z_2 }[/math] are scalars. This system is a cascade connection of the single-integrator system in Equation (1) with another integrator (i.e., the input [math]\displaystyle{ u_2 }[/math] enters through an integrator, and the output of that integrator enters the system in Equation (1) by its [math]\displaystyle{ u_1 }[/math] input).

By letting

  • [math]\displaystyle{ \mathbf{y} \triangleq \begin{bmatrix} \mathbf{x} \\ z_1 \end{bmatrix}\, }[/math],
  • [math]\displaystyle{ f_y(\mathbf{y}) \triangleq \begin{bmatrix} f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1 \\ 0 \end{bmatrix}\, }[/math],
  • [math]\displaystyle{ g_y(\mathbf{y}) \triangleq \begin{bmatrix} \mathbf{0}\\ 1 \end{bmatrix},\, }[/math]

then the two-integrator system in Equation (4) becomes the single-integrator system

[math]\displaystyle{ \begin{cases} \dot{\mathbf{y}} = f_y(\mathbf{y}) + g_y(\mathbf{y}) z_2 &\quad \text{( where this } \mathbf{y} \text{ subsystem is stabilized by } z_2 = u_1(\mathbf{x},z_1) \text{ )}\\ \dot{z}_2 = u_2. \end{cases} }[/math]

 

 

 

 

( 5)

By the single-integrator procedure, the control law [math]\displaystyle{ u_y(\mathbf{y}) \triangleq u_1(\mathbf{x},z_1) }[/math] stabilizes the upper [math]\displaystyle{ z_2 }[/math]-to-y subsystem using the Lyapunov function [math]\displaystyle{ V_1(\mathbf{x},z_1) }[/math], and so Equation (5) is a new single-integrator system that is structurally equivalent to the single-integrator system in Equation (1). So a stabilizing control [math]\displaystyle{ u_2 }[/math] can be found using the same single-integrator procedure that was used to find [math]\displaystyle{ u_1 }[/math].

Many-integrator backstepping

In the two-integrator case, the upper single-integrator subsystem was stabilized yielding a new single-integrator system that can be similarly stabilized. This recursive procedure can be extended to handle any finite number of integrators. This claim can be formally proved with mathematical induction. Here, a stabilized multiple-integrator system is built up from subsystems of already-stabilized multiple-integrator subsystems.

[math]\displaystyle{ \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) u_x }[/math]
that has scalar input [math]\displaystyle{ u_x }[/math] and output states [math]\displaystyle{ \mathbf{x} = [x_1, x_2, \ldots, x_n]^{\text{T}} \in \mathbb{R}^n }[/math]. Assume that
    • [math]\displaystyle{ f_x(\mathbf{x}) = \mathbf{0} }[/math] so that the zero-input (i.e., [math]\displaystyle{ u_x = 0 }[/math]) system is stationary at the origin [math]\displaystyle{ \mathbf{x} = \mathbf{0}\, }[/math]. In this case, the origin is called an equilibrium of the system.
    • The feedback control law [math]\displaystyle{ u_x(\mathbf{x}) }[/math] stabilizes the system at the equilibrium at the origin.
    • A Lyapunov function corresponding to this system is described by [math]\displaystyle{ V_x(\mathbf{x}) }[/math].
That is, if output states x are fed back to the input [math]\displaystyle{ u_x }[/math] by the control law [math]\displaystyle{ u_x(\mathbf{x}) }[/math], then the output states (and the Lyapunov function) return to the origin after a single perturbation (e.g., after a nonzero initial condition or a sharp disturbance). This subsystem is stabilized by feedback control law [math]\displaystyle{ u_x }[/math].
  • Next, connect an integrator to input [math]\displaystyle{ u_x }[/math] so that the augmented system has input [math]\displaystyle{ u_1 }[/math] (to the integrator) and output states x. The resulting augmented dynamical system is
[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1\\ \dot{z}_1 = u_1 \end{cases} }[/math]
This "cascade" system matches the form in Equation (1), and so the single-integrator backstepping procedure leads to the stabilizing control law in Equation (3). That is, if we feed back states [math]\displaystyle{ z_1 }[/math] and x to input [math]\displaystyle{ u_1 }[/math] according to the control law
[math]\displaystyle{ u_1(\mathbf{x},z_1)=-\frac{\partial V_x}{\partial \mathbf{x}}g_x(\mathbf{x})-k_1(z_1-u_x(\mathbf{x})) + \frac{\partial u_x}{\partial \mathbf{x}}(f_x(\mathbf{x})+g_x(\mathbf{x})z_1) }[/math]
with gain [math]\displaystyle{ k_1 \gt 0 }[/math], then the states [math]\displaystyle{ z_1 }[/math] and x will return to [math]\displaystyle{ z_1 = 0 }[/math] and [math]\displaystyle{ \mathbf{x}=\mathbf{0}\, }[/math] after a single perturbation. This subsystem is stabilized by feedback control law [math]\displaystyle{ u_1 }[/math], and the corresponding Lyapunov function from Equation (2) is
[math]\displaystyle{ V_1(\mathbf{x},z_1) = V_x(\mathbf{x}) + \frac{1}{2}( z_1 - u_x(\mathbf{x}) )^2 }[/math]
That is, under feedback control law [math]\displaystyle{ u_1 }[/math], the Lyapunov function [math]\displaystyle{ V_1 }[/math] decays to zero as the states return to the origin.
  • Connect a new integrator to input [math]\displaystyle{ u_1 }[/math] so that the augmented system has input [math]\displaystyle{ u_2 }[/math] and output states x. The resulting augmented dynamical system is
[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1\\ \dot{z}_1 = z_2\\ \dot{z}_2 = u_2 \end{cases} }[/math]
which is equivalent to the single-integrator system
[math]\displaystyle{ \begin{cases} \overbrace{ \begin{bmatrix} \dot{\mathbf{x}}\\ \dot{z}_1 \end{bmatrix} }^{\triangleq \, \dot{\mathbf{x}}_1} = \overbrace{ \begin{bmatrix} f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1 \\ 0 \end{bmatrix} }^{\triangleq \, f_1(\mathbf{x}_1)} + \overbrace{ \begin{bmatrix} \mathbf{0}\\ 1\end{bmatrix} }^{\triangleq \, g_1(\mathbf{x}_1)} z_2 &\qquad \text{ ( by Lyapunov function } V_1, \text{ subsystem stabilized by } u_1(\textbf{x}_1) \text{ )}\\ \dot{z}_2 = u_2 \end{cases} }[/math]
Using these definitions of [math]\displaystyle{ \mathbf{x}_1 }[/math], [math]\displaystyle{ f_1 }[/math], and [math]\displaystyle{ g_1 }[/math], this system can also be expressed as
[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}}_1 = f_1(\mathbf{x}_1) + g_1(\mathbf{x}_1) z_2 &\qquad \text{ ( by Lyapunov function } V_1, \text{ subsystem stabilized by } u_1(\textbf{x}_1) \text{ )}\\ \dot{z}_2 = u_2 \end{cases} }[/math]
This system matches the single-integrator structure of Equation (1), and so the single-integrator backstepping procedure can be applied again. That is, if we feed back states [math]\displaystyle{ z_1 }[/math], [math]\displaystyle{ z_2 }[/math], and x to input [math]\displaystyle{ u_2 }[/math] according to the control law
[math]\displaystyle{ u_2(\mathbf{x},z_1,z_2)=-\frac{\partial V_1}{\partial \mathbf{x}_1 } g_1(\mathbf{x}_1)-k_2(z_2-u_1(\mathbf{x}_1)) + \frac{\partial u_1}{\partial \mathbf{x}_1}(f_1(\mathbf{x}_1)+g_1(\mathbf{x}_1)z_2) }[/math]
with gain [math]\displaystyle{ k_2 \gt 0 }[/math], then the states [math]\displaystyle{ z_1 }[/math], [math]\displaystyle{ z_2 }[/math], and x will return to [math]\displaystyle{ z_1 = 0 }[/math], [math]\displaystyle{ z_2 = 0 }[/math], and [math]\displaystyle{ \mathbf{x}=\mathbf{0}\, }[/math] after a single perturbation. This subsystem is stabilized by feedback control law [math]\displaystyle{ u_2 }[/math], and the corresponding Lyapunov function is
[math]\displaystyle{ V_2(\mathbf{x},z_1,z_2) = V_1(\mathbf{x}_1) + \frac{1}{2}( z_2 - u_1(\mathbf{x}_1) )^2 }[/math]
That is, under feedback control law [math]\displaystyle{ u_2 }[/math], the Lyapunov function [math]\displaystyle{ V_2 }[/math] decays to zero as the states return to the origin.
  • Connect an integrator to input [math]\displaystyle{ u_2 }[/math] so that the augmented system has input [math]\displaystyle{ u_3 }[/math] and output states x. The resulting augmented dynamical system is
[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1\\ \dot{z}_1 = z_2\\ \dot{z}_2 = z_3\\ \dot{z}_3 = u_3 \end{cases} }[/math]
which can be re-grouped as the single-integrator system
[math]\displaystyle{ \begin{cases} \overbrace{ \begin{bmatrix} \dot{\mathbf{x}}\\ \dot{z}_1\\ \dot{z}_2 \end{bmatrix} }^{\triangleq \, \dot{\mathbf{x}}_2} = \overbrace{ \begin{bmatrix} f_x(\mathbf{x}) + g_x(\mathbf{x}) z_2 \\ z_2 \\ 0\end{bmatrix} }^{\triangleq \, f_2(\mathbf{x}_2)} + \overbrace{ \begin{bmatrix} \mathbf{0}\\ 0\\ 1\end{bmatrix} }^{\triangleq \, g_2(\mathbf{x}_2)} z_3 &\qquad \text{ ( by Lyapunov function } V_2, \text{ subsystem stabilized by } u_2(\textbf{x}_2) \text{ )}\\ \dot{z}_3 = u_3 \end{cases} }[/math]
By the definitions of [math]\displaystyle{ \mathbf{x}_1 }[/math], [math]\displaystyle{ f_1 }[/math], and [math]\displaystyle{ g_1 }[/math] from the previous step, this system is also represented by
[math]\displaystyle{ \begin{cases} \overbrace{ \begin{bmatrix} \dot{\mathbf{x}}_1\\ \dot{z}_2 \end{bmatrix} }^{\dot{\mathbf{x}}_2} = \overbrace{ \begin{bmatrix} f_1(\mathbf{x}_1) + g_1(\mathbf{x}_1) z_2 \\ 0\end{bmatrix} }^{f_2(\mathbf{x}_2)} + \overbrace{ \begin{bmatrix} \mathbf{0}\\ 1\end{bmatrix} }^{g_2(\mathbf{x}_2)} z_3 &\qquad \text{ ( by Lyapunov function } V_2, \text{ subsystem stabilized by } u_2(\textbf{x}_2) \text{ )}\\ \dot{z}_3 = u_3 \end{cases} }[/math]
Further, using these definitions of [math]\displaystyle{ \mathbf{x}_2 }[/math], [math]\displaystyle{ f_2 }[/math], and [math]\displaystyle{ g_2 }[/math], this system can also be expressed as
[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}}_2 = f_2(\mathbf{x}_2) + g_2(\mathbf{x}_2) z_3 &\qquad \text{ ( by Lyapunov function } V_2, \text{ subsystem stabilized by } u_2(\textbf{x}_2) \text{ )}\\ \dot{z}_3 = u_3 \end{cases} }[/math]
So the re-grouped system has the single-integrator structure of Equation (1), and so the single-integrator backstepping procedure can be applied again. That is, if we feed back states [math]\displaystyle{ z_1 }[/math], [math]\displaystyle{ z_2 }[/math], [math]\displaystyle{ z_3 }[/math], and x to input [math]\displaystyle{ u_3 }[/math] according to the control law
[math]\displaystyle{ u_3(\mathbf{x},z_1,z_2,z_3)=-\frac{\partial V_2}{\partial \mathbf{x}_2 } g_2(\mathbf{x}_2)-k_3(z_3-u_2(\mathbf{x}_2)) + \frac{\partial u_2}{\partial \mathbf{x}_2}(f_2(\mathbf{x}_2)+g_2(\mathbf{x}_2)z_3) }[/math]
with gain [math]\displaystyle{ k_3 \gt 0 }[/math], then the states [math]\displaystyle{ z_1 }[/math], [math]\displaystyle{ z_2 }[/math], [math]\displaystyle{ z_3 }[/math], and x will return to [math]\displaystyle{ z_1 = 0 }[/math], [math]\displaystyle{ z_2 = 0 }[/math], [math]\displaystyle{ z_3 = 0 }[/math], and [math]\displaystyle{ \mathbf{x}=\mathbf{0}\, }[/math] after a single perturbation. This subsystem is stabilized by feedback control law [math]\displaystyle{ u_3 }[/math], and the corresponding Lyapunov function is
[math]\displaystyle{ V_3(\mathbf{x},z_1,z_2,z_3) = V_2(\mathbf{x}_2) + \frac{1}{2}( z_3 - u_2(\mathbf{x}_2) )^2 }[/math]
That is, under feedback control law [math]\displaystyle{ u_3 }[/math], the Lyapunov function [math]\displaystyle{ V_3 }[/math] decays to zero as the states return to the origin.
  • This process can continue for each integrator added to the system, and hence any system of the form
[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1 &\qquad \text{ ( by Lyapunov function } V_x, \text{ subsystem stabilized by } u_x(\textbf{x}) \text{ )}\\ \dot{z}_1 = z_2\\ \dot{z}_2 = z_3\\ \vdots\\ \dot{z}_i = z_{i+1}\\ \vdots\\ \dot{z}_{k-2} = z_{k-1}\\ \dot{z}_{k-1} = z_k\\ \dot{z}_k = u \end{cases} }[/math]
has the recursive structure
[math]\displaystyle{ \begin{cases} \begin{cases} \begin{cases} \begin{cases} \begin{cases} \begin{cases} \begin{cases} \begin{cases} \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1 &\qquad \text{ ( by Lyapunov function } V_x, \text{ subsystem stabilized by } u_x(\textbf{x}) \text{ )}\\ \dot{z}_1 = z_2 \end{cases}\\ \dot{z}_2 = z_3 \end{cases}\\ \vdots \end{cases}\\ \dot{z}_i = z_{i+1} \end{cases}\\ \vdots \end{cases}\\ \dot{z}_{k-2} = z_{k-1} \end{cases}\\ \dot{z}_{k-1} = z_k \end{cases}\\ \dot{z}_k = u \end{cases} }[/math]
and can be feedback stabilized by finding the feedback-stabilizing control and Lyapunov function for the single-integrator [math]\displaystyle{ (\mathbf{x},z_1) }[/math] subsystem (i.e., with input [math]\displaystyle{ z_2 }[/math] and output x) and iterating out from that inner subsystem until the ultimate feedback-stabilizing control u is known. At iteration i, the equivalent system is
[math]\displaystyle{ \begin{cases} \overbrace{ \begin{bmatrix} \dot{\mathbf{x}}\\ \dot{z}_1\\ \dot{z}_2 \\ \vdots \\ \dot{z}_{i-2} \\ \dot{z}_{i-1} \end{bmatrix} }^{\triangleq \, \dot{\mathbf{x}}_{i-1}} = \overbrace{ \begin{bmatrix} f_{i-2}(\mathbf{x}_{i-2}) + g_{i-2}(\mathbf{x}_{i-1}) z_{i-2} \\ 0 \end{bmatrix} }^{\triangleq \, f_{i-1}(\mathbf{x}_{i-1})} + \overbrace{ \begin{bmatrix} \mathbf{0}\\ 1\end{bmatrix} }^{\triangleq \, g_{i-1}(\mathbf{x}_{i-1})} z_i &\quad \text{ ( by Lyap. func. } V_{i-1}, \text{ subsystem stabilized by } u_{i-1}(\textbf{x}_{i-1}) \text{ )}\\ \dot{z}_i = u_i \end{cases} }[/math]
The corresponding feedback-stabilizing control law is
[math]\displaystyle{ u_i(\overbrace{\mathbf{x},z_1,z_2,\dots,z_i}^{\triangleq \, \mathbf{x}_i})=-\frac{\partial V_{i-1}}{\partial \mathbf{x}_{i-1} } g_{i-1}(\mathbf{x}_{i-1}) \, - \, k_i(z_i \, - \, u_{i-1}(\mathbf{x}_{i-1})) \, + \, \frac{\partial u_{i-1}}{\partial \mathbf{x}_{i-1}}(f_{i-1}(\mathbf{x}_{i-1}) \, + \, g_{i-1}(\mathbf{x}_{i-1})z_i) }[/math]
with gain [math]\displaystyle{ k_i \gt 0 }[/math]. The corresponding Lyapunov function is
[math]\displaystyle{ V_i(\mathbf{x}_i) = V_{i-1}(\mathbf{x}_{i-1}) + \frac{1}{2}( z_i - u_{i-1}(\mathbf{x}_{i-1}) )^2 }[/math]
By this construction, the ultimate control [math]\displaystyle{ u(\mathbf{x},z_1,z_2,\ldots,z_k) = u_k(\mathbf{x}_k) }[/math] (i.e., ultimate control is found at final iteration [math]\displaystyle{ i=k }[/math]).

Hence, any system in this special many-integrator strict-feedback form can be feedback stabilized using a straightforward procedure that can even be automated (e.g., as part of an adaptive control algorithm).

Generic Backstepping

Systems in the special strict-feedback form have a recursive structure similar to the many-integrator system structure. Likewise, they are stabilized by stabilizing the smallest cascaded system and then backstepping to the next cascaded system and repeating the procedure. So it is critical to develop a single-step procedure; that procedure can be recursively applied to cover the many-step case. Fortunately, due to the requirements on the functions in the strict-feedback form, each single-step system can be rendered by feedback to a single-integrator system, and that single-integrator system can be stabilized using methods discussed above.

Single-step Procedure

Consider the simple strict-feedback system

[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1\\ \dot{z}_1 = f_1(\mathbf{x}, z_1) + g_1(\mathbf{x}, z_1) u_1 \end{cases} }[/math]

 

 

 

 

( 6)

where

  • [math]\displaystyle{ \mathbf{x} = [x_1, x_2, \ldots, x_n]^{\text{T}} \in \mathbb{R}^n }[/math],
  • [math]\displaystyle{ z_1 }[/math] and [math]\displaystyle{ u_1 }[/math] are scalars,
  • For all x and [math]\displaystyle{ z_1 }[/math], [math]\displaystyle{ g_1(\mathbf{x},z_1) \neq 0 }[/math].

Rather than designing feedback-stabilizing control [math]\displaystyle{ u_1 }[/math] directly, introduce a new control [math]\displaystyle{ u_{a1} }[/math] (to be designed later) and use control law

[math]\displaystyle{ u_1( \mathbf{x}, z_1 ) = \frac{ 1 }{ g_1( \mathbf{x}, z_1 ) } \left( u_{a1} - f_1(\mathbf{x},z_1) \right) }[/math]

which is possible because [math]\displaystyle{ g_1 \neq 0 }[/math]. So the system in Equation (6) is

[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1\\ \dot{z}_1 = f_1(\mathbf{x}, z_1) + g_1(\mathbf{x}, z_1) \overbrace{\frac{ 1 }{ g_1( \mathbf{x}, z_1 ) } \left( u_{a1} - f_1(\mathbf{x},z_1) \right)}^{u_1(\mathbf{x}, z_1)} \end{cases} }[/math]

which simplifies to

[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1\\ \dot{z}_1 = u_{a1} \end{cases} }[/math]

This new [math]\displaystyle{ u_{a1} }[/math]-to-x system matches the single-integrator cascade system in Equation (1). Assuming that a feedback-stabilizing control law [math]\displaystyle{ u_x(\mathbf{x}) }[/math] and Lyapunov function [math]\displaystyle{ V_x(\mathbf{x}) }[/math] for the upper subsystem is known, the feedback-stabilizing control law from Equation (3) is

[math]\displaystyle{ u_{a1}(\mathbf{x},z_1)=-\frac{\partial V_x}{\partial \mathbf{x}}g_x(\mathbf{x})-k_1(z_1-u_x(\mathbf{x})) + \frac{\partial u_x}{\partial \mathbf{x}}(f_x(\mathbf{x})+g_x(\mathbf{x})z_1) }[/math]

with gain [math]\displaystyle{ k_1 \gt 0 }[/math]. So the final feedback-stabilizing control law is

[math]\displaystyle{ u_1(\mathbf{x},z_1) = \frac{1}{ g_1(\mathbf{x},z_1) } \left( \overbrace{-\frac{\partial V_x}{\partial \mathbf{x}}g_x(\mathbf{x})-k_1(z_1-u_x(\mathbf{x})) + \frac{\partial u_x}{\partial \mathbf{x}}(f_x(\mathbf{x})+g_x(\mathbf{x})z_1)}^{u_{a1}(\mathbf{x},z_1)} \, - \, f_1(\mathbf{x}, z_1) \right) }[/math]

 

 

 

 

(7)

with gain [math]\displaystyle{ k_1 \gt 0 }[/math]. The corresponding Lyapunov function from Equation (2) is

[math]\displaystyle{ V_1(\mathbf{x},z_1) = V_x(\mathbf{x}) + \frac{1}{2} ( z_1 - u_x(\mathbf{x}) )^2 }[/math]

 

 

 

 

(8)

Because this strict-feedback system has a feedback-stabilizing control and a corresponding Lyapunov function, it can be cascaded as part of a larger strict-feedback system, and this procedure can be repeated to find the surrounding feedback-stabilizing control.

Many-step Procedure

As in many-integrator backstepping, the single-step procedure can be completed iteratively to stabilize an entire strict-feedback system. In each step,

  1. The smallest "unstabilized" single-step strict-feedback system is isolated.
  2. Feedback is used to convert the system into a single-integrator system.
  3. The resulting single-integrator system is stabilized.
  4. The stabilized system is used as the upper system in the next step.

That is, any strict-feedback system

[math]\displaystyle{ \begin{cases} \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1 &\qquad \text{ ( by Lyapunov function } V_x, \text{ subsystem stabilized by } u_x(\textbf{x}) \text{ )}\\ \dot{z}_1 = f_1( \mathbf{x}, z_1 ) + g_1( \mathbf{x}, z_1 ) z_2\\ \dot{z}_2 = f_2( \mathbf{x}, z_1, z_2 ) + g_2( \mathbf{x}, z_1, z_2 ) z_3\\ \vdots\\ \dot{z}_i = f_i( \mathbf{x}, z_1, z_2, \ldots, z_i ) + g_i( \mathbf{x}, z_1, z_2, \ldots, z_i ) z_{i+1}\\ \vdots\\ \dot{z}_{k-2} = f_{k-2}( \mathbf{x}, z_1, z_2, \ldots z_{k-2} ) + g_{k-2}( \mathbf{x}, z_1, z_2, \ldots, z_{k-2} ) z_{k-1}\\ \dot{z}_{k-1} = f_{k-1}( \mathbf{x}, z_1, z_2, \ldots z_{k-2}, z_{k-1} ) + g_{k-1}( \mathbf{x}, z_1, z_2, \ldots, z_{k-2}, z_{k-1} ) z_k\\ \dot{z}_k = f_k( \mathbf{x}, z_1, z_2, \ldots z_{k-1}, z_k ) + g_k( \mathbf{x}, z_1, z_2, \ldots, z_{k-1}, z_k ) u \end{cases} }[/math]

has the recursive structure

[math]\displaystyle{ \begin{cases} \begin{cases} \begin{cases} \begin{cases} \begin{cases} \begin{cases} \begin{cases} \begin{cases} \dot{\mathbf{x}} = f_x(\mathbf{x}) + g_x(\mathbf{x}) z_1 &\qquad \text{ ( by Lyapunov function } V_x, \text{ subsystem stabilized by } u_x(\textbf{x}) \text{ )}\\ \dot{z}_1 = f_1( \mathbf{x}, z_1 ) + g_1( \mathbf{x}, z_1 ) z_2 \end{cases}\\ \dot{z}_2 = f_2( \mathbf{x}, z_1, z_2 ) + g_2( \mathbf{x}, z_1, z_2 ) z_3 \end{cases}\\ \vdots\\ \end{cases}\\ \dot{z}_i = f_i( \mathbf{x}, z_1, z_2, \ldots, z_i ) + g_i( \mathbf{x}, z_1, z_2, \ldots, z_i ) z_{i+1} \end{cases}\\ \vdots \end{cases}\\ \dot{z}_{k-2} = f_{k-2}( \mathbf{x}, z_1, z_2, \ldots z_{k-2} ) + g_{k-2}( \mathbf{x}, z_1, z_2, \ldots, z_{k-2} ) z_{k-1} \end{cases}\\ \dot{z}_{k-1} = f_{k-1}( \mathbf{x}, z_1, z_2, \ldots z_{k-2}, z_{k-1} ) + g_{k-1}( \mathbf{x}, z_1, z_2, \ldots, z_{k-2}, z_{k-1} ) z_k \end{cases}\\ \dot{z}_k = f_k( \mathbf{x}, z_1, z_2, \ldots z_{k-1}, z_k ) + g_k( \mathbf{x}, z_1, z_2, \ldots, z_{k-1}, z_k ) u \end{cases} }[/math]

and can be feedback stabilized by finding the feedback-stabilizing control and Lyapunov function for the single-integrator [math]\displaystyle{ (\mathbf{x},z_1) }[/math] subsystem (i.e., with input [math]\displaystyle{ z_2 }[/math] and output x) and iterating out from that inner subsystem until the ultimate feedback-stabilizing control u is known. At iteration i, the equivalent system is

[math]\displaystyle{ \begin{cases} \overbrace{ \begin{bmatrix} \dot{\mathbf{x}}\\ \dot{z}_1\\ \dot{z}_2 \\ \vdots \\ \dot{z}_{i-2} \\ \dot{z}_{i-1} \end{bmatrix} }^{\triangleq \, \dot{\mathbf{x}}_{i-1}} = \overbrace{ \begin{bmatrix} f_{i-2}(\mathbf{x}_{i-2}) + g_{i-2}(\mathbf{x}_{i-2}) z_{i-2} \\ f_{i-1}(\mathbf{x}_i) \end{bmatrix} }^{\triangleq \, f_{i-1}(\mathbf{x}_{i-1})} + \overbrace{ \begin{bmatrix} \mathbf{0}\\ g_{i-1}(\mathbf{x}_i)\end{bmatrix} }^{\triangleq \, g_{i-1}(\mathbf{x}_{i-1})} z_i &\quad \text{ ( by Lyap. func. } V_{i-1}, \text{ subsystem stabilized by } u_{i-1}(\textbf{x}_{i-1}) \text{ )}\\ \dot{z}_i = f_i(\mathbf{x}_i) + g_i(\mathbf{x}_i) u_i \end{cases} }[/math]

By Equation (7), the corresponding feedback-stabilizing control law is

[math]\displaystyle{ u_i(\overbrace{\mathbf{x},z_1,z_2,\dots,z_i}^{\triangleq \, \mathbf{x}_i}) = \frac{1}{g_i(\mathbf{x}_i)} \left( \overbrace{-\frac{\partial V_{i-1}}{\partial \mathbf{x}_{i-1} } g_{i-1}(\mathbf{x}_{i-1}) \, - \, k_i\left( z_i \, - \, u_{i-1}(\mathbf{x}_{i-1}) \right) \, + \, \frac{\partial u_{i-1}}{\partial \mathbf{x}_{i-1}}(f_{i-1}(\mathbf{x}_{i-1}) \, + \, g_{i-1}(\mathbf{x}_{i-1})z_i) }^{\text{Single-integrator stabilizing control } u_{a\;\!i}(\mathbf{x}_i)} \, - \, f_i( \mathbf{x}_{i-1} ) \right) }[/math]

with gain [math]\displaystyle{ k_i \gt 0 }[/math]. By Equation (8), the corresponding Lyapunov function is

[math]\displaystyle{ V_i(\mathbf{x}_i) = V_{i-1}(\mathbf{x}_{i-1}) + \frac{1}{2} ( z_i - u_{i-1}(\mathbf{x}_{i-1}) )^2 }[/math]

By this construction, the ultimate control [math]\displaystyle{ u(\mathbf{x},z_1,z_2,\ldots,z_k) = u_k(\mathbf{x}_k) }[/math] (i.e., ultimate control is found at final iteration [math]\displaystyle{ i=k }[/math]). Hence, any strict-feedback system can be feedback stabilized using a straightforward procedure that can even be automated (e.g., as part of an adaptive control algorithm).

See also

References

  1. Sparavalo, M. K. (1992). "A method of goal-oriented formation of the local topological structure of co-dimension one foliations for dynamic systems with control" (in English). Journal of Automation and Information Sciences 25 (5): 1. ISSN 1064-2315. https://zbmath.org/0791.93015. 
  2. Kokotovic, P.V. (1992). "The joy of feedback: nonlinear and adaptive". IEEE Control Systems Magazine 12 (3): 7–17. doi:10.1109/37.165507. 
  3. Lozano, R.; Brogliato, B. (1992). "Adaptive control of robot manipulators with flexible joints". IEEE Transactions on Automatic Control 37 (2): 174–181. doi:10.1109/9.121619. https://hal.inria.fr/hal-03592568/file/RLBB_FJ_TAC1992.pdf. 
  4. 4.0 4.1 Khalil, H.K. (2002). Nonlinear Systems (3rd ed.). Upper Saddle River, NJ: Prentice Hall. ISBN 978-0-13-067389-3. http://www.egr.msu.edu/~khalil/NonlinearSystems/.