- 3.1.4 First, plot the two functions
and
for various values of
. The following command
in Mathematica will do it for you:
Plot[{x/(1 - x), 1 + x/2, -0.3 + x/2, -2.9 + x/2}, {x, -4, 4}]
You will see that depending upon
the straight line
either touches
, crosses
or does not intersect with
. Therefore there are two saddle node bifurcations. The fixed
points are found by solving
, which gives
The saddle point bifurcation occurs when square root is zero, i.e. when
- 3.2.2 Taking into account that for small
,
we obtain, for small
Changing variables by
we obtain the normal form
for transcritical bifurcation
Transcritical bifurcation occurs at
.
Indeed, the only way how the
does not cross
in two points is to choose
, so that the two curves are tangential
to each other at the origin. The following command in Mathematica
will draw it for you:
Plot[{Log[1 + x], x, x/2, 2 x}, {x, -1, 2}]
- 3.3.2
Equating
we obtain from second and third equations:
We now substitute it to the first equation to obtain
The fixed points of this equation are
and
The latter fixed points exist only when
for positive
and
for negative
.
- 3.4.4 The fixed points are
and
The latter root exists only for
,
where the pitchfork bifurcation occurs as a transition from one
zero root to three roots.
Take the value of
to be equation to the critical value
. Then
all three roots are zero. We then can use Taylor series to expand the
original equation to obtain
which is the normal form of the subcritical pitchfork
bifurcation.
- 3.4.11 a If
then there are infinitely many
fixed points with even multiples of
being stable, and odd multiples of
being unstable.
b If
there is only one unstable fixed point
.
c As
decreases from
to
the first
bifurcation occurs at
. This is subcritical pitchfork
bifurcation, as can be seen from Taylor expanding
Subsequent bifurcations are
saddle-node bifurcation, with the first one occuring around
.
d Bifurcations occur when two lines are “touching”,
i.e. they are tangential and intersect. We need to solve
therefore
to find intersection and
for the curves to be tangential. These two equations give us
to find the x position and
to find
the
position of bifurcation.
e
To find the bifurcation diagram, we need to plot
and
solving
While we can not solve this transcendental equation, we can express
as a function of
:
The following Mathematica
code will plot it for you:
Plot[ {10 x, Sin[x]/x}, {x, -20, 20}, PlotRange -> {-0.4, 1}]
Here
is a graph of a vertical line.
Hence you may find
for any
between
and
.
- 3.4.12
Consider the equation
For this equation the fixed points are
and
. These fixed points exists only for
.
Therefore this equation does satisfy the condition for saddle node
quadfurcation. To extend it to the bifurcation of order
consider
Fixed points of this equation are
for
.
Another version would be
- 3.5.4
Suppose
is the position of the mass. Then the length of the
spring is
, and the force by the spring is therefore
The projection of this force on the
line of motion is
Equation of motion then becomes
This simplifies to
Equilibria are
and
.
The latter two points exist only if
.
To make equation dimensionless, take
,
to rewrite equation as
One can take
if
, i.e. large friction.
- 3.7.6
(a)
so that
is constant
(b) We have
or
Integrating both parts we obtain
(c)
(d) Choose
and replace time variable
by
with characteristic time
. This leads to
with
and
.
(e)Since
with
and
we
obtain
. Since
and
are positive, with
also positive, the constant
is therefore also positive.
(f) To find equilibrium points, plot
and
functions for various values of
and
, taking into account
that
and
. We then will see that there are two
equilibria:
positive and stable, and
negative, unstable and nonphysical.
(g)
Since
all these three functions are just scaled versions of each other,
so that the maxima of these functions occur at the same time.
(i)