A How do I apply the method of steepest descents to this integral?

  • A
  • Thread starter Thread starter a1234
  • Start date Start date
  • Tags Tags
    Asymptotics
Click For Summary
The discussion focuses on applying the method of steepest descents to the integral $$ \int_{0}^{\infty} \frac{1}{t+1}e^{ix(t^3-3)}dt $$ for asymptotic expansion. The integral is rearranged to highlight the components of the exponent, with critical points derived from the function ## \phi(t) = -\ln(t+1) ##. It is emphasized that treating ## t ## as real is incorrect; a contour in the complex plane must be used to avoid singularities. A constant factor of ## e^{-3ix} ## can be factored out, leading to the modified integral. The contour should be chosen to maximize the real part of the exponent, specifically aligning it to ensure ## \sin(3\arg t) = 1 ##.
a1234
Messages
78
Reaction score
6
TL;DR
Attempting to use steepest descents to develop an expansion of an exponential integral.
I am trying to develop an asymptotic expansion of the following integral using the method of steepest descents:

$$ \int_{0}^{\infty} \frac{1}{t+1}e^{ix(t^3-3)}dt $$

I rearranged it into the form ## \int e^{ix(t^3-3) - ln(t+1)} dt ##, where ## \phi(t) = -ln(t+1) ## and ## \psi(t)=x(t^3-3) ##, such that ## \rho(t)=\phi(t)+i\psi(t) ##.

When I solve for the critical points of ## \phi(t) ##, I get 3 long expressions for t. I am not sure if this is the way to proceed. What would be the correct way of going about this?
 
Physics news on Phys.org
You seem to be treating t as real throughout. Your task is to find a contour in the complex t-plane which will yield the same value as the contour along the positive real axis (ie. you can't cross any singularities of the integrand in order to get there), so you cannot assume that t is real.

I think you can remove a constant factor of e^{-3ix} outside the integration, so you are looking at I(x) = e^{-3ix} \int_0^\infty \frac{1}{1 + t} e^{ixt^3}\,dt.

You are interested in the real part of the exponent ixt^3, which is -x|t|^3 \sin (3 \arg t). Your contour is therefore a straight line of the form \arg t = \mbox{const}, chosen such that \sin (3\arg t) = 1.
 
Last edited:

Similar threads