Asymptotic stability of a system ( ordinary DE)

  • Thread starter Thread starter ODEMath
  • Start date Start date
  • Tags Tags
    Stability System
ODEMath
Messages
3
Reaction score
0
Determine the asymptotic stability of the system x' = Ax where

A is 3 x 3 matrix

A = -1 1 1
0 0 1
0 0 -2

( first row is -1 1 1 second is 0 0 1 and third is 0 0 -2)

More specifically, what stability conclusion(s) can be drawn? ( Justify your answer)
 
Physics news on Phys.org
ODEMath said:
Determine the asymptotic stability of the system x' = Ax where
A is 3 x 3 matrix
A = -1 1 1
0 0 1
0 0 -2
( first row is -1 1 1 second is 0 0 1 and third is 0 0 -2)
More specifically, what stability conclusion(s) can be drawn? ( Justify your answer)

The solution of this system is
x(t) = exp(At) x(t=0)
Try evaluating
exp(At) = \sum_n \frac{t^n}{n!}A^n
This matrix holds the answers to your question.
 
ODEMath said:
More specifically, what stability conclusion(s) can be drawn? ( Justify your answer)

I think analyzing this system qualitatively along the lines presented in "Differential Equations" by Blanchard, Devaney, and Hall (other books too) is a nice way of drawing conclusions about this and other systems. Try it.:smile:

Of course, first do a few 2-D ones.
 
Have you determined the eigenvalues of that matrix?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top