5.1 Local Bifurcations

Linearization is Efficient

BifurcationTypical BehaviourSaddle-NodeTwo fixed points collide and annihilate.TranscriticalTwo fixed points meet and switches stability.PitchforkA fixed point transits into three fixed points.HopfA fixed point loses stability and a periodic solution arises.

Given a 1D system dependent on a parameter μ:

x˙=Fμ(x)

where μR is a parameter. We draw the bifurcation diagram in the following steps:

  1. Find Fixed Points: For a fixed μ, solve for the fixed point, denoted as x(μ), by setting x˙=0.

  2. Study Stability: Determine the stability of x(μ). (This is typically done by evaluating the sign of the Jacobian, Fμ(x), at the fixed point.)

  3. Draw the Curve: Draw the curve x(μ) in the μx-plane.

  1. Observe Bifurcations: Observe at which value of μ the branch of fixed point terminates (Saddle-Node) or the stability of the fixed point changes (Transcritical or Pitchfork).

Saddle-Node Bifurcations

Two fixed points collide and annihilate as we modify a parameter

Phase Portrait
image-8.png

Example:

x˙=r+x2

image-9.png|373x363

Transcritical Bifurcation

Two fixed points meet and switches stability as a parameter changes

image-10.png

Example:

x˙=rxx2

image-11.png|358x349

Pitchfork Bifurcation

A fixed point transits into three fixed points as a parameter varies

Super-Critical Pitchfork Bifurcation

image-12.png

Example:

x˙=rxx3

image-13.png|325x329

Sub-Critical Pitchfork Bifurcation

image-14.png

Example:

x˙=rx+x3

Which would have the a similar diagram as the previous example just flipped over the vertical axis

Hopf Bifurcation

A fixed point loses stability and a periodic solution arises.