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:
Order and Linearity
Order: Highest derivative appearing.
Linear PDE: Linear in and its derivatives. Can be written:
Classification of Second Order Linear PDEs (2D)
Consider:
Define discriminant: .
| Type | Condition | Discriminant | Example |
|---|---|---|---|
| Elliptic | Laplace: | ||
| Hyperbolic | Wave: | ||
| Parabolic | Heat: |
Boundary Conditions
Dirichlet
Specify the value of the function on the boundary:
Neumann
Specify the normal derivative on the boundary:
Mixed (Robin)
Linear combination:
Initial Conditions
For time-dependent problems, specify initial state:
Well-Posed Problems
A problem is well-posed (Hadamard) if:
- A solution exists
- The solution is unique
- The solution depends continuously on data
Physical Interpretation
| PDE | Physical setting |
|---|---|
| Laplace | Steady-state heat distribution, electrostatics |
| Heat equation | Temperature evolution in a conductor |
| Wave equation | Vibrating string, electromagnetic waves |
| Diffusion | Particle transport, heat flow |
Superposition Principle
For linear homogeneous PDEs: if and are solutions, so is .
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