Part 2 · Chapter 9

Poisson's and Laplace's Equations

So far we found the field from the charges. Often we face the reverse: we know the voltages on conductors but not the charge between them. Two differential equations — Poisson's and Laplace's — solve that problem directly, finding the potential from its boundaries.

Electromagnetic Field Theory Prof. Mithun Mondal Reading time ≈ 50 min
i What you'll learn
  • How Poisson's equation follows from Gauss's law and \(\vec{E}=-\nabla V\).
  • How it reduces to Laplace's equation in charge-free regions.
  • The uniqueness theorem — why any valid solution is the solution.
  • A general procedure for boundary-value problems.
  • Solving Laplace's equation in Cartesian, cylindrical and spherical coordinates.
  • Recovering capacitance and resistance from the potential solution.
Section 9-1

Deriving the Equations

Two results from earlier chapters combine into one powerful equation. Gauss's law in point form says \(\nabla\cdot\vec{D}=\rho_v\); with \(\vec{D}=\varepsilon\vec{E}\) and \(\vec{E}=-\nabla V\), substitute one into the other:

Chaining the two laws
\[ \nabla\cdot\vec{D} = \nabla\cdot(\varepsilon\vec{E}) = \nabla\cdot(-\varepsilon\nabla V) = \rho_v \]

For a uniform medium, \(\varepsilon\) comes out of the divergence, and \(\nabla\cdot\nabla V = \nabla^2 V\) is the Laplacian of Chapter 3. This gives Poisson's equation — a single second-order equation linking the potential to the charge that produces it:

Poisson's equation
\[ \nabla^2 V = -\frac{\rho_v}{\varepsilon} \]
Section 9-2

Laplace in Charge-Free Space

In most practical problems we work in the empty space between conductors, where there is no free charge: \(\rho_v=0\). Poisson's equation then loses its right-hand side and becomes Laplace's equation:

Laplace's equation
\[ \nabla^2 V = 0 \]

A potential satisfying \(\nabla^2 V=0\) is called harmonic (Chapter 3). Its defining property is the mean-value behaviour: the potential at any point equals the average over a surrounding sphere. Two consequences follow at once — a harmonic potential has no local maxima or minima inside a region (extremes sit on the boundaries), and the field lines neither begin nor end in the empty region.

The change of viewpoint. Chapters 4–5 asked "given the charge, what is the field?" Chapter 9 asks the engineer's question: "given the voltages on the electrodes, what is the field between them?" The charge arrangement is unknown — even irrelevant — yet the potential is fully determined by the boundary values. This is the boundary-value method.
Section 9-3

The Uniqueness Theorem

Why can we simply guess a solution? The uniqueness theorem guarantees that any potential satisfying Laplace's (or Poisson's) equation and matching the boundary conditions is the one and only solution. There is no second, different answer hiding elsewhere.

🔑
Solve it any way you like — if it fits, it's right
A solution of \(\nabla^2 V=0\) meeting the boundary values is unique

This licenses every clever shortcut: integrate, separate variables, guess by symmetry, or use the method of images (Chapter 10). However you arrive at a potential that satisfies the equation and the boundaries, the theorem certifies it as correct.

The general procedure for a boundary-value problem is therefore fixed: (1) solve \(\nabla^2 V=0\) for the geometry, leaving integration constants; (2) apply the known potentials on the boundaries to pin those constants; (3) get \(\vec{E}=-\nabla V\); (4) if needed, find \(\rho_S=D_n\) on conductors and hence \(Q\), \(C\), or \(R\).

Section 9-4

Cartesian Solutions

When the potential varies in only one Cartesian direction — say between two large parallel plates — Laplace's equation collapses to an ordinary second derivative, solved by two integrations:

One-dimensional Laplace (parallel plates)
\[ \frac{d^2 V}{dx^2}=0 \;\Rightarrow\; V = Ax + B \]
V₀ 0 V(x) = A x + B x: 0 → d
Between parallel plates the potential is linear; the field is therefore uniform

