Navigation
|
Let's consider the full system :
(1) $latex \displaystyle{ \Large \frac{d}{dt} z_j = (\mu +i \omega) z_j - z_j |z_j|^2 + e^{i \theta} A(t,x_j) }$ (2) $latex \displaystyle{ \Large A_t = \alpha ~ \sum_j^N z_j~ \delta(x-x_j) ~-\gamma A } + D A_{xx}$
In a frame rotating at a frequency $latex \displaystyle { \large \Omega }$, the system writes :
(1') $latex \displaystyle{ \Large \frac{d}{dt} z_j = (\mu +i (\omega-\Omega) z_j - z_j |z_j|^2 + e^{i \theta} A(t,x_j) }$ (2') $latex \displaystyle{ \Large A_t = \alpha ~ \sum_j^N z_j~ \delta(x-x_j) ~-(\gamma + i\Omega ) A } + D A_{xx}$
or : $latex \displaystyle{ \Large \frac{d}{dt} z_j = F(z_j,A) }$ $latex \displaystyle{ \Large A_t = G(z_j,A) }$
If we decompose these equations into a real and a complex part, the linearized differential operator is given by
$latex \displaystyle {\Large L= \left[\begin{array}{cccc} \mu-(x^{2}+y^{2})-2x^{2} & -(\omega-\Omega)-2xy & \cos(\theta) & -\sin(\theta)\\ (\omega-\Omega)-2xy & \mu-(x^{2}+y^{2})-2y^{2} & \sin(\theta) & \cos(\theta)\\ \alpha\sum_{j}\delta(\xi-\xi_{j}) & 0 & -\gamma+D\partial_{xx} & \Omega\\ 0 & \alpha\sum_{j}\delta(\xi-\xi_{j}) & -\Omega & -\gamma+D\partial_{xx} \end{array}\right] }$
eigenvector belonging to the kernel of the Jacobian : If (Z*, A*) is a stable state, then $latex\displaystyle { \large \sigma( \displaystyle { \small \frac{-\pi}{2} }) (Z^*,A^*) }$ is an eigenvector belonging to the kernel of the Jacobian, where $latex \displaystyle { \large \sigma( \displaystyle { \small \frac{-\pi}{2} }) }$ is a rotation matrix... If Z* and A* are complex numbers, then it becomes easy to write the rotation as $latex \displaystyle { \large e^{\frac{-\pi}{2}} (Z^*,A^*) }$ We descretize the system and write $latex \displaystyle {Z_i}$ the coordinates of oscillator $latex \displaystyle {i}$ at position $latex \displaystyle {x_i}$, and $latex \displaystyle {A_i=A(x_i)}$
if $latex \displaystyle {\Large \phi= \left[\begin{array}{cccc} x_1 \\ y_1\\ ... \\ x_N \\y_N\\A_1\\B_1\\...\\A_n\\B_n \end{array}\right] }$ then $latex \displaystyle {\Large L \left[\begin{array}{cccc} y_1 \\ -x_1\\ ... \\ y_N \\-x_N\\B_1\\-A_1\\...\\B_n\\-B_n \end{array}\right] = L\displaystyle { \large \sigma( \displaystyle { \small \frac{-\pi}{2} }) }\phi=0}$ where $latex \displaystyle { \large \sigma( \displaystyle { \small \frac{-\pi}{2} }) }$ would read $latex \displaystyle {\Large \left[\begin{array}{cccc} \left(\begin{array}{cccc} 0 & 1 \\ -1 & 0 \end{array} \right) & & \\ & ... & \\ & & \left(\begin{array}{cccc} 0 & 1 \\ -1 & 0 \end{array} \right) \end{array}\right] }$
|