Consider the following nonlinear system $\dot{x}=1-e^{y}$ $\quad$ $\dot{y}=1-e^{y-x}$ This system is asymptotically stable; however, when we simulate the trajectories of this system, there exist no trajectories when $y$ goes to infinity. I am going to investigate the behavior of this system for when $x\rightarrow -\infty$ and $y\rightarrow \infty$. In addition, another question is that in your view this system has limit cycle
2026-03-26 14:24:56.1774535096
finding limit cycles and analysis the behavior of a nonlinear system
881 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ORDINARY-DIFFERENTIAL-EQUATIONS
- The Runge-Kutta method for a system of equations
- Analytical solution of a nonlinear ordinary differential equation
- Stability of system of ordinary nonlinear differential equations
- Maximal interval of existence of the IVP
- Power series solution of $y''+e^xy' - y=0$
- Change of variables in a differential equation
- Dimension of solution space of homogeneous differential equation, proof
- Solve the initial value problem $x^2y'+y(x-y)=0$
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Derive an equation with Faraday's law
Related Questions in STABILITY-IN-ODES
- Stability of system of ordinary nonlinear differential equations
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Stability of stationary point $O(0,0)$ when eigenvalues are zero
- How to analyze a dynamical system when $t\to\infty?$
- The system $x' = h(y), \space y' = ay + g(x)$ has no periodic solutions
- Existence of unique limit cycle for $r'=r(μ-r^2), \space θ' = ρ(r^2)$
- Intuitive proof of Lyapunov's theorem
- Stability of a nonlinear ODE system (only existence of the limit)
- Deriving inequality from a Lyapunov test of $x' = -x + y^3, \space y' = -y + ax^3$
- does the order lineariztion/evaluation matter here?
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?
Though I find this question to be slightly vague, I think a useful picture of the dynamics of this system may be had via the application of the usual, standard methods and techniques. We are presented with
$\dot x = X(x, y) = 1 - e^y \tag 1$
and
$\dot y = Y(x, y) = 1 - e^{y - x}; \tag 2$
we first find the critical points or zeroes of the vector field $(X, Y)$:
$1 - e^y = X = 0 \Longleftrightarrow e^y = 1 \Longleftrightarrow y = 0; \tag 3$
then (2) yields
$1 - e^{-x} = Y = 0 \Longleftrightarrow e^{-x} = 1 \Longleftrightarrow x = 0; \tag 4$
we thus see that the only critical point of the system is
$(x, y) = (0, 0); \tag 5$
the Jacobean of the system at the general point $(x, y)$ is
$J(x, y) = \begin{bmatrix} X_x & X_y \\ Y_x & Y_y \end{bmatrix}, \tag 6$
where
$X_x = \dfrac{\partial X}{\partial x} \tag 7$
and so forth; we have
$J(x, y) = \begin{bmatrix} 0 & -e^y \\ e^{y - x} & -e^{y - x} \end{bmatrix}, \tag 8$
at the specific point $(0, 0)$ this becomes
$J(0, 0) = \begin{bmatrix} 0 & -1 \\ 1 & -1 \end{bmatrix}, \tag 9$
we compute the eigenvalues of $J(0, 0)$ by finding its characteristic polynomial
$\det(J(0, 0) - \lambda I) = \det \left (\begin{bmatrix} -\lambda & -1 \\ 1 & -1-\lambda \end{bmatrix} \right )$ $= \lambda(\lambda + 1) + 1 = \lambda^2 + \lambda + 1; \tag{10}$
the roots of
$\lambda^2 + \lambda + 1 = 0 \tag{11}$
are given by the quadratic formula:
$\lambda_\pm = \dfrac{-1 \pm \sqrt{1^2 - 4(1)(1)}}{2}$ $= \dfrac{-1 \pm \sqrt{-3}}{2} = -\dfrac{1}{2} \pm \dfrac{\sqrt 3}{2} i; \tag{12}$
since these eigenvalues have negative real part, we may invoke the stable manifold theorem to infer $(0, 0)$ is a stable spiral equilibrium of (1), (2); that is, any trajectory of (1)-(2) initialized sufficiently near $(0, 0)$ will approach the origin taking a spiral path; indeed, the linearized system is consistent with this, since
$(-y, x) \cdot J(0, 0) (x, y) = (-y, x) \cdot (-y, x -y)$ $= y^2 + x^2 -xy > 0 \; \text{if} \; (x, y) \ne (0, 0), \tag{13}$
so we see that the solutions spiral in a counter-clockwise direction, the direction in which $(-y, x)$ points; likewise, evaluating
$(x, y) \cdot J(0, 0) (x, y) = (x, y) \cdot (-y, x -y)$ $= -xy + xy -y^2 = -y^2 < 0 \; \text{if} \; y \ne 0, \tag{14}$
we confirm that the solution moves strictly inward except possibly when crossing the $x$-axis, again for $(x, y)$ in a sufficiently small neighborhood of the origin.
The above argument yields a local description of the qualitative dynamics of (1)-(2) near $(0, 0)$, which indeed exhibit asymptotic stability there; we next turn to the question of limit cycles and periodic orbits in general. In fact, this system has no periodic trajectories, as a consequence of the Bendixson-Dulac theorem, which asserts there can be no such orbit in any region in which
$\nabla \cdot (X, Y) = X_x + Y_y \tag{15}$
is of fixed sign, except perhaps on a set of measure zero. (The actual theorem is somewhat more general, but this will suffice for the present purposes.) In light of (1), (2) we have
$X_x + Y_y = -e^{y - x} < 0 \tag{16}$
everywhere; thus by the cited theorem there are no periodic trajectories, hence in particular no limit cycles.
In the above discussion we have exploited the standard, basic methods of the theory of non-linear ODEs to demonstrate certain fundamental facts concerning the solution space of the system (1)-(2); however, our story is far from complete. We would like to know, for example, how the system behaves far from the origin, or if the origin is a global attractor; but these questions seem to require a much deeper and more lengthy analysis, and so will be not be addressed here.