2

1

What is theAsymptotic behaviour or an upper bound for $\int_0^{\infty} exp(-c x^a+K x^b)dx$ for $a>b>0$ as $K\rightarrow \infty$? Or any good reference for tools to tackle this question?

I think the growth in $K$ should be polynomial because $-c x^a+K x^b=0$ yields $x=(K/C)^\frac{1}{a-b}$ on the range $[0,(K/C)^\frac{1}{a-b}]$ the maximum value of the integrand is again a power of K (take derivative and set 0) the product yields and upper bound on $\int_0^{(K/C)^\frac{1}{a-b}} exp(-c x^a+K x^b)dx$. On the other hand $\int_{(K/C)^\frac{1}{a-b}}^{\infty} exp(-c x^a+K x^b)dx$ should be decreasing in $K$ for large K.

Thank you,

flag

2 Answers

1

One can get a full asymptotic expansion as an application of Watson's Lemma. One need only observe that the integrand is maximized at $x_0 = \left(\frac{Kb}{ac}\right)^{1/(a-b)}.$

Substituting $x = x_0 u,$ one gets(where $I$ is the original integral) $I = x_0 \int_0^\infty \exp(-c^{b/(a-b)} K^{a/(a-b)}((b/a)^{a/(a-b)} u^a - (b/a)^{b/(a-b)} u^b)) d u.$ Letting $t = c^{b/(a-b)} K^{a/(a-b)},$ the integral breaks up into two Watson Lemma integrals, one from $0$ to $1,$ the second from $1$ to $\infty.$ I leave the final computation of the asymptotics to the interested reader.

EDIT Actually, this is not quite Watson's lemma. You approximate the function $\phi(u) = (b/a)^{a/(a-b)} u^a - (b/a)^{b/(a-b)} u^b)$ by its Taylor series (at the maximum point $1).$ Since it is the maximum, this will look like $\phi(1) - (u-1)^2 \phi^{\prime\prime}(1)/2.$ This means that the integral is asymptotically approximated by a Gaussian integral (I am too lazy to compute $\phi^{\prime\prime}(1)$...$)

link|flag
Thank you very much. I don't see how turn the integral in watson integrals. In order to obtain the $$int_0^1 exp(-xt)\phi(t)dt$$ on would substitute $x=(\frac{b}{a})^{a/(a-b)}u^a-(\frac{b}{a})^{b/(a-b)}u^b$ which does not work. What is the correct subtitution. Thank you – warsaga Aug 13 at 10:57
See the edit. In my mind this is "generalized Watson", but I guess it is not really... – Igor Rivin Aug 13 at 17:34
Thanks so much! – warsaga Aug 13 at 18:04
1

This is a simple example for the Laplace Method of asymptotic evaluation of integrals. The essence of the method is that the main contribution to the integral comes from a small neighborhood of the critical point of the function under the exponent. Laplace method is explained in every serious calculus book. For more comprehensive treatment see the books of Fedoryuk, for example, Fedoryuk, M. V. (1987), Asymptotic: Integrals and Series, or here: http://www.encyclopediaofmath.org/index.php?title=Saddle_point_method

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.