Partial Differential Equations

Pdes

Partial differential equations are the language in which most of mathematical physics is written. Quantum mechanics, fluid dynamics, electromagnetism, elasticity, finance, biology — wherever a quantity depends on more than one independent variable and the local rate of change relates to the local value, you get a PDE. The mathematics is dramatically richer than the ODE case: TYPE matters (elliptic, parabolic, hyperbolic), boundary conditions matter, function-space subtleties matter, and even the existence and uniqueness of solutions can be delicate.

This section covers the analytical foundations. Numerical methods get their own home in the finite elements section (which already has 1D and 2D Poisson, heat, elasticity, and unstructured-mesh content), and the related differential equations section covers ODE-specific machinery.

Topics

Numerical methods

Specific equations

The unifying frame is that PDEs are studied at three layers: ANALYTICAL (Green's functions, separation of variables, transforms; tells you what the solution should be), QUALITATIVE (maximum principles, energy methods, regularity; tells you how the solution behaves without computing it), and NUMERICAL (finite differences, finite elements, spectral methods; tells you what the solution actually is for a specific problem). A solid understanding of the analytical layer makes the numerical choice obvious; without it, numerical methods are recipes without intuition.