I've been trying to show this unfortunate polynomial converges through epsilon proof, without using any convenient theorems. I think I have found a simple way to handle it, however, I am not sure about the last steps, specifically showing $\frac{2}{n^2}$ is less than $\epsilon$.
Show that $\frac{2n^2 + 2n}{n^3 + 4n^2 + 11} \rightarrow 2, n \rightarrow \infty$
Given $\epsilon > 0, \exists N \ s.t. \ \forall n \geq N$,
$|\frac{2n^2 + 2n}{n^3 + 4n^2 + 11} - 2| = |\frac{2n - 8n^2 - 22}{n^3 + 4n^2 + 11}| < |\frac{2n - 8n^2 - 22}{n^3}| < |\frac{2n}{n^3}| = \frac{2}{n^2}$
Let $N = \frac{1}{\sqrt{\epsilon}}$, since $n \geq N$ we know $\frac{1}{n} < \frac{1}{N} = \sqrt{\epsilon}$, so we have
$\frac{2}{n} * \frac{1}{n} <2 * \frac{1}{n} * \sqrt{\epsilon} < 2\sqrt{\epsilon}\sqrt{\epsilon} < 2\epsilon $