Classification of Differential Equations

 

Recall that a differential equation is an equation (has an equal sign) that involves derivatives.  Just as biologists have a classification system for life, mathematicians have a classification system for differential equations.  We can place all differential equation into two types:  ordinary differential equation and partial differential equations.

A partial differential equation is a differential equation that involves partial derivatives.

An ordinary differential equation is a differential equation that does not involve partial derivatives.

Examples

        d2y         dy                
                +                =  3xsin y              
         dx2         dx

     is an ordinary differential equation since it does not contain partial derivatives.

 

       

    is a partial differential equation, since y is a function of the two variables x and t and partial derivatives are present.

 

In this course we will focus on only ordinary differential equations.

Another way of classifying differential equations is by order.  Any ordinary differential equation can be written in the form 

        F(x,y,y',y'',...,y(n)) = 0

by setting everything equal to zero.

The order of a differential equation is the highest derivative that appears in the above equation.

Examples

        d2y         dy                
                +                =  3xsin y              
         dx2         dx

is a second order differential equation, since a second derivative appears in the equation.

        3y4y''' - x3y' + exyy  =  0 

is a third order differential equation.

 

Once we have written a differential equation in the form 

                F(x,y,y',y'',...,y(n)) = 0

We can talk about whether a differential equation is linear or not.  

We say that the differential equation above is a linear differential equation if 

       

for all i and j.  Any linear ordinary differential equation of degree n can be written as 

        a0(x)y(n) + a1(x)y(n-1) + ... + an-1(x)y' + an(x)y  =  g(x)

 

Examples

        3x2y'' + 2ln(x)y' + ex y  =  3xcos x

is a second order linear ordinary differential equation.

        4yy''' - x3y' + cos y = e2x

is not a linear differential equation because of the 4yy''' and the cos y terms.

 

Nonlinear differential equations are often very difficult or impossible to solve.  One approach getting around this difficulty is to linearize the differential equation.  

Example

y'' + 2y' + ey  =  x 

is nonlinear because of the ey term.  However

        ey = 1 + y + y2/2 + y3/6 + ... 

We can approximate this by 

        1 + y

We instead solve the much easier linear differential equation 

y'' + 2y' + 1 + y  =  x 

 

We say that a function f(x) is a solution to a differential equation if plugging in f(x) into the equation makes the equation equal.

Example

Show that 

        f(x) = x + e2x 

is a solution to 

        y'' - 2y' = -2

Solution

Taking derivatives:

        f'(x) = 1 + 2e2x  ,        f''(x) = 4e2x 

Now plug in to get

        4e2x - 2(1 + 2e2x)  =  4e2x - 2 - 4e2x   =  -2  

Hence it is a solution

 

Two questions that we will be asking repeatedly of a differential equation in this course are 

  1. Does that exist a solution to the differential equation?
  2. Is the solution given unique?

In the example above, the answer to the first question is yes since we verified that 

        f(x) = x + e2x

is a solution.  However, the answer to the second question is no. It can be verified that

        s(x)  =  4 + x

is also a solution.

 


Back to the First Order Differential Equations Home Page

Back to the Differential Equations Home Page

Back to the Math Department Home Page

e-mail Questions and Suggestions