What is the limit of the square root of a polynomial as x approaches infinity?

  • Thread starter Thread starter kitle545
  • Start date Start date
  • Tags Tags
    Infinity Limit
kitle545
Messages
6
Reaction score
0

Homework Statement



lim (SQRT (8x^3 + 5x + 10) ) / x^2

x -> infinity

Homework Equations





The Attempt at a Solution



I tried factoring out x^3, but that didn't help anything.
 
Physics news on Phys.org
\frac{A+B+C}{D} = \frac{A}{D} + \frac{B}{D} + \frac{C}{D}
 
The square root sign is over the (8x^3 + 5x + 10)
 
= lim SQRT ((8x^3 + 5x + 10) / x^4)
does this help?
 
1 < x^5/8 - 5/8x^2 is true for large values of x (notice that the second term goes to 0 x approaches infinite). So we then have:


8x^2 + 5 < x^7

And because of that, we have (because the term 10/x goes to 0 as x approaches infinite):
8x^2 + 10/x + 5 < x^7

x^2 < x^7/8 - 10/8x - 5/8

8x^2 < x^7 - 10/x - 5

8x^2 + 5 < x^7 - 10/x

x(8x^2 + 5) < x^8 - 10

8x^3 + 5x + 10 < x^8

SQRT ((8x^3 + 5x + 10)< x^4



So, we see that the denominator goes to infinite faster than the numerator. What is the limit then?
 
If you can get f(x)=(8x^3 + 5x + 10) / x^4 ->0, as x->+\infty with no problem, then Sqrt(f(x))-> Sqrt(0), as x->+\infty
In this case you may want to show that if f(x)>=0 and f(x)->L, then Sqrt(f(x))->Sqrt(L), as x->p , where p is a limit point of it's domain.

There should be many other ways to explain the limit, based on the continuity of sqrt(x) maybe.
 
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