Assume that I have a real-valued positive function $f(x)$, and I need to find the following limit:
$\lim\limits_{y\rightarrow\infty} \int\limits_{0}^{\infty} y x e^{-y f(x)}dx$. What approaches can I follow to find the limit?
My exact function is $f(x)=a_{1}x^3+a_{2}x^2+a_{3}x$, where $a_3,a_2,a_1$ are positive constants. But I'm also interested in learning about general approaches to solve this problem.
My approach:
The given integration is upper-bounded as follows:
$\int\limits_{0}^{\infty} y x e^{-y (a_{1}x^3+a_{2}x^2+a_{3}x)}dx \leq \int\limits_{0}^{\infty} y x e^{-y (a_{2}x^2)}dx=\frac{1}{2a_2}$
And we also know that it is positive, so the limit is bounded between $0$ and $\frac{1}{2a_2}$ and it is finite. However, I can't exchange the order of the limit and the integration since this will result in $\int\limits_{0}^{\infty} 0 dx$. I know that I should check the dominated convergence theorem to be able to do so, but even if the conditions of it are satisfied, changing the order will not solve the problem.