Using L'Hospital's Rule to Evaluate a Limit

  • Thread starter Thread starter 1337caesar
  • Start date Start date
1337caesar
Messages
2
Reaction score
0
so I've been working on this for a while now and i just can't get it.

Evaluate the limit using L'Hospital's rule if necessary

lim X -> INF
(x/x+1) ^7x

i know i need to do...


exp(lim x-> inf 7x ln(x/x+1))

from there I'm stuck.

i appreciate any help
 
Physics news on Phys.org
You could break it up into numerator and denominator, f(x)/g(x) let's say, where f(x) = x^7x and g(x) = (x+1)^7x l'hopital's rule says that if both f(x) and g(x) are divergent, then x--> inf f(x)/g(x) = x-->inf f'(x) / g'(x) , so you take the derivative of the top and bottom separately... you're doing to have to do this until its not divergent anymore... or 8 times? i guess?
i see what you're going for with the exp(7xln...) but i think that's probably harder / more work. Good luck
 
Last edited:
7x*ln(x/(x+1)) is a 0*infinity limit. Use l'Hopital again. Write it as 7*ln(x/(x+1))/(1/x). You can make life a little easier by changing ln(x/(x+1)) to -ln((x+1)/x) and simplifying inside the log.
 
lzkelley said:
well, we can see that the answer is going to be one, because in the limit that x --> inf, x = x+1 therefore x/x+1 = 1, so 1^anything even inf is still 1.
Now to prove that more rigorously, you break it up into numerator and denominator, f(x)/g(x) let's say, where f(x) = x^7x and g(x) = (x+1)^7x l'hopital's rule says that if both f(x) and g(x) are divergent, then x--> inf f(x)/g(x) = x-->inf f'(x) / g'(x) , so you take the derivative of the top and bottom separately... you're doing to have to do this until its not divergent anymore... or 8 times? i guess?
i see what you're going for with the exp(7xln...) but i think that's probably harder / more work. Good luck

The limit isn't 1. And taking the log does make it easier.
 
As Dick said taking the log makes it a lot easier.

You may have to apply l'Hopital more than once.
 
thanks guys i got it by taking ln of the whole thing and l'hopitaling the thing twice. ended up being e^(-7)
 
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