Autonomous Differential Equations

At the end of last class, we found a one-parameter family of solutions to the differential equation $$ \frac{dy}{dt} = y(1-y).$$ A good question might be whether or not this family of solutions encompasses all of the solutions to this differential equation. To demonstrate that this is not all of the solutions, we can try to find solutions corresponding to different initial conditions. For example, the family of solutions is $$ y(t) = \frac{C e^{t}}{1+Ce^{t}},$$ and the solution that corresponds to $y(0) = 2$ is $$y(t) = \frac{-2 e^{t}}{1-2 e^{t}}$$ On the other hand, no choice of $C$ will get us a solution that corresponds to $y(0)=1$.

When we went about solving the differential equation, we had to divide by $y(1-y)$. Implicit in this division is the understanding that $y(1-y)\ne 0$. However, if $y = 0$ or $y=1$, then this assumption is violated. It turns out that these two constant values of $y$ are also solutions to the differential equation since $\frac{d}{dt} 1 = \frac{d}{dt} 0 = 0.$ Solutions like this that are not part of a family of solutions are called singular solutions, and constant solutions to an ordinary differential equation are called equilibrium solutions. Equilibrium solutions are a valuable tool for studying a special class of separable equations.

Definition: A separable differential equation is called an autonomous differential equation if $f(t) = 1.$ This means that any autonomous differential equation can be written as $$\frac{dy}{dt} = g(y)$$

Since equilibrium solutions $y^*$ to autonomous differential equations are constants, they satisfy $$ \frac{dy}{dt} = 0 = g(y^*),$$ and can therefore be found by finding the roots of $g(y).$

Example: The equilibrium solutions to $$\frac{dy}{dt} =\sin(y)$$ are $y_n^*=n\pi$ for $n\in\mathbb{Z} = \{0,1,-1,2,-2,...\}.$ Therefore there are an infinite number of equilibrium solutions.

In many cases we will not be able to find all of the solutions to autonomous differential equations. In these cases, we can usually at least find the equilibrium solutions. These equilibrium solutions can help us get an understanding of what the long-term behaviour of other solutions are.

Definition: An equilibrium solution $y^*$ is stable if every solution $y(t)$ that starts sufficiently close to $y^*$ converges to $y^*$ as $t\to \infty$. An equilibrium solution $y^*$ is unstable if it is not stable.

Example: Consider $$\frac{dy}{dt} = y(1-y).$$ The equilibrium solution $y=1$ is stable since, by L'Hopital's Rule $$\lim_{t\to\infty} \frac{Ce^{t}}{1+Ce^{t}} = \lim_{t\to\infty}\frac{Ce^{t}}{Ce^{t}}=1$$ as long as $C\ne 0.$

We can confirm this visually by looking at plot of some solutions on a the direction field Plot of direction field and solutions

Phases Plots

A useful tool for autonomous differential equations is the idea of a phase plot. Since there is no dependence on $t$ on the right hand side, we can learn a lot about solutions to an autonomous differential equation by looking at the graph of $g(y).$ For areas where $g(y)>0,$ we also have $dy/dt>0.$ Therefore solutions have to be increasing in regions. Likewise, solutions have to be decreasing in regions where $g(y) < 0.$ We can annotate the horizontal axis on a plot of $g(y)$ using arrows to get this point across: Phase portrait The two equilibrium solutions are the points where the function $g(y)$ crosses the horizontal axis. We can see in this picture that, since the arrows point towards the equilibrium solution $y^*=1$, it is stable. On the other hand, the arrows point away from $y^*=0$, so it is unstable.

Actually, this picture suggests a simple algebraic test for stability. Stable points will be ones where $g(y)>0$ for values below $y^*$ and $g(y) < 0$ for values of $y$ above $y^*.$ One way for these two conditions to be satisfied is if $g'(y^*) < 0.$ On the other hand, if $g'(y^*)>0$, then the equilibrium is unstable.

Example: Draw a phase plot for the differential equation $$ \frac{dy}{dt} = y(y-2)(1-y).$$ There are three equilibrium solutions: $y^* = 0$, $y^*=1$ and $y^*=2.$ We won't be able to find a family of solutions to this differential equation, so we will rely on the stability properties of these equilibria to determine the behaviour of solutions.

The derivative of the right hand side with respect to $y$ is $$g'(y) = (y-2)(1-y)+y(1-y)-y(y-2).$$ Since we want to substitute roots into this equation, it will be easiest for us if we dont simplify this any more.

Since $g'(0) = -2$, $y^*=0$ is stable. Since $g'(1) = 1$, $y^*=1$ is unstable, and since $g'(2) = 1$, $y^*=2$ is stable. We can draw then phase portrait for this differential equation without knowing what the function $g$ actually looks like This gives us a visual representation of how solutions behave as $t$ gets large.

Exercises

  1. Draw a phase plot for $$\frac{dy}{dt} = y(1-y^2).$$
  2. Draw a phase plott for $$\frac{dy}{dt} = y^3-3y^2+3y-1$$
  3. Draw a phase plot for $$\frac{dy}{dt} = y(1+y-e^y).$$