Section 2.7 Autonomous Equations and Population dynamics
ΒΆDefinition 2.7.1.
An autonomous differential equation is of the form
Subsection 2.7.1 Examples of autonomous systems
ΒΆSubsubsection 2.7.1.1 Population growth/decay
Assumption: The rate of growth of the population is proportional to the size of the population. Thus if k is the proportionality constant (growth rate) we haveSubsubsection 2.7.1.2 Logistic Growth:
Assumption: If population is small, then rate of growth is proportional to its size. If population is too large to be supported by its resources and environment, then the population will decrease, that dPdt<0. We can restate the assumptions as- dPdtβkP if P is small.
- If P>N then dPdt<0.
Subsection 2.7.2 Phase lines
Suppose dydt=y(1βy), which has the slope fieldxxxxxxxxxx
t, y = var('t,y')
plot_slope_field(y*(1-y), (t,-3,3), (y, -3, 3))
- Start with IVP dydt=f(y) and y(0)=y0.
- Draw a rope at start at y0.
- At each y write f(y) on this rope to indicate the slope at that y.
- If f(y)=0 stay put. If f(y)>0 then climb up the rope, if f(y)<0 then climb down the rope.
- Bigger values for f(y) means climb faster as t moves through time.
- If you let y(t) your location on the rope, then y(t) is a solution to the IVP.


- If f(y(0))=0 then y(0) is an equilibirum solution and y(t)=y(0) for all t.
- If f(y(0))>0 then y(t) is increasing for all t and either y(y)ββ as tββ or y(t) tends to first equilibirum point larger than y(0).
- If f(y(0))<0 then then y(t) is decreasing for all t and either y(y)βββ as tββ or y(t) tends to first equilibirum point smaller than y(0).
Example 2.7.4. Curve Sketching.
We let
- Find equilibrium points \(y=2\) and \(y=n\pi\) (so infinite amount)
- Plug points and get that the phase line is :
- Talk about what happens when things are getting close to the equilibrium solutions.
- Sketch curves:
Example 2.7.5. We don't know how quickly things jump.
Show that the graph \(\frac{dP}{dt}=(1-\frac{P}{20})^{3}(\frac{P}{5}-1)P^{7}\) has Phase line \([\ominus20\oplus5\ominus0\oplus]\)\(\begin{array}{c} \vee\\ 20\\ \wedge\\ 5\\ \vee\\ 0\\ \wedge \end{array}\) but \(5\) jumps to \(20\) very quickly (like \(0.00001\) quick.
Example 2.7.6. Not all solutions exist for all t.
Consider the equation \(\frac{dy}{dt}=(1+y)^{2}\text{.}\)
The phase line is \([\ominus-1\oplus]\) \(\begin{array}{c} \wedge\\ -1\\ \wedge \end{array}\) Sketch a curve.
These increasing/decreasing behaviors could be asymptotes. (Phase LINE DOES NOT TELL US THIS INFO)
ACTUAL SOL: \(y(t)=-1-\frac{1}{t+c}\text{.}\) Asymptote at \(t=c\text{.}\)
If \(y(0)>-1\) then draw possible curve.
Example 2.7.7. Cusps.
Consider the equation \(\frac{dy}{dt}=\frac{1}{1-y}\text{.}\)
The phase line would be:

- Tend to Β±β
- Tend to the equilibrium solutions.
- Stay consistently increasing/decreasing within equilibrium solutions.
Subsection 2.7.3 Classification of Equilibrium Solutions
Recall what asymptotic means: say that f is asymptotic to the line y=c if-
Asymptotically stable (sink)
- y0 is an asymptotically stable equilibrium if any solution with initial condition sufficiently close to y0 is asymptotic to y0 as t increases.
- Phase Line looks like this: [βy0β] β¨y0β§
- Graph looks like: (reminds you that it is falling into something)
- In a graph of f(y) vs. y, we have fβ²(y0)<0.
-
Asymptotically unstable (source):
- y0 is an asymptotically unstable equilibrium if any solution with initial condition sufficiently close to y0 tends torward y0 as t decreases.
- The phase line looks like this: [βy0β] β§y0β¨
- Graph looks like: ( reminds you that it is coming from one place)
- In f(y) vs. y graph, we have fβ²(y0)>0.
-
Semistable:
- y0 is an asymptotically semistable equilibrium if it doesn't fit the category of a sink or source \item Phase Line looks like this: [βy0β] β§y0β§or [βy0β] β¨y0β¨
- Graph looks like:
Example 2.7.8. Drawing solution from the f(y) vs. y graph).
Consider the equation \(\frac{dy}{dt}=y^{2}+y-6=(y+3)(y-2)\text{.}\)
The phase line is \(\left[\oplus2\ominus-3\oplus\right]\) \(\begin{array}{c} \wedge\\ 2\\ \vee\\ -3\\ \wedge \end{array}\)
How can these be classified?
Example 2.7.9. (Using f(y)).
We can figure out classification directly from the graph of \(f(y)\text{.}\)

Example 2.7.10.
Suppose we only know the graph of \(f(y)\) not the actual formula.
.png)
Then draw phase line : \(\left[\ominus c\oplus b\ominus a\oplus\right]\) \(\begin{array}{c} \vee\\ c\\ \wedge\\ b\\ \vee\\ a\\ \wedge \end{array}\) Now sketch some solution curves.