Classification of Differential Equations: Jim Lambers MAT 285 Spring Semester 2012-13 Lecture 4 Notes
Classification of Differential Equations: Jim Lambers MAT 285 Spring Semester 2012-13 Lecture 4 Notes
Classification of Differential Equations: Jim Lambers MAT 285 Spring Semester 2012-13 Lecture 4 Notes
MAT 285
Spring Semester 2012-13
Lecture 4 Notes
• 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.
,
where k is a constant, is an example of a partial differential equation, as its solution u(x,t) is a
function of two independent variables, and the equation includes partial derivatives with
respect to both variables. 2
• The order of a differential equation is the order of the highest derivative of any unknown
function in the equation. Example The differential equation
where a and b are constants, is a first-order differential equation, as only the first derivative of
the solution y(t) appears in the equation. On the other hand, the ODE
y00 + 3y0 + 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.
are examples of linear differential equations. Note that coefficients of these equations may be
functions of the independent variable t, but not of the dependent variable y. On the other
hand, the PDE known as Burger’s equation,
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
values 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.
Order of a Differential Equation
The number of the highest derivative in a differential equation. A differential equation of order 1
is called first order, order 2 second order, etc.
Example: The differential equation y" + xy' – x3y = sin x is second order since the highest
derivative is y" or the second derivative.