4.7.1 · D1Partial Differential Equations

Foundations — Classification — elliptic, parabolic, hyperbolic (discriminant test)

3,343 words15 min readBack to topic

Before you can trust that one number, you need to be fluent in every symbol it is built from. This page assumes nothing. We build each piece, anchor it to a picture, and say exactly why the topic needs it.


0. What is a function of two variables?

Everything here lives on a flat sheet. Pick a point on that sheet using two coordinates: a horizontal position and a vertical position . At every such point sits a single number .

Figure s01 — the landscape. A 3-D surface sits above the flat -floor: each floor-point is lifted to the height . This is the picture to hold in your head for the rest of the page — every later symbol is a statement about the shape of this surface.

Figure — Classification — elliptic, parabolic, hyperbolic (discriminant test)

Why the topic needs this: the whole classification is about how the shape of is allowed to bend. So we first need the object whose shape we discuss.


1. The derivative — steepness in one direction

If were a function of just one variable, the derivative answers: "how fast does the height change as I step right?" It is the slope of the curve.

We use the derivative here because a PDE is a sentence about steepness and curvature — and you cannot read that sentence without knowing what "rate of change" means. See Method of Characteristics for where these slopes become curves.


2. Partial derivatives — steepness when there are two directions

Now depends on both and . Standing on the landscape, you can step east (increase ) or north (increase ), and the ground rises differently each way. A partial derivative freezes one direction and measures steepness in the other.

Figure s02 — two directions on the landscape. Blue contour lines show level curves of (equal height). From the yellow point, a red arrow points east — its slope is ; a green arrow points north — its slope is . The picture makes clear these are two different steepnesses at the same point.

Figure — Classification — elliptic, parabolic, hyperbolic (discriminant test)

Why the topic needs this: the parent PDE is made of these subscripts. If you cannot read you cannot read the equation.


3. Second partial derivatives — curvature

Take a slope, then ask "how fast is the slope itself changing?" That is a second derivative. On a landscape it measures curvature — whether the ground bends up like a bowl or down like a dome, and how sharply.

Figure s03 — the three flavours of curvature. Three side-by-side slices: a blue bowl (, curving up), a red dome (, curving down), and a yellow/green pair showing the twist () — the east-slope line shifts upward as you move north, so the two directions are coupled.

Figure — Classification — elliptic, parabolic, hyperbolic (discriminant test)

4. Coefficients — the "dials" of the equation

The parent equation is

Each capital letter is a number (or function of ) multiplying one derivative term — a dial that says "how much of this kind of bending counts."

Why the topic needs this: the discriminant is . You must be able to look at any PDE and correctly pull out these three numbers — including realising that a missing second-order term means its dial is zero (which is exactly what drives the parabolic case, ).


5. The quadratic formula — where is born

A quadratic is an equation of the shape , where is unknown. When , its solutions come from the quadratic formula:

The part under the square root, , is called the discriminant.

Figure s04 — sign of the discriminant vs number of real roots. Three parabolas : the red one crosses the horizontal axis twice (, hyperbolic), the yellow one just touches it (, parabolic), the blue one floats above and never touches (, elliptic). Where a parabola meets the axis is a real root — a real characteristic slope.

Figure — Classification — elliptic, parabolic, hyperbolic (discriminant test)

Why the topic needs this: in the parent derivation the characteristic slope satisfies exactly . So "how many real characteristic directions exist" is "how many real roots does this quadratic have" is "what is the sign of ." That chain is the whole classification.


6. Characteristics — the special curves (a first taste)

A characteristic is a curve in the -plane along which the PDE loses its grip on the second derivative — the direction along which information (a kink, a wave front) is allowed to travel. The slopes of these curves are the roots from Section 5.

Full machinery lives in Method of Characteristics; here you only need to know these curves exist and that their count equals the number of real roots.


7. Linear vs quasilinear — what kind of equation we are allowed to classify


Prerequisite map

The diagram below is written in Mermaid (a plain-text way to draw flowcharts). Read each box as a concept, and each arrow as "feeds into." In Obsidian it renders as a real diagram; if you only see text, read it top-to-bottom: the foundations on the left all funnel into the single number , which then decides the type.

Function u of two variables

Partial derivatives ux uy

Second derivatives uxx uxy uyy

Coefficients A B C on top terms

Quadratic formula needs A nonzero

Discriminant B squared minus 4AC

Characteristic slopes and their count

Type elliptic parabolic hyperbolic

Linear vs quasilinear rule

Legend: F = the landscape; P, S = its slopes and curvature; C = the three top dials; Q = the quadratic step (valid only when ); D = the discriminant; CH = the characteristic slopes; T = the final verdict. Return to the parent: Classification — discriminant test. The type you land on dictates the data you need — see Well-posedness and Boundary Conditions.


Equipment checklist

Cover the right side and self-test:

What does the acronym PDE stand for?
Partial Differential Equation — an equation for an unknown function of several variables and its partial derivatives.
What does represent geometrically?
A height above the -plane — a landscape whose shape the PDE governs.
What does the symbol mean, and why not plain ?
"Partial" derivative — differentiate with respect to one variable while holding the others fixed; the special reminds you other variables are frozen.
What does the subscript in tell you?
Which direction you stepped ( = east) while holding the other variable fixed.
What is the difference between and ?
is slope (first order, one subscript); is curvature (second order, two subscripts).
Why is there only one cross term and not also ?
Because mixed partials commute () when the second partials are continuous — Clairaut/Schwarz theorem.
What is the principal part of a second-order PDE, and what geometric object does it form?
Its highest-order piece ; replacing derivatives by directions gives the quadratic form / principal symbol — a conic.
Which coefficients enter the discriminant, and which are ignored?
Only (dials on ); are ignored.
Can be functions of position, and what follows?
Yes — then varies with and the type can change region to region (e.g. Tricomi).
What must be true of the principal part for the test to apply?
It must be nondegenerate — at least one of nonzero (a genuine second-order PDE).
Write the discriminant.
.
Why does the sign of matter?
It decides how many real roots the quadratic has: positive → 2, zero → 1, negative → 0.
What condition does the quadratic formula for require, and what do you do if ?
(it divides by ); if relabel or read the type from . If also the type is hyperbolic with characteristics along the coordinate lines.
What real-world object do the quadratic's roots become?
The slopes of the characteristic curves.
Number of real characteristics for hyperbolic, parabolic, elliptic?
2, 1, 0.
Linear vs quasilinear in one line, and why does it matter?
Linear: all coefficients depend only on (type fixed before solving). Quasilinear: top-derivative coefficients may depend on and lower derivatives (type can depend on the solution).