Help with PDE in circular annulus(poisson eq)

  • Thread starter Thread starter smoger
  • Start date Start date
  • Tags Tags
    Circular Pde
smoger
Messages
1
Reaction score
0
what is the general solution of the poisson equation :

2A/∂r2 + 1/r ∂A/∂r + 1/r22A/∂θ2 = f(r,θ)

the function f(r,θ) is :
f(r,θ)=1/r (Ʃ Xncos(nθ) + Ynsin(nθ))

where the boundary is :

I(a<r<b, 0<θ<2pi)

the boundary condition is the netural boundary on (r=a) expressed as :

∂A/∂r=0 (r=a)


How can i find the A(r,θ)? i can not find any books related to this.
Most of them only consider laplace equation where f(r,θ)=0
someone help me.
 
Last edited:
Physics news on Phys.org
Use the Green function for Neumann boundary conditions.
 
Using the idea of separating the variables, you should be able to see from the PDE that

A(r,θ) = Cn(r) cos(nθ) + Sn(r) sin(nθ)

is a solution for the right hand side terms (1/r)(Xn cos(nθ) + Yn sin(nθ))

That will give you ordinary differential equations to solve for Cn(r) and Sn(r).
 
A(r,θ)=∫∫f(ρ,θ') g(r,θ,ρ,θ') dρ dθ' + cte' from eq. 5.0.19 Ref.1.
where
g(r,θ,ρ,θ') = -ln{[r^2 + ρ^2 - 2rρ cos(θ-θ')] [b^2 + (rρ/b)^2 - 2rρ cos(θ-θ')]}/4∏ + r^2/(4∏b^2)
from third line of page 68 of Ref.2.

Ref.1. https://rs5tl5.rapidshare.com/#!download|5tl6|1682244|Duffy_D._Green_s_functions_with_applications__CRC__2001__T__404s_.djvu|2827|R~0|0|0

Ref.2. http://www1.maths.leeds.ac.uk/~kersale/Teach/M3414/Notes/chap4.pdf
 
Last edited by a moderator:
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top