Skip to main content

Section 1.7 Bifurcations

Many of the equations that we have examined have a parameter, which means that we actually have a family of differential equations. For example,
\begin{equation*} \frac{dx}{dt} = kx \end{equation*}
has the growth rate parameter \(k\text{.}\) The logistic equation
\begin{equation*} \frac{dP}{dt} = kP\left( 1 - \frac{P}{N} \right) \end{equation*}
has two parameters, \(k\) and \(N\text{.}\) In this section we will investigate how the solutions of a differential equation vary as we change the value of a parameter.

Subsection 1.7.1 The Logistic Model with Harvesting Revisited

Recall how we modeled logistic growth in a trout pond in Example 1.3.9 with the equation
\begin{equation*} \frac{dP}{dt} = P\left(1 - \frac{P}{200} \right). \end{equation*}
If we allowed fishing in our pond at a rate of 32 fish per year, then the equation became
\begin{equation*} \frac{dP}{dt} = P\left(1 - \frac{P}{200} \right) - 32. \end{equation*}
There are two equilibrium solutions for this equation, \(P_1 = 160\) (a sink) and \(P_2 = 40\) (a source). If the population of the pond falls below 40, then the fish will die out unless the pond is restocked or fishing is banned (Figure 1.7.1).
a direction field of slope arrows with two curves approaching 160 and one curve aproaching zero
Figure 1.7.1. Harvesting with \(H = 32\)
Now let us see what happens when we allow more fishing in our pond, say \(H = 100\text{.}\) Our differential equation now becomes
\begin{equation*} \frac{dP}{dt} = P\left(1 - \frac{P}{200} \right) - 100. \end{equation*}
To determine the equilibrium solutions, we must solve
\begin{equation} \frac{dP}{dt} = P\left(1 - \frac{P}{200} \right) - 100 = 0\tag{1.7.1} \end{equation}
for \(P\text{.}\) This last equation can be rewritten as \(P^2 - 200P + 20000 = 0\text{.}\) Thus,
\begin{equation*} P = \frac{200 \pm \sqrt{200^2 - 4 \cdot 20000}}{2} = 100 \pm \sqrt{-10000}, \end{equation*}
which means that equation (1.7.1) has no real solutions and that we have no equilibrium solutions. Furthermore, \(dP/dt \lt 0\) for all values of \(P\text{.}\) This means that no matter how many fish are in the pond initially, the trout population will eventually die out due to overfishing (Figure 1.7.2).
a direction field of slope arrows with three curves decreasing to zero
Figure 1.7.2. Harvesting with \(H = 100\)
Finally, we will let \(H = 50\text{.}\) In this case, we must solve
\begin{equation*} \frac{dP}{dt} = P\left(1 - \frac{P}{200} \right) - 50 = 0 \end{equation*}
in order to determine any equilibrium solutions. We now obtain a single equilibrium solution at \(P = 100\text{.}\) In fact, \(P = 100\) will be a node. For values of \(P \gt 100\) as well as values of \(P \lt 100\text{,}\) we have \(dP/dt \lt 0\text{,}\) and the number of fish in the pond will decrease (Figure 1.7.3).
a direction field of slope arrows with one curve decreasing towards one hundred and a horizontal line at one hundread and a curve the begins below one hundred and decreases
Figure 1.7.3. Harvesting with \(H = 50\)
To better understand what is happening, we will generalize our model. Suppose that a population with a limited carrying capacity \(N\) is modeled with the logistic equation
\begin{equation*} \frac{dP}{dt} = kP\left(1 - \frac{P}{N}\right). \end{equation*}
If we allow harvesting at a constant rate \(H\text{,}\) our model now becomes
\begin{equation*} \frac{dP}{dt} = kP\left(1 - \frac{P}{N}\right) - H. \end{equation*}
To analyze our model, we will first find the equilibrium solutions. If we will let
\begin{equation*} f_H(P) = kP\left(1 - \frac{P}{N}\right) - H, \end{equation*}
each equilibrium solution must satisfy \(f_H(P) = 0\) or
\begin{equation*} -k P^2 + kNP - H N = 0. \end{equation*}
Therefore, our equilibrium solutions are given by
\begin{equation*} P = \frac{-kN \pm \sqrt{k^2N^2 - 4kHN}}{-2k} = \frac{N}{2} \pm \sqrt{\frac{N^2}{4} - \frac{HN}{k}}. \end{equation*}
The explanation of how our model behaves lies in the discriminant,
\begin{equation*} \frac{N^2}{4} - \frac{HN}{k}. \end{equation*}
If
\begin{equation*} \frac{N^2}{4} - \frac{HN}{k} \lt 0 \end{equation*}
or, equivalently if \(H \gt kN/4\text{,}\) there are no equilibrium solutions and
\begin{equation*} \frac{dP}{dt} = f_H(P) \lt 0 \end{equation*}
for all values of \(P\text{.}\) In particular, all solutions of \(dP/dt = f_H(P)\) tend towards negative infinity as \(t \to \infty\text{.}\) In this case, the population is doomed to extinction no matter how large the initial population is. Since negative populations do not make sense, we say that the population is extinct when \(P = 0\text{.}\)
On the other hand, if \(H \lt kN/4\text{,}\) we have equilibrium solutions at
\begin{equation*} P_1 =\frac{N}{2} + \sqrt{\frac{N^2}{4} - \frac{HN}{k}} \end{equation*}
and
\begin{equation*} P_2 = \frac{N}{2} - \sqrt{\frac{N^2}{4} - \frac{HN}{k}}. \end{equation*}
The first equilibrium solution, \(P_1\) is a sink, while the second, \(P_2\) is a source.
Finally, if \(H = kN/4\text{,}\) then we will have exactly one equilibrium solution at \(P = N/2\text{.}\) Although \(dP/dt \lt 0\) for all \(P \neq N/2\text{,}\) we see that \(P \to N/2\) as \(t \to \infty\) for all initial values of \(P\) greater than \(N/2\text{.}\) For initial values of \(P\) less than \(N/2\text{,}\) solutions tend towards \(- \infty\) as \(t \to \infty\text{.}\) Thus, the initial population of fish must be at least \(kN/4\text{;}\) otherwise, the fish will go extinct.
In our example, we have a family of differential equations—one for each value of \(H\text{,}\)
\begin{equation} \frac{dP}{dt} = P\left( 1 - \frac{P}{200}\right) - H.\tag{1.7.2} \end{equation}
A small change in \(H\) can have a dramatic effect on how the solutions of the differential equation behave. Changing the value of \(H\) from \(50\) to \(50.1\) will doom the population of fish to extinction no matter what the initial population is. As we increase the value of \(H\text{,}\) the number of equilibrium solutions changes from two to one and then to none. This change occurs exactly at \(H = 50\text{.}\) We say that a bifurcation occurs at \(H = 50\) for equation (1.7.2).

Activity 1.7.1. Upland Bird Populations.

The chukar partridge, or simply chukar, is a upland gamebird in the pheasant family. Originally native to Asia and ranging from the eastern Mediterranean to Himalayas, the chukar has been widely introduced as an upland game bird with populations now established in the United States, Canada, Chile, Argentina, New Zealand and Hawaii. One particularly good area for hunting chukar is the western Great Basin area of the U.S. (eastern Oregon and Washington and western Idaho).
(a)
Suppose that the population of chukar on a private game ranch in eastern Oregon grows logisitically. Estimates tell us that the one hundred square mile ranch and that the ranch can support at most \(120\) birds per square mile. The growth rate of the chukar population is estimated to be \(1.5\) birds per year. Model the growth of the chukar population with an initial value problem.
(b)
Suppose that hunting on the ranch is restricted to guests and the average guest harvest \(10\) chukars per visit. Modify the model in part (a) to take into account the effect that hunting has on the chukar population.
(c)
What is the maximum number of guests that the ranch can accommodate and still maintain a healthy population of game birds? How many chukar per square mile would be needed to allow this many guests?

Subsection 1.7.2 One-Parameter Families

Let us consider the equation
\begin{equation} \frac{dx}{dt} = x^2 - 4x + \lambda\tag{1.7.3} \end{equation}
as a family of differential equations indexed by the parameter \(\lambda\text{.}\) If we let \(f_\lambda(x) = x^2 - 4x + \lambda\text{,}\) then
\begin{equation*} \frac{dx}{dt} = f_\lambda(x) \end{equation*}
is a called one-parameter family of differential equations. For each value of \(\lambda\text{,}\) we obtain an autonomous differential equation, and for each value of \(\lambda\text{,}\) we have a different phase line to examine.
For \(\lambda = 0\text{,}\) the differential equation
\begin{equation*} \frac{dx}{dt} = f_0(x) = x^2 - 4x = x(x-4), \end{equation*}
there is a sink at \(x = 0\) and a source at \(x = 4\) (Figure 1.7.4).
a direction field of slope arrows with three curves with the curve starting above two approaching infinity and the two curves starting below two approaching zero
Figure 1.7.4. \(x' = x^2 - 4x + \lambda\) for \(\lambda = 0\)
For \(\lambda = 4\text{,}\) the differential equation
\begin{equation*} \frac{dx}{dt} = f_4(x) = x^2 - 4x + 4 = (x - 2)^2, \end{equation*}
we have exactly one equilibrium solution, a node at \(x = 2\) (Figure 1.7.5).
a direction field of slope arrows with two curves with the curve starting above two approaching infinity and the two curves starting below two approaching two
Figure 1.7.5. \(x' = x^2 - 4x + \lambda\) for \(\lambda = 4\)
If \(\lambda = 8\text{,}\) then the differential equation
\begin{equation*} \frac{dx}{dt} = f_8(x) = x^2 - 4x + 8 \end{equation*}
has no equilibrium solutions (Figure 1.7.6).
a direction field of slope arrows with three curves with each curve approaching infinity
Figure 1.7.6. \(x' = x^2 - 2x + \lambda\) for \(\lambda = 8\)
In fact, the number of equilibrium solutions for (1.7.3) changes at \(\lambda = 4\text{.}\) We say that \(\lambda = 4\) is a bifurcation value for the differential equation
\begin{equation} \frac{dx}{dt} = f_\lambda(x) = x^2 - 4x + \lambda.\tag{1.7.4} \end{equation}
For \(\lambda \lt 4\text{,}\) we have two equilibrium solutions.
\begin{equation*} x = 2 \pm \sqrt{4 - \lambda}. \end{equation*}
For values of \(\lambda \gt 4\text{,}\) there are no equilibrium solutions. We can record all of the information for the various values in a graph called the bifurcation diagram. The horizontal axis is \(\lambda\) and the vertical axis is \(x\text{.}\) Over each value of \(\lambda\text{,}\) we will plot the corresponding phase line. The curve in the graph represents the various equilibrium solutions for the different values of \(\lambda\text{.}\) The bifurcation diagram for equation (1.7.4) is a parabola (Figure 1.7.7). We have a phase line for each value of \(\lambda\text{.}\)
a parabola with the vertex to the right and opening to the left and the parabola intersected by vertical lines with each line indicating where the solution increases and decreases
Figure 1.7.7. Bifurcation diagram for \(x' = x^2 - 4x + \lambda\)
Bifurcations for a one-parameter family of differential equations \(dx/dt = f_\lambda(x)\) are, in fact, rare. Let us consider a bifurcation where a sink changes to a source as we vary the parameter \(\lambda\text{.}\) Suppose that for \(\lambda = \lambda_0\text{,}\) we have a sink at \(x_0\text{.}\) Then
\begin{equation*} \frac{dx}{dt} = f_{\lambda_0}(x_0) = 0. \end{equation*}
Furthermore, the graph of \(f_{\lambda_0}(x)\) must be decreasing for \(x\) near \(x_0\text{,}\) since \(f_{\lambda_0}(x)\) must be postive for values of \(x \lt x_0\) and negative for values of \(x \gt x_0\text{.}\) In other words, \(f'_{\lambda_0}(x) \lt 0\) for \(x\) near \(x_0\) with \(f'_{\lambda_0}(x_0) \lt 0\text{,}\) then for all \(\lambda_1\) sufficiently close to \(\lambda_0\text{,}\) the differential equation
\begin{equation*} \frac{dx}{dt} = f_{\lambda_1}(x) \end{equation*}
must have sink at a point \(x = x_1\) very close to \(x_0\text{.}\) A similar situation holds if \(x_0\) is a source and \(f'_{\lambda_0}(x_0) \gt 0\text{.}\) Thus, bifurcations can only occur when \(f_{\lambda_0}(x_0) = 0\) and \(f'_{\lambda_0}(x_0) = 0\text{.}\)

Example 1.7.8.

Now consider the one-parameter family
\begin{equation*} \frac{dy}{dt} = y^3 - \alpha y = y (y^2 - \alpha). \end{equation*}
We will have an equilibrium solution at zero for all values of \(\alpha\) and two additional equilibrium solutions at \(\pm \sqrt{\alpha}\) for \(\alpha \gt 0\text{.}\) This type of bifurcation is a pitch fork bifurcation (Figure 1.7.9).
a parabola with a vertex at the origin and opeing to the right and a horizontal line on the horizontal axis
Figure 1.7.9. The bifurcation diagram for \(y' = y^3 - \alpha y\)

Activity 1.7.2. Bifurcations.

For each of the following parametrized family of differential equations, plot phase lines for \(c = -2, -1, 0, 1, 2\text{,}\) find any bifurcation values, and sketch the bifurcation diagram.
(a)
\(y' = (1 - y)y + c\)
(b)
\(y' = (c - y^2)y\)

Example 1.7.10.

Let us find the bifurcation values of the one-parameter family
\begin{equation} \frac{dy}{dt} = y(y - 2)^2 + \lambda.\tag{1.7.5} \end{equation}
If \(g_\lambda(y) = y(y - 2)^2 + \lambda\text{,}\) then \(g'_\lambda(y) = 3y^2 - 8y + 4\text{.}\) The roots of \(g'_\lambda(y) = 0\) are \(y = 2\) and \(y = 2/3\text{.}\) In order for \(\lambda\) to be a bifurcation value, we must have \(g_\lambda(2) = \lambda = 0\) or
\begin{equation*} g_\lambda(2/3) = \frac{32}{27} + \lambda = 0 \end{equation*}
Thus, equation (1.7.5) has two bifurcation values, \(\lambda = -32/27\) and \(\lambda = 0\text{.}\) The bifurcation diagram for this one-parameter family is given in Figure 1.7.11.
a curve that decreases to the right until it intersects the vertical axis at two and then decreases to the left until it reaches a half on the vertical axis and finally decreases back to the right through the origin
Figure 1.7.11. The bifurcation diagram for \(y' = y(1 - y)^2 + \lambda\)

Subsection 1.7.3 Important Lessons

  • A one-parameter family of differential equations
    \begin{equation*} \frac{dx}{dt} = f_\lambda(x) \end{equation*}
    has a bifurcation at \(\lambda = \lambda_0\) if a change in the number of equilibrium solutions occurs.
  • Bifurcation diagrams are an effective way of representing the nature of the solutions of a one-parameter family of differential equations.
  • Bifurcations for a one-parameter family of differential equations \(dx/dt = f_\lambda(x)\) are rare. Bifurcations occur when \(f_{\lambda_0}(x_0) = 0\) and \(f'_{\lambda_0}(x_0) = 0\text{.}\)

Reading Questions 1.7.4 Reading Questions

1.

Explain what a bifurcation is in your own words.

2.

Explain why a bifurcation is relatively rare for a one-parameter family of differential equations.

Exercises 1.7.5 Exercises

Bifurcations and Bifurcation Diagrams.

For each of the following parametrized family of differential equations, plot phase lines for \(\lambda = -2, -1, 0, 1, 2\text{,}\) find any bifurcation values, and sketch the bifurcation diagram.
1.
\(y' = \lambda - y^2\text{.}\)
2.
\(y' = \lambda y^2 - 1\) for \(\lambda \in {\mathbb R}\text{.}\)
3.
\(y' = \lambda - 2y + y^2\text{.}\)
4.
\(y' = (\lambda - 4y^2)y\text{.}\)
5.
\(y' = (\lambda - y^4)y\text{.}\)

6.

Describe the phase line portraits for \(y' = \lambda y - \sin y\) for \(\lambda > 2 / \pi\) and how it depends on the parameter \(\lambda\text{.}\) Draw the bifurcation diagram for this equation.
You have attempted of activities on this page.