Theorem:
Suppose $f(x)=a_n x^n + a_{n-1}x^{n-1} + ...+a_0$ is a polynomial of degree $n>0$ and suppose $a_n>0$. Then there is an integer $k$ such that if $x>k$, then $f(x)>0$.
I have been asked to show this is true without any use of calculus. I factored my given polynomial to
$$f(x)=x^n\left(a_n+a_{n-1}\frac1x+a_{n-2}\frac1{x^2}+\ldots+a_1\frac1{x^{n-1}}+a_0\frac1{x^n}\right)$$ My particular struggle is with showing that $a_{n-1}\frac1x+a_{n-2}\frac1{x^2}+\ldots+a_1\frac1{x^{n-1}}+a_0\frac1{x^n}$ converges to $0$ without using a limit.
Any thoughts/hints? Thank you!
Hint: for any $\,x \gt \max\left( 1, \dfrac{|a_{n-1}|+|a_{n-2}|+\ldots+|a_0|}{a_n}\right)\,$:
$$ \left|a_{n-1}\frac1x+a_{n-2}\frac1{x^2}+\ldots+a_1\frac1{x^{n-1}}+a_0\frac1{x^n}\right| \le \frac{1}{x}\big(|a_{n-1}|+|a_{n-2}|+\ldots+|a_0|\big) \lt a_n $$