Show that $f(x) = x^2 + 5x + 9$ is $O(x^2)$.
This involved the big O notation. I can understand a bit of big O notation but answering this question to me is difficult. None of the examples I have come across are working out for me. Can someone tell me what is the answer, and how do I answer this? Thank you!
For $x>1, f(x)=x^2(1+5x^{-1}+9x^{-2})\leq x^2(1+5+9)=15x^2$. So, by the definition of big-$O$, $f(x)$ is $O(x^2)$