I am stuck on a simple question that asks me to disprove $$f(n)=10n^3−2n−10$$ is not $O(n^2)$ without using any properties of $O$-notation. If I were to solve this, how would I go about this. I do understand that:
We need to prove $$cn^2 < 10n^3−2n−10$$ where $c$ being a positive integer. And next I need to manipulate the inequality but I am not sure how that would prove the inequality at hand?
Can anyone help me understand these type of equations?
Given $c>0$, for $n>n_0:=\max(c/7,2)$, $$10n^3−2n−10=7n^3+(n^3−2n)+(2n^3−10)>7n\cdot n^2+0+0>cn^2$$ because $n^3>2n$, $2n^3>10$, and $7n>c$.