0% found this document useful (0 votes)
13 views5 pages

Ps 5

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 5

MA2327, Problem set #5

(Practice problems with solutions)

1. Consider the following systems. Is the zero solution stable? Asymptotically stable?
(a) x′ = −2y, y ′ = 2x (b) x′ = x + 2y, y ′ = x (c) x′ = x − 5y, y ′ = x − 3y

2. Show that V (x, y) = 2x2 + 2xy + y 2 is a Lyapunov function for the system

x′ (t) = 2x + 2y, y ′ (t) = −4x − 2y.

3. Show that V (x, y) = ln(1 + x2 ) + y 2 is a Lyapunov function for the system

x2
x′ (t) = x(y − 1), y ′ (t) = − .
1 + x2

4. Let a > 0. Show that V (x, y) = x2 + 2y 2 is a strict Lyapunov function for the system

x′ (t) = ay 2 − x, y ′ (t) = −y − ax2 .

5. For which values of a is the zero solution stable? Asymptotically stable?

x′ (t) = ax(x2 + y 2 ) − xy 3 , y ′ (t) = ay(x2 + y 2 ) + x2 y 2 .

Hint: use the given equations to determine E(t) = x(t)2 + y(t)2 explicitly.

6. For which values of a is the zero solution stable? Asymptotically stable?

x′ (t) = ax(t) + (a + 1)y(t), y ′ (t) = (a − 1)x(t) + ay(t).

7. Determine the critical points of the autonomous system

x′ (t) = (x − 1)(x + y), y ′ (t) = y − x2 .

Which of these points are stable? Which of them are asymptotically stable?

8. Determine the critical points of the autonomous system

x′ (t) = x(x + y − 1), y ′ (t) = x2 − y − 1.

Which of these points are stable? Which of them are asymptotically stable?
1. Consider the following systems. Is the zero solution stable? Asymptotically stable?
(a) x′ = −2y, y ′ = 2x (b) x′ = x + 2y, y ′ = x (c) x′ = x − 5y, y ′ = x − 3y

In each case, we write the given system in the form y ′ (t) = Ay(t) and then we compute
the eigenvalues of A to determine stability. In the first case, we have
 
0 −2
A= =⇒ λ2 + 4 = 0 =⇒ λ = ± 2i,
2 0
so the zero solution is stable but not asymptotically stable. In the second case, we have
 
1 2
A= =⇒ λ2 − λ − 2 = 0 =⇒ λ = −1, 2,
1 0
so one eigenvalue is positive and the zero solution is unstable. In the third case, we have
 
1 −5
A= =⇒ λ2 + 2λ + 2 = 0 =⇒ λ = −1 ± i,
1 −3
so the zero solution is both stable and asymptotically stable.

2. Show that V (x, y) = 2x2 + 2xy + y 2 is a Lyapunov function for the system

x′ (t) = 2x + 2y, y ′ (t) = −4x − 2y.

It is clear that V satisfies the first two properties of a Lyapunov function because
V (x, y) = 2x2 + 2xy + y 2 = (x + y)2 + x2 ≥ 0
and equality holds only at the origin. The third property also holds because
∂V ′ ∂V ′
∇V · f = x (t) + y (t) = (4x + 2y)(2x + 2y) + (2x + 2y)(−4x − 2y) = 0.
∂x ∂y

3. Show that V (x, y) = ln(1 + x2 ) + y 2 is a Lyapunov function for the system

x2
x′ (t) = x(y − 1), y ′ (t) = − .
1 + x2

The given function is certainly continuous and we also have


1 + x2 ≥ 1 =⇒ ln(1 + x2 ) ≥ 0 =⇒ V (x, y) = ln(1 + x2 ) + y 2 ≥ 0
with V (x, y) = 0 if and only if x = y = 0. The result now follows by noting that
∂V ′ ∂V ′ 2x x2 2x2
∇V · f = x (t) + y (t) = · x(y − 1) − 2y · = − .
∂x ∂y 1 + x2 1 + x2 1 + x2
4. Let a > 0. Show that V (x, y) = x2 + 2y 2 is a strict Lyapunov function for the system

x′ (t) = ay 2 − x, y ′ (t) = −y − ax2 .

It is clear that V satisfies the first two properties of a Lyapunov function, while
∂V ′ ∂V ′
∇V · f = x (t) + y (t) = 2x(ay 2 − x) + 4y(−y − ax2 ).
∂x ∂y
Rearranging terms, one may express the last equation in the form
∇V · f = −2x2 (1 + 2ay) − 2y 2 (2 − ax).
 
1
When it comes to the open region R = − a1 , a1 × − 4a 1
, 4a , we thus have
∇V · f ≤ −2x2 (1 − 1/2) − 2y 2 (2 − 1) = −x2 − 2y 2
within R. This implies that ∇V · f ≤ 0 and that equality holds only at the origin.
5. For which values of a is the zero solution stable? Asymptotically stable?

x′ (t) = ax(x2 + y 2 ) − xy 3 , y ′ (t) = ay(x2 + y 2 ) + x2 y 2 .

Hint: use the given equations to determine E(t) = x(t)2 + y(t)2 explicitly.

