Homework 5 - Due: 02/20

Problem 1

Let M be a symmetric real-valued n×n matrix. Show that the following three statements are equivalent:

  1. M is positive definite.
  2. All eigenvalues of M are positive.
  3. M=NTN for some nonsingular n×n matrix N.

Hint: Show abca.

Problem 2

Investigate asymptotic stability of the origin for the system

x˙1=x13+ex2x2x˙2=x1x12

Problem 3

Consider the system x˙1=x2,x˙2=x2sinx1 and the three candidate Lyapunov functions

V1(x)=12x22cosx1,V2(x)=1+12x22cosx1,V3(x)=1+14x12+12x1x2+12x22cosx1

  1. For i=1,2,3, compute V˙i(x).
  2. In each case, explain what conclusions (if any) you can reach using Lyapunov’s second method.

Problem 4

Consider the system x˙1=x1x13+x2x˙2=3x1x2

  1. Find all equilibrium points of the system.
  2. Comment on the stability of each equilibrium point (you may use linearization or Lyapunov functions)
  3. Using some CAS (Mathematica, Python, etc.) construct the phase portrait of the system and comment on the region of attractivity (if applicable) of each equilibrium.