I need your help with this integral: K(p)=∫∞0xpAi2x+Bi2xdx,
Answer
Let us start with a warm-up exercise. Introduce the functions g±(x)=Ai(x)±iBi(x).
To compute the integral K(3n), we will need to develop a more sophisticated approach. First note that (see here) g±(x)=−2e∓2πi/3Ai(e∓2πi/3x).
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)=−π2ilimR→∞∫CRz3n[lnAi(z)]′dz,
The limit (1), on the other hand, can be computed using the asymptotics of the Airy function as z→∞ for |argz|<π: lnAi(z)∼−23z3/2−ln2√π−14lnz+ln∞∑k=0(−1)k(16)k(56)kk!(43z3/2)−k.
More precisely, we have the following formula: K(3n)=−π2ilimΛ→∞∮|s|=Λ(3s4)2nd[−16lns+ln∞∑k=0(−1)k(16)k(56)kk!s−k]
In the simplest case n=0, the residue is determined by the term −16lns and we readily reproduce the previous result K(0)=−π2i⋅2πi⋅(−16)=π26.
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,
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