Tuesday, June 7, 2016

calculus - An integral involving Airy functions inti0nftyfracxpoperatornameAi2x+operatornameBi2xmathrmdx


I need your help with this integral: K(p)=0xpAi2x+Bi2xdx,

where Ai, Bi are Airy functions: Aix=1π0cos(xz+z33)dz,
Bix=1π0(sin(xz+z33)+exp(xzz33))dz.
I am not sure that K(p) has a general closed form, but I hope so, because approximate numerical calculations suggest these conjectured values: K(3)?=5π232,  K(6)?=565π2512.


Answer



Let us start with a warm-up exercise. Introduce the functions g±(x)=Ai(x)±iBi(x).

Computing the Wronskian of these two solutions of the Airy equation, one can check that 1Ai2(x)+Bi2(x)=π2i[g+(x)g+(x)g(x)g(x)]
This gives the integral K(0) as K(0)=π[argg+()argg+(0)]=π[ππ3]=π26.



To compute the integral K(3n), we will need to develop a more sophisticated approach. First note that (see here) g±(x)=2e2πi/3Ai(e2πi/3x).

Therefore K(3n)=π2i0x3n[g+(x)g+(x)g(x)g(x)]dx==π2ilimRSRz3nAi(z)Ai(z)dz,
where the contour SR in the complex z-plane is composed of two segments: one going from Re2πi/3 to 0 and another one going from 0 to Re2πi/3.


It is a well-known fact that the Airy function Ai(z) has zeros (i.e. our integrand has poles) on the negative real axis only. Therefore by residue theorem our integral is equal to K(3n)=π2ilimRCRz3n[lnAi(z)]dz,

where CR is the arc of the circle of radius R centered at the origin going counterclockwise from Re2πi/3 to Re2πi/3.



The limit (1), on the other hand, can be computed using the asymptotics of the Airy function as z for |argz|<π: lnAi(z)23z3/2ln2π14lnz+lnk=0(1)k(16)k(56)kk!(43z3/2)k.

Note that if we introduce instead of z the variable s=43z3/2, then the integration will be done over the circle of radius Λ=43R3/2, i.e. a closed contour in the complex s-plane. The corresponding integral can therefore be computed by residues by picking the necessary term in the large s expansion of lnAi(z).


More precisely, we have the following formula: K(3n)=π2ilimΛ|s|=Λ(3s4)2nd[16lns+lnk=0(1)k(16)k(56)kk!sk]

To compute the residue, it suffices to expand the logarithm-sum up to order 2n in s1. Note that the Pochhammer symbol coefficients are in fact some rational numbers.


In the simplest case n=0, the residue is determined by the term 16lns and we readily reproduce the previous result K(0)=π2i2πi(16)=π26.

The general formula for arbitrary n would look a bit complicated (but straightforward to obtain) due to the need to expand the logarithm of the sum.


Example. The calculation of the corresponding values M(n)=K(3n) in Mathematica can be done using the command



 M[n_] := -Pi^2 SeriesCoefficient[ Series[(3 s/4)^(2 n) D[-Log[s]/6 + Log[Sum[(-1)^k Pochhammer[1/6, k] Pochhammer[5/6, k]/(k! s^k), {k, 0, 2 n}]], s], {s, Infinity, 1}], 1]



This yields, for instance, M(0)=π26,M(1)=5π232,M(2)=565π2512,

,M(10)=2660774144147177521025228125π22199023255552,
and so on.



Added: The large s expansion (2) can also be found directly by using Airy equation. Moreover, by transforming it into an equation for lnAi(z), one can avoid reexpanding the logarithm of the sum. The price to pay will be that the expansion coefficients will be determined by a nonlinear recurrence relation instead of explicit formulas.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...