Skip to main content
Mathematics LibreTexts

0.3: Classification of Differential Equations

  • Page ID
    74192
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    There are many types of differential equations, and we classify them into different categories based on their properties. Let us quickly go over the most basic classification. We already saw the distinction between ordinary and partial differential equations:

    • Ordinary differential equations or (ODE) are equations where the derivatives are taken with respect to only one variable. That is, there is only one independent variable.
    • Partial differential equations or (PDE) are equations that depend on partial derivatives of several variables. That is, there are several independent variables.

    Let us see some examples of ordinary differential equations: \[\begin{align}\begin{aligned} & \frac{d y}{dt} = ky , & & \text{(Exponential growth)} \\ & \frac{d y}{dt} = k(A-y) , & & \text{(Newton's law of cooling)} \\ & m \frac{d^2 x}{dt^2} + c \frac{dx}{dt} + kx = f(t) . & & \text{(Mechanical vibrations)}\end{aligned}\end{align} \nonumber \] And of partial differential equations: \[\begin{align}\begin{aligned} & \frac{\partial y}{\partial t} + c \frac{\partial y}{\partial x} = 0 , & & \text{(Transport equation)} \\ & \frac{\partial u}{\partial t} = \frac{\partial^2 u}{\partial x^2} , & & \text{(Heat equation)} \\ & \frac{\partial^2 u}{\partial t^2} = \frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} . & & \text{(Wave equation in 2 dimensions)}\end{aligned}\end{align} \nonumber \]

    If there are several equations working together, we have a so-called system of differential equations. For example, \[y' = x , \qquad x' = y \nonumber \] is a simple system of ordinary differential equations. Maxwell's equations for electromagnetics, \[\begin{align}\begin{aligned} & \nabla \cdot \vec{D} = \rho, & & \nabla \cdot \vec{B} = 0 , \\ & \nabla \times \vec{E} = - \frac{\partial \vec{B}}{\partial t}, & & \nabla \times \vec{H} = \vec{J} + \frac{\partial \vec{D}}{\partial t} ,\end{aligned}\end{align} \nonumber \] are a system of partial differential equations. The divergence operator \(\nabla \cdot\) and the curl operator \(\nabla \times\) can be written out in partial derivatives of the functions involved in the \(x\), \(y\), and \(z\) variables.

    The next bit of information is the order of the equation (or system). The order is simply the order of the largest derivative that appears. If the highest derivative that appears is the first derivative, the equation is of first order. If the highest derivative that appears is the second derivative, then the equation is of second order. For example, Newton’s law of cooling above is a first order equation, while the mechanical vibrations equation is a second order equation. The equation governing transversal vibrations in a beam, \[a^4 \frac{\partial^4 y}{\partial x^4} + \frac{\partial^2 y}{\partial t^2} = 0, \nonumber \] is a fourth order partial differential equation. It is fourth order as at least one derivative is the fourth derivative. It does not matter that the derivative in \(t\) is only of second order.

    In the first chapter, we will start attacking first order ordinary differential equations, that is, equations of the form \(\frac{dy}{dx} = f(x,y)\). In general, lower order equations are easier to work with and have simpler behavior, which is why we start with them.

    We also distinguish how the dependent variables appear in the equation (or system). In particular, we say an equation is linear if the dependent variable (or variables) and their derivatives appear linearly, that is only as first powers, they are not multiplied together, and no other functions of the dependent variables appear. In other words, the equation is a sum of terms, where each term is some function of the independent variables or some function of the independent variables multiplied by a dependent variable or its derivative. Otherwise, the equation is called nonlinear. For example, an ordinary differential equation is linear if it can be put into the form \[\label{eq:2} a_n(x) \frac{d^n y}{dx^n} + a_{n-1}(x) \frac{d^{n-1} y}{dx^{n-1}} + \cdots + a_{1}(x) \frac{dy}{dx} + a_{0}(x) y = b(x) . \] The functions \(a_0\), \(a_1\), …, \(a_n\) are called the coefficients. The equation is allowed to depend arbitrarily on the independent variable. So \[\label{eq:3} e^x \frac{d^2 y}{dx^2} + \sin(x) \frac{d y}{dx} + x^2 y = \frac{1}{x} \] is still a linear equation as \(y\) and its derivatives only appear linearly.

    All the equations and systems above as examples are linear. It may not be immediately obvious for Maxwell’s equations unless you write out the divergence and curl in terms of partial derivatives. Let us see some nonlinear equations. For example , \[\frac{\partial y}{\partial t} + y \frac{\partial y}{\partial x} = \nu \frac{\partial^2 y}{\partial x^2} , \nonumber \] is a nonlinear second order partial differential equation. It is nonlinear because \(y\) and \(\frac{\partial y}{\partial x}\) are multiplied together. The equation \[\label{eq:4} \frac{dx}{dt} = x^2 \] is a nonlinear first order differential equation as there is a second power of the dependent variable \(x\).

    A linear equation may further be called homogenous if all terms depend on the dependent variable. That is, if no term is a function of the independent variables alone. Otherwise, the equation is called homogeneous or inhomogeneous. For example, the exponential growth equation, the wave equation, or the transport equation above are homogeneous. The mechanical vibrations equation above is nonhomogeneous as long as \(f(t)\) is not the zero function. Similarly, if the ambient temperature \(A\) is nonzero, Newton’s law of cooling is nonhomogeneous. A homogeneous linear ODE can be put into the form \[a_n(x) \frac{d^n y}{dx^n} + a_{n-1}(x) \frac{d^{n-1} y}{dx^{n-1}} + \cdots + a_{1}(x) \frac{dy}{dx} + a_{0}(x) y = 0 . \nonumber \] Compare to \(\eqref{eq:2}\) and notice there is no function \(b(x)\).

    If the coefficients of a linear equation are actually constant functions, then the equation is said to have constant coefficients. The coefficients are the functions multiplying the dependent variable(s) or one of its derivatives, not the function \(b(x)\) standing alone. A constant coefficient nonhomogeneous ODE is an equation of the form \[a_n \frac{d^n y}{dx^n} + a_{n-1} \frac{d^{n-1} y}{dx^{n-1}} + \cdots + a_{1} \frac{dy}{dx} + a_{0} y = b(x) , \nonumber \] where \(a_0, a_1, \ldots, a_n\) are all constants, but \(b\) may depend on the independent variable \(x\). The mechanical vibrations equation above is a constant coefficient nonhomogeneous second order ODE. The same nomenclature applies to PDEs, so the transport equation, heat equation and wave equation are all examples of constant coefficient linear PDEs.

    Finally, an equation (or system) is called autonomous if the equation does not depend on the independent variable. For autonomous ordinary differential equations, the independent variable is then thought of as time. Autonomous equation means an equation that does not change with time. For example, Newton’s law of cooling is autonomous, so is equation \(\eqref{eq:4}\). On the other hand, mechanical vibrations or \(\eqref{eq:3}\) are not autonomous.


    0.3: Classification of Differential Equations is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?