Week 13: Laplace Equation#

Problem Setup and Initial Conditions#

Laplace equation is nothing new to readers since we have introduced two related special functions in the chapter of Week 9 and 10: Special Functions, Legendre polynomial and Bessel function. While those special functions form a complete set of solution of diffusion equation for the corresponding coordinate, there is an alternative way of solving diffusion problem when certain boundary conditions are satisfied. (i.e., Sturm-Liouville theorem is satisfied).

Dirichlet Problem for a Rectangle#

Let’s begin with a diffusion problem on a Rectangle (figure below),

../_images/Dirichlet_1.png

Fig. 17 The Dirichlet problem on a rectangle.#

the figure above can be written as (213)

(213)#2u=0 for 0<x<L,0<y<Ku(x,0)=0 for 0xLu(0,y)=u(L,y)=0 for 0yKu(x,K)=f(x) for 0xL

The rectangle is defined as domain Ω. In such problem, we want a function that is harmonic on Ω, equals f(x) on the upper side and zero on the lower side and two vertical side. Using the same technique of separation of variable, we can assume the structure of u follows

(214)#u(x,y)=X(x)Y(y)

we have

(215)#XY+XY=0

Dividing the entire (215) by XY, we can get

(216)#XX+YY=0

Similar to how we deal with heat and wave equations, the first part is only related to x and the second part is only related to y. This indicates that both are the same constant with opposite sign. i.e.,

(217)#XX+λ=0 for X(0)=X(L)=0YYλ=0 for Y(0)=0

It’s not hard to find that (217) has a solution of (also see solution )

(218)#λn=n2π2L2,Xn(x)=sin(nπxL)

For solution in y direction,

(219)#Yn(y)=sinh(nπyL)

The whole solution can therefore be written as

(220)#u(x,y)=n=1n=cnsin(nπxL)sinh(nπyL)

For the boundary condition at y=K, we know

(221)#u(x,K)=n=1n=cnsin(nπxL)sinh(nπKL)

which infers that

(222)#cnsinh(nπKL)=2L0Lf(ξ)sin(nπξL)dξ

Substitute (222) back to (220), we have

(223)#u(x,y)=n=12L0L(f(ξ)sin(nπξL)dξ)sin(nπxL)sinh(nπyL)sinh(nπKL)

While we only specify boundary condition at the upper end, we can approach the problem the same way if other edges have non-zero boundary conditions. (see figure below)

../_images/Dirichlet_3.png

Fig. 18 The Dirichlet problem on a rectangle with four specified boundaries.#

The solution for the condition above can be decomposed into four cases and each case with only one boundary specified (The lower panel of The Dirichlet problem on a rectangle with four specified boundaries.). The total solution is the linear combination of the four solution above. i.e.,

(224)#u(x,y)=i=14ui(x,y)

Dirichlet Problem for a Disk#

If today, we setup a problem on a disk ( Ωx2+y2R2). It’s a rare case when we use Cartesian coordinate but not so rare when we are using polar coordinate i.e., x=rcos(θ) and y=rsin(θ). One can consider Dirichlet’s approach is an alternative way to solve the polar coordinate diffusion problem.

With given boundary condition,

(225)#u(x,y)=f(x,y) for x2+y2=R2

We can first apply chain rule to find the diffusion in polar coordinate. (see Week 9 and 10: Special Functions)

(226)#2U(r,θ)=Urr+1rUr+1r2Uθθ for πθπ

For (226), we know three basis, 1,rncos(nθ),rnsin(nθ). form a completed solution space. i.e.,

(227)#U(r,θ)=12a0+n=1(anrncos(nθ)+bnrnsin(nθ))

Using the boundary condition

(228)#U(R,θ)=12a0+n=1(anRncos(nθ)+bnRnsin(nθ))

a0 and an are simply the corresponding Fourier coefficients.

(229)#a0=1πππf(ξ)dξ

and

(230)#an=1πRnππf(ξ)cos(nξ)dξbn=1πRnππf(ξ)sin(nξ)dξ

Substituting (229) and (230) back to (227), the complete equation can be written as

(231)#U(r,θ)=12πππf(ξ)dξ+1πn=1(rR)nππ(f(ξ)cos(nξ)cos(nθ)+f(ξ)cos(nξ)sin(nθ))dξ

Example 1

Find the solution

If the disk has radius R=4 and U(4,θ)=θ2, then the solution by (231) is

