My Courses
Sign in
Back to Partial Differential Equations
Partial Differential Equations

What Is a PDE?

30 min Difficulty 3 of 5
The Brief
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.

Definition

A partial differential equation relates a function of several variables to its partial derivatives. The great second-order linear family Auxx+Buxy+Cuyy=A u_{xx} + B u_{xy} + C u_{yy} = \cdots is sorted by the sign of B24ACB^2 - 4AC: negative is elliptic, zero is parabolic, positive is hyperbolic.

Key Results

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.

Worked Example

The wave equation utt=c2uxxu_{tt} = c^2 u_{xx} in (x,t)(x, t) has A=c2A = c^2, B=0B = 0, C=1C = -1 (with tt as the second variable): B24AC=4c2>0B^2 - 4AC = 4c^2 > 0 — hyperbolic, as expected for propagation.

Practice this topic
Deep Dive & Playground
Remotion video and Pyodide playground arrive in later phases (handoff Section 7).