So I'm completely lost on big-oh notation.
In my assignment I am supposed to prove or disprove the following using the formal definition.
3n³ - 7n² + 100n - 36 is in O(n³)
and
n²/log(n) + 3n is in O(n²)
Can someone help me with these and tell me how to go about proving or disproving.