Laplace Differential Equation of a Half-Annulus

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
mrkevelev
Messages
5
Reaction score
0
Here is the DE:
Δu(r,θ)=0, 1 ≤ r ≤ 2, 0 ≤ θ ≤ pi
and here are the Boundary Conditions:
u(1,θ)=sin(θ), u(2,θ)=0, u(r,0)=0, u(r,pi)=0

Based on the Boundary Conditions I believe this is half of an annulus.
Using the 2D Laplace equation for polar coordinates, find the solution u(r,θ).

I've begun to separate variables, R(r) and Theta(θ), but I'm confused with whether I should use as +,-, or 0. The steps after that I am stuck on as well. Also, what kind of Laplace equation is this (Dirichlet, Neumann, etc.)?
 
Physics news on Phys.org
mrkevelev said:
Here is the DE:
Δu(r,θ)=0, 1 ≤ r ≤ 2, 0 ≤ θ ≤ pi
and here are the Boundary Conditions:
u(1,θ)=sin(θ), u(2,θ)=0, u(r,0)=0, u(r,pi)=0

Based on the Boundary Conditions I believe this is half of an annulus.
Using the 2D Laplace equation for polar coordinates, find the solution u(r,θ).

I've begun to separate variables, R(r) and Theta(θ), but I'm confused with whether I should use as +,-, or 0. The steps after that I am stuck on as well. Also, what kind of Laplace equation is this (Dirichlet, Neumann, etc.)?

You have [itex]\Theta'' = C\Theta[/itex] where in principle the constant of separation [itex]C[/itex] can be anything, because the domain restricts [itex]\theta[/itex] to only half a circle. Thus [itex]u[/itex] need not be periodic and you are not for that reason compelled to take [itex]C = -n^2[/itex] for [itex]n \in \mathbb{Z}^{+}[/itex].

However you do need to satisfy the boundary conditions [itex]\Theta(0) = \Theta(\pi) = 0[/itex], and the boundary condition at [itex]r = 1[/itex] certainly suggests that [itex]\Theta = \sin \theta[/itex] would be a good choice.