Skip to main content
Logo image

Section 1.6 Autonomous equations

Note: 1 lecture, §2.2 in [EP], §2.5 in [BD]
Consider problems of the form
\begin{equation*} \frac{dx}{dt} = f(x) , \end{equation*}
where the derivative of solutions depends only on \(x\) (the dependent variable). Such equations are called autonomous equations. If we think of \(t\) as time, the naming comes from the fact that the equation is independent of time.
We return to the cooling coffee problem (Example 1.3.3). Newton’s law of cooling says
\begin{equation*} \frac{dx}{dt} = k (A-x) , \end{equation*}
where \(x\) is the temperature, \(t\) is time, \(k\) is some positive constant, and \(A\) is the ambient temperature. See Figure 1.11 for an example with \(k=0.3\) and \(A=5\text{.}\)
Note the solution \(x=A\) (in the figure \(x=5\)). We call these constant solutions the equilibrium solutions. The points on the \(x\)-axis where \(f(x) = 0\) are called critical points. The point \(x=A\) is a critical point. In fact, each critical point corresponds to an equilibrium solution. Note also, by looking at the graph, that the solution \(x=A\) is “stable” in that small perturbations in \(x\) do not lead to substantially different solutions as \(t\) grows. If we change the initial condition a little bit, then as \(t \to \infty\) we get \(x(t) \to A\text{.}\) We call such a critical point stable. In this simple example it turns out that all solutions in fact go to \(A\) as \(t \to \infty\text{.}\) If a critical point is not stable, we say it is unstable.

