Introduction

From the oscillation of strings to the diffusion of heat, from gravitational waves rippling through spacetime to quantum particles governed by Schrödinger’s equation — partial differential equations (PDEs) serve as the language of change in multiple dimensions.
In this post, we will journey through the foundational ideas of PDEs, their classification, and some iconic examples that shape both theoretical mathematics and modern physics.
What is a Partial Differential Equation?
A partial differential equation (PDE) is an equation that involves partial derivatives of an unknown function with respect to more than one independent variable.
Mathematically, if is a function of several variables, then a PDE relates
, its partial derivatives (like
, etc.), and possibly the independent variables themselves.
Contrast this with an ordinary differential equation (ODE), where the unknown function depends on only one independent variable. For example:
- ODE:
- PDE:
In the PDE above, depends on both space and time — a hallmark of PDEs: they often describe how physical systems evolve in space and time.
Standard Examples of PDEs
- The Heat Equation (Diffusion of Temperature):
- The Wave Equation (Vibrations, Sound, Light):
- Laplace’s Equation (Steady-State Heat, Electrostatics):
- Poisson’s Equation (Gravitational / Electrostatic Potentials):
Each of these models different physical phenomena but shares a deep mathematical kinship rooted in the structure of the equations.
Classification of Second Order PDEs
Let’s focus on second-order PDEs in two variables, often written as:
This form can be linear or non-linear, depending on whether the equation is linear in and its derivatives.
Linear vs. Non-linear PDEs
- Linear PDEs: The unknown function and all its derivatives appear linearly. Example:
- Non-linear PDEs: Involve non-linear terms like
, etc. Example:
(Burgers’ equation)
Classification of Linear Second Order PDEs
When a second-order PDE is linear, we can classify it using the discriminant of the second-order part:
Based on the value of , we classify the equation as:
| Type | Condition on | Example |
|---|---|---|
| Elliptic | Negative | Laplace’s or Poisson’s Equation |
| Parabolic | Vanishes | Heat Equation |
| Hyperbolic | Positive | Wave Equation |
This classification echoes the conic sections — ellipse, parabola, and hyperbola — and dictates the nature of solutions and boundary conditions.
Parabolic PDE: The Heat Equation
- Physical meaning: Describes how heat diffuses over time.
- Type: Parabolic, since
.
- Features: Irreversible time evolution, smoothing of initial data.
Elliptic PDE: Poisson’s Equation
- Physical meaning: Describes steady-state distributions like electrostatic potential given a charge density
.
- Type: Elliptic, since discriminant
is negative.
- Features: Solutions are smooth (under reasonable conditions), no time dependence.
- Physical meaning: Describes vibrations, waves in strings, sound waves, etc.
- Type: Hyperbolic, since
.
- Features: Supports finite-speed propagation and wavefronts.
- Elliptic: Boundary value problems, smooth solutions.
- Parabolic: Initial-boundary value problems, diffusion and decay.
- Hyperbolic: Initial value problems, wave propagation and causality.
- The nature of the physical phenomenon being modeled.
- The type of initial and boundary data needed.
- Appropriate analytical and numerical solution techniques.
Hyperbolic PDE: The Wave Equation
Why Does This Classification Matter?
Each class of PDE behaves fundamentally differently:
Understanding the classification gives insight into:
Toward Deeper Waters
This post has just scratched the surface of the immense world of PDEs. In future entries, we will explore methods of solution (like separation of variables, Fourier transforms, Green’s functions), and delve into nonlinear PDEs that arise in general relativity, fluid dynamics, and quantum field theory.
Stay tuned to Manifolds Unfolded as we unfold the tapestry of equations that shape the fabric of the physical and geometric world.
Leave a Reply