Applying \(V=V_0\) at \(x=0\) and \(V=0\) at \(x=d\) fixes the constants, giving \(V = V_0(1-x/d)\). The field \(\vec{E}=-dV/dx\,\hat{a}_x = (V_0/d)\hat{a}_x\) is uniform — recovering the parallel-plate result of Chapter 8 from the boundaries alone, with no mention of charge.

Section 9-5

Cylindrical Solutions

For a coaxial geometry where \(V\) depends only on \(\rho\), the Laplacian keeps just its radial part. Setting it to zero and integrating twice gives a logarithmic potential:

Radial Laplace (coaxial)
\[ \frac{1}{\rho}\frac{d}{d\rho}\!\left(\rho\frac{dV}{d\rho}\right)=0 \;\Rightarrow\; V = A\ln\rho + B \]

With \(V=V_0\) on the inner conductor (\(\rho=a\)) and \(V=0\) on the outer (\(\rho=b\)), the potential and field become

Coaxial potential and field
\[ V = V_0\,\frac{\ln(b/\rho)}{\ln(b/a)}, \qquad \vec{E} = \frac{V_0}{\rho\,\ln(b/a)}\,\hat{a}_\rho \]

From \(\rho_S=\varepsilon E\) on the inner conductor we recover the coaxial capacitance \(C=2\pi\varepsilon L/\ln(b/a)\) of Chapter 8 — again, starting from voltages rather than charge.

Section 9-6

Spherical Solutions

For concentric spheres where \(V\) depends only on \(r\), the radial Laplacian gives a \(1/r\) potential:

Radial Laplace (spherical)
\[ \frac{1}{r^2}\frac{d}{dr}\!\left(r^2\frac{dV}{dr}\right)=0 \;\Rightarrow\; V = \frac{A}{r} + B \]

Matching \(V_0\) at \(r=a\) and \(0\) at \(r=b\) and differentiating recovers the spherical capacitor \(C=4\pi\varepsilon ab/(b-a)\). The table below collects the three one-dimensional solution forms — knowing these three shapes (linear, logarithmic, reciprocal) handles the bulk of undergraduate boundary-value problems:

