I'm still having a little trouble applying Laplace's method to find the leading asymptotic behavior of an integral. Could someone help me understand this? How about with an example, like:
$$\int_0^{\infty} t^{3/4}e^{-x(t^2+2t^4)}dt$$ for $x>0$, as $x\rightarrow\infty$.
In summary, just look for the minimum of the function $2t^4+t^2$ which gives the location of the major contribution to the integral. The minimum of $2t^4+t^2$ is attained at the point $t=0$. So, we have
$$ \int_0^{\infty} t^{3/4}e^{-x(t^2+2t^4)}dt \sim \int_0^{\infty} t^{3/4}e^{-xt^2}dt = \frac{\Gamma \left( {\frac {7}{8}} \right)}{2 {x}^{ {\frac {7}{8}} }\, }.$$
To evaluate the last integral use the change of variables $ u=xt^2 $ to transform the integral to the gamma function.
Note: If instead of the function $t^2+2t^4$, you have $g(t)$ and attains its minimum at the point $0$, then just use the Taylor series to get the leading term.