How to Solve a Limit Using L'Hôpital's Law?

  • Thread starter Thread starter devanlevin
  • Start date Start date
  • Tags Tags
    Law
AI Thread Summary
The discussion focuses on solving the limit lim x->(infinity) (x)*[(x^2+1)^-0.5] using L'Hôpital's Rule. Participants clarify that the correct term is "L'Hôpital's Rule" and emphasize that the limit can be simplified by rearranging the expression rather than applying the rule directly. They suggest dividing the numerator and denominator by x to avoid getting stuck in an infinite loop when using L'Hôpital's Rule. A more straightforward approach involves recognizing the limit's properties, which allows for a direct application of L'Hôpital's Rule without leading to circular reasoning. Ultimately, the conversation highlights the importance of understanding limit properties to solve such problems effectively.
devanlevin
how do i solve this limit using luptials law

lim
x->(infinity) (x)*[(x^2+1)^-0.5]

i seem to be going in circles, it is meant to be a simple few steps to the solution but i can't see it.
 
Mathematics news on Phys.org
FYI: You're thinking of "L'Hopital's Rule" not "Lupitals law".

Do you insist on using L'Hopital's rule? The limit is easily solved by re-arranging the denominator to cancel the x in the numerator.
 
Divide the top and the bottom by x.
 
devanlevin said:
how do i solve this limit using luptials law

That's "l'Hôpital's rule", which (following the standard rules for written French) can also be written "l'Hospital's rule". It says that in a limit you can replace an indeterminate fraction with the ratio of the derivatives of the numerator and denominator.

So the numerator is x and the denominator is sqrt(x^2+1). Can you find the derivatives of these?
 
devanlevin said:
how do i solve this limit using luptials law

lim
x->(infinity) (x)*[(x^2+1)^-0.5]

i seem to be going in circles, it is meant to be a simple few steps to the solution but i can't see it.

As other's have said, that's "L'Hopital" or "L'Hospital". I don't see how anyone can point out to you where you went wrong if you dont' show what you ahve done. It looks pretty straightforward to me. What did you attempt.
 
… infinite loop …

HallsofIvy said:
As other's have said, that's "L'Hopital" or "L'Hospital". I don't see how anyone can point out to you where you went wrong if you dont' show what you ahve done. It looks pretty straightforward to me. What did you attempt.

Hi HallsofIvy! :smile:

But devanlevin has told us where he got stuck …
devanlevin said:
i seem to be going in circles,

… if you apply L'Hôpital's rule, you do go round in circles … you get stuck in an infinite loop where you keep having to solve the original problem all over again!

Does anyone know a standard way out of this, still using L'Hôpital's rule (so not dividing by x :wink:)? :smile:
 
Yes, there is a simple way. Using l'Hopital's Rule, we can see that

\lim_{x \rightarrow \infty} \frac{x}{\sqrt{x^2+1}} = \lim_{x \rightarrow \infty} \frac{\sqrt{x^2+1}}{x}

Then one applies the properties of limits; i.e., suppose the limit

M = \lim_{x \rightarrow a} f(x)

exists and is not zero. Then one can easily find

\lim_{x \rightarrow a} \frac{1}{f(x)}

using the properties of limits. Then merely set these limits equal to each other (according the first equation, derived via l'Hopital's Rule), and solve. (Sorry, I don't want to give away too much to the person who asked the question).
 
Ben Niehoff said:
M = \lim_{x \rightarrow a} f(x)

Can't you only do this if you know the limit exists and is non-zero? Which you must prove seperately?
 
Ben Niehoff said:
Yes, there is a simple way. Using l'Hopital's Rule, we can see that

\lim_{x \rightarrow \infty} \frac{x}{\sqrt{x^2+1}} = \lim_{x \rightarrow \infty} \frac{\sqrt{x^2+1}}{x}


Hi Ben Niehoff! :smile:

Yes … that's nice :smile: … although it's an endless loop, you can break out of it by using that trick after the first step … thanks!

(hmm … I hadn't actually noticed it was upside-down :redface: … shouldn't have done it in my head! :rolleyes:)
 
  • #10
tiny-tim said:
(hmm … I hadn't actually noticed it was upside-down :redface: … shouldn't have done it in my head! :rolleyes:)

I used Maple to assist, because I hate taking derivatives under square roots.

I agree with the previous poster that one must consider the existence of the limit in the first place. Most of the time, you can simply apply the properties of limits anyway, and if the limit does NOT exist, you'll run into some inconsistency. So if you can find an internally-consistent answer, you can conclude that the limit must exist. I don't know if this is rigorous, though.

A simpler way involves using properties of limits at the start:

\lim_{x \rightarrow \infty} \frac{x}{\sqrt{x^2+1}} = \sqrt{\lim_{x \rightarrow \infty} \frac{x^2}{x^2 + 1}}

Applying l'Hopital's Rule here leads directly to the answer, with no infinite regress.
 
Back
Top