Clockwise or counterclockwise? (linear system phase portrait)

  • Thread starter Thread starter ak416
  • Start date Start date
  • Tags Tags
    Phase System
ak416
Messages
121
Reaction score
0

Homework Statement



Given a 2x2 matrix A with entries a,b,c,d (real) with complex eigenvalues I would like to know how to find out whether the solutions to the linear system are clockwise or counterclockwise. (Some kind of inequality between a,b,c,d).


Homework Equations





The Attempt at a Solution



I tried looking at the signs of each component of the derivative. It seems to me that clockwise means x1' > 0 and x2' < 0 for x1,x2 > 0 as long as x1 or x2 are not too small. Then I am not sure...
 
Physics news on Phys.org
The simplest way is to see what the matrix does to (1, 0) and (0, 1).

For example, if the problem is
\frac{dX}{dt}= \left( \begin{array}{cc}0 &amp; -1\\ 1 &amp; 0\end{array}\right)X
Then
\left( \begin{array}{cc}0 &amp; -1\\ 1 &amp; 0\end{array}\right)\left(\begin{array}{c} 1 \\ 0\end{array}\right)= \left(\begin{array}{c}0 \\ 1\end{array}\right)
That's counter-clockwise rotation. The matrix
\left(\begin{array}{cc}0 &amp; 1\\ -1 &amp; 0\end{array}\right)
has exactly the same eigenvalues but is clockwise rotation.
 
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