Differential Equations
ODE fundamentals — order, linearity, homogeneity, and solving separable first-order equations.
A differential equation relates a function to its derivatives with respect to independent variables. The general form of a linear ODE is
Order – the degree of the highest derivative
Ordinary – a function with only one variable
Partial – a function under multiple variables
ODE – “Ordinary Differential Equation”
Linear – every derivative appears to the first power
Homogeneous – ; every term involves or its derivatives
First Order ODE
An Ordinary Differential Equation is an equation with derivatives taken with respect to one variable.
The Picard-Lindelöf Theorem guarantees that a unique solution exists for an initial value problem as long as the function and its partial derivative with respect to are continuous in a neighborhood of the initial condition.
Linear ODE
A first order linear ODE generally follows the structure
where and its derivatives each appear to the first power.
An algebraic linear equation:
A differential linear equation:
Therefore is linear while is not linear.
Homogeneity
A linear ODE is homogeneous when — that is, every term on the left-hand side involves or one of its derivatives, and there is no standalone function of .
The following is homogeneous:
The following is non-homogeneous because of the constant term :
Separable ODE
Whenever a Linear First Order Differential Equation is Homogeneous, the equation can be separated. An ODE expressed in the form
can be decomposed into
which reduces to
Example:
The ability to separate variables and integrate both sides independently is what makes these first-order homogeneous linear ODEs the most approachable starting point. From here, techniques like integrating factors and variation of parameters extend the same ideas to non-homogeneous and higher-order equations.