Laplace'S and Poisson'S Equations
Laplace'S and Poisson'S Equations
Laplace'S and Poisson'S Equations
(a) the value of the function is specified on the whole boundary (Dirichlet
condition).
(b) the value of the normal derivative, n ⋅ gradΦ, is specified on the whole
boundary (Neumann condition).
(c) the Φ is specified on part of the boundary and n ⋅ gradΦ on the rest.
There are eleven different coordinate systems in which the Laplace equation is
separable. We will here treat the most important ones: the rectangular or
cartesian; the spherical; the cylindrical.
In the special case of a 2D configuration, where the bounding surface and the
boundary conditions on the surface only depend on two variables, one may use
conformal mapping to go from one geometrical shape to another.
Other situations are too complicated to solve by these methods. Then one has
to rely on purely numerical methods, like solving finite-difference versions of
the Laplace's equation, finite element methods (FEM) or some other method.
Bo E. Sernelius 4:3
RECTANGULAR COORDINATES
∂ 2Φ ∂ 2Φ ∂ 2Φ
+ 2 + 2 =0
∂x 2 ∂y ∂z
Φ( x, y, z ) = X ( x )Y ( y) Z ( z )
d2X d 2Y d2Z
YZ + XZ + XY =0
dx 2 dy 2 dz 2
1 d 2 X 1 d 2Y 1 d 2 Z
+ + =0
X dx 2 Y dy 2 Z dz 2
The first term depends on x only, the second on y only and the third on z
only. The equation can only be valid if each of the terms is a constant:
1 d2X
2
= α' 2
X dx
1 d 2Y
2
= β' 2
Y dy
1 d2Z
2
= γ'2
Z dz
α ' 2 + β' 2 +γ ' 2 = 0
Since we are considering the electrostatic potential it is real valued. This means
that all these squares are real valued, but the last relation shows that the
constants themselves cannot all be real valued, neither can they all be
imaginary.
Bo E. Sernelius 4:4
α ' 2 ≡ −α 2
β' 2 ≡ − β 2
γ'2 ≡ γ 2
d2X
2
+α2X = 0
dx
d 2Y
2
+ β 2Y = 0
dy
d2Z
2
− γ 2Z = 0
dz
γ 2 = α2 + β2 ; γ = α2 + β2
X ( x ) = Ae iαx + Be − iαx
Y ( y) = Ce iβy + De − iβy
Z ( z ) = Eeγz + Fe −γz
Bo E. Sernelius 4:5
Φ( x, y, z ) = X ( x )Y ( y) Z ( z )
∞
∑ ( Ar eiα r x + Br e −iα r x )(Cs eiβs y + Ds e −iβs y )
r ,s =1
(
⋅ Ers eγ rs z + Frs e −γ rs z )
Short hand notation:
All the constants will be determined from the boundary conditions of the
problem.
Bo E. Sernelius 4:6
SPHERICAL COORDINATES
2 1 ∂ 2 ∂Φ 1 ∂ ∂Φ 1 ∂ 2Φ
∇ Φ= 2 r + sin θ + =0
r ∂r ∂r r 2 sin θ ∂θ ∂θ r 2 sin 2 θ ∂ϕ 2
1 d 2 dR 1 d dP 1 d 2Q
r + sin θ + =0
r 2 R dr dr r 2 P sin θ dθ dθ r 2 Q sin 2 θ dϕ 2
sin 2 θ d 2 dR sin θ d dP 1 d 2Q
r + sin θ =−
R dr dr P dθ dθ Q dϕ 2
The left-hand side depends only on r and θ, while the right-hand side depends
only on φ. Thus the two sides must be a constant, m2.
d 2Q
2
+ m 2 Q = 0 ; Q(ϕ ) ~ e ± imϕ ; m = 0,1, 2 …
dϕ
1 d 2 dR 1 d dP m2
r =− sin θ +
R dr dr P sin θ dθ dθ sin 2 θ
The new left-hand side depends only on r and the right-hand side on only θ.
Thus, they must be a constant, l(l+1).
Bo E. Sernelius 4:7
We get
d 2 dR
r − l(l + 1) R = 0
dr dr
and
1 d dP m2
sin θ + l(l + 1) − 2 P = 0
sin θ dθ dθ sin θ
To solve the first, we make the ansatz: R = Ar α and obtain the two solutions
rl and r-(l+1). The general solution is then
1
Rl (r ) = Al r l + Bl l +1
r
1 d d
cos θ → x ; − →
sin θ dθ dx
This gives
2 dP m2
d
dx
(
1− x ) + l(l + 1) −
dx
P = 0
1 − x 2
Axial symmetry
( ) dx
2
2 d P dP
1− x 2
− 2 x + l(l + 1) P = 0 Legendre's equation
dx
Note that if x=±1 are excluded from the problem l may be non-integer.
∞
1
Φ( r , θ ) = ∑ Al r l + Bl r l +1 Pl (cosθ )
l =0
1 dl
( )
l
Pl ( x ) = l l
x2 − 1 Rodrigues' formula
2 l! dx
∞
1
F( x, µ ) = = ∑ µ l Pl ( x )
(1 − 2 xµ + µ ) 2 12
l =0
or
∞
f ( x) = ∑ Al Pl ( x )
l =0
1
2l + 1
Al =
2 ∫ f ( x )Pl ( x )dx
−1
Bo E. Sernelius 4:10
In this case we have in general a non-zero m value and the differential equation
for P is more elaborate. The Legendre polynomials are replaced by the
associated Legendre polynomials, Plm (cos θ ) . For a given l-value there are
2l+1 possible m-values: m = 0, ±1, ±2,, ±3, ...
l+m
( −1)
( ) ( )
m
2 m2 d l
Plm ( x ) = l 1− x l+m
x 2
− 1 ; ( −l ≤ m ≤ +l )
2 l! dx
For any given m the functions Plm (cos θ ) and Pl'm (cos θ ) are orthogonal and
the associated Legendre polynomials for a fixed m form a complete set of
functions in the variable x.
The product of Plm ( x ) and e imϕ forms a complete set for the expansion of an
arbitrary function on the surface of a sphere. These functions are called
spherical harmonics.
2l + 1 (l − m)! m
Ylm (θ , ϕ ) = Pl (cos θ )e imϕ
4π (l + m)!
2π π
=∫ dϕ sin θdθYlm (θ , ϕ )Yl'm' * (θ , ϕ ) = δ ll' δ mm'
∫
0 0
Bo E. Sernelius 4:11
∞ l
f (θ , ϕ ) = ∑ ∑ Clm Ylm (θ ,ϕ )
l = 0 m =− l
and
∞ l
m l m 1 m
Φ( r , θ , ϕ ) = ∑ ∑ A
l r + Bl l +1 Yl (θ , ϕ )
l = 0 m =− l r
Bo E. Sernelius 4:12
CYLINDRICAL COORDINATES
21 ∂ ∂Φ 1 ∂ 2 Φ ∂ 2 Φ
∇ Φ= r + + 2 =0
r ∂r ∂r r 2 ∂θ 2 ∂z
d 2Q
2
+ n2Q = 0
dθ
1 d dR n 2 1 d2Z
r − 2 =− = −k 2
rR dr dr r Z dz 2
d2Z
2
− k2Z = 0
dz
Z ( z ) ~ e ± kz
r
d dR
r
dr dr (
+ k 2r 2 − n2 R = 0)
Bo E. Sernelius 4:13
d dR
r r − n2 R = 0
dr dr
A0 + B0 ln r, (n = 0)
Rn (r ) = 1
n n , (n = 1, 2, 3…)
n
A
n r + B
r
C0 [ + D0θ ], (n = 0)
Qn (θ ) =
Cn cos nθ + Dn sin nθ , (n = 1, 2, 3…)
∞
Φ(r, θ ) = A0 + B0 ln r + ∑ An r n + Bn n [Cn cos nθ + Dn sin nθ ]
1
n =1 r
r
d dR
r
dr dr
( )
+ k 2r 2 − n2 R = 0
d d
u = kr ; =k
dr du
( )
2
2d R dR 2 2
u 2
+ u + u − n R=0
du du
The solution to this equation is the so-called Bessel function of order n, Jn(u).
J-n(u) is also a solution. These are linearly dependent for integer orders but not
for non-integer orders.
Then Jn(kmr) form a complete orthogonal set for the expansion of a function
of r in the interval 0≤r≤ρ.
∞
f (r ) = ∑ Dmn Jn (km r ) (for any n)
m =1
Fourier-Bessel series
2 ∞
Dmn = 2 2 ∫ f (r ) J n (km r )rdr
ρ J n +1 (km ρ ) 0
analogous to the Fourier transform.
Bo E. Sernelius 4:16
1 d dR n 2 1 d2Z
r − 2 =− = +k 2
rR dr dr r Z dz 2
The z- dependence had been plane waves instead of exponentials and the r
dependence had been found as solutions to the modified Bessel equation:
( )
2
2d R dR 2 2
u 2
+ u − u + n R=0
du du
with the modified Bessel functions In(u) and K n(u) as solutions. The first is
bounded for small arguments and the second for large.