Consider the function E(t) = x(t)2 + y(t)2 . Its derivative is easily seen to satisfy
E ′ (t) = 2x(t)x′ (t) + 2y(t)y ′ (t)
✟ ✟
= 2ax2 (x2 + y 2 ) − ✟ 2 3
2x✟y + 2ay 2 (x2 + y 2 ) + ✟ 2 3
2x✟y
= 2a(x2 + y 2 )2 = 2aE(t)2
and this is a separable equation. Since E = 0 is a solution, it follows by uniqueness that
every other solution satisfies E 6= 0 at all points. We may thus separate variables to get
dE
Z Z
2
= 2aE =⇒ E dE = 2a dt =⇒ −E(t)−1 = 2at + C.
−2
dt
Setting t = 0 now gives C = −E(0)−1 and this implies that
1 1 2aE(0)t − 1 E(0)
− = 2at − = =⇒ E(t) = .
E(t) E(0) E(0) 1 − 2aE(0)t
Case 1. If it happens that a = 0, then E(t) is constant and the distance from the origin is
constant as well. Thus, the zero solution is stable but not asymptotically stable.
Case 2. If it happens that a < 0, then E(t) is defined for all times t ≥ 0 and it is easily
seen to approach zero as t → ∞. Thus, the zero solution is asymptotically stable.
Case 3. If it happens that a > 0, then E(t) is not defined for all times t ≥ 0. In fact, it
becomes infinite when 2aE(0)t = 1, so the zero solution is unstable.
6. For which values of a is the zero solution stable? Asymptotically stable?

x′ (t) = ax(t) + (a + 1)y(t), y ′ (t) = (a − 1)x(t) + ay(t).

The given system is linear and it can be written in the form y ′ (t) = Ay(t), where
 
a a+1
A= .
a−1 a

The eigenvalues of A are the roots of the characteristic polynomial



λ2 − (tr A)λ + det A = 0 =⇒ λ2 − 2aλ + 1 = 0 =⇒ λ=a± a2 − 1.

Case 1. When −1 < a < 1, the eigenvalues are complex with real part equal to a. Thus,
the zero solution is stable, if −1 < a ≤ 0, and asymptotically stable, if −1 < a < 0.
Case 2. When a ≤ −1, the eigenvalues are real and they are easily seen to be negative. In
particular, the zero solution is both stable and asymptotically stable.
Case 3. When a ≥ 1, the eigenvalues are real and they are easily seen to be positive. In
particular, the zero solution is neither stable nor asymptotically stable.

7. Determine the critical points of the autonomous system

x′ (t) = (x − 1)(x + y), y ′ (t) = y − x2 .

Which of these points are stable? Which of them are asymptotically stable?

To find the critical points (x, y), we need to solve the system of equations

(x − 1)(x + y) = 0, y − x2 = 0.

When x = 1, the second equation gives y = x2 = 1. When x = −y, it gives

y = x2 = y 2 =⇒ y = 0, 1.

We conclude that the critical points are A(1, 1), B(0, 0) and C(−1, 1). Let us now check
these points for stability by computing the eigenvalues of the Jacobian matrix
   
fx fy 2x + y − 1 x − 1
J= = .
gx gy −2x 1

When it comes to the point A(1, 1), we have


 
2 0
J= =⇒ λ = 2, 1
−2 1
and the eigenvalues are positive, so this point is unstable. At the point B(0, 0), we have
 
−1 −1
J= =⇒ λ = −1, 1
0 1

and this point is unstable as well. At the point C(−1, 1), we have
  √
−2 −2 2 −1 ± i 7
J= =⇒ λ + λ + 2 = 0 =⇒ λ = .
2 1 2
Thus, the eigenvalues are complex with negative real part and C is asymptotically stable.

8. Determine the critical points of the autonomous system

x′ (t) = x(x + y − 1), y ′ (t) = x2 − y − 1.

Which of these points are stable? Which of them are asymptotically stable?

To find the critical points (x, y), we need to solve the system of equations

x(x + y − 1) = 0, x2 − y − 1 = 0.

When x = 0, the second equation gives y = x2 − 1 = −1. When x = 1 − y, it gives

x2 = y + 1 = 2 − x =⇒ x2 + x − 2 = 0 =⇒ (x − 1)(x + 2) = 0.

We conclude that the critical points are A(0, −1), B(1, 0) and C(−2, 3). Let us now check
these points for stability by computing the eigenvalues of the Jacobian matrix
   
fx fy 2x + y − 1 x
J= = .
gx gy 2x −1

When it comes to the point A(0, −1), we have


 
−2 0
J= =⇒ λ = −2, −1
0 −1

so this point is both stable and asymptotically stable. At the point B(1, 0), we have

 
1 1
J= =⇒ λ2 − 3 = 0 =⇒ λ = ± 3
2 −1

and one eigenvalue is positive, so this point is unstable. At the point C(−2, 3), we have
  √
−2 −2 2 −3 ± 33
J= =⇒ λ + 3λ − 6 = 0 =⇒ λ = .
−4 −1 2
Once again, one of the eigenvalues is positive, so the point C is unstable as well.

You might also like