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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top