Subsections


18.6 Classification


18.6.1 Introduction

Classification groups partial differential equations with similar properties together.

One set of partial differential equations that has a unambiguous classification are 2D second order quasi-linear equations:

\begin{displaymath}
a u_{xx} + 2 b u_{xy} + c u_{yy} = d
\end{displaymath}

where $a$ $\vphantom0\raisebox{1.5pt}{$=$}$ $a(x,y,u,u_x,u_y)$, $b$ $\vphantom0\raisebox{1.5pt}{$=$}$ $b(x,y,u,u_x,u_y)$, $c$ $\vphantom0\raisebox{1.5pt}{$=$}$ $c(x,y,u,u_x,u_y)$, and $d$ $\vphantom0\raisebox{1.5pt}{$=$}$ $d(x,y,u,u_x,u_y)$.

The classification for these equations is:


Example

Question: Classify the equation

\begin{displaymath}
y u_{xx} -2 u_{xy} + e^x u_{yy} + u = 3
\end{displaymath}

Solution:

Identify the coefficients and find the discriminant:

\begin{displaymath}
a = y, b = -1, c= e^x \quad\quad\Rightarrow\quad\quad b^2 - ac = 1 - y e^x
\end{displaymath}

So it is parabolic for

\begin{displaymath}
1 - y e^x = 0 \quad\quad\Rightarrow\quad\quad y = e^{-x},
\end{displaymath}

It is elliptic if $y$ is greater than the value above and hyperbolic if $y$ is less.

Graphically:

\begin{displaymath}
\hbox{\epsffile{2dcl.eps}}
\end{displaymath}



Example

Question: Classify the potential equation for compressible flow for an airfoil:

\begin{displaymath}
(a^2-\phi_x^2)\phi_{xx} -
-2\phi_x\phi_y\phi_{xy} +
(a^2-\phi_y^2)\phi_{xx} = 0
\end{displaymath}

Here $a$ is the speed of sound, not to be confused with the $a$ in the generic partial differential equation. Also $\phi_x$ and $\phi_y$ are the velocity components $u$ and $v$ in the $x$ and $y$ directions. Discuss the associated physics.

Solution:

The discriminant is

\begin{displaymath}
(\phi_x\phi_y)^2 - (a^2-\phi_x^2)(a^2-\phi_y^2)
\end{displaymath}

or in terms of velocity and speed of sound:

\begin{displaymath}
u^2v^2 - (a^2-u^2)(a^2-v^2)
\end{displaymath}

Multiplying out gives

\begin{displaymath}
a^2[a^2-(u^2+v^2)]
\end{displaymath}

Note that the term within square brackets is positive if the magnitude of the speed of sound is greater than the magnitude of the velocity. That is subsonic flow, with a Mach number

\begin{displaymath}
M = \frac{\sqrt{u^2+v^2}}{a}
\end{displaymath}

less than 1. The equation is then elliptic. Conversely, if the flow velocity is greater than the speed of sound, supersonic flow, then the equation is hyperbolic.

Consider a picture of transonic flow around an airfoil:

\begin{displaymath}
\hbox{\epsffile{airfoil.eps}}
\end{displaymath}

The subsonic region does indeed behave elliptic. There are smooth solutions and an unlimited region of dependence. Numerically, this region must be solved through simultaneous global solution.

The supersonic region behaves hyperbolic. There are singularities like expansion fans and shocks. The propagation of Mach lines is given by the so-called Mach-angle. The solution can numerically be found station by station using a marching scheme.



18.6.2 Scalar second order equations

The general $n$-di­men­sion­al second order quasi-linear second order equation is:

\begin{displaymath}
\begin{array}{ccccccccc}
a_{11} u_{x_1x_1} &+& a_{12} u_...
...\
\vdots && \vdots && \vdots && \ddots &=& d
\end{array}
\end{displaymath}

The coefficients are not quite unique: since the order of differentiation can be reversed, a coefficient like $a_{12}$ is equivalent to $a_{21}$. The coefficients will be made unique by requiring that they form a symmetric matrix $A$. That means, for example, that $a_{12}$ $\vphantom0\raisebox{1.5pt}{$=$}$ $a_{21}$.

In index notation, the n-di­men­sion­al equation can then be written as:

\begin{displaymath}
\fbox{$\displaystyle
\sum_i \sum_j a_{ij} \frac{\partial^2 u}{\partial x_i \partial x_j} = d
$} %
\end{displaymath} (18.9)

where the coefficients $a_{ij}$ $\vphantom0\raisebox{1.5pt}{$=$}$ $a_{ij}(x_1,x_2,\ldots,x_n,u,u_{x_1},u_{x_2},\ldots,u_{x_n})$ form a symmetric matrix $A$ and $d$ $\vphantom0\raisebox{1.5pt}{$=$}$ $d(x_1,x_2,\ldots,x_n,u,u_{x_1},u_{x_2},\ldots,u_{x_n})$.


Example

Question: Find matrix $A$ for the generic two-di­men­sion­al equation

\begin{displaymath}
a u_{xx}+ 2 b u_{xy} + c u_{yy} = d
\end{displaymath}

Solution: Writing the equation in $n$-di­men­sion­al form gives:

