Geometric big-O

hain

New member
Joined
Jan 25, 2006
Messages
3
I'm having some trouble with this discrete question:

Find the least natural number n such that
√(x² + x³ + 3) is O(xⁿ).

With the value of n that you have found, is it true that
xⁿ is O( √(x² + x³ + 3) )?


Can anyone help?
 
To clarify:

Code:
Find the least natural number n such that
 _____________
√ x² + x³ + 3   is   O(xⁿ).

With the value of n that you have found, is it true that
         ____________
xⁿ is O(√x² + x³ + 3 )?
 
Top