What Is a PDE?
A PDE relates a function of several variables to its partial derivatives. The big three classes — elliptic, parabolic, hyperbolic — each behave like their model equation.
A partial differential equation relates a function of several variables to its partial derivatives. The great second-order linear family Auxx+Buxy+Cuyy=⋯ is sorted by the sign of B2−4AC: negative is elliptic, zero is parabolic, positive is hyperbolic.
The classification is not cosmetic — it dictates behavior. Elliptic equations (Laplace) describe equilibrium; parabolic (heat) describe diffusion that smooths and forgets; hyperbolic (wave) describe propagation that remembers. Boundary and initial conditions differ per type.
The wave equation utt=c2uxx in (x,t) has A=c2, B=0, C=−1 (with t as the second variable): B2−4AC=4c2>0 — hyperbolic, as expected for propagation.