Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Consider the system of equations $$ d x / d t=y-x f(x, y), \quad d y / d t=-x-y f(x, y) $$ where \(f\) is continuous and has continuous first partial derivatives. Show that if \(f(x, y)>0\) in some neighborhood of the origin, then the origin is an asymptotically stable critical point, and if \(f(x, y)<0\) in some neighborhood of the origin, then the origin is an unstable critical point. Hint: Construct a Liapunov function of the form \(c\left(x^{2}+y^{2}\right) .\)

Short Answer

Expert verified
Question: Determine the stability of the origin for the given system of differential equations depending on the sign of the unknown function \(f(x, y)\). Answer: If \(f(x, y) > 0\) in some neighborhood of the origin, the origin is an asymptotically stable critical point. If \(f(x, y) < 0\) in some neighborhood of the origin, the origin is an unstable critical point.

Step by step solution

Achieve better grades quicker with Premium

  • Unlimited AI interaction
  • Study offline
  • Say goodbye to ads
  • Export flashcards

Over 22 million students worldwide already upgrade their learning with Vaia!

01

Identifying Given Information and Liapunov Function

We have a system of differential equations $$ \begin{aligned} \frac{dx}{dt} &= y - xf(x, y) \\ \frac{dy}{dt} &= -x - yf(x, y), \end{aligned} $$ where \(f(x, y)\) is continuous and has continuous first partial derivatives. We are asked to determine the stability of the origin \((0, 0)\). For this purpose, we will consider a Liapunov function of the form \(V(x, y) = c(x^2 + y^2)\), where \(c\) is a constant.
02

Calculate the Time Derivative of the Liapunov Function

To study the stability of the origin, we need to find the time derivative of the Liapunov function. We have $$ \begin{aligned} \frac{dV}{dt} &= \frac{\partial V}{\partial x} \frac{dx}{dt} + \frac{\partial V}{\partial y}\frac{dy}{dt} \\ &= 2cx \left(y - xf(x, y)\right) + 2cy\left(-x - yf(x, y)\right). \end{aligned} $$
03

Analyze the Time Derivative of the Liapunov Function

Now, we need to analyze the sign of \(\frac{dV}{dt}\) to determine the stability of the origin. Let's consider the two cases: Case 1: \(f(x, y) > 0\) in some neighborhood of the origin. In this case, we have $$ \begin{aligned} \frac{dV}{dt} &= 2cx(y - x f(x, y)) - 2cy(x + y f(x, y))\\ &= -2cxyf(x, y) < 0. \end{aligned} $$ Hence, the origin is an asymptotically stable critical point in this case. Case 2: \(f(x, y) < 0\) in some neighborhood of the origin. In this case, we have $$ \begin{aligned} \frac{dV}{dt} &= 2cx(y - x f(x, y)) - 2cy(x + y f(x, y))\\ &= -2cxyf(x, y) > 0. \end{aligned} $$ Hence, the origin is an unstable critical point in this case.
04

Conclusion

We have analyzed the system of equations given, and shown that by constructing a Liapunov function of the form \(c(x^2 + y^2)\), we can conclude: if \(f(x, y) > 0\) in some neighborhood of the origin, the origin is an asymptotically stable critical point; whereas if \(f(x, y) < 0\) in some neighborhood of the origin, the origin is an unstable critical point.

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Liapunov Function
In the context of differential equations, particularly when analyzing the stability of critical points, a Liapunov function is a powerful tool. Created by the Russian mathematician Aleksandr Lyapunov, it serves as a mathematical 'energy-like' measure for systems described by differential equations.

Think of a Liapunov function as a sort of 'gauge' that can measure how the system's state changes over time. If we find a suitable Liapunov function, we can tell whether a critical point, such as the equilibrium of a system, is stable or not. The function is typically a scalar, and for a two-dimensional system, a common choice is a quadratic form like V(x, y) = c(x^2 + y^2), which represents a paraboloid in a 3D space.

The clever trick here is to choose a Liapunov function that, when we do the math, will have a time derivative that reveals something about the stability. If this derivative is negative in the vicinity of a critical point, we're holding a sign that points to stability, hinting that the system wants to stay put at equilibrium.
Asymptotically Stable Critical Point
Now, what exactly do we mean when we say a critical point is asymptotically stable? Imagine a ball settling at the bottom of a bowl. No matter how you nudge it, it always finds its way back to the center. An asymptotically stable critical point behaves similarly in the realm of differential equations.

