ConceptComplete

Classification and Examples - Examples and Constructions

Understanding PDEs requires examining concrete examples that illustrate the three fundamental types and their variants. These examples arise naturally from physical principles and demonstrate the diverse phenomena modeled by PDEs.

ExamplePoisson's Equation (Elliptic)

The Poisson equation βˆ‡2u=f\nabla^2 u = f generalizes Laplace's equation and models electrostatics: βˆ‡2Ο•=βˆ’ΟΟ΅0\nabla^2 \phi = -\frac{\rho}{\epsilon_0} where Ο•\phi is the electric potential and ρ\rho is the charge density. The solution at any point depends on the entire domainβ€”a characteristic elliptic property.

ExampleDiffusion Equation (Parabolic)

The diffusion equation βˆ‚uβˆ‚t=Dβˆ‡2u\frac{\partial u}{\partial t} = D\nabla^2 u models concentration gradients: βˆ‚cβˆ‚t=D(βˆ‚2cβˆ‚x2+βˆ‚2cβˆ‚y2+βˆ‚2cβˆ‚z2)\frac{\partial c}{\partial t} = D\left(\frac{\partial^2 c}{\partial x^2} + \frac{\partial^2 c}{\partial y^2} + \frac{\partial^2 c}{\partial z^2}\right) where cc is concentration and DD is the diffusion coefficient. This equation exhibits smoothing behavior: rough initial data immediately becomes smooth.

ExampleTransport and Wave Equations (Hyperbolic)

The transport equation βˆ‚uβˆ‚t+cβˆ‚uβˆ‚x=0\frac{\partial u}{\partial t} + c\frac{\partial u}{\partial x} = 0 is first-order hyperbolic with general solution u(x,t)=f(xβˆ’ct)u(x,t) = f(x - ct), representing a traveling wave.

The wave equation βˆ‚2uβˆ‚t2=c2βˆ‡2u\frac{\partial^2 u}{\partial t^2} = c^2\nabla^2 u models vibrating strings and electromagnetic waves. D'Alembert's solution in one dimension is: u(x,t)=12[f(xβˆ’ct)+f(x+ct)]+12c∫xβˆ’ctx+ctg(s) dsu(x,t) = \frac{1}{2}[f(x-ct) + f(x+ct)] + \frac{1}{2c}\int_{x-ct}^{x+ct} g(s)\,ds

Remark

Mixed-type equations also arise in applications. The Tricomi equation yβˆ‚2uβˆ‚x2+βˆ‚2uβˆ‚y2=0y\frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} = 0 is elliptic for y>0y > 0, parabolic at y=0y = 0, and hyperbolic for y<0y < 0. Such equations appear in transonic fluid flow.

These canonical examples provide templates for understanding more complex PDEs. Modern applications often involve systems of PDEs, nonlinear equations, and equations in non-standard geometries, but the fundamental classification principles remain essential.