Electric Potential
Scalar potential V, Poisson's and Laplace's equations, energy, and multipole expansion.
3.1 The Scalar Potential
Since $\nabla \times \mathbf{E} = 0$ in electrostatics, the field is conservative and we can write $\mathbf{E} = -\nabla V$ for a scalar function $V(\mathbf{r})$called the electric potential (or voltage):
The reference point $\mathcal{O}$ is arbitrary (usually taken at infinity). For a point charge $q$ at the origin:
For a collection of charges, superposition applies directly to the scalar potential (much simpler than adding vectors!):
3.2 Poisson's & Laplace's Equations
Substituting $\mathbf{E} = -\nabla V$ into Gauss's law $\nabla \cdot \mathbf{E} = \rho/\epsilon_0$:
In source-free regions ($\rho = 0$): $\nabla^2 V = 0$ (Laplace's equation)
3.2.1 Uniqueness Theorems
- First uniqueness theorem: The solution to Laplace's equation in a volume is uniquely determined by the boundary conditions (values of $V$ on the boundary).
- Second uniqueness theorem: The electric field in a volume is uniquely determined if the charge distribution inside and the potential on the boundary are specified.
3.2.2 Separation of Variables (Spherical Coordinates)
For problems with azimuthal symmetry, Laplace's equation in spherical coordinates admits solutions of the form $V(r, \theta) = R(r)\Theta(\theta)$. The solutions are:
where $P_\ell$ are the Legendre polynomials: $P_0 = 1$, $P_1 = \cos\theta$,$P_2 = \frac{1}{2}(3\cos^2\theta - 1)$, etc. Coefficients are determined by boundary conditions.
3.3 Energy in the Electric Field
The work needed to assemble a continuous charge distribution against its own Coulomb repulsion is stored as energy in the electric field:
This defines the energy density of the electric field:
3.3.1 Multipole Expansion
For a localized charge distribution, the potential at large distances can be expanded in powers of $1/r$:
Monopole
Falls off as $1/r$
Dipole
Falls off as $1/r^2$
Quadrupole
Falls off as $1/r^3$
Simulation: Quadrupole Potential
Computes and visualizes the electric potential and field of a quadrupole charge distribution, and verifies $\mathbf{E} = -\nabla V$ numerically.
Electric Potential & Quadrupole
Visualizes V and E for a quadrupole, and verifies E = -âV along the x-axis.
Click Run to execute the Python code
First run will download Python environment (~15MB)