For a critical point to be asymptotically stable, two criteria must be met: first, the system must return to the critical point if it's given a slight nudge (we call this stability), and second, the system's state must approach the critical point as time goes on (this is the 'asymptotic' part).

Back to our exercise, if the function f(x, y) is positive near the origin, any deviations will dwindle away over time, and the state will gravitate back to the origin, satisfying both criteria for asymptotic stability.
Time Derivative
The time derivative is essentially the rate at which a function changes with respect to time. When analyzing the system's stability with a Liapunov function, what matters is how the 'energy' (or the Liapunov function's value) changes as the system evolves.

For instance, if the system's energy decreases over time (meaning the time derivative of the Liapunov function is negative), then the system is losing its 'oomph' to stray far from the critical point - a hint that the point is stable. Conversely, if that energy tends to increase (positive time derivative), we're looking at a system that's eager to deviate from the critical point, spelling instability.

Mathematically, the time derivative of our chosen Liapunov function V(x, y) = c(x^2 + y^2) in our system's context was found by applying the chain rule, summing the partial derivatives, and setting the stage for assessing stability.
System of Differential Equations
A system of differential equations like the one we're dealing with can be seen as a set of equations that describes the behavior of a multi-dimensional system. Each equation represents the rate of change of one aspect of the system, typically with respect to time.

These systems can model a vast array of phenomena, from the orbits of planets to the way populations of animals change through time. The key to understanding them lies in the interplay between their individual components - in our case, how the variable x and y influence each other.

Any equilibrium points found within these systems, where the rates of change are zero, become critical to understanding the overall system behavior. Stability analysis using Liapunov functions is just one of the many ways we can peer into the system's future behavior without solving the equations explicitly.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

show that the given system has no periodic solutions other than constant solutions. $$ d x / d t=-2 x-3 y-x y^{2}, \quad d y / d t=y+x^{3}-x^{2} y $$

an autonomous system is expressed in polar coordinates. Determine all periodic solutions, all limit cycles, and determine their stability characteristics. $$ d r / d t=r(r-1)(r-3), \quad d \theta / d t=1 $$

Carry out the indicated investigations of the Lorenz equations. (a) For \(r=21\) plot \(x\) versus \(t\) for the solutions starting at the initial points \((3,8,0),\) \((5,5,5),\) and \((5,5,10) .\) Use a \(t\) interval of at least \(0 \leq t \leq 30 .\) Compare your graphs with those in Figure \(9.8 .4 .\) (b) Repeat the calculation in part (a) for \(r=22, r=23,\) and \(r=24 .\) Increase the \(t\) interval as necessary so that you can determine when each solution begins to converge to one of the critical points. Record the approximate duration of the chaotic transient in each case. Describe how this quantity depends on the value of \(r\). (c) Repeat the calculations in parts (a) and (b) for values of \(r\) slightly greater than 24 . Try to estimate the value of \(r\) for which the duration of the chaotic transient approaches infinity.

show that the given system has no periodic solutions other than constant solutions. $$ d x / d t=x+y+x^{3}-y^{2}, \quad d y / d t=-x+2 y+x^{2} y+y^{3} / 3 $$

In this problem we indicate how to show that the trajectories are ellipses when the eigen- values are pure imaginary. Consider the system $$ \left(\begin{array}{l}{x} \\\ {y}\end{array}\right)^{\prime}=\left(\begin{array}{ll}{a_{11}} & {a_{12}} \\\ {a_{21}} & {a_{22}}\end{array}\right)\left(\begin{array}{l}{x} \\\ {y}\end{array}\right) $$ (a) Show that the eigenvalues of the coefficient matrix are pure imaginary if and only if $$ a_{11}+a_{22}=0, \quad a_{11} a_{22}-a_{12} a_{21}>0 $$ (b) The trajectories of the system (i) can be found by converting Eqs. (i) into the single equation $$ \frac{d y}{d x}=\frac{d y / d t}{d x / d t}=\frac{a_{21} x+a_{22} y}{a_{11} x+a_{12} y} $$ Use the first of Eqs. (ii) to show that Eq. (iii) is exact. (c) By integrating Eq. (iii) show that $$ a_{21} x^{2}+2 a_{22} x y-a_{12} y^{2}=k $$ where \(k\) is a constant. Use Eqs. (ii) to conclude that the graph of Eq. (iv) is always an ellipse. Hint: What is the discriminant of the quadratic form in Eq. (iv)?

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free