Today we will continue discussing about the steepest descent method, and its application to finding the asymptotic behavior of special functions.
Bessel function
Recall Bessel function with integer order has the following integral expression.
Jn(x)=∮∣u∣=1u−1−ne2x(u−1/u)2πidu
We are interested in the behavior of Jn(x) for x≫1. This falls into the realm of steepest descent (SD) method,
Aside: Steepest Descent Method
This is about evaluating a contour integral
∫Cf(z)eλS(z)dz
where λ is large, and f(z),S(z) are analytic (may not be everywhere on C, but at least along C).
We first look for critical points of S(z), then we deform the contour so that they pass these critical points, then we control the directions that the contour passes through the critical point, to minimize the oscillation of the integrand, i.e choose the contour C near the critical points, so that the integrand has constant phase.
And to leading order, we can replace f(z) by its value at the critical point.
Example
Physicists ususally use 1/ℏ as λ. Here are some sample computation.
∫Re−ℏ1x2/2dx=2πℏ∫Rxe−ℏ1x2/2dx=0∫Rx2e−ℏ1x2/2dx=ℏ3/2∫Ru2e−u2/2du=ℏ3/22π
The point is that, having x2 in the pre-factor will make the integral much smaller (indeed, the x2 factor is killing the peak of e−x2/(2ℏ) at x=0.)
Another trick to compute the last equality is that
∫Rx2e−λx2/2dx=−2dλd∫Re−λx2/2dx=−2dλd2π/λ=2πλ−3/2
Now, back to our Bessel function. We let x/2 be the large parameter λ. Then we have phase function
S(u)=u−1/u.
Critical points of S(u). This is the place where S′(u) vanishes. Compute S′(u)=1+1/u2,S“(u)=−2/u3. We get S′(u)=0⇝u=±i.
Massage our contour so that they pass through the critical point. Yes, it does, since our contour is the unit circle ∣u∣=1.
Make sure it passes the critical point in the 'right direction'. Now, we need to do Taylor expansion of the phase function S(u) near ±i.
Consider the critical point u0=i first. For u=u0+v, we have S(u0+v)≈S(u0)+(1/2)S′′(u0)v2=(i−1/i)+(1/2)(−2/i3)v2=(2i)−iv2 The constant term is 2i, we can do nothing about it, just leave it there. The quadratic term is −iv2. Recall v=u−u0, as u passes through u0, v passes through 0. We want to choose the direction in which v passes through 0, so that −iv2 remains real, and has a local maximum at v=0. So we parametrize v=se−iπ/4, for s real, that way −iv2=−s2. So the contour C should passes through i, in the direction 3π/4( or −π/4), depending on which way you look).
Thus, the contribution for u0=i is
I1≈(2πi)−1∫+∞−∞(i)−1−ne(x/2)[(2i)−iv2]dv=(2πi)−1(i)−1−neix∫+∞−∞e−(x/2)s2d[se−iπ/4]=(2πi)−1(−1)(i)−1−neix−iπ/4∫−∞+∞e−(x/2)s2ds=(2πi)−1(−1)eix−iπ/4−(n+1)iπ/22π/x
Similarly, we can compute the contribution at u0=−i, we get
I2≈(2πi)−1∫−∞∞(−i)−1−ne(x/2)[(−2i)+iv2]dv≈(2πi)−1(−i)−1−ne−ix∫−∞+∞e−(x/2)s2d[seiπ/4]≈(2πi)−1(−i)−1−ne−ix+iπ/4∫−∞+∞e−(x/2)s2ds≈(2πi)−1e−ix+iπ/4+(n+1)iπ/22π/x
Finally, we can add up the two contributions to get
Jn(x)≈I1+I2=2/πxsin(−x+π/4+(n+1)π/2)=2/πxcos(x−(2n+1)π/4)
where the last step uses trig identity sin(A)=cos(π/2−A), so that we agree with Boas.
Here is a picture of the 'ideal contour', where the phase S(u) has 'constant phase'.
It is made with Wolfram Alpha.
This finishes Chapter 12. I did not talk about the Airy function, Hermite function, Laguerre functions. I will leave those
as reading materials, and post homework questions about them.
math121b/03-20.txt · Last modified: 2020/03/19 23:42 by pzhou