Skip to main content

ODE Review

An ODE is a differential equation of the form

∂y∂t=f(x,y)\frac{\partial{y}}{\partial{t}} = f(x,y)

with initial conditions y(t=0)=y0y(t=0) = y_0 where

  • yy consists of the state variables that are integrated,
  • tt is the time variable,
  • xx are the parameters,
  • ff is the ODE function.

Example​

For example, Newton's law of cooling is

∂T∂t=k(T−T0)\frac{\partial{T}}{\partial{t}}= k(T − T_0)

where

  • TT is the scalar state variable that is being integrated,
  • tt is the time variable,
  • kk and T0T_0 are parameters,
  • k(T−T0)k(T − T_0) is the ODE function.