MyPhysicsLab – Classifying Differential Equations

When you study differential equations, it is kind of like botany.  You learn to look at an equation and classify it into a certain group.  The reason is that the techniques for solving differential equations are common to these various classification groups.  And sometimes you can transform an equation of one type into an equivalent equation of another type, so that you can use easier solution techniques.  Here then are some of the major classifications of differential equations:

First Order, Second Order, etc.

The order of a differential equation is equal to the highest derivative in the equation.

x' = 1/x  is first-order

x'' = -x  is second-order

x'' + 2x' + x = 0  is second-order

Linear vs. Non-linear

In math and physics, "linear" means "simple" and "non-linear" means "complicated". The theory for solving linear equations is very well developed because it is simple enough to be able to solve. Non-linear equations can in general not be solved exactly and are the subject of much on-going research. Here is a brief description of how to recognize a linear equation.

Recall that the equation for a line is

y = m x + b

where m, b are constants (m is the slope, and b is the y-intercept).  In a differential equation, when the variables and their derivatives are only multiplied by constants, then the equation is linear.  The variables (and their derivatives) must always appear as a simple first power. Here are some examples.

x'' + x = 0  is linear

x'' + 2x' + x = 0  is linear

x' + 1/x = 0  is non-linear because 1/x is not a first power

x' + x2 = 0  is non-linear because x2 is not a first power

x'' + sin(x) = 0  is non-linear because sin(x) is not a first power

x x' = 1  is non-linear because x' is not multiplied by a constant

Similar rules apply to multiple variable problems.

x' + y' = 0  is linear

x y' = 1  is non-linear because y' is not multiplied by a constant

Note, however, that an exception is made for the time variable t (ie. the variable that we are differentiating by).  We can have any function of t appear in the equation, but still have an equation that is linear in x.

x'' + 2x' + x = sin(t)  is linear in x

x' + t2x = 0  is linear in x

Homogeneous vs. Non-homogeneous

These are fancy terms that boil down to the following:  whether there is a term just involving only time, t (shown on the right hand side in equations below).

x'' + 2x' + x = 0  is homogeneous

x'' + 2x' + x = sin(t)  is non-homogeneous

x' + t2x = 0  is homogeneous

x' + t2x = t + t2  is non-homogeneous

The non-homogeneous part of the equation is the term that involves only time (shown on the right hand side in equations above).  It usually corresponds to a forcing term in the physical model.  For example, in a driven pendulum it would be the motor that is driving the pendulum.