Classification of Differential Equations
Classification of Differential Equations
MAT 285
Spring Semester 2012-13
Lecture 4 Notes
• An ordinary differential equation, or ODE, is an equation that depends on one or more deriva-
tives of functions of a single variable. Differential equations given in the preceding examples
are all ordinary dfiferential equations, and we will consider these equations exclusively in this
course.
• A partial differential equation, or PDE, is an equation that depends on one or more partial
derivatives of functions of several variables. In many cases, PDE are solved by reducing to
multiple ODE.
• The order of a differential equation is the order of the highest derivative of any unknown
function in the equation.
y 00 + 3y 0 + 2y = 0
is a second-order differential equation, whereas the PDE known as the beam equation
ut = uxxxx
• A differential equation is linear if any linear combination of solutions of the equation is also
a solution of the equation. A differential equation that is not linear is said to be nonlinear.
1
Nonlinear equations are, in general, very difficult to solve, so in many cases one approximates
a nonlinear equation by a linear equation, called a linearization, that is more readily solved.
ut + uux = 0,
A differential equation of any type, in conjunction with any other information such as an
initial condition, is said to describe a well-posed problem if it satisfies three conditions, known as
Hadamard’s conditions for well-posedness:
• The unique solution depends continuously on the problem data, which may include initial val-
ues or coefficients of the differential equation. That is, a small change in the data corresponds
to a small change in the solution.
Unfortunately, problems can easily fail to be well-posed by not satisfying any of these conditions.
However, in this course we will learn to solve a variety of initial value problems that are well-posed.