What I have done so far (planning on showing lower and upper bound first):
Lower bound:
$$c_1n^4 \leq 2n^4 + 4n^2 + 5$$ Divide by $n^4$
$$c_1 \leq 2 + \frac{4}{n^2} + \frac{5}{n^4}$$
Take limit as n approaches infinity
$$c_1 \leq 2 + 0 + 0$$
Therefore
$c_1 \leq 2$ and $n \geq 1$
I am not sure how to show the upper bound. How do I find a $c_2$ that is greater than $f(n)$?
Thanks.
Note: The question requires that I show the upper and lower bounds