Partial Differential Equations
Learning Objectives
- Define what constitutes a Partial Differential Equation (PDE).
- Classify second-order linear PDEs as elliptic, parabolic, or hyperbolic.
- Understand the role and structure of Fourier Series in solving PDEs.
- Apply the method of Separation of Variables to solve linear PDEs.
- Identify and understand the fundamental PDE models: Heat, Wave, and Laplace equations.
While ordinary differential equations (ODEs) involve unknown functions of a single variable, Partial Differential Equations (PDEs) involve unknown functions of multiple independent variables and their partial derivatives. They are essential for describing physical phenomena spread out over space and time, such as heat diffusion, wave propagation, and fluid dynamics.
Partial Differential Equation (PDE)
An equation containing an unknown function of two or more independent variables and its partial derivatives (, etc.).
Classification of Second-Order Linear PDEs
A general second-order linear PDE in two variables takes the form:
General Second-Order Linear PDE
The standard form of a second-order linear PDE in two independent variables.
Variables
| Symbol | Description | Unit |
|---|---|---|
| The unknown function dependent on x and y | - | |
| Coefficients of the second-order partial derivatives | - | |
| Coefficients of the first-order partial derivatives | - | |
| Functions of x and y | - |
The Discriminant Test
Similar to conic sections in geometry, PDEs are classified based on the discriminant :
- Elliptic (): Describes steady-state systems with no time dependence (e.g., 2D Laplace's Equation ). Solutions are typically smooth and represent equilibrium states.
- Parabolic (): Describes time-dependent dissipative processes (e.g., 1D Heat Equation ). Solutions diffuse and smooth out over time.
- Hyperbolic (): Describes time-dependent wave propagation (e.g., 1D Wave Equation ). Solutions transport information at a finite speed (waves) and preserve discontinuities.
Fourier Series
To solve many linear PDEs on bounded domains, we must represent complex initial or boundary conditions as an infinite sum of simple sine and cosine waves. This decomposition is known as a Fourier Series.
Fourier Series Formula
Representation of a piecewise smooth periodic function as a sum of sines and cosines.
Variables
| Symbol | Description | Unit |
|---|---|---|
| The function to represent | - | |
| Half of the period (period is 2L) | - | |
| The Fourier coefficients computed via integrals | - |
Computing Euler-Fourier Coefficients
- For :
- For :
- For :
Visualizing Fourier Series
See how adding more terms (harmonics) to the series improves the approximation of square and sawtooth waves. Notice how higher frequencies are required to capture sharp corners (Gibbs Phenomenon).
Method of Separation of Variables
This is the primary analytical method for solving linear PDEs with homogeneous boundary conditions. It assumes the multivariable solution can be factored into a product of single-variable functions.
Method of Separation of Variables
- Assume Solution Form: Let .
- Substitute into PDE: Plug the assumed form into the PDE. Rearrange algebraically to separate the variables onto opposite sides of the equation (e.g., all terms on the left, all terms on the right).
- Set to Separation Constant: Since a function of equals a function of for all and , both sides must equal a constant, typically denoted . This converts the single PDE into two separate ordinary differential equations (ODEs).
- Solve the Boundary Value Problem (BVP): Solve the spatial ODE () using the given homogeneous boundary conditions (like fixed ends of a string). This restricts to specific discrete values called eigenvalues (), which correspond to non-trivial solutions called eigenfunctions ().
- Solve the Temporal ODE: Solve the time-dependent ODE () for each found eigenvalue . This usually yields exponential decay (Heat) or oscillatory sines/cosines (Wave).
- Superposition: Construct the general solution by summing the infinite product solutions: .
- Apply Initial Conditions: Substitute into the series. Use the initial conditions and compute the Fourier coefficients to find the remaining arbitrary constants.
Fundamental PDE Models
Three classic linear PDEs form the foundation of this field. Each describes a fundamentally different physical process.
1. The 1D Heat Equation (Parabolic)
Models the diffusion of thermal energy in a rod over time.
Behavior: Applying Separation of Variables yields a spatial ODE (sines/cosines) and a temporal ODE (exponential decay). The solution features terms like . High-frequency spatial variations (large ) decay very rapidly, meaning heat quickly smooths out sharp temperature differences.
1D Heat Equation
Models the parabolic diffusion of heat over space and time.
Variables
| Symbol | Description | Unit |
|---|---|---|
| The temperature at position x and time t | - | |
| Thermal diffusivity k/(c\rho) | - |
2. The 1D Wave Equation (Hyperbolic)
Governs the small-amplitude, transverse vibrations of a stretched string, or acoustic waves in a pipe.
Behavior: Both the spatial () and temporal () ODEs are second-order and result in oscillatory sine/cosine solutions. The full series solution represents a superposition of standing waves (normal modes or harmonics) oscillating at discrete frequencies.
1D Wave Equation
Models hyperbolic wave propagation over space and time.
Variables
| Symbol | Description | Unit |
|---|---|---|
| The wave displacement at position x and time t | - | |
| The wave speed, \sqrt{T/\rho} | - |
3. The 2D Laplace Equation (Elliptic)
Describes steady-state temperature distribution in a 2D plate (after a long time has passed), or electrostatic potential in a region devoid of charge.
Behavior: There is no time derivative. Separation of variables leads to . If , is oscillatory (sines/cosines) and is exponential (or hyperbolic sines/cosines ). The choice of the separation constant's sign depends entirely on the specific boundary conditions given on the edges of the rectangular domain.
2D Laplace Equation
Models elliptic steady-state systems.
Variables
| Symbol | Description | Unit |
|---|---|---|
| The steady-state quantity, such as temperature or potential | - |
Interactive Simulation
Interact with the simulation below to visualize standing waves and normal modes in the 1D wave equation.
1D Wave Equation
Vibrating string fixed at both ends (, ). The solution is a superposition of normal modes (standing waves).
Determines the spatial frequency .
- PDE Classification: Second-order PDEs are classified as Elliptic (, steady-state, e.g., Laplace's), Parabolic (, diffusion, e.g., Heat), or Hyperbolic (, propagation, e.g., Wave).
- Separation of Variables: The core analytical technique to convert a single linear PDE into multiple ODEs by assuming the solution factors as .
- Fourier Series: Used to express initial or boundary conditions as an infinite sum of sinusoidal waves, allowing us to perfectly match the eigenfunctions derived from the spatial ODE boundary value problem.
- Heat Equation (): Results in exponential decay of temperature differences over time, smoothing the distribution.
- Wave Equation (): Results in oscillatory motion in both space and time, supporting traveling and standing waves.
- Laplace's Equation (): Results in steady-state solutions built from combinations of trigonometric (oscillating) and hyperbolic (exponential) functions.