Big O notation where C is negative

1k Views Asked by At

How do you prove the following?

enter image description here

What I have so far: enter image description here

1

There are 1 best solutions below

0
On

$$ 0 < \frac{n^3}{10000} - 100 n^2 - 100n + 3 < \frac{n^3}{10000}$$ for $ n > 200*10000$,

We can pick $C = \frac{1}{10000}$