Poisson’s equation is the PDE that links the Electric potential to the Charge density in a region:

The Laplacian is applied to the scalar potential ; the right side is the local volume charge density divided by the Permittivity of the medium.

In a region with no charge (), Poisson’s equation reduces to Laplace’s equation .

Derivation

Combine three relations:

  1. Differential Gauss’s law: .
  2. Constitutive relation: .
  3. Potential definition: .

Substitute:

so .

Why it’s the natural object to solve

Three reasons to compute first and then recover , rather than compute directly:

  1. is a scalar. One equation replaces three coupled equations for the components of .
  2. Boundary conditions are simpler. is constant on the surface of a conductor — a Dirichlet boundary condition that determines the problem cleanly. By contrast, has only its normal component pinned at a conductor surface (, where is initially unknown).
  3. Lots of solution methods exist. Separation of variables, method of images, Green’s functions, conformal mapping in 2D, finite-element methods, etc. — all developed for the scalar Poisson equation.

Typical use cases

Charged region with known : solve in the region, match boundary conditions, recover and .

Boundary-value problem with charge-free interior (e.g., capacitor): Poisson reduces to Laplace’s equation; specify on the conductors and solve.

Semiconductor device physics: charge density depends nonlinearly on potential (the Boltzmann factor for carrier concentrations); the result is a nonlinear Poisson equation that’s solved numerically.

Solutions in symmetric cases

In Cartesian, cylindrical, or spherical coordinates with appropriate symmetry, Poisson’s equation reduces to an ODE and can be integrated directly. For example, in 1D with depending only on :

Integrate twice; the two constants of integration are fixed by boundary conditions.

For a uniformly charged sphere of radius , charge density constant inside, zero outside — spherical symmetry reduces Poisson’s equation to a 1D problem in and gives the textbook result: parabolic inside the sphere, outside.

Integral form

The “particular solution” of Poisson’s equation in free space (with boundary at infinity, where ) is

This is the same expression you’d get from superposing point-charge potentials over the distribution. Poisson’s equation and the Coulomb integral are two routes to the same answer; which one is easier depends on whether the geometry is dominated by the source distribution or by the boundary.

In context

Poisson’s equation extends well beyond electrostatics — same PDE shows up in Newtonian gravity ( for gravitational potential), in steady-state diffusion with a source term, and in stress analysis of elastic solids. The harmonic-function machinery (maximum principle, mean value property, conformal mapping) carries over directly from Laplace’s equation to the inhomogeneous Poisson case.