I would need some help on this integration problem:
I=∫2π0∫R0∫2π0∫R0exp(−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+r22−2r1r2cos(ϕ1−ϕ2).
Below a plot of the problem for a=1, R=1 and fixed coordinates of the first point at (0,0):
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)da∫D(0,R)dbe−α|a−b|
with parameters α, R, and differentiate with respect to R:
dIdR(α,R)=limϵ→02ϵ∫D(0,R)da∫D(0,R+ϵ)∖D(0,R)dbe−α|a−b|=4πR∫D(0,R)dae−α|a−Re1|=4πR3∫D(0,1)dae−αR|a−e1|.
Here e1=(1,0) is a unit vector on the unit circle, and the integral simplified because ∫dae−α|a−b| 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,0≤r≤−2cosϕ=ρ(ϕ).
Then the integral for dIdR becomes
dIdR=4πR3∫3π/2π/2dϕ∫−2cosϕ0rdre−αRr=4πR3∫3π/2π/2dϕ1−(1+αRρ)e−αRρα2R2.
The integral over ϕ can be done with the help of computer algebra:
dIdR=4π2Rα2(1−I0(2αR)+2αRI1(2αR)−2αRL−1(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απRL−2(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)−∫Dda∫Cdb=∫Cda∫Ddb+∫Dda∫Cdb+∫C∫Cdadb.
The term ∫C∫C is on the order of O(ϵ2) because the area of C is 2πRϵ, so it may be ignored.
Because the function e−α|a−b| is symmetric in a,b,
∫Cda∫Ddb+∫Dda∫Cdb=2∫Dda∫Cdb.
Also, the integral ∫De−α|a−b|da depends only on the distance between b and the origin, so picking a special value of b=Re1 gives
2∫Dda∫Cdbe−α|a−b|=2area(C)∫Ddae−α|a−Re1|.
No comments:
Post a Comment