126. Differential Equations

A differential equation specifies a relationship between an unknown function and its derivatives

Solving for (an) unknown function(s) that satisfy this relationship

Initial or boundary conditions to select a unique solution

126.0.1. Linearity

The dependent variable and its derivatives each appear only to the first power, are not multiplied together, and are not inside any other function

Example

Linear

Non-Linear

126.0.2. Homogeneity

Example

Homogeneous

Non-Homogeneous

126.0.3. Order & Degree

Example

Order

Degree

126.0.4. Autonomous

The independent variable does not appear explicitly in the equation (rate of change depends only on the dependent variable)

Example
  • Autonomous
  • Non-Autonomous

126.0.5. Ordinary Differential Equation (ODE)

126.0.6. Partial Differential Equation (PDE)

126.0.7. Summary

Example

Non-coupled ODE

Exponential Population Growth

  • : population at time

  • : rate of change of the population at time

  • : growth rate constant

  • : growth contribution proportional to the current population

Example

Coupled ODE

Lotka-Volterra ODEs (predator-prey)

  • = prey population

  • = predator population

  • : The rate of change of the prey population at time

  • : The rate of change of the predator population at time

  • : Prey growth rate — how fast the prey multiply in the absence of predators

  • : Predation rate — how effectively predators consume prey

  • : Predator growth rate — how much predator population increases when consuming prey

  • : Predator death rate — how fast predators die without enough food

  • : prey naturally reproduce at a rate proportional to how many exist now

  • : prey lost to predation, proportional to encounters with predators

  • : predators grow in number based on how much prey they consume

  • : predators die naturally when there isn’t enough food

126.1. Slope Field (Direction Field)

Example

IVP (Initial Value Problem)

Example

IVP (Initial Value Problem)