I would like to use backstepping design to formulate a control $u(x_1,x_2)$ to globally stabilize the following system about the origin $(0,0)$. $$ \dot x_1 = -x_1+\bigg(\dfrac{1}{12}x_1-1\bigg)x_2$$ $$ \dot x_2 = u(x_1,x_2) $$ I am familiar with the process of backstepping design, but for this specific problem I can't seem to come up with a desired value for the virtual control $x_2$. At first I tried using a desired value $x_{2 \rm d}\triangleq 0$, but after the usual process (define error, change coords, evaluate lyapunov function derivative) I get the control $ u = 1 - \dfrac{1}{12}x_1 -x_2 $ which does stabilize the system, but not about the origin, since the control does not reduce to zero at the origin.
2026-03-30 11:52:30.1774871550
Stabilize system about origin using Backstepping Design
261 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CONTROL-THEORY
- MIT rule VS Lyapunov design - Adaptive Control
- Question on designing a state observer for discrete time system
- Do I really need quadratic programming to do a Model Predictive Controller?
- Understanding Definition of Switching Sequence
- understanding set of controllable state for switched system
- understanding solution of state equation
- Derive Anti Resonance Frequency from Transfer Function
- Laplace Transforms, show the relationship between the 2 expressions
- Laplace transform of a one-sided full-wave rectified...
- Controlled Markov process - proper notation and set up
Related Questions in NONLINEAR-SYSTEM
- Solving special (simple?) system of polynomial equations (only up to second degree)
- Determination of Invertibility
- Question about stability of a nonlinear dynamical system
- The equation $x^T A x = (x^2)^T A x^2$
- 1D viscous flow upwards against gravity
- Convergence of fixed-point in a gauss-seidel style
- Intuition behind dense orbits
- Determine the stability properties and convergence in the origin using Lyapunov Direct Method
- Is $x(t/2)$ a causal/memoryless system?
- Why this field with non-zero curl has closed orbit?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
For $V_1=\frac{1}{2}x_1^2$ we have $$\dot{V}_1=x_1\dot{x}_1=-x_1^2+\left(\frac{x_1^2}{12}-x_1\right)x_2$$ If we now define the new error variable $z_2=x_2-\alpha_1$ with virtual control $\alpha_1$ we can write equivalently $$\dot{V}_1=-x_1^2+\left(\frac{x_1^2}{12}-x_1\right)\alpha_1+\left(\frac{x_1^2}{12}-x_1\right)z_2$$ The above equation guides us to select $$\alpha_1(x_1)=-\left(\frac{x_1^2}{12}-x_1\right)$$ so that $$\dot{V}_1=-x_1^2-\left(\frac{x_1^2}{12}-x_1\right)^2+\left(\frac{x_1^2}{12}-x_1\right)z_2$$ For the dynamics of $z_2$ we have $$\dot{z}_2=\dot{x}_2+\left(\frac{x_1}{6}-1\right)\dot{x}_1=u+\left(\frac{x_1}{6}-1\right)\left(-x_1-x_2+\frac{x_1x_2}{12}\right)$$ For $V_2:=V_1+\frac{1}{2}z_2^2$ we then have $$\dot{V}_2= -x_1^2-\left(\frac{x_1^2}{12}-x_1\right)^2+\left[\frac{x_1^2}{12}-x_1+u+\left(\frac{x_1}{6}-1\right)\left(-x_1-x_2+\frac{x_1x_2}{12}\right)\right]z_2$$ Choosing therefore $$u=x_1-\frac{x_1^2}{12}+\left(\frac{x_1}{6}-1\right)\left(x_1+x_2-\frac{x_1x_2}{12}\right)-z_2\\ =2x_1-x_2-\frac{x_1^2}{6}+\left(\frac{x_1}{6}-1\right)\left(x_1+x_2-\frac{x_1x_2}{12}\right)$$ we have that $$\dot{V}_2\leq -2V_2$$ and $V_2$ converges exponentially fast to zero. From this one easily deduces the exponential convergence of $x_1,x_2$ to zero.
Edit: As pointed by Thomas $\alpha_1=0$ can also be used as a virtual control law. Then, $$\dot{V}_1=-x_1^2+\left(\frac{x_1^2}{12}-x_1\right)z_2.$$ Also, the dynamics of $z_2$ are $$\dot{z}_2=\dot{x}_2=u$$ and $$\dot{V}_2= -x_1^2+\left(\frac{x_1^2}{12}-x_1+u\right)z_2$$ Therefore choosing
we have that $$\dot{V}_2= -2V_2$$ and $V_2,x_1,x_2,u$ converge exponentially fast to zero.