\begin{displaymath}
a_{11} u_{xx}+ a_{12} u_{xy} +a_{21} u_{xy} + a_{22} u_{yy} = d
\end{displaymath}

Comparing with the equation above, $a_{11}$ $\vphantom0\raisebox{1.5pt}{$=$}$ $a$, $a_{12}$ $\vphantom0\raisebox{1.5pt}{$=$}$ $a_{21}$ $\vphantom0\raisebox{1.5pt}{$=$}$ $b$, and $a_{22}$ $\vphantom0\raisebox{1.5pt}{$=$}$ $c$. So the matrix $A$ is here:

\begin{displaymath}
A =
\left(
\begin{array}{cc}
a & b \\
b & c
\end{array}
\right)
\end{displaymath}


Classification is based on the eigenvalues of $A$:

The reason for this classification will be explained later, in section 18.7.4.


Example

Question: Figure out why that is consistent with what we defined for the two-di­men­sion­al case,

\begin{displaymath}
A =
\left(
\begin{array}{cc}
a & b \\
b & c
\en...
... \\
\mbox{elliptic if $b^2-ac<0$}
\end{array}
\right.
\end{displaymath}

Solution: From linear algebra it is known that the determinant of a matrix equals the product of its eigenvalues. In this case there are two eigenvalues. Their product is the determinant:

\begin{displaymath}
\lambda_1 \lambda_2 =
\left\vert
\begin{array}{cc}
a & b \\
b & c
\end{array}
\right\vert = ac - b^2
\end{displaymath}

According to the $n$-di­men­sion­al classification scheme, the equation is parabolic if an eigenvalue is zero. But then the product $ac-b^2$ of the eigenvalues will be zero. So $b^2-ac$ is zero too, and that also makes the equation parabolic according to the two-di­men­sion­al classification scheme.

According to the $n$-di­men­sion­al classification scheme, the equation is elliptic when the two eigenvalues are of the same sign. But then the product of the eigenvalues is positive, $ac-b^2$ $\raisebox{.3pt}{$>$}$ 0. That makes $b^2-ac$ negative in agreement with the two-di­men­sion­al classification.

The only remaining possibility is that the eigenvalues are of opposite sign. That makes their product $ac-b^2$ negative, again in agreement with the two-di­men­sion­al classification.



Example

Question:


\begin{displaymath}
\hbox{\epsffile{ndcl.eps}}
\end{displaymath}

The equation

\begin{displaymath}
u_{tt} - \nabla \cdot (p \nabla u) + q u + r u_t = f
\end{displaymath}

is a generic wave equation, with $u$ the displacement from equilibrium. The first term is the substance acceleration at a point. The second term represents net force per unit volume due to elastic distortion. In it, $p$ could be the Young's modulus. The third term would be a distributed force that wants to keep the substance in the equilibrium location. The forth term would be a viscous damping. The right hand side represents a distributed force per unit volume. Classify this equation.

Solution:

Write out the equation using the definition of nabla:

\begin{displaymath}
\nabla =
{\hat\imath}\frac{\partial}{\partial x} +
{\h...
...partial}{\partial y} +
{\hat k}\frac{\partial}{\partial z}
\end{displaymath}

Then

\begin{displaymath}
\nabla u \equiv \hbox{grad } u = {\hat\imath}u_x + {\hat\jmath}u_y + {\hat k}u_z
\end{displaymath}

while for any vector $\vec{v}$,

\begin{displaymath}
\nabla \cdot \vec v \equiv \hbox{div } \vec v = v_{1x} + v_{2y} + v_{3z}
\end{displaymath}

The equation is therefore

\begin{displaymath}
u_{tt} - (p u_x)_x - (p u_y)_y - (p u_z)_z + q u + r u_t = f
\end{displaymath}

Now identify the highest derivatives of $u$:

\begin{displaymath}
u_{tt} - p u_{xx} - p u_{yy} - p u_{zz} + \ldots = f
\end{displaymath}

Find the coefficient matrix $A$

\begin{displaymath}
A =
\left(
\begin{array}{cccc}
-p& 0 & 0 & 0 \\
0...
...
0 & 0 & -p& 0 \\
0 & 0 & 0 & 1
\end{array}
\right)
\end{displaymath}

The eigenvalues are $\lambda_1$ $\vphantom0\raisebox{1.5pt}{$=$}$ $\lambda_2$ $\vphantom0\raisebox{1.5pt}{$=$}$ $\lambda_3$ $\vphantom0\raisebox{1.5pt}{$=$}$ $-p$ and $\lambda_4$ $\vphantom0\raisebox{1.5pt}{$=$}$ 1. Since all eigenvalues except one are of the same sign, it is hyperbolic.


18.6.2 Review Questions
1.

The equation

\begin{displaymath}
u_t - \nabla\cdot(p \nabla u) + q u = f
\end{displaymath}

is a generic unsteady heat conduction equation, with $u$ the temperature relative to the surroundings. The first term is the rate of temperature change at a point. The second term represents heat accumulation at the point due to conduction of heat. In it, $p$ is the heat conduction coefficient. The third term would in be an approximation to the heat radiated away to the surroundings, either in two-dimensions or for a transparant medium. The right hand side represents heat that is explicitly added from other sources. Classify this equation. Also classify the steady version, i.e. the equation without the $u_t$ term.

Solution clasnd-a