Let $P$ and $Q$ be two arbitrary polynomials. Why do we have the following
\begin{equation} P(x)Q(x)e^{-x^2} = o \Big(\frac{1}{x^2} \Big)? \end{equation}
Let $P$ and $Q$ be two arbitrary polynomials. Why do we have the following
\begin{equation} P(x)Q(x)e^{-x^2} = o \Big(\frac{1}{x^2} \Big)? \end{equation}
Let $R(x)=P(x)Q(x)$ be a third polynomial so that our problem reduces down to
$$R(x)e^{-x^2}=o(x^{-2})$$
One should then see that
$$|R(x)|e^{-x^2}<\epsilon x^{-2}$$
or,
$$e^{-x^2}<\frac\epsilon{x^2R(x)}$$
or,
$$e^{x^2}>x^{3+M}>\frac{x^2R(x)}\epsilon$$
where $M$ is the highest degree of $R(x)$.
Which should then make it more obvious.
Let $d_1$ be the degree of $P(x)$ and $d_2$ be the degree of $Q(x)$. If we choose $n\in\mathbb{N}$ such that $2n\geq d_1+d_2+3$, by exploiting $\exp(z^2)\geq 1+z^2$ we have:
$$ P(x)Q(x) e^{-x^2} = \frac{P(x)Q(x)}{\exp(x^2/n)^n} = O\left(\frac{x^{d_1+d_2}}{x^{2n}}\right) = O\left(\frac{1}{x^3}\right) = o\left(\frac{1}{x^2}\right) $$ as $x\to +\infty$.