Partial Differential Equations
From classification of PDEs to the classical equations of mathematical physics — wave, heat, and Laplace — with Fourier methods and Green's functions.
Classifying linear second-order PDEs into elliptic, parabolic, and hyperbolic types — the starting point for choosing solution strategies.
The general linear second-order PDE in two variables is: \[Au_{xx} + 2Bu_{xy} + Cu_{yy} + Du_x + Eu_y + Fu = G\] where \(A, B, C\) may depend on \((x,y)\).
- \(\Delta > 0\): Hyperbolic (e.g., wave equation)
- \(\Delta = 0\): Parabolic (e.g., heat equation)
- \(\Delta < 0\): Elliptic (e.g., Laplace equation)
- Hyperbolic: \(u_{\xi\eta} = \phi(\xi,\eta,u,u_\xi,u_\eta)\)
- Parabolic: \(u_{\eta\eta} = \phi(\xi,\eta,u,u_\xi,u_\eta)\)
- Elliptic: \(u_{\xi\xi} + u_{\eta\eta} = \phi(\xi,\eta,u,u_\xi,u_\eta)\)
Solving first-order PDEs using characteristic curves and the Cauchy problem.
For the quasi-linear first-order PDE \(a(x,y,u)u_x + b(x,y,u)u_y = c(x,y,u)\), the characteristic equations are:
\[\frac{dx}{a} = \frac{dy}{b} = \frac{du}{c}\]
D'Alembert's solution, energy methods, and the propagation of waves.
The solution consists of two traveling waves moving in opposite directions at speed \(c\). The domain of dependence of a point \((x_0,t_0)\) is the interval \([x_0 - ct_0,\; x_0 + ct_0]\).
Maximum principle, fundamental solution, and uniqueness for the diffusion equation.
Key properties of the heat equation:
- Infinite speed of propagation: a disturbance at any point is felt everywhere instantly (for \(t>0\)).
- Smoothing: solutions become infinitely differentiable for \(t > 0\), regardless of initial data regularity.
- Irreversibility: the heat equation is ill-posed backward in time.
Properties of harmonic functions, the mean value property, and Green's functions.
Fourier series and transforms as fundamental tools for solving PDEs on various domains.
- Classification (elliptic/parabolic/hyperbolic) determines the nature of solutions and appropriate boundary conditions.
- D'Alembert's formula gives an explicit solution for the wave equation; energy conservation ensures uniqueness.
- The heat equation has a maximum principle, infinite propagation speed, and smoothing effect.
- Harmonic functions satisfy the mean value property and maximum principle — cornerstones of elliptic theory.
- The Fourier transform converts PDEs into algebraic or ODE problems in the frequency domain.
- Green's functions encode the geometry of the domain and reduce PDE solving to integration.