You seem concerned about people relying on the growth property of the exponential function without proving it. I'll give a proof of both, which should hopefully scratch that mental itch.
As a preliminary result, it is possible to derive the exponential power series by elementary means (i.e., excluding derivative methods, Taylor series, l'Hopital's rule, etc), as given, for instance, in equivalence of exponential definitions.
This shows
$$e^x = \lim_{n\to\infty}\left(1+\frac{x}{n}\right)^n = \sum_{n=0}^{\infty} \frac{x^n}{n!}$$
Obviously if $x>0$ then all of the terms of this series are positive, so choosing just one of them must be less than the entire series, that is
$$ e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!} \geq \frac{x^n}{n!},\quad\text{for any $n=1,2,\dotsc$}$$
Now, applying this idea with $n=k+9$,
$$ \frac{x^9}{e^{2x}} \leq \frac{x^9}{(2x)^{k+9}/(k+9)!}
= \frac{(k+9)!}{2^{k+9}} \cdot \frac{1}{x^k}
$$
If $k > 0$, then
$$ 0\leq \lim_{x\to\infty} \frac{x^9}{e^{2x}} \leq \frac{(k+9)!}{2^{k+9}}\lim_{x\to\infty} \frac{1}{x^k} = 0$$
So for the original problem,
$$ \lim_{x\to-\infty} x^9 e^{2x}
= \lim_{y = -x \to\infty} (-y)^9 e^{2(-y)}
= - \lim_{y\to\infty} \frac{y^9}{e^{2y}}
= 0$$