I've a doubt regarding the asymptotic equivalence of two functions.
From the definition $f(x)\sim_{x\to x_0} g(x) \iff \lim_{x\to x_0} \frac{f(x)}{g(x)} =1$
While I was trying to determine the convergence of an improper integral (to $\infty$) I had to manipulate this expression
$e^{x^2+x}$
Following the definition $e^{x^2+x} \not \sim e^{x^2}$ since of course $\lim_{x\to \infty} \frac{e^{x^2+x}}{e^{x^2}} =\infty$
But it is also true that, considering the exponents, $x^2+x\sim_{x\to \infty} x^2$
And since in general $ \lim_{x\to x_0} e^{f(x)}=e^{ \lim_{x\to x_0} f(x)}$
Isn't it possible to say at least that $e^{x^2+x}$ "behaves" as $e^{x^2}$ when $x\to \infty$ and therefore, if I'm dealing with an improper integral for example, I can "replace" $e^{x^2+x}$ with $e^{x^2}$?
Thanks a lot for your help
Just to make an example the improper integral I'm dealing with is $\int_1^\infty \frac{1}{x^2e^{x^2+x} }$
The question is the same for $e^{x^2+x}$ and $x^2$.
Can I substitute $x^2e^{x^2+x}$ with $e^{x^2+x}$ or just with $e^{x^2}$, even if $x^2e^{x^2+x} \not \sim e^{x^2}$ ?
$\int_1^\infty \frac{dx}{x^2e^{x^2+x}}$ is a finite integral.
we have $\int_1^\infty \frac{dx}{x^2e^{x^2+x} } <\int_1^\infty \frac{e^{-x^2}}{x^2}dx < \int_1^\infty \frac{e^{-x}}{x^2}dx$ ...