← Part I: Electrostatics
Jackson Chapters 2-3

Boundary Value Problems

Method of images, Green functions for sphere and plane, and separation of variables in Cartesian, cylindrical, and spherical coordinates.

3.1 Method of Images

The method of images exploits the uniqueness theorem: if we can find a solution that satisfies both Poisson's equation and the boundary conditions, it is the solution. By placing fictitious “image” charges outside the region of interest, we construct solutions that automatically satisfy grounded-conductor boundary conditions.

Derivation 1: Point Charge Above a Grounded Plane

Find the potential for a charge $q$ at height $d$ above an infinite grounded conducting plane at $z = 0$.

Step 1: Set up the boundary conditions

We need $\Phi = 0$ on the plane $z = 0$, $\Phi \to 0$ as $r \to \infty$, and the field must match a point charge $q$ at $(0, 0, d)$ for $z > 0$.

Step 2: Place an image charge

An image charge $-q$ at $(0, 0, -d)$ makes $\Phi = 0$ at $z = 0$ by symmetry. For $z > 0$:

$$\Phi(\mathbf{r}) = \frac{q}{4\pi\epsilon_0}\left[\frac{1}{\sqrt{\rho^2 + (z-d)^2}} - \frac{1}{\sqrt{\rho^2 + (z+d)^2}}\right]$$

Step 3: Compute induced surface charge

$$\sigma = -\epsilon_0\frac{\partial\Phi}{\partial z}\bigg|_{z=0} = -\frac{qd}{2\pi(\rho^2 + d^2)^{3/2}}$$

Step 4: Verify total induced charge

$$Q_{\text{ind}} = \int_0^\infty \sigma \cdot 2\pi\rho\,d\rho = -qd\int_0^\infty\frac{\rho\,d\rho}{(\rho^2 + d^2)^{3/2}} = -q$$

Step 5: Force on the charge

The force on $q$ is that due to the image charge at distance $2d$:

$$F = -\frac{q^2}{4\pi\epsilon_0(2d)^2} = -\frac{q^2}{16\pi\epsilon_0 d^2}$$

This attractive force causes the charge to be pulled toward the conductor.

3.2 Green's Function for a Sphere

For a grounded conducting sphere of radius $R$, a charge $q$ at distance $a > R$ from the center has an image charge $q' = -qR/a$ at distance $b = R^2/a$ from the center (inside the sphere, on the line joining the center to $q$).

Derivation 2: Image Charge for a Grounded Sphere

Step 1: Require $\Phi = 0$ on the sphere

Place the real charge $q$ at distance $a$ from the center and an image $q'$ at distance $b$ on the same radial line. On the sphere surface ($|\mathbf{r}| = R$):

$$\frac{q}{|\mathbf{r} - a\hat{z}|} + \frac{q'}{|\mathbf{r} - b\hat{z}|} = 0$$

Step 2: Evaluate at two special points

At $\mathbf{r} = R\hat{z}$: $\frac{q}{a - R} + \frac{q'}{R - b} = 0$. At $\mathbf{r} = -R\hat{z}$: $\frac{q}{a + R} + \frac{q'}{R + b} = 0$.

Step 3: Solve the two equations

Dividing the two equations: $\frac{a + R}{a - R} = \frac{R + b}{R - b}$, which gives $b = R^2/a$. Substituting back: $q' = -qR/a$.

Step 4: Verify for all points on sphere

At any point on the sphere, $|\mathbf{r} - b\hat{z}|^2 = R^2 - 2Rb\cos\theta + b^2$ and $|\mathbf{r} - a\hat{z}|^2 = R^2 - 2Ra\cos\theta + a^2$. With $b = R^2/a$: $|\mathbf{r} - b\hat{z}| = (R/a)|\mathbf{r} - a\hat{z}|$. Therefore $q'/|\mathbf{r} - b\hat{z}| = -q/|\mathbf{r} - a\hat{z}|$.

Step 5: Dirichlet Green's function for the sphere

The Dirichlet Green's function for the exterior of a sphere of radius $R$ is:

$$G(\mathbf{r}, \mathbf{r}') = \frac{1}{|\mathbf{r} - \mathbf{r}'|} - \frac{R/r'}{|\mathbf{r} - (R^2/r'^2)\mathbf{r}'|}$$

This Green's function vanishes when either $\mathbf{r}$ or $\mathbf{r}'$ lies on the sphere, confirming the symmetry property.

3.3 Separation of Variables

For Laplace's equation in Cartesian coordinates, assume $\Phi(x,y,z) = X(x)Y(y)Z(z)$. This leads to:

$$\frac{X''}{X} + \frac{Y''}{Y} + \frac{Z''}{Z} = 0$$

Each term must be a constant, giving solutions involving $\sin$, $\cos$, $\sinh$, $\cosh$. The boundary conditions select the allowed modes.

Derivation 3: Rectangular Box with One Conducting Face at Fixed Potential

Step 1: Set up the geometry

Consider a box $0 \leq x \leq a$, $0 \leq y \leq b$, $0 \leq z \leq c$. Five faces are grounded ($\Phi = 0$) and the top face ($z = c$) has $\Phi = V_0(x,y)$.

Step 2: Separation of variables

The boundary conditions at $x = 0, a$ and $y = 0, b$ select $X_n = \sin(n\pi x/a)$ and $Y_m = \sin(m\pi y/b)$. The $z$-equation gives $Z'' = \gamma_{nm}^2 Z$ where $\gamma_{nm} = \pi\sqrt{n^2/a^2 + m^2/b^2}$.

Step 3: Apply $\Phi = 0$ at $z = 0$

This selects $Z_{nm}(z) = \sinh(\gamma_{nm}z)$ (vanishes at $z = 0$).

Step 4: Match the top boundary condition

$$V_0(x,y) = \sum_{n=1}^{\infty}\sum_{m=1}^{\infty}A_{nm}\sin\frac{n\pi x}{a}\sin\frac{m\pi y}{b}\sinh(\gamma_{nm}c)$$

Step 5: Determine coefficients by orthogonality

$$A_{nm} = \frac{4}{ab\sinh(\gamma_{nm}c)}\int_0^a\int_0^b V_0(x,y)\sin\frac{n\pi x}{a}\sin\frac{m\pi y}{b}\,dx\,dy$$

The complete solution is $\Phi = \sum_{nm}A_{nm}\sin(n\pi x/a)\sin(m\pi y/b)\sinh(\gamma_{nm}z)$.

3.4 Separation in Spherical Coordinates

In spherical coordinates, the general solution to Laplace's equation with azimuthal symmetry is:

$$\Phi(r,\theta) = \sum_{l=0}^{\infty}\left(A_l r^l + B_l r^{-(l+1)}\right)P_l(\cos\theta)$$

Derivation 4: Conducting Sphere in Uniform Field

Step 1: Set up the boundary conditions

A grounded sphere of radius $R$ is placed in a uniform field $\mathbf{E}_0 = E_0\hat{z}$. At infinity: $\Phi \to -E_0 r\cos\theta$. On the sphere: $\Phi(R,\theta) = 0$.

Step 2: Write the general solution

$$\Phi(r,\theta) = \sum_{l=0}^{\infty}\left(A_l r^l + B_l r^{-(l+1)}\right)P_l(\cos\theta)$$

Step 3: Apply the far-field condition

As $r \to \infty$: $\Phi \to -E_0 r\cos\theta = -E_0 r P_1(\cos\theta)$. Therefore $A_1 = -E_0$ and $A_l = 0$ for $l \neq 1$.

Step 4: Apply the boundary condition at $r = R$

$\Phi(R,\theta) = 0$ for all $\theta$: $-E_0 R + B_1/R^2 = 0$, giving $B_1 = E_0 R^3$. All other $B_l = 0$.

Step 5: Complete solution

$$\boxed{\Phi(r,\theta) = -E_0\left(r - \frac{R^3}{r^2}\right)\cos\theta}$$

The $R^3/r^2$ term is precisely the potential of a dipole $\mathbf{p} = 4\pi\epsilon_0 R^3 E_0\hat{z}$. The induced surface charge is $\sigma = 3\epsilon_0 E_0\cos\theta$.

3.5 Cylindrical Coordinates & Bessel Functions

In cylindrical coordinates $(\rho,\phi,z)$, separation of variables leads to Bessel's equation for the radial part. The general solution for finite-length cylinders involves $J_m(k\rho)$, $N_m(k\rho)$ (or $I_m(k\rho)$, $K_m(k\rho)$), combined with trigonometric functions in $\phi$ and exponentials in $z$.

Derivation 5: Separation of Variables in Cylindrical Coordinates

Step 1: Write Laplace's equation in cylindrical coordinates

$$\frac{1}{\rho}\frac{\partial}{\partial\rho}\left(\rho\frac{\partial\Phi}{\partial\rho}\right) + \frac{1}{\rho^2}\frac{\partial^2\Phi}{\partial\phi^2} + \frac{\partial^2\Phi}{\partial z^2} = 0$$

Step 2: Assume $\Phi = R(\rho)\Psi(\phi)Z(z)$

The $z$-equation gives $Z'' = k^2 Z$ (exponential or trigonometric). The $\phi$-equation gives $\Psi'' = -m^2\Psi$ with $m$ integer (periodicity).

Step 3: Bessel's equation for the radial part

$$\rho^2 R'' + \rho R' + (k^2\rho^2 - m^2)R = 0$$

This is Bessel's equation of order $m$ with solutions $J_m(k\rho)$ (regular at origin) and $N_m(k\rho)$ (singular at origin).

Step 4: Modified Bessel functions for imaginary argument

When $k^2 < 0$ (i.e., $Z$ is trigonometric in $z$), the radial equation has modified Bessel function solutions $I_m(\kappa\rho)$ and $K_m(\kappa\rho)$.

Step 5: Orthogonality of Bessel functions

For a cylinder of radius $a$ with $\Phi = 0$ at $\rho = a$, the allowed $k$ values are $k_{mn} = x_{mn}/a$ where $J_m(x_{mn}) = 0$. The Bessel functions satisfy the orthogonality relation:

$$\int_0^a J_m(k_{mn}\rho)J_m(k_{mn'}\rho)\rho\,d\rho = \frac{a^2}{2}[J_{m+1}(x_{mn})]^2\delta_{nn'}$$

Historical Context

Lord Kelvin (William Thomson) introduced the method of images in 1848 for the grounded sphere problem. The technique is deeply connected to conformal mapping in two dimensions and the theory of inversions. Fourier developed separation of variables in his 1822 treatise on heat conduction. Bessel functions were studied by Daniel Bernoulli (1738), then systematically by Friedrich Bessel (1824) in the context of planetary motion. The connection between boundary value problems and Green's functions was made rigorous by Hilbert and others in the early 20th century through the spectral theory of self-adjoint operators.

Applications

Scanning Probe Microscopy

The image charge method describes the interaction between a conducting tip and a conducting sample, essential for understanding STM and AFM.

Computational Electromagnetics

Finite element methods for solving Laplace/Poisson equations in complex geometries build on the variational formulation of boundary value problems.

Semiconductor Devices

The image charge at a metal-semiconductor interface (Schottky barrier) determines band bending and affects charge transport properties.

Electrostatic Shielding

Faraday cages work because the interior of a closed conductor is a solution to Laplace's equation with constant boundary conditions.

Simulation: Boundary Value Problems

This simulation demonstrates the method of images for a charge above a grounded plane and near a grounded sphere, separation of variables for a 2D rectangular box, and the induced surface charge distribution.

Boundary Value Problems: Images, Sphere & Separation of Variables

Python
script.py148 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Rate this chapter: