State the definition of divergence to $+\infty$. Argue straight from this definition that $n^2-100n$ diverges to $+\infty$.
The definition is the negation of the definition of convergent sequence which says $\forall \epsilon>0 ~ \exists N \in \mathbb{R}$ s.t. $ |a_n-\ell| < \epsilon$ $\forall n > N$. The negation would then be $\exists \epsilon>0$ s.t.$ ~ \forall N \in \mathbb{R}$, $ |a_n-\ell| \ge \epsilon$ whenever $\exists n > N$. But I don't know how to prove divergence; so far I've only met with far more simple things.
Alternatively:
For $n > 100$, $$n^2 - 100n = n(n-100) \geq n \cdot 1 = n$$
Hence given $M > 0$, choose $N = \max(101,M)$. Then
$$n > N \ \Longrightarrow \ n^2 - 100n > M$$