Limit where l'Hopital's rule doesn't help

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
kostas
Messages
6
Reaction score
0

Homework Statement



[tex] \lim_{x\to +\infty} \frac{x}{\sqrt{x^2+1}} [/tex]


Homework Equations





The Attempt at a Solution


[tex] \lim_{x\to +\infty} \frac{x}{\sqrt{x^2+1}} \stackrel{l'H}{=} \lim_{x\to +\infty} \frac{\sqrt{x^2+1}}{x} \stackrel{l'H}{=} \lim_{x\to +\infty} \frac{x}{\sqrt{x^2+1}}[/tex]

I get [tex]\frac{+\infty}{+\infty}[/tex] and l'H rule doesn't seem to help. Is the above correct? If yes, what else could I try?
 
Physics news on Phys.org
There is another way that you can find the limit as x goes to infinity. If you just divide each term by the highest power of x, so in this case it would simply be x (and not x^2 because it's within a square root so we treat it as being x). Then you can split the limit up between terms and you can find the limit easily.

Here's an example.

[tex] \lim_{x\to\infty} \frac{3x^3}{5x^3 + x^2 + 6}[/tex]

Now if you divide each term by x^3 you get:

[tex] \lim_{x\to\infty} \frac{3}{5 + 1/x + 6/x^3}[/tex]

So eventually the 1/x and 6/x^3 will "disappear" and the limit would be 3/5.
 
To add to what the other 2 posters have said, note that you can factor x^2 inside the square root and the fact that [tex]\sqrt{x^{2}} = |x|[/tex] should lead you to the answer.
 
Adding more to what's already been said: The application of L'Hospital's rule repeatedly yields the previous function's mulitplicative inverse. Therefore, if the limit exists, the limit and it's multiplicative inverse must be the same. What does that suggest about the limit?