What is the Least Natural Number n for Which √(x² + x³ + 3) is O(xⁿ)?

  • Thread starter Thread starter hain
  • Start date Start date
  • Tags Tags
    Discrete
hain
Messages
3
Reaction score
0
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?
 
Physics news on Phys.org
Well, starting with the definition of "O" would be a good idea. What is it?
 
These are easy: they're close enough to polynomials for the purposes asymptotic analysis. How would you do it if it was a polynomial?
 
Why would you want to find a root? What is
\frac{\sqrt{x^2+x^3+ 3}}{x^n}
?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top