Table of Contents
Differential Equations
channel logo

Courses

  1. Linear Algebra
  2. Multivariable Calculus
  3. Differential Equations
  4. Miscellaneous Topics

Differential Equations

  1. Introduction
    1. Notation and Definitions
    2. Verifying Solutions
    3. Initial Values Problems
  2. First Order Differential Equations
    1. Direction Fields
    2. Equilibria, Stability, and Phase Lines
    3. Separable Equations
    4. Integrating Factor
    5. Bernoulli Equations and Substitutions
    6. Exact Equations
    7. Exact Equations with Integrating Factor
    8. Euler's Method
    9. Existence and Uniqueness
    10. Interval of Validity
    11. Applications
      1. Radioactive Decay and Population Growth
      2. Mixing Tank Problem
      3. Terminal Velocity
      4. Continuous Compound Interest
  3. Wrońskian
  4. Second Order Differential Equations
    1. $ay''+by'+cy = 0$
      1. Distinct Real Roots
      2. Repeated Real Root
      3. Imaginary Roots
    2. Spring-Mass-Damper
      1. Equivalent RLC Circuit
      2. Underdamped, Overdamped, Critically Damped
      3. Undamped Oscillations and Resonance
    3. Method of Undetermined Coefficients
    4. Reduction of Order
    5. Variation of Parameters
    6. Cauchy-Euler Equations
  5. Laplace Transform
    1. Lookup Table and WolframAlpha
  6. Systems of ODEs
    1. Simplest Case $\begin{bmatrix}x' \\ y'\end{bmatrix} = \begin{bmatrix}a & b \\ c & d \end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}$
      1. Poincaré Diagram
  7. Preview of Dynamical Systems
    1. Self-Study
    2. Rössler Attractor

Additional Resources

  1. WolframAlpha Examples
  2. Direction Field Plotter by Ariel Barton
  3. Phase Plane Plotter by Ariel Barton


NARROW DISPLAY WARNING


You are most likely using a tablet or mobile device in portrait orientation. This website is best viewed using a typical computer screen with the browser window maximized.

Viewing this website in portrait orientation can cause problems with equations being longer than the screen width (you can scroll to the right), images being poorly sized, and the font size of maths text being much smaller than regular text. If your only option is a tablet or mobile device, your viewing experience will be better if you view this website in landscape orientation. You might need to refresh the page to fix any problems after rotating.

Equilibria, Stability, and Phase Lines | youtube icon Topic Playlist

First order ordinary differential equations that are autonomous can have equilibria points where a constant value is a solution to the differential equation. The long term behaviour of solutions to the ODE can be determined by drawing a phase line and analysing the stability of the equilibrium points. Equilibrium points can be stable, unstable, or semistable.

Equilibria of Autonomous ODEs | youtube icon Explanation Video

An autonomous first order ODE is when $y'(t)$ is only dependent on $y(t)$ and $t$ does not explicitly appear in the ODE.

Examples of autonomous ODEs are,

\begin{equation} y'=y+3 \qquad y' = y^{2} \qquad y'=y(4-y) \qquad y'=f(y) \end{equation}

An equilibrium point is a value of $y$ that makes $y' = 0$. That constant value of $y$ will be a solution of of the ODE. The value of $y$ will neither increase nor decrease, hence the name equilibrium point.

ODE Equilibria
$y'=y+3$ $y=-3$
$y' = y^{2}$ $y=0$
$y'=y(4-y)$ $y=0,4$
$y'=f(y)$ All $y$ values where $f(y)=0$

Stability of Equilibria | youtube icon Explanation Video

Equilibria of an autonomous first order ODE also have a stability type. An equilibrium point can be stable, unstable, or semistable.

In this example, the equilibrium point $y=3$ is unstable because all nearby solutions diverge away from $y=3$. The equilibrium point $y=0$ is semistable because all nearby solutions above $y=0$ converge to $y=0$ and all solution below $y=0$ diverge from $y=0$. The equilibrium point $y=-2$ is stable because all nearby solutions converge towards $y=-2$.

slope field with phase line

Another way to determine stability is to plot $y'=f(y)$ versus $y$.

phase line graph

Example 1 | youtube icon Solution Video

Find the equilibria and determine the stability of the autonomous ODE.

\begin{equation} y' = 4-y \end{equation}

Example 2 | youtube icon Solution Video

Find the equilibria and determine the stability of the autonomous ODE.

\begin{equation} y' = (y-2)(y+5) \end{equation}

Example 3 | youtube icon Solution Video

Find the equilibria and determine the stability of the autonomous ODE.

\begin{equation} y' = (y+1)^{2}(y-6) \end{equation}

Example 4 | youtube icon Solution Video

Find the equilibria and determine the stability of the autonomous ODE.

\begin{equation} y' = (y+1)(y+2)(y+3) \end{equation}

Example 5 | youtube icon Solution Video

Find the equilibria and determine the stability of the autonomous ODE.

\begin{equation} y' = y^{3}(y-2)^{2}(y-3)^{3} \end{equation}