Figure 1.11. The slope field and some solutions of \(x' = 0.3\,(5-x)\text{.}\)

Figure 1.12. The slope field and some solutions of \(x' = 0.1\,x\,(5-x)\text{.}\)

Consider now the logistic equation
\begin{equation*} \frac{dx}{dt} = kx(M-x) , \end{equation*}
for some positive \(k\) and \(M\text{.}\) This equation is commonly used to model population if we know the limiting population \(M\text{,}\) that is the maximum sustainable population. The logistic equation leads to less catastrophic predictions on world population than \(x'=kx\text{.}\) In the real world there is no such thing as negative population, but we will still consider negative \(x\) for the purposes of the math.
See Figure 1.12 for an example, \(x' = 0.1 x(5-x)\text{.}\) There are two critical points, \(x=0\) and \(x=5\text{.}\) The critical point at \(x=5\) is stable, while the critical point at \(x=0\) is unstable. It is not necessary to find the exact solutions to understand their long term behavior, that is, behavior as time goes to infinity. From the slope field above of \(x' = 0.1 x(5-x)\text{,}\) we see that
\begin{equation*} \lim_{t\to \infty} x(t) = \begin{cases} 5 & \text{if } \; x(0) > 0 , \\ 0 & \text{if } \; x(0) = 0 , \\ \text{DNE or } {-\infty} & \text{if } \; x(0) < 0 . \\ \end{cases} \end{equation*}
Here DNE means “does not exist.” From just looking at the slope field we cannot quite decide what happens if \(x(0) < 0\text{.}\) It could be that the solution does not exist for \(t\) all the way to \(\infty\text{.}\) Think of the equation \(x' = x^2\text{;}\) we have seen that solutions only exist for some finite period of time. Same can happen here. In our example equation above it turns out that the solution does not exist for all time, but to see that we would have to solve the equation. In any case, the solution does go to \(-\infty\text{,}\) but it may get there rather quickly.
If we are interested only in the long term behavior of the solution, we would be doing unnecessary work if we solved the equation exactly. We could draw the slope field, but it is easier to just look at the phase diagram or phase portrait, which is a simple way to visualize the behavior of autonomous equations. In this case there is one dependent variable \(x\text{.}\) We draw the \(x\)-axis, we mark all the critical points, and then we draw arrows in between. Since \(x\) is the dependent variable we draw the axis vertically, as it appears in the slope field diagrams above. If \(f(x) > 0\text{,}\) we draw an up arrow. If \(f(x) < 0\text{,}\) we draw a down arrow. To figure this out, we could just plug in some \(x\) between the critical points, \(f(x)\) will have the same sign at all \(x\) between two critical points as long \(f(x)\) is continuous. For example, \(f(6) = -0.6 < 0\text{,}\) so \(f(x) < 0\) for \(x > 5\text{,}\) and the arrow above \(x=5\) is a down arrow. Next, \(f(1) = 0.4 > 0\text{,}\) so \(f(x) > 0\) whenever \(0 < x < 5\text{,}\) and the arrow points up. Finally, \(f(-1) = -0.6 < 0\) so \(f(x) < 0\) when \(x < 0\text{,}\) and the arrow points down.
Armed with the phase diagram, it is easy to sketch the solutions approximately: As time \(t\) moves from left to right, the graph of a solution goes up if the arrow is up, and it goes down if the arrow is down.
Once we draw the phase diagram, we classify critical points as stable or unstable 1 . Since any mathematical model we cook up will only be an approximation to the real world, unstable points are generally bad news.
We remark that you can figure out the arrows by plotting the graph \(y=f(x)\text{.}\) However, in that case note that \(x\) is then the dependent variable and will be on the horizontal axis.
Let us think about the logistic equation with harvesting. Suppose an alien race really likes to eat humans. They keep a planet with humans and harvest the humans at a rate of \(h\) million humans per year. Suppose \(x\) is the number of humans in millions on the planet and \(t\) is time in years. Let \(M\) be the limiting population when no harvesting is done. The number \(k > 0\) is a constant depending on how fast humans multiply. Our equation becomes
\begin{equation*} \frac{dx}{dt} = kx(M-x) - h . \end{equation*}
We expand the right-hand side and set it to zero.
\begin{equation*} kx(M-x) - h = -kx^2+kMx - h = 0. \end{equation*}
Solving for the critical points, let us call them \(A\) and \(B\text{,}\) we get
\begin{equation*} A = \frac{kM + \sqrt{{(kM)}^2 - 4hk}}{2k}, \qquad B = \frac{kM - \sqrt{{(kM)}^2 - 4hk}}{2k} . \end{equation*}
For example, let \(M=8\) and \(k=0.1\text{.}\) When \(h=1\text{,}\) then \(A\) and \(B\) are distinct and positive. See Figure 1.13 for the slope field. As long as the population starts above \(B\text{,}\) which is approximately 1.55 million, then the population will not die out, it will tend towards \(A \approx 6.45\) million. If ever a catastrophe happens and the population drops below \(B\text{,}\) humans will die out, and the fast food restaurant serving them will go out of business.

Figure 1.13. The slope field and some solutions of \(x' = 0.1\,x\,(8-x)-1\text{.}\)

Figure 1.14. The slope field and some solutions of \(x' = 0.1\,x\,(8-x)-1.6\text{.}\)

When \(h = 1.6\text{,}\) then \(A=B=4\text{.}\) There is only one critical point and it is unstable. When the population starts above 4 million, it will tend towards 4 million. However, if it ever drops below 4 million, perhaps a worse than normal hurricane season one year, then humans will die out on the planet. This scenario is not one that we (as the human fast food proprietor) want to be in. A small perturbation of the equilibrium state and we are out of business. There is no room for error. See Figure 1.14.
Finally, if we are harvesting at 2 million humans per year, there are no critical points. The population will always plummet towards zero, no matter how well stocked the planet starts. See Figure 1.15.

Figure 1.15. The slope field and some solutions of \(x' = 0.1\,x\,(8-x)-2\text{.}\)

Subsection 1.6.1 Exercises

Exercise 1.6.3.

Consider \(x' = x^2\text{.}\)
  1. Draw the phase diagram, find the critical points, and mark them stable or unstable.
  2. Sketch typical solutions of the equation.
  3. Find \(\displaystyle \lim_{t\to \infty} x(t)\) for the solution with the initial condition \(x(0) = -1\text{.}\)

Exercise 1.6.4.

Consider \(x' = \sin x\text{.}\)
  1. Draw the phase diagram for \(-4\pi \leq x \leq 4\pi\text{.}\) On this interval mark the critical points stable or unstable.
  2. Sketch typical solutions of the equation.
  3. Find \(\displaystyle \lim_{t\to \infty} x(t)\) for the solution with the initial condition \(x(0) = 1\text{.}\)

Exercise 1.6.5.

Suppose \(f(x)\) is positive for \(0 < x < 1\text{,}\) it is zero when \(x=0\) and \(x=1\text{,}\) and it is negative for all other \(x\text{.}\)
  1. Draw the phase diagram for \(x' = f(x)\text{,}\) find the critical points, and mark them stable or unstable.
  2. Sketch typical solutions of the equation.
  3. Find \(\displaystyle \lim_{t\to \infty} x(t)\) for the solution with the initial condition \(x(0) = 0.5\text{.}\)

Exercise 1.6.6.

Start with the logistic equation \(\frac{dx}{dt} = kx(M-x)\text{.}\) Suppose we modify our harvesting. That is we will only harvest an amount proportional to current population. In other words, we harvest \(hx\) per unit of time for some \(h > 0\) (similar to earlier example with \(h\) replaced with \(hx\)).
  1. Construct the differential equation.
  2. Show that if \(kM > h\text{,}\) then the equation is still logistic.
  3. What happens when \(kM < h\text{?}\)

Exercise 1.6.7.

A disease is spreading through the country. Let \(x\) be the number of people infected. Let the constant \(S\) be the number of people susceptible to infection. The infection rate \(\frac{dx}{dt}\) is proportional to the product of already infected people, \(x\text{,}\) and the number of susceptible but uninfected people, \(S-x\text{.}\)
  1. Write down the differential equation.
  2. Supposing \(x(0) > 0\text{,}\) that is, some people are infected at time \(t=0\text{,}\) what is \(\displaystyle \lim_{t\to\infty} x(t)\text{.}\)
  3. Does the solution to part b) agree with your intuition? Why or why not?

Exercise 1.6.101.

Let \(x'=(x-1)(x-2)x^2\text{.}\)
  1. Sketch the phase diagram and find critical points.
  2. Classify the critical points.
  3. If \(x(0)=0.5\text{,}\) then find \(\displaystyle \lim_{t\to\infty} x(t)\text{.}\)
Answer.
a) 0, 1, 2 are critical points.     b) \(x=0\) is unstable (semistable), \(x=1\) is stable, and \(x=2\) is unstable.     c) 1

Exercise 1.6.102.

Let \(x'=e^{-x}\text{.}\)
  1. Find and classify all critical points.
  2. Find \(\displaystyle \lim_{t\to\infty} x(t)\) given any initial condition.
Answer.
a) There are no critical points.     b) \(\infty\)

Exercise 1.6.103.

Assume that a population of fish in a lake satisfies \(\frac{dx}{dt} = kx(M-x)\text{.}\) Now suppose that fish are continually added at \(A\) fish per unit of time.
  1. Find the differential equation for \(x\text{.}\)
  2. What is the new limiting population?
Answer.
a) \(\frac{dx}{dt} = kx(M-x)+A\)     b) \(\frac{kM + \sqrt{{(kM)}^2 + 4Ak}}{2k}\)

Exercise 1.6.104.

Suppose \(\frac{dx}{dt} = (x-\alpha)(x-\beta)\) for two numbers \(\alpha < \beta\text{.}\)
  1. Find the critical points, and classify them.
For b), c), d), find \(\displaystyle \lim_{t\to\infty} x(t)\) based on the phase diagram.
  1. \(x(0) < \alpha\text{,}\)
  2. \(\alpha < x(0) < \beta\text{,}\)
  3. \(\beta < x(0)\text{.}\)
Answer.
a) \(\alpha\) is a stable critical point, \(\beta\) is an unstable one.     b) \(\alpha\text{,}\)     c) \(\alpha\text{,}\)     d) \(\infty\) or DNE.
Unstable points with one of the arrows pointing towards the critical point are sometimes called semistable.
For a higher quality printout use the PDF version: https://www.jirka.org/diffyqs/diffyqs.pdf