- #1
spitz
- 60
- 0
Homework Statement
The following two-dimensional system of ODEs possesses a limit-cycle solution for certain values of the parameter [itex]a[/itex]. What is the nature of the Hopf bifurcation that occurs at the critical value of [itex]a[/itex] and state what the critical value is.
Homework Equations
[itex]\dot{x}=-y+x(a+x^2+(3/2)y^2)[/itex]
[itex]\dot{y}=x+y(a+x^2+(3/2)y^2)[/itex]
The Attempt at a Solution
By setting each equation to zero, i found the only equilibrium point to be [itex](0,0)[/itex].
For the Jacobian matrix at [itex](0,0)[/itex], I have:
[itex]J(0,0)=\left( \begin{array}{cc}
a & -1\\
1 & a\end{array} \right)[/itex]
So:
[itex]\tau=2a[/itex]
[itex]\delta=a^2+1>0[/itex]
[itex]\bigtriangleup=4a^2-4a^2-4=-4<0[/itex]
which gives:
[itex]a<0[/itex]: [itex](0,0)[/itex] is an attractor spiral.
[itex]a>0[/itex]: [itex](0,0)[/itex] is a repellor spiral.
[itex]a=0[/itex]: [itex](0,0)[/itex] is a center.
Does this mean that paths spiral into [itex](0,0)[/itex] for negative [itex]a[/itex], and then spiral out towards a stable limit cycle. And, for positive [itex]a[/itex], beyond the limit cycle, paths spiral in towards it.
How do I find the critical value?