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.
Everything here lives on a flat sheet. Pick a point on that sheet using two coordinates: a horizontal position x and a vertical position y. At every such point sits a single number u.
Figure s01 — the landscape. A 3-D surface sits above the flat xy-floor: each floor-point (x,y) is lifted to the height u(x,y). 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.
Why the topic needs this: the whole classification is about how the shape of u is allowed to bend. So we first need the object whose shape we discuss.
If u were a function of just one variable, the derivative dxdu 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.
Now u depends on bothx and y. Standing on the landscape, you can step east (increase x) or north (increase y), 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 u (equal height). From the yellow point, a red arrow points east — its slope is ux; a green arrow points north — its slope is uy. The picture makes clear these are two different steepnesses at the same point.
Why the topic needs this: the parent PDE Auxx+Buxy+… is made of these subscripts. If you cannot read ux you cannot read the equation.
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 (uxx>0, curving up), a red dome (uyy<0, curving down), and a yellow/green pair showing the twist (uxy) — the east-slope line shifts upward as you move north, so the two directions are coupled.
The parent equation is
Auxx+Buxy+Cuyy+Dux+Euy+Fu+G=0.
Each capital letter is a number (or function of x,y) multiplying one derivative term — a dial that says "how much of this kind of bending counts."
Why the topic needs this: the discriminant is B2−4AC. 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, Δ=0).
A quadratic is an equation of the shape Am2+Bm+C=0, where m is unknown. When A=0, its solutions come from the quadratic formula:
m=2A−B±B2−4AC.
The part under the square root, B2−4AC, is called the discriminant.
Figure s04 — sign of the discriminant vs number of real roots. Three parabolas Am2+Bm+C: the red one crosses the horizontal axis twice (Δ>0, hyperbolic), the yellow one just touches it (Δ=0, parabolic), the blue one floats above and never touches (Δ<0, elliptic). Where a parabola meets the axis is a real root m=dy/dx — a real characteristic slope.
Why the topic needs this: in the parent derivation the characteristic slope m=dxdy satisfies exactlyAm2+Bm+C=0. So "how many real characteristic directions exist" is "how many real roots does this quadratic have" is "what is the sign of B2−4AC." That chain is the whole classification.
A characteristic is a curve in the xy-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 m 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.
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 B2−4AC, which then decides the type.
Legend: F = the landscape; P, S = its slopes and curvature; C = the three top dials; Q = the quadratic step (valid only when A=0); 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.
Partial Differential Equation — an equation for an unknown function of several variables and its partial derivatives.
What does u(x,y) represent geometrically?
A height above the xy-plane — a landscape whose shape the PDE governs.
What does the symbol ∂ mean, and why not plain d?
"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 ux tell you?
Which direction you stepped (x = east) while holding the other variable fixed.
What is the difference between ux and uxx?
ux is slope (first order, one subscript); uxx is curvature (second order, two subscripts).
Why is there only one cross term uxy and not also uyx?
Because mixed partials commute (uxy=uyx) 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 Auxx+Buxy+Cuyy; replacing derivatives by directions gives the quadratic form / principal symbol Aα2+Bαβ+Cβ2 — a conic.
Which coefficients enter the discriminant, and which are ignored?
Only A,B,C (dials on uxx,uxy,uyy); D,E,F,G are ignored.
Can A,B,C be functions of position, and what follows?
Yes — then Δ varies with (x,y) 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 A,B,C nonzero (a genuine second-order PDE).
Write the discriminant.
Δ=B2−4AC.
Why does the sign of B2−4AC matter?
It decides how many real roots the quadratic Am2+Bm+C=0 has: positive → 2, zero → 1, negative → 0.
What condition does the quadratic formula for m require, and what do you do if A=0?
A=0 (it divides by 2A); if A=0 relabel or read the type from Δ=B2≥0. If also A=C=0,B=0 the type is hyperbolic with characteristics along the coordinate lines.
What real-world object do the quadratic's roots become?
The slopes dy/dx 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 x,y (type fixed before solving). Quasilinear: top-derivative coefficients may depend on u and lower derivatives (type can depend on the solution).