Determine whether $x^3$ is $O(g(x))$ for certain functions $g(x)$.

5k Views Asked by At

a) $g(x) = x^2$

b) $g(x) = x^3$

c) $g(x) = x^2 + x^3$

d) $g(x) = x^2 + x^4$

e) $g(x) = 3^x$

f) $g(x) = (x^3)/2$

Do you guys have any ideas? Thanks!

1

There are 1 best solutions below

3
On

As $x\to\infty $ :

Well , for polynomials you should just look at the term with highest degree.

Positive coefficients are negligible.

And $a^x$ always dominate polynomials in the long run for $a>1$..

So , for your question :all possible except a...