GeometryReduced equationGeneral solution
Cartesian (in \(x\))\(d^2V/dx^2=0\)\(V=Ax+B\)
Cylindrical (in \(\rho\))\(\tfrac{1}{\rho}\tfrac{d}{d\rho}(\rho\,V')=0\)\(V=A\ln\rho+B\)
Spherical (in \(r\))\(\tfrac{1}{r^2}\tfrac{d}{dr}(r^2 V')=0\)\(V=A/r+B\)
Section 9-7

Worked Examples

1 Verify a harmonic potential

Problem. Does \(V = x^2 - y^2 + 2z\) satisfy Laplace's equation?

Solution. Sum the second derivatives:

Working
\[ \nabla^2 V = 2 - 2 + 0 = 0 \;\Rightarrow\; \text{yes, harmonic} \]
2 Parallel plates

Problem. Plates at \(x=0\) (\(100\ \text{V}\)) and \(x=2\ \text{mm}\) (\(0\ \text{V}\)). Find \(V(x)\) and \(\vec{E}\).

Solution. Use \(V=Ax+B\) with the boundary values:

Working
\[ V = 100\!\left(1-\frac{x}{0.002}\right)\text{V}, \qquad \vec{E} = 5\times10^{4}\,\hat{a}_x\ \text{V/m} \]
3 Poisson with uniform charge

Problem. A region \(0\le x\le d\) has uniform \(\rho_v\), with \(V(0)=0\), \(V(d)=0\). Find \(V(x)\).

Solution. Integrate \(d^2V/dx^2=-\rho_v/\varepsilon\) twice and apply boundaries:

Working
\[ V = \frac{\rho_v}{2\varepsilon}\,x\,(d-x) \]
4 Coaxial potential

Problem. A coaxial line has \(a=2\ \text{mm}\), \(b=8\ \text{mm}\), inner at \(60\ \text{V}\). Find \(V\) at \(\rho=4\ \text{mm}\).

Solution. Use \(V=V_0\ln(b/\rho)/\ln(b/a)\):

Working
\[ V = 60\,\frac{\ln(8/4)}{\ln(8/2)} = 60\,\frac{\ln 2}{\ln 4} = 30\ \text{V} \]
5 Capacitance from Laplace

Problem. Show the coaxial solution reproduces \(C=2\pi\varepsilon L/\ln(b/a)\).

Solution. Get \(\rho_S=\varepsilon E\) at \(\rho=a\), integrate for \(Q\), divide by \(V_0\):

Working
\[ Q = \varepsilon E_a (2\pi a L) = \frac{2\pi\varepsilon L V_0}{\ln(b/a)} \;\Rightarrow\; C = \frac{Q}{V_0} = \frac{2\pi\varepsilon L}{\ln(b/a)} \]
6 Spherical region

Problem. Concentric spheres \(a=1\ \text{cm}\) (\(50\ \text{V}\)), \(b=3\ \text{cm}\) (\(0\ \text{V}\)). Find \(V(r)\).

Solution. Use \(V=A/r+B\) and apply both boundary values:

Working
\[ V = 50\,\frac{\frac{1}{r}-\frac{1}{b}}{\frac{1}{a}-\frac{1}{b}} = 75\!\left(\frac{1}{r}-\frac{1}{0.03}\right)\ \text{(SI)} \]
Review

Chapter Summary

Poisson

\(\nabla^2 V=-\rho_v/\varepsilon\); follows from Gauss's law plus \(\vec{E}=-\nabla V\).

Laplace

\(\nabla^2 V=0\) in charge-free regions; solution is harmonic, extremes on the boundary.

Uniqueness

Any solution fitting the equation and boundaries is the only solution — guess freely.

Procedure

Solve, apply boundaries, get \(\vec{E}=-\nabla V\), then \(\rho_S\), \(Q\), \(C\) or \(R\).

Three forms

Linear \(Ax+B\); logarithmic \(A\ln\rho+B\); reciprocal \(A/r+B\).

Payoff

Recovers plate, coaxial and spherical capacitance from voltages, not charge.

Practice

Problems

For each item, pick the coordinate that matches the symmetry, write the reduced equation, then apply the boundary values. Difficulty rises down the list.

  1. Check whether \(V = 3x + 4y\) and \(V = xy\) satisfy Laplace's equation.
  2. Plates at \(x=0\) (\(0\ \text{V}\)) and \(x=5\ \text{mm}\) (\(200\ \text{V}\)). Find \(V(x)\) and \(\vec{E}\).
  3. Solve Poisson's equation for uniform \(\rho_v\) between grounded plates at \(x=0\) and \(x=d\).
  4. A coaxial line (\(a=1\ \text{mm}\), \(b=5\ \text{mm}\)) has inner at \(100\ \text{V}\). Find \(V\) and \(\vec{E}\) at \(\rho=2\ \text{mm}\).
  5. Concentric spheres (\(a=2\ \text{cm}\), \(b=6\ \text{cm}\)) with inner at \(80\ \text{V}\). Find \(V(r)\).
  6. From the spherical solution, derive \(C=4\pi\varepsilon ab/(b-a)\).
  7. Two coaxial cylinders carry inner \(V_0\), outer grounded. Find the surface charge density on each.
  8. A region between \(x=0\) and \(x=a\) has \(\rho_v=\rho_0 x/a\). Solve Poisson's equation with grounded ends.
  9. Show that a harmonic potential can have no maximum or minimum inside a charge-free region.
  10. Two long coaxial conductors are filled with a leaky dielectric (\(\sigma\)). Find the leakage resistance per unit length and relate it to \(C\).
  11. A potential satisfies \(\nabla^2 V=0\) with \(V=0\) on all boundaries of a closed region. Prove \(V=0\) everywhere inside.
  12. Explain why the uniqueness theorem makes the method of images (next chapter) legitimate.
Tip: always let the symmetry pick the coordinate before you write a single derivative. Flat electrodes → Cartesian (linear \(V\)); coaxial or wire → cylindrical (logarithmic \(V\)); concentric shells or a point-like electrode → spherical (reciprocal \(V\)). Choosing right turns a partial differential equation into a one-line ordinary one — and the uniqueness theorem then guarantees your tidy answer is the whole truth.