Beta Phase: Square45 is currently in beta testing. Expect some features or content to be incomplete or missing.
45

Poisson's Equation

Describes the relationship between the electric potential and the electric field: ∇ ⋅ E = ρ/ε₀, where ρ is charge density and ε₀ is the permittivity of free space.
📜

The statement of the theorem

In a domain ΩR3\Omega \subset \mathbb{R}^3 where the electric potential ϕ(r)\phi(\vec{r}) is defined, and assuming the medium is linear and isotropic, the governing relationship between the potential and the charge density ρ(r)\rho(\vec{r}) is established by the Poisson equation. This equation is derived from Gauss's Law in differential form (E=ρ/ϵ0\nabla \cdot \vec{E} = \rho/\epsilon_0) and the definition of the electric field (E=ϕ\vec{E} = -\nabla \phi). The resulting partial differential equation is:\n\n2ϕ(r)=1ϵ0ρ(r)\nabla^2 \phi(\vec{r}) = -\frac{1}{\epsilon_0} \rho(\vec{r})\n\nwhere 2\nabla^2 is the Laplacian operator, defined in Cartesian coordinates as 2=2x2+2y2+2z2\nabla^2 = \frac{\partial^2}{\partial x^2} + \frac{\partial^2}{\partial y^2} + \frac{\partial^2}{\partial z^2}. The equation holds subject to appropriate boundary conditions on the boundary Ω\partial \Omega, such as Dirichlet (ϕΩ=f\phi|\partial \Omega = f) or Neumann (ϕnΩ=g\frac{\partial \phi}{\partial n}|\partial \Omega = g). Here, ϵ0\epsilon_0 is the permittivity of free space, and ρ(r)\rho(\vec{r}) is the volume charge density.
Source: Wikipedia