U(r,θ)=12πππξ2dξ+1πn=1(r4)nππ(ξ2cos(nξ)cos(nθ)+ξ2cos(nξ)sin(nθ))dξ=13π2+n=14(1)nn2

The integration used are

1πππξ2cos(nξ)dξ=4(1)nn2

and

1πππξ2sin(nξ)dξ=0

Example 2

Solving the Dirichlet problem

2u(x,y)=0for x^2+y^2<9u(x,y)=x2y2

We first convert this problem to polar coordinate, letting

U(r,θ)=u(rcos(θ),rsin(θ))

and the boundary condition is

x=3cos(θ),y=3sin(θ)

so

U(3,θ)=32cos2(θ)×32sin2(θ)=f(θ)

Solve the problem using (231)

U(r,θ)=12πππ81cos2(ξ)sin2(ξ)dξ+1πn=1(r4)nππ(81cos2(ξ)sin2(ξ)cos(nξ)cos(nθ)+81cos2(ξ)sin2(ξ)cos(nξ)sin(nθ))dξ

All we need is to find the integral of

ππ81cos2(ξ)sin2(ξ)dξ=81π4
ππ81cos2(ξ)sin2(ξ)cos(nξ)dξ={0if n481π8if n=4

,and

ππ81cos2(ξ)sin2(ξ)sin(nξ)dξ=0

Poisson Integral Formula#

Poisson integral is a technique of writing a series solution into an integral form.

In a special case, where R=1 and U(1,θ)=f(θ)

(232)#U(r,θ)=12πππ[1+2n=1rncos(n(ξθ))]f(ξ)dξ

Define a Poisson Kernel

(233)#P(r,ξ)=12π[1+2n=1rncos(nξ)]

so

(234)#U(r,θ)=ππP(r,ξθ)f(ξ)dξ

Thinking of a point inside the unit disk as a complex number and also having a polar coordinates (r,ξ). Use the Euler’s formula to write

(235)#z=reiξ=r[cos(ξ)+isin(ξ)]

then

(236)#zn=rneinξ=rn[cos(nξ)+isin(nξ)]

Substitute (236) back into (234), we can find

(237)#1+2n=1cos(nξ)=(1+2n=1zn)=(1+2z1z)=(1+z1z)=(1+reiξ1reiξ)

To find the real part of 1+reiξ1reiξ, we can apply the following algebraic manipulation,

(238)#1+reiξ1reiξ=1+reiξ1reiξ(1reiξ1reiξ)=1r2+r(eiξeiξ)1+r2r(eiξ+eiξ)=1r2+r(cos(ξ)+isin(ξ)cos(ξ)+isin(ξ))1+r2r(cos(ξ)+isin(ξ)+cos(ξ)isin(ξ))=1r2+2irsin(ξ)1+r2+2rcos(ξ)=1r21+r22rcos(ξ)+i2rsin(ξ)1+r22rcos(ξ)

and the real part is 1r21+r22rcos(ξ)

This leads to the final form of Poisson Integral

(239)#U(r,θ)=12πππ1r21+r22rcos(ξθ)f(ξ)dξ

For a disk with radius R about the origin, a change of variables yields the Poisson solution.

(240)#U(r,θ)=12πππR2r2R2+r22rRcos(ξθ)f(ξ)dξ

Example 3

Find the Poisson Integral of example 1.

With R=4 and f(θ)=θ2

U(r,θ)=12πππ16r216+r28rcos(ξθ)ξ2dξ=16r22πππ

The Neumann Problem#

Different from Dirichlet problem where the boundary temperature (value) is directly given, Neumann problem describes the jump condition. Mathematically, a Dirichlet problem usually has a boundary condition like u(s,t)=f(s) where s is the boundary along a closed region C. While the Neumann usually has a form of un(s,t)=g(s), where un(s,t) is the normal derivative (perpendicular) on the boundary. (see figure below)

../_images/Neumann.png

Fig. 19 The Neumann boundary condition.#

Here, we first define the unit normal vector and unit tangent vector.

(241)#dxdsi+dydsj

and the unit normal vector

(242)#n(s)=dydsidxdsj

Then the normal derivative of a point on C can be written as

(243)#un=uxdydsuydxds

which can be recognized as the dot product of the gradient u with the unit normal vector on C.

Combining with what we learn in previous sector, a complete set of Neumann problem can be written as

(245)#2u=0for (x,y) interior to Dun=g(x,y)for (x,y) on C

The set of equation above says, if we don’t consider the heat (or some tracers) transport normal to the boundary, the heat flux integrated over the domain should equal 0 (which physically makes sense because the amount of heat loss for a given grid point is equivalent to the amount of heat received by other grid point).

(245)#2u=0for (x,y) interior to Dun=g(x,y)

With (245), there is a simple condition must be satisfied.

(246)#Cg(x,y)ds=Cunds=C[uxdydsuydxds]ds=Cuydx+uxdy=D(uxx+uyy)dAby Green's theorem

if u is harmonic on D (i.e., satisfies Sturm-Liouville problem), then 2u=0. Then we can conclude that Cg(x,y)ds=0.

Example 4

Find if the following set of equation satisfies a Neumann problem

2u=0 for 0<x<1,0<y<1un(x,y)={0 on the lower, upper, and the left sidesy2 on the right

This indicates that

un(x,0)=un(x,1)=un(0,y)=0un(1,y)=y2

To test if the problem above is an Neumann problem, we can take the line integral along the boundary, which leads to

Cg(x,y)ds=01y2dy=130

Immediately, this problem is not a Neumann problem.

Example 5

A very import characteristic of Neumann problem is…there is no unique solution. We will use this example to illustrate the result.

{2u(x,y)=0for 0<x<a,0<y<buy(x,0)=uy(x,b)=0for 0<x<aux(0,y)=0for 0<y<aux(x,y)=g(y)for 0<y<a

From the very beginning of this chapter, we know the above equations have solution of

u(x,y)=c+n=1cncosh(nπxb)cos(nπyb)

also, based on the derivative boundary

un(0,y)=n=1nπbcnsinh(nπ0b)cos(nπyb)=g(y)

indicating nπbcnsinh(nπ0b) is the Fourier cos coefficient of the solution in y structure. i.e.,

nπbcnsinh(nπab)=2b0bg(ξ)cos(nπξb)dξor...u(x,y)=c+n=1cncosh(nπxb)cos(nπyb)

However, to satisfy Neumann condition, we also know,

c=1b0bg(y)dy=0

i.e., the line integral of g(y) along the boundary equals 0. One should notice that, c is an arbitrary constant and it’s not a Fourier cos coefficient for wave number 0 (otherwise, it will violate the Neumann conditions). This also implies that if u is a solution, u+c will be a constant as well (where c is an arbitrary constant).

Here is an application of Neumann problem to a disk. Suppose D is a disk with a radius R about the origins. The boundary of D is the circle C. In polar coordinate, the Neumann problem for D is

(247)#{2u(r,θ)=0for r<R,πθ<πur(R,θ)=f(θ)for πθπ

A necessary condition for the existence of a solution is that the line integral of the normal derivative over the boundary is 0.

ππf(θ)dθ=0

We first attempt a solution of

u(r,θ)=12a0+n=1[anrncos(nθ)+bnrnsin(nθ)]

Choose a coefficient to satisfy,

(248)#ur(R,θ)=f(θ)=n=1[nanRn1cos(nθ)+nbnRn1sin(nθ)]

Then using the Fourier transform to find the corresponding coefficients an and bn.

(249)#a0=1πππf(ξ)dξnanRn1=1πππf(ξ)cos(nξ)dξnbnRn1=1πππf(ξ)sin(nξ)dξ

For n=1,2,. Then

(250)#an=1nπRn1ππf(ξ)cos(nξ)dξbn=1nπRn1ππf(ξ)sin(nξ)dξ

the final solution can therefore be written as

(251)#U(r,θ)=c+Rrn=11n(rR)nππ[cos(nξ)cos(nθ)+sin(nξ)sin(nθ)]f(ξ)dξ=c+Rπn=11n(rR)nππcos(n(ξθ))dξ

Example 6

Solve the following Neumann problem for a unit disk about the origin:

2u(x,y)=0for x2+y2<1un(x,y)=xy2for x2+y2<1

use polar coordinates, letting

U(r,θ)=u(rcos(θ),rsin(θ))

Now we turn the problem into

2U(r,θ)=0for 0r<1,πθπUr(1,θ)=cos(θ)sin2(θ)

First, we observe that

ππcos(θ)sin2(θ)dθ=0

satisfies the Neumann boundary condition. By (251), we know the solution is

U(r,θ)=c+1πn=11n(r)nππcos(n(ξθ))cos(ξ)sin2(ξ)dξ

The integral of the second term is

{0for n=2,4,5,6,7πcos(θ)/4for n=1πcos3(θ)+3πcos(θ)/4for n=3