Linear and Quasi-Linear PDEs
First-order PDEs are usually classified as linear, quasi-linear, or nonlinear. The first two types are discussed in this tutorial.
A first-order PDE for an unknown function
u (x,y) is said to be
linear if it can be expressed in the form
The PDE is said to be
quasilinear if it can be expressed in the form
A PDE which is neither linear nor quasi-linear is said to
nonlinear.
For convenience, the symbols
z,
p, and
q are used throughout this tutorial to denote the unknown function and its partial derivatives.
Here is a linear homogeneous first-order PDE with constant coefficients. |
The equation is linear because the left-hand side is a linear polynomial in
z,
p, and
q. Since there is no term free of
z,
p, or
q, the PDE is also homogeneous.
As mentioned earlier, the general solution contains an arbitrary function C[1] of the argument  .
| Out[5]= |  |
|
This verifies that the solution is correct.
| Out[6]= |  |
|
Particular solutions of the homogeneous PDE are obtained by specifying the function C[1].
| Out[7]= |  |
|
Here is a plot of the surface for this particular solution.
| Out[8]= |  |
|
The
transport equation is a good example of a linear first-order homogeneous PDE with constant coefficients.
In this transport equation, c=1 for convenience.
| Out[9]= |  |
|
Note that the solution to the transport equation is constant on any straight line of the form
y
x+
in the plane. These straight lines are called the
base characteristic curves. The equation
y
x+
defines a plane in three dimensions. The intersections of these planes with the solution surface are called
characteristic curves. Since the characteristic curves are solutions to a system of ODEs, the problem of solving the PDE is reduced to that of solving a system of ODEs for
x (t),
y (t), and
u (t), where
t is a parameter along the characteristic curves. These ODEs are called characteristic ODEs.
The solution to an inhomogeneous PDE has two components: the general solution to the homogeneous PDE and a particular solution to the inhomogeneous PDE.
This is a linear inhomogeneous PDE of the first order. |
The first part of the solution, -10+x+y, is the particular solution to the inhomogeneous PDE. The rest of the solution is the general solution to the homogenous equation.
| Out[11]= |  |
|
Here is a linear homogeneous PDE with variable coefficients.
| Out[13]= |  |
|
This verifies the solution.
| Out[14]= |  |
|
Here is a linear inhomogeneous PDE with variable coefficients. |
The solution is once again composed of the general solution to the homogeneous PDE and a particular solution, Sin[x], to the inhomogeneous PDE.
| Out[16]= |  |
|
Now consider some examples of
first-order quasi-linear PDEs.
This PDE is quasi-linear because of the term z2 on the right-hand side.
| Out[18]= |  |
|
This verifies the solution.
| Out[19]= |  |
|
It can be written using the notation introduced earlier. |
The term
z q makes this equation quasi-linear.
This solves the equation.
| Out[21]= |  |
|
This verifies the solution to Burgers' equation.
| Out[24]= |  |
|
A practical consequence of quasi-linearity is the appearance of shocks and steepening and breaking of solutions. Thus, although the procedures for finding general solutions to linear and quasi-linear PDEs are quite similar, there are sharp differences in the nature of the solutions.