Defn: We write $\lim_{x \uparrow \infty} f(x)=L$ whenever $f$ is defined on some unbounded interval such as $0<x<\infty$ and, corresponding to any $\epsilon >0$. $\exists x_0$ such that $\mid f(x) - L \mid < \epsilon$ whenever $x>x_0$
Prove that for any constants m, $\lim_{x \uparrow \infty} \frac{x^m}{e^x}=0$
Well my problem is I was working on its definition by working backwards, i.e starting at $\mid \frac{x^m}{e^x} - 0 \mid < \epsilon$ to find $x_0$. Tried working at cases by letting $m=0$ in which I found $x_0 = ln(\frac{1}{\epsilon})$. I did this to avoid unnecessary "undefineded" when I divide $m$.
Here's my case, I can't seem to find a proper $x_0$ when I pick $m\neq 0$. Well take a look
$\mid \frac{x^m}{e^x} - 0 \mid = \mid \frac{x^m}{e^x}\mid < \epsilon$
$\Rightarrow \mid x^m \mid < \epsilon e^x$
$\Rightarrow x^m < \epsilon e^x$ since x is from 0 to infinity, I can drop the absolute sign.
$\Rightarrow \frac{1}{\epsilon} < e^x \frac{1}{x^m}$
$\Rightarrow ln(\frac{1}{\epsilon}) < x - ln (x^m)$
in which I have no idea how to combine $x$ in a single term such that $x>x_0$ Please help.