Tuesday, 28 March 2017

integration - Multiple integral over a disc



I would need some help on this integration problem:



I=2π0R02π0R0exp(a r12) r1 r2dr1dϕ1dr2dϕ2



Here, r1,r2,ϕ1 and ϕ2 are the polar coordinates for the integral on a disc with radius R. And r12 is the distance between the coordinates, which can be calculated by



r12=r21+r222r1r2cos(ϕ1ϕ2).




Below a plot of the problem for a=1, R=1 and fixed coordinates of the first point at (0,0):
enter image description here


Answer



This integral has a closed form in terms of special functions. First, start with the integral in the form
I(α,R)=D(0,R)daD(0,R)dbeα|ab|


with parameters α, R, and differentiate with respect to R:
dIdR(α,R)=limϵ02ϵD(0,R)daD(0,R+ϵ)D(0,R)dbeα|ab|=4πRD(0,R)daeα|aRe1|=4πR3D(0,1)daeαR|ae1|.

Here e1=(1,0) is a unit vector on the unit circle, and the integral simplified because daeα|ab| is independent of where b is on the circle D(0,R) of radius R. The factor of 2 came from the two occurrences of D(0,R) that are symmetric, and 2πR is the area of the strip D(0,R+ϵ)D(0,R) divided by ϵ.



To evaluate this integral, write a in polar coordinates, but with the origin at the point (1,0), so that the unit disk has the form
π/2ϕ3π/2,0r2cosϕ=ρ(ϕ).


Then the integral for dIdR becomes

dIdR=4πR33π/2π/2dϕ2cosϕ0rdreαRr=4πR33π/2π/2dϕ1(1+αRρ)eαRρα2R2.

The integral over ϕ can be done with the help of computer algebra:
dIdR=4π2Rα2(1I0(2αR)+2αRI1(2αR)2αRL1(2αR)+L0(2αR)),

where I are the modified Bessel functions, and L are the modified Struve functions.



Then the integral I(α,R)=dIdR can also be done by a computer in terms of Struve and hypergeometric functions, which yields

I(α,R)=2πRα3(2+απRαπR0F1(2,α2R2)+2α3πR30F1(3,α2R2)2απRL2(2aR)+πL1(2αR))


where 0F1(a;z)=0F1(a;z)/Γ(a) is the regularized hypergeometric function.



This is the Mathematica expression for the above formula:



1/a^3 2 \[Pi] R (-2 + a \[Pi] R - 
a \[Pi] R Hypergeometric0F1Regularized[2, a^2 R^2] +
2 a^3 \[Pi] R^3 Hypergeometric0F1Regularized[3, a^2 R^2] -
2 a \[Pi] R StruveL[-2, 2 a R] + \[Pi] StruveL[1, 2 a R])



EDIT Differentiating the integral. Let D=D(0,R), C=D(0,R+ϵ)D(0,R). Then
(D+Cda)(D+Cdb)DdaCdb=CdaDdb+DdaCdb+CCdadb.


The term CC is on the order of O(ϵ2) because the area of C is 2πRϵ, so it may be ignored.



Because the function eα|ab| is symmetric in a,b,
CdaDdb+DdaCdb=2DdaCdb.



Also, the integral Deα|ab|da depends only on the distance between b and the origin, so picking a special value of b=Re1 gives
2DdaCdbeα|ab|=2area(C)Ddaeα|aRe1|.


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find limh0sin(ha)h without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...