Lecture 1: Introduction To Pdes
Lecture 1: Introduction To Pdes
Disclaimer: These notes have not been subjected to the usual scrutiny reserved for formal
publications. They may be distributed outside this class only with the permission of the
Instructor.
Textbook: We will follow this lecture notes, which is based on (Strauss). Since the
material is very basic, I also recommend several other textbooks. during the class, I will
write on the pdf files and the annotated versions of the pdf file will be uploaded to canvas.
1. (Strauss), Partial Differential Equations, An introduction, by Walter A.
Strauss. This is the textbook used by most of top/good universities for the undergrad-
uate PDE course.
Both 1st and 2nd editions are fine (they are quite similar). I have reserved 3 copies of the
book in the library. Selected solutions can be found online. Cheap copies (english version
imported by Chinese publishing house) can be bought from mainland online websites. You
can also buy used copies online from overseas. Or ask senior students.
2. (Logan), Applied Partial Differential Equations, Third Edition, Springer, by
J. David Logan. Selected solutions of the exercises are also available.
3. (Olver), Peter J. Olver, Introduction to Partial Differential Equations, Springer
4. (Essential), David F. Griffiths, John W. Dold, David J. Silvester, Essential
Partial Differential Equations, Springer.
Books 2,3, and 4 are published by Springer and we have free access to them. I have uploaded
them to canvas. Since we are studying the very basic PDEs, although we use the Strauss as
our main reference, I will point out the sections and chapters in the other 3 books for the
material we will study.
Weights for the final letter grade: 21% Midterm, 9% HWs (3% each), and 70% Final.
1-1
1-2 Lecture 1: Introduction to PDEs
Study Plan. We have 13 teaching weeks. But We will miss one week due to public holiday
and one week due to midterm. Thus we will have 11 teaching weeks. Here is the plan.
1. Introduction to PDEs. Transport equation. IC and BC. Classification of 2nd order PDEs.
2. Wave equation. Cauchy problem
3. Wave equation. Separation of Variables
4. Heat Equation. Cauchy Problem
5. Heat Equation. Separation of Variables, Maximum principle, Stability
6. Fourier Series I
7. Fourier Series II
8. Poisson equation. Maximum principle, Separation of Variables
9. Poisson equation. Poisson’s formula. Dirichlet’s Principle. Green’s first identity
10. Green’s Functions
11. Fourier Transform
Lecture 1: Introduction to PDEs 1-3
∂
∂i u = ∂xi u = u, 1 ≤ i ≤ n,
∂xi
∂ 2u
∂ij u = ∂i ∂j u = , 1 ≤ i, j ≤ n.
∂xi ∂xj
for some function F . Here N is called the order of the PDE. N is the maximum number of
derivatives appearing in the equation. If f = 0, the PDE is homogeneous. Otherwise, it is
inhomogeneous.
A solution of PDE is a function u(x1 , · · · , xn ) that satisfies the equation identically, at least
in some region of coordinate variables.
∂t u + 2(1 + x2 )∂x3 u + u = t
Lu = f (x1 , · · · , xn )
det(D2 u) = f
The relation between the homogeneous PDE and the inhomogeneous PDE is stated as follows.
Lecture 1: Introduction to PDEs 1-5
Proposition 1.1.2 Let A be the set of all solutions to the homogeneous linear PDE
Lu = 0,
Lu = f.
Then the set of all solutions to the inhomogeneous equation is the translation of A by u0 ,
{u0 + u : u ∈ A}.
The statement above is quite similar that for solving linear algebraic equations.
We recall the way to solve ODE.
Consider a fluid flowing at a constant rate c along a horizontal pipe of fixed cross section in the
positive x direction. A substance is suspended in the water. Let u(x, t) be its concentration
Rb
at time t. The amount of pollutant in the interval [0, b] at the time t is M = 0 u(x, t)dx.
At the later time t + h, the same molecules of pollutant have moved to the right by c · h.
Hence Z b Z b+ch
M= u(x, t)dx = u(x, t + h)dx.
0 ch
1-6 Lecture 1: Introduction to PDEs
0 = cux + ut .
This is a first order PDE. Its general form, the transport equation, takes
(∂x u, ∂y u) · (a, b) = 0,
or equivalently the gradient (∂x u, ∂y u) is perpendicular to the vector (a, b). Thus, the deriva-
tive of u in the direction (a, b) is 0, which implies that u is constant along lines pointing
in the direction of (a, b). The slope of such a line is ab . Therefore, every such line can be
described as the set of solutions to bx − ay = c with c ∈ R. Since u is constant along these
lines, we know that u is a “function that depends only on the line c”. Therefore
x0 = ax + by, y 0 = bx − ay.
ux = aux0 + buy0
and
uy = bux0 − auy0 .
Lecture 1: Introduction to PDEs 1-7
Hence
aux + buy = (a2 + b2 )ux0 .
Since a2 + b2 6= 0, the equation takes the form ux0 = 0 in the new (primed) variables. Thus
the solution is u = f (y 0 ) = f (bx − ay) with f an arbitrary function of one variable.
In order to provide more details about u, we set for example u(x, 0) = x2 , then
x2 = f (bx).
Thus
f (c) = b−2 c2 ,
and
u(x, y) = (x − b−1 ay)2 .
Example 1.2.1 Solve the PDE 4ux − 3uy = 0, together with the auxiliary condition that
u(0, y) = y 3 .
By (1.2.1), the solution takes the form u(x, y) = f (−3x − 4y). Setting x = 0 yields the
equation y 3 = f (−4y). Changing of variables gives f (y) = −y 3 /64. Thus
Consider
y∂x u + x∂y u = 0.
Let X denote a point X = (x, y), and let V denote the vector V = (y, x). Using vector
calculus notation, the equation above can be written as ∇(x,y) u(X)·V = 0, i.e., the derivative
of u at X in the direction of V is 0. Thus, that equation implies that u is constant along
the curve C passing through X that points in the same direction as V . This vector can
be viewed as a line segment with slope xy . Therefore, if the curve C is parameterized by
dy
x 7→ (x, y(x)), where we are viewing y as a function of x along C, then C has slope dx , and
y(x) is therefore a solution to the following ODE:
dy x
= ,
dx y
These curves are called the characteristic curves. As C is changed, the curves fill out the xy
plane perfectly without intersecting. On each of the curves u(x, y) is a constant because
d √ x 1
u(x, x2 + 2C) = ∂x u + √ ∂y u = (y∂x u + x∂y u) = 0.
dx x2 + 2C y
√ √ 2 2
Thus u(x, x2 + 2C) = u(0, 2C) is independent of x. Putting C = y −x
2
, we have
p
u(x, y) = u(0, y 2 − x2 ).
It follows that p
u(x, y) = f ( y 2 − x2 ).
dy
= y,
dx
and hence y(x) = Cex for some constant C. On each of the curves u(x, Cex ) is a constant
def
and u(x, Cex ) = u(0, Ce0 ) = u(0, C) = f (C). Therefore we have
Since u(0, y) = y 3 , there follows f (y) = y 3 . Thus u(x, y) = (e−x y)3 = e−3x y 3 .
dy
(2): The characteristic curves satisfy the ODE dx = 2xy 2 /1 = 2xy 2 . Solving this ODE gives
y = (C − x2 )−1 . Again u(x, y) is a constant on each such curve. So u(x, y) = f (C), where f
is an arbitrary function. Therefore the general solution is obtained by writing
C = x2 + y −1 ,
u(x, t0 ) = φ(x),
where φ(x) is a given function. For the wave equation there is a pair of initial conditions
Each is to hold for all t and for x belonging to the boundary ∂Ω. In one-dimensional problems
where Ω is just an interval 0 < x < l, the boundary consists of just two endpoints, and these
boundary conditions take the simple form
and similarly for the Robin condition. If g and h are equal to zero, the boundary condition
is called homogeneous. Otherwise, it is called inhomogeneous.
A major goal of modeling is to answer this question. There is no general recipe for answering
it!
One of main goals of PDE theory is to figure out which kind of data lead to a unique solution.
It is not always obvious which kind of data we are allowed to specify in order to solve the
equation. When we have a PDE and a notion of data such that the data always lead to
a unique solution, and the solution depends “continuously” on the data, we say that the
problem is well-posed. Three key questions of a PDE:
• Continuous dependence: What happens if we slightly vary the data? Does the solution
then also vary only sightly?
Sect 1.6 of Strauss, see also section 1.9 of Logan, 4.2 of essential
Let’s consider the PDE
uxx + uyy + · · · = 0.
uxx − uyy + · · · = 0.
uxx + · · · = 0.
For simplicity, let’s suppose that a11 = 1 and a1 = a2 = a0 = 0. By completing the square,
we then have
(∂x + a12 ∂y )2 + (a22 − a212 )∂y2 u = 0.
1-12 Lecture 1: Introduction to PDEs
p
In the elliptic case, a212 < a22 . Let b = a22 − a212 > 0. Introduce the new variables ξ and η
by
x = ξ, y = a12 ξ + bη.
Then ∂ξ = ∂x + a12 ∂y , ∂η = b∂y , so that the equation becomes
∂ξ2 u + ∂η2 u = 0,
which is Laplace’s.