Poisson equations
What Are Poisson Equations?
Poisson equations are a class of second-order partial differential equations that relate a scalar potential field to a source distribution. The canonical form is written as the Laplacian of a potential phi equal to a negative source term: in electrostatics, this takes the form nabla-squared phi equals minus rho divided by epsilon-naught, where phi is the electric potential, rho is the volumetric charge density, and epsilon-naught is the permittivity of free space. Named after the French mathematician Siméon Denis Poisson, who published the equation in 1813 as a generalization of Laplace's work, the equation appears in any physical context where a potential field is generated by a distributed source. When the source term is zero, the Poisson equation reduces to the Laplace equation, governing potential fields in charge-free or mass-free regions. The equations draw from vector calculus, functional analysis, and the theory of partial differential equations, and they underpin analytical and numerical modeling across electromagnetism, gravity, fluid mechanics, and heat transfer.
Mathematical Formulation and Boundary Conditions
The Poisson equation is a linear, elliptic partial differential equation defined over a spatial domain with specified boundary conditions. The most common boundary conditions are Dirichlet conditions, which fix the potential value on the boundary (for example, specifying a voltage at an electrode surface), and Neumann conditions, which fix the normal derivative of the potential at the boundary (specifying surface charge density or zero flux). Mixed boundary problems combine both types on different parts of the boundary. The linearity of the equation is a key mathematical property: superposition holds, meaning the potential from a complex charge distribution can be decomposed into contributions from simpler distributions. The formal solution for free space is given by convolution of the source with a Green's function; for the three-dimensional case, the Green's function for a point charge is proportional to one over r, the radial distance, recovering the familiar Coulomb potential. This Green's function approach is foundational for understanding how distributed sources build up a total potential field.
Electrostatics and Physical Origins
In electrostatics, the Poisson equation connects charge density to electric potential through the first of Maxwell's equations in integral form, Gauss's law. As documented in the ScienceDirect overview of the Poisson equation, the equation relates the electric potential phi to local charge density across the range of physical applications from semiconductor device interiors to ion transport in electrochemical cells. In a p-n junction, the Poisson equation governs the formation of the built-in potential across the depletion region, coupling to continuity equations for electrons and holes to form the Drift-Diffusion model that underlies nearly all semiconductor device simulation. Gravitational analogues of the same equation describe how mass distributions generate gravitational potentials, with the source term scaled by the gravitational constant and mass density instead of charge.
Numerical Solution Methods
Analytical solutions to the Poisson equation exist only for domains with high geometric symmetry, such as spheres, cylinders, and half-spaces with uniform source distributions. Practical engineering problems require numerical methods. The finite difference method discretizes the domain onto a regular grid and approximates the Laplacian as a weighted sum of potential values at neighboring grid points, transforming the PDE into a large sparse system of linear algebraic equations. The finite element method instead uses an integral (weak) formulation and tessellates the domain with triangles or tetrahedra, allowing accurate treatment of irregular boundaries and material interfaces; a worked tutorial on solving the Poisson equation with finite elements illustrates the construction of the stiffness matrix from piecewise linear basis functions. Multigrid and preconditioned conjugate-gradient iterative solvers are standard for large-scale Poisson systems, achieving convergence in close to linear time relative to the number of unknowns. Fast Fourier transform (FFT) based Poisson solvers are used when the domain is periodic and the grid is uniform, a common situation in plasma simulation and computational fluid dynamics. The open-source FEniCS tutorial on the Poisson equation provides a widely used reference implementation demonstrating automated finite element assembly from a high-level variational specification.
Applications
Poisson equations have applications in a range of fields, including:
- Semiconductor device simulation, modeling potential distributions in transistors and p-n junctions
- Electrostatics analysis in capacitor design, high-voltage insulation, and MEMS devices
- Gravitational field modeling in geophysics and celestial mechanics
- Heat conduction steady-state analysis in thermal engineering
- Computational fluid dynamics, particularly in pressure-correction algorithms for incompressible flow