Skip to content
Part IA Michaelmas, Lent, Easter Term

Introduction to PDEs

What is a PDE?

A partial differential equation involves partial derivatives of an unknown function of several variables:

F(x,y,,u,ux,uy,,2ux2,2uxy,2uy2,)=0F\left(x, y, \ldots, u, \frac{\partial u}{\partial x}, \frac{\partial u}{\partial y}, \ldots, \frac{\partial^2 u}{\partial x^2}, \frac{\partial^2 u}{\partial x\partial y}, \frac{\partial^2 u}{\partial y^2}, \ldots\right) = 0


Order and Linearity

Order: Highest derivative appearing.

Linear PDE: Linear in uu and its derivatives. Can be written:

αnaα(x)αux1α1xmαm=f(x)\sum_{|\alpha| \leq n} a_\alpha(\mathbf{x})\frac{\partial^{|\alpha|}u}{\partial x_1^{\alpha_1}\cdots\partial x_m^{\alpha_m}} = f(\mathbf{x})


Classification of Second Order Linear PDEs (2D)

Consider:

a2ux2+2b2uxy+c2uy2+lower order=0a\frac{\partial^2 u}{\partial x^2} + 2b\frac{\partial^2 u}{\partial x\partial y} + c\frac{\partial^2 u}{\partial y^2} + \text{lower order} = 0

Visual comparison of elliptic (smooth elliptical contours), parabolic (spreading Gaussian), and hyperbolic (travelling waves) PDE behaviours

Define discriminant: Δ=b2ac\Delta = b^2 - ac.

TypeConditionDiscriminantExample
Ellipticb2<acb^2 < acΔ<0\Delta < 0Laplace: uxx+uyy=0u_{xx} + u_{yy} = 0
Hyperbolicb2>acb^2 > acΔ>0\Delta > 0Wave: utt=c2uxxu_{tt} = c^2 u_{xx}
Parabolicb2=acb^2 = acΔ=0\Delta = 0Heat: ut=Duxxu_t = Du_{xx}

Boundary Conditions

Dirichlet

Specify the value of the function on the boundary:

u(x)=f(x) on Ωu(\mathbf{x}) = f(\mathbf{x}) \text{ on } \partial\Omega

Neumann

Specify the normal derivative on the boundary:

un=nu=g(x) on Ω\frac{\partial u}{\partial n} = \mathbf{n} \cdot \nabla u = g(\mathbf{x}) \text{ on } \partial\Omega

Mixed (Robin)

Linear combination:

αu+βun=h(x)\alpha u + \beta\frac{\partial u}{\partial n} = h(\mathbf{x})

Initial Conditions

For time-dependent problems, specify initial state:

u(x,0)=u0(x)u(\mathbf{x}, 0) = u_0(\mathbf{x})


Well-Posed Problems

A problem is well-posed (Hadamard) if:

  1. A solution exists
  2. The solution is unique
  3. The solution depends continuously on data

Physical Interpretation

PDEPhysical setting
LaplaceSteady-state heat distribution, electrostatics
Heat equationTemperature evolution in a conductor
Wave equationVibrating string, electromagnetic waves
DiffusionParticle transport, heat flow

Superposition Principle

For linear homogeneous PDEs: if u1u_1 and u2u_2 are solutions, so is u1+u2u_1 + u_2.

This enables building complex solutions from simple ones.


Why PDEs Matter

  • Model physical phenomena with spatial and temporal variation
  • Describe systems from quantum mechanics to fluid dynamics
  • Foundation for understanding continuum physics
  • Essential for finite element methods and numerical simulation