Lecture 09
Lecture 09
MATH S-21A
Lecture
9.1. Functions of several variables can be differentiated with respect to each variable:
∂
9.2. The short hand notation fx (x, y) = ∂x f (x, y) is convenient. When iterating
∂ ∂
derivatives, the notation is similar: we write for example fxy = ∂x ∂y
f . The num-
ber fx (x0 , y0 ) gives the slope of the graph sliced at (x0 , y0 ) in the x direction. The
second derivative fxx is a measure of concavity in that direction. The meaning of fxy
is the rate of change of the x-slope if you move the cut along the y-axis.
9.3. The notation ∂x f, ∂y f was introduced by Carl Gustav Jacobi. Before that, Josef
Lagrange used the term “partial differences”. For functions of three or more variables,
the partial derivatives are defined in the same way. We write for example fx (x, y, z) or
fxxz (x, y, z).
9.4. Proof. Following Euler, we first look at the difference quotients and say that if
the “Planck constant” h is positive, then fx (x, y) = [f (x+h, y)−f (x, y)]/h. For h = 0,
we mean the usual partial derivative fx . Comparing the two sides of the equation for
fixed h > 0 shows:
9.5. Without having taken any limits we established an identity which holds for all
h > 0: the discrete derivatives fx , fy satisfy the relation fxy = fyx for any h > 0. We
could fancy it as ”quantum Clairaut” formula. If the classical derivatives fxy , fyx
are both continuous, it is possible to take the limit h → 0. The classical Clairaut’s
theorem can be seen as a “classical limit”. The quantum Clairaut holds however for
all functions f (x, y) of two variables. Not even continuity is needed. 1
9.6. An equation for an unknown function f (x, y) which involves partial derivatives
with respect to at least two different variables is called a partial differential equa-
tion. We abbreviate PDE. If only the derivative with respect to one variable appears,
it is an ordinary differential equation, abbreviated ODE.
Examples
9.7. For f (x, y) = x4 − 6x2 y 2 + y 4 , we have fx (x, y) = 4x3 − 12xy 2 , fxx = 12x2 −
12y 2 , fy (x, y) = −12x2 y + 4y 3 , fyy = −12x2 + 12y 2 and see that ∆f = fxx + fyy = 0. A
function which satisfies ∆f = 0 is also called harmonic. The equation fxx + fyy = 0
is a PDE:
Definition: A partial differential equation (PDE) is an equation for an
unknown function f (x, y) which involves partial derivatives with respect to more
than one variables.
9.8.
The wave equation ftt (t, x) = fxx (t, x) governs the motion of light or
sound. The function f (t, x) = sin(x − t) + sin(x + t) satisfies the wave
equation.
1For
a full proof of Clairaut’s theorem, see
www.math.harvard.edu/˜knill/teaching/math22a2018/handouts/lecture14.pdf .
The Burgers equation ft + f fx = fxx describes waves at the beach
√ 1 −x2 /(4t)
e
which break. The function f (t, x) = t √t 1 −x2 /(4t) satisfies the Burgers
x
1+ t
e
equation.
i~
The Schrödinger equation ft = f
2m xx
is used to describe a quan-
~ 2
tum particle of mass m. The function f (t, x) = ei(kx− 2m k t) solves the
Schrödinger equation. [Here i2 = −1 is the imaginary i and ~ is the
Planck constant ~ ∼ 10−34 Js.]
Can you match the graphs f (t, x) with the equations which satisfy this equation?
9.9. In all examples, we just see one possible solution to the partial differential equa-
tion. There are in general many solutions and additional initial or boundary conditions
then determine the solution uniquely. If we know f (0, x) for the Burgers equation, then
the solution f (t, x) is determined.
Multivariable Calculus
Homework
This homework is due on Tuesday, 7/14/2020.
sin(t+x)
Problem 9.1: Verify that f (t, x) = cos2 (t + x) + ee is a solution
of the transport equation ft (t, x) = fx (t, x).
Problem 9.3: Verify that for any real constant b, the function
−bt
f (x, t) = e cos(x + t) satisfies the driven transport equation ft (x, t) =
fx (x, t) − bf (x, t) This PDE is sometimes called the advection equation
with damping b.