What is the dominant term in the following expression?
100n + 0.01*(n^2)
It is confusing because the power function should be growing faster than the linear function regardless the constants. But trying to sketch both functions on the same graph shows how the linear is dominating the quadratic term, which is confusing
IT is certainly $n^2$. What you need to do is find $n_0$, for which $100 n < 0.01 n^2$. Then you immediately get that your expression is less than $0.02 n^2 = O(n^2)$