Few Well Known Pdes
Few Well Known Pdes
Introduction
LESSON 1
Introduction to Partial Differential
Equations
~ ~~~ ~~ ~ ~
u(rJ8,t)depends on r, 8, and t.
4 introduction
1. Separation of Variables. This technique reduces a PDE in n variables
to n ODES.
2. Integral Transforms. This procedure reduces a PDE in n independent
variables to one in n - 1 variables; hence, a PDE in two variables could
be changed to an ODE.
3. Change of Coordinates. This method changes the original PDE to an
ODE or else another PDE (an easier one) by changing the coordinates
of the problem (rotating the axis and things like that).
4. Transformation of the Dependent Variable. This method transforms
the unknown of a PDE into a new unknown that is easier to find.
5 . Numerical Methods. These methods change a PDE to a system of
difference equations that can be solved by means of iterative techniques
on a computer; in many cases, this is the only technique that will work.
In addition to methods that replace PDEs by difference equations, there
are other methods that attempt to approximate solutions by polynomial
surfaces (spline approximations).
6 . Pertubation Methods. This method changes a nonlinear problem into
a sequence of linear ones that approximates the nonlinear one.
7. Impulse-response Technique. This procedure decomposes initial and
boundary conditions of the problem into simple impulses and finds the
response to each impulse. The overall response is then found by adding
these simple responses.
8. Integral Equations. This technique changes a PDE to an integral equa-
tion (an equation where the unknown is inside the integral). The integral
equation is then solved by various techniques.
9. Calculus of Variations Methods. These methods find the solution to
PDEs by reformulating the equation as a minimization problem. It turns
out that the minimum of a certain expression (very likely the expression
will stand for total energy) is also the solution to the PDE.
10. Eigenfunction Expansion. This method attempts to find the solution
of a PDE as an infinite sum of eigenfunctions. These eigenfunctions are
found by solving what is known as an eigenvalue problem corresponding
to the original problem.
Kinds of PDEs
Partial differential equations are classified according to many things. Classifiz
cation is an important concept because the general theory and methods
of solution usually apply only to a given class of equations. Six basic classifi-
cations are
1. Order ofthe PDE. The order of a PDE is the order of the highestpartial
derivative in the equation, for example,
(1.1)
1 Au,, + . _ + Dux
Bu,~,+ Cu,, + Eu, + Fu = G I
where A, B, C, D, E, F, and G can be constants or given functions of
x and y ; for example,
6 Introduction
Examples.
(a) u, = u, BZ - 4AC = 0 (parabolic)
NOTES
1. In general, B2 - 4AC is a function of the independent variables; hence, an
equation can change from one basic type to another throughout the domain
of the equation (although it’s not common).
2. The general linear equation (1.1) was written with independent variables
x and y. In many problems, one of the two variables stands for time and
hence would be written in terms of x and t.
3. A general classification diagram is given in Figure 1.1.
Order
Kinds of coefficients
(linear equations)
Homogeneity Nonhomogeneous
(linear equations)
(linear equations)
1. Classify the following equations according to all the properties we've dis-
cussed in Figure 1.1:
2. How many solutions to the PDE u, = u,, can you find? Try solutions of the
form u(x,t) = em b r . +
Can you solve this equation? (Find all functions u ( x , y ) that satisfy it.)
5. What about the PDE
Can you find all solutions u ( x , y ) to this equation? (How many are there?)
How does this compare with an ODE like
OTHER READING
1. Elementary Partial Differential Equations by P. W. Berg and J. L. McGregor. Holden-
Day, 1966. Clearly written with several n i E goblems; a nice book to own.
2. Analysis and Solution of Partial Differential Equations by R. L . Street. Brooks-Cole, 1973.
A well-written text covering many of the topics we will cover in this book.
8 Introduction