Clockwise or counterclockwise? (linear system phase portrait)

  • Thread starter Thread starter ak416
  • Start date Start date
  • Tags Tags
    Phase System
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 12K views
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
[tex]\frac{dX}{dt}= \left( \begin{array}{cc}0 & -1\\ 1 & 0\end{array}\right)X[/tex]
Then
[tex]\left( \begin{array}{cc}0 & -1\\ 1 & 0\end{array}\right)\left(\begin{array}{c} 1 \\ 0\end{array}\right)= \left(\begin{array}{c}0 \\ 1\end{array}\right)[/tex]
That's counter-clockwise rotation. The matrix
[tex]\left(\begin{array}{cc}0 & 1\\ -1 & 0\end{array}\right)[/tex]
has exactly the same eigenvalues but is clockwise rotation.