MellyC said:
I had some questions regarding your solution.
First of all, for the solution \sin \theta_{1} = ( -\frac{\Omega}{2} ) \pm [ \sqrt{ 4 - \Omega^{2} } \cdot ( \theta_{1} - \Theta_{1} ) ] ,, should it not be \sin \theta_{1} = ( -\frac{\Omega}{2} ) \pm 1/2[ \sqrt{ 4 - \Omega^{2} } \cdot ( \theta_{1} - \Theta_{1} ) ] ,? Or if not, where did the 1/2 go?
Sorry, yes, the 1/2 should be there (it got lost in all the other TeXing I was doing).
Additionally, in the same solution, I am a bit confused regarding the presence of both θ1 and Θ1. I expected to only have two angles (θ1, θ2), not four angles, and I am unsure how this effects my final solution.
The "lower-case" \theta_{1} and \theta_{2} are the variables. I am taking it from your problem statement that each is in the interval [ 0, 2\pi ) , so what I am describing is a phase plot of \dot{\theta_{2}} versus \dot{\theta_{1}} over one period of each. Thus, there is a square [ 0, 2\pi ) \times [ 0, 2\pi ). (This could, of course, be repeated endlessly over the phase plane.)
The angles \Theta_{1} and \Theta_{2} are the two solutions to the equations \sin \theta = -\frac{\Omega}{2} for the critical points . ( So, for \Omega = \sqrt{3}, we would have \Theta_{1} = \frac{4\pi}{3} and \Theta_{2} = \frac{5\pi}{3}. ) The four critical points in the phase plane are then ( \Theta_{1} , \Theta_{1} ) , ( \Theta_{1} , \Theta_{2} ) , ( \Theta_{2} , \Theta_{1} ) , and ( \Theta_{2} , \Theta_{2} ) . It is these points about which we are constructing the linearizations.
Because \Theta_{1} and \Theta_{2} are in different "quadrants", their cosine values differ. For the example I gave here, with \Omega = \sqrt{3},
\sin \theta_{1,2} = ( -\frac{\sqrt{3}}{2} ) - \frac{1}{2}[ \sqrt{ 4 - (\sqrt{3})^{2} } \cdot ( \theta_{1,2} - \frac{4\pi}{3} ) ] = ( -\frac{\sqrt{3}}{2} ) - [ \frac{1}{2} \cdot ( \theta_{1,2} - \frac{4\pi}{3} ) ] near \Theta_{1} = \frac{4\pi}{3} and
\sin \theta_{1,2} = ( -\frac{\sqrt{3}}{2} ) + \frac{1}{2}[ \sqrt{ 4 - (\sqrt{3})^{2} } \cdot ( \theta_{1,2} - \frac{5\pi}{3} ) ] = ( -\frac{\sqrt{3}}{2} ) + [ \frac{1}{2} \cdot ( \theta_{1,2} - \frac{5\pi}{3} ) ] near \Theta_{2} = \frac{5\pi}{3} .Just as an example of the linearization of one of the differential equations at a critical point, near ( \Theta_{1} , \Theta_{2} ) = ( \frac{4\pi}{3} , \frac{5\pi}{3} ) , we have
\dot{\theta_{1}}= \Omega + \frac{3}{2} \sin \theta_{1} + \frac{1}{2}\sin \theta_{2} = \sqrt{3} + \frac{3}{2} [ ( -\frac{\sqrt{3}}{2} ) - [ \frac{1}{2} \cdot ( \theta_{1} - \frac{4\pi}{3} ) ] ] + \frac{1}{2} [ ( -\frac{\sqrt{3}}{2} ) + [ \frac{1}{2} \cdot ( \theta_{2} - \frac{5\pi}{3} ) ] ]
= \sqrt{3} - \frac{3\sqrt{3}}{4} - [ \frac{3}{4} \cdot ( \theta_{1} - \frac{4\pi}{3} ) ] - \frac{\sqrt{3}}{4} + [ \frac{1}{4} \cdot ( \theta_{2} - \frac{5\pi}{3} )] = [ -\frac{3}{4} \cdot ( \theta_{1} - \frac{4\pi}{3} ) ] + [ \frac{1}{4} \cdot ( \theta_{2} - \frac{5\pi}{3} )] .
There would be a similar linearization for \dot{\theta_{2}}.
You would have to do this for each of the four critical points, but happily, they are have the same form. To classify a critical point, you can substitute u = \theta_{1} - \frac{4\pi}{3} and v = \theta_{2} - \frac{5\pi}{3} (which give \dot{\theta_{1}} = \dot{u} and \dot{\theta_{2}} = \dot{v}) , so that the linearization near ( \Theta_{1} , \Theta_{2} ) = ( \frac{4\pi}{3} , \frac{5\pi}{3} ) has \dot{u} = -\frac{3}{4} \cdot u + \frac{1}{4} \cdot v and a similar result for \dot{v}.
So it
looks like a lot of work for the classification, but I think the cancellations all work the same way for the pair of differential equations near each of the four points.