The operator \( \nabla^2 \) is the Laplacian. It compares the value of a function at a point to the average of its neighbors. If \( \nabla^2 u > 0 \), then \(u\) at that point is less than the average of its neighbors (a “dip” in 3D); if \( \nabla^2 u < 0 \), it’s greater (a “peak”). If \( \nabla^2 u = 0 \), the region looks locally “flat.”
In two and three spatial dimensions:
Laplace’s equation models steady-state fields (no explicit time dependence), e.g., electrostatic or magnetostatic potentials. Once at equilibrium, nothing changes in time, but values still vary spatially.
Laplace's Equation in Polar Coordinates
For geometries with circular symmetry (disks, annuli, cylinders), rewrite the Laplacian in polar coordinates. Starting from \( \nabla^2 u = 0 \), we obtain
Recall the transformations
and then apply the chain rule (tedious but straightforward). We will typically use boundary data that is a function of \( \theta \) (radial symmetry at the boundary).
Associated Boundary Conditions
- Dirichlet: Value of \(u\) given on the boundary (often a function of \(\theta\)).
- Neumann: Normal derivative (flux) given on the boundary (e.g., \(u_r\) on \(r=1\)).
- Robin: Linear combination of value and flux.
We will focus on Dirichlet conditions and solve the Interior Dirichlet Problem on the unit disk.
Interior Dirichlet Problem
Consider the BVP
Use separation of variables: assume \(u(r,\theta)=R(r)\Theta(\theta)\). Then
Substitute into the PDE:
Divide by \(R\Theta\) and separate variables:
Hence two ODEs:
Solving \(\Theta'' + k\Theta = 0\) with \(2\pi\)-periodicity
Case analysis:
- \(k<0\): \(\Theta = Ae^{\sqrt{-k}\,\theta}+Be^{-\sqrt{-k}\,\theta}\) is not \(2\pi\)-periodic unless \(\sqrt{-k}=0\), which contradicts \(k<0\). Discard.
- \(k=0\): \(\Theta = A\theta + B\). Periodicity forces \(A=0\), so \(\Theta=C\).
- \(k>0\): \(\Theta = A\cos(\sqrt{k}\,\theta) + B\sin(\sqrt{k}\,\theta)\). \(2\pi\)-periodicity requires \(\sqrt{k}\in\mathbb{Z}\), i.e., \(k=n^2\) with \(n\in\{0,1,2,\dots\}\).
Thus the eigenfunctions are
Solving the radial Cauchy–Euler equation
For \(k=n^2\ge 0\), the radial ODE \(r^2 R''+rR' - n^2 R = 0\) has solutions
Boundedness at the origin (\(r\to 0^+\)) forces \(b_0=0\) and \(b_n=0\) for \(n\ge 1\). Hence
Separated solutions and superposition
The separated solutions are \(u_n(r,\theta)=R_n(r)\Theta_n(\theta)\), so the general bounded solution on the disk is
Fit the boundary data \(u(1,\theta)=g(\theta)\)
At \(r=1\):
Use orthogonality on \([0,2\pi]\):
Projecting \(g\) onto sines and cosines gives
and the \(n=0\) term matches the Fourier convention with \(\frac{a_0}{2}\) in front:
This solves the Interior Dirichlet Problem for Laplace’s equation on the unit disk (e.g., the electrostatic potential in a circular domain with prescribed boundary potential).