This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
math121b:03-20 [2020/03/19 22:50] pzhou |
math121b:03-20 [2020/03/19 23:42] (current) pzhou |
||
|---|---|---|---|
| Line 18: | Line 18: | ||
| And to leading order, we can replace $f(z)$ by its value at the critical point. | And to leading order, we can replace $f(z)$ by its value at the critical point. | ||
| + | |||
| + | ** Example ** | ||
| + | Physicists ususally use $1/\hbar$ as $\lambda$. Here are some sample computation. | ||
| + | $$ \int_\R e^{-\frac{1}{\hbar} x^2/2} dx = \sqrt{2\pi \hbar} $$ | ||
| + | $$ \int_\R x e^{-\frac{1}{\hbar} x^2/2} dx = 0 $$ | ||
| + | $$ \int_\R x^2 e^{-\frac{1}{\hbar} x^2/2} dx = \hbar^{3/2} \int_\R u^2 e^{- u^2/2} du = \hbar^{3/2} \sqrt{2\pi} $$ | ||
| + | The point is that, having $x^2$ in the pre-factor will make the integral much smaller (indeed, the $x^2$ factor is killing the peak of $e^{-x^2/ | ||
| + | |||
| + | Another trick to compute the last equality is that | ||
| + | $$ \int_\R x^2 e^{- \lambda x^2/2} dx = -2 \frac{d}{d\lambda} \int_\R | ||
| + | |||
| ---- | ---- | ||
| Now, back to our Bessel function. We let $x/2$ be the large parameter $\lambda$. Then we have phase function | Now, back to our Bessel function. We let $x/2$ be the large parameter $\lambda$. Then we have phase function | ||
| $$ S(u) = u - 1/u. $$ | $$ S(u) = u - 1/u. $$ | ||
| - | - Critical points of $S(u)$. This is the place where $S' | + | - Critical points of $S(u)$. This is the place where $S' |
| - Massage our contour so that they pass through the critical point. Yes, it does, since our contour is the unit circle $|u|=1$. | - 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' | - Make sure it passes the critical point in the 'right direction' | ||
| - | Consider the critical point $u_0=i$ first. For $$u = u_0 + v,$$ we have $$ S(u_0 + v) \approx S(u_0) + (1/2) S'' | + | Consider the critical point $u_0=i$ first. For $$u = u_0 + v,$$ we have $$ S(u_0 + v) \approx S(u_0) + (1/2) S'' |
| | | ||
| | | ||
| Thus, the contribution for $u_0 = i$ is | Thus, the contribution for $u_0 = i$ is | ||
| $$ \begin{aligned} | $$ \begin{aligned} | ||
| - | I_1 & | + | I_1 & |
| - | & \approx | + | & =(2\pi i)^{-1} |
| - | & \approx | + | & = (2\pi i)^{-1} |
| - | & \approx (-1) (i)^{-1-n} e^{i x - i \pi /4} \sqrt{2\pi} | + | & = (2\pi i)^{-1} |
| \end{aligned} $$ | \end{aligned} $$ | ||
| Similarly, we can compute the contribution at $u_0 = -i$, we get | Similarly, we can compute the contribution at $u_0 = -i$, we get | ||
| $$ \begin{aligned} | $$ \begin{aligned} | ||
| - | I_2 & | + | I_2 & |
| - | & \approx (-i)^{-1-n} e^{-i x} \int_{-\infty}^{+\infty} e^{-(1/2) s^2} d [s e^{ i \pi /4}] \cr | + | & \approx |
| - | & \approx (-i)^{-1-n} e^{-i x + i \pi /4} \int_{-\infty}^{+\infty} e^{-(1/2) s^2} ds \cr | + | & \approx |
| - | & \approx (-i)^{-1-n} e^{-i x + i \pi /4} \sqrt{2\pi} | + | & \approx |
| \end{aligned} $$ | \end{aligned} $$ | ||
| + | |||
| + | Finally, we can add up the two contributions to get | ||
| + | $$ J_n(x) \approx I_1 + I_2 = \sqrt{2/\pi x} \sin(- x + \pi /4 + (n+1) \pi /2) = \sqrt{2/\pi x} \cos(x - (2n+1) | ||
| + | where the last step uses trig identity $\sin(A) = \cos(\pi/2 - A)$, so that we agree with Boas. | ||
| + | |||
| + | Here is a picture of the 'ideal contour', | ||
| + | {{ : | ||
| + | It is made with [[https:// | ||
| + | |||
| + | |||
| + | |||
| + | ------ | ||
| + | |||
| + | 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. | ||