First-order partial differential equations may be analyzed (and sometimes, even solved) by using the Method of Characteristics. We consider a family of curves, along which the solution to the partial differential equation is constant. (At least, intuitively.)
When we cannot solve a first-order PDE, we can still extract useful information about it using the method of characteristics. This post will just give some intuition and basic algorithms for the linear case, and generalize it to the semilinear and quasilinear cases.
Linear Partial Differential Equations
Example 1. Suppose we are working in 2-dimensions and we have a first-order partial differential equation, say the transport equation:
We could consider a curve
In particular, observe that
Example 1'. Let's try solving the transport equation with a different scheme. Let's try to change coordinates to make the transport equation of the form
Step 1: Find direction.
We want
Step 2: Construct axes.
We then want to use
The
Step 3: Cleaning up.
Along the
If we change coordinates, then we have
Yes, progress! Because we have discovered what
Our partial differential equation becomes
Example 2. Let's consider a harder PDE, with variable coefficients:
- Geometrically, find curves
and such that is our original PDE; or - Algorithmically change variables, so we have
and such that we choose to satisfy identically, and is whatever works, so our PDE becomes .
The algorithm changes slightly, because now we have variable coefficients, but it is morally the same.
Step 1. Find the direction
Step 2. Since
Step 3. Set
If you look back at example 1', you'll see that
So how do these two methods relate to each other? Well, if we parametrize
More general case with variable coefficients. If we have something of the form
Semilinear Equations
For a semilinear PDE of the form
Our PDE along this curve is then such that
Quasilinear Equations
For a quasilinear PDE of the form
Example 3. Consider the nonlinear transport equation (where wave-speed is the magnitude of the wave):
Exercise 1. Plug in this "solution"
References
- Walter Strauss, Partial Differential Equations: An Introduction.
- Julie Levandosky, First-Order Equations: Method of Characteristics. Handout, Stanford University, Math 220A, Fall 2002.