Why Does l'Hospital's Rule Fail for lim(x→0^+) (lnx/x)?

  • Thread starter Thread starter phillyolly
  • Start date Start date
phillyolly
Messages
157
Reaction score
0

Homework Statement



lim(x→0^+)(lnx/x)


The Attempt at a Solution


First, what does x->0+ mean? Is it positive infinity?
Why lim(x→0^+) (lnx)=-∞?
Why the answer is

= -∞ * (1/0+)
= -∞* ∞
= -∞?
Why cannot I use l'Hospital Rule?
 
Physics news on Phys.org
phillyolly said:

Homework Statement



lim(x→0^+)(lnx/x)


The Attempt at a Solution


First, what does x->0+ mean? Is it positive infinity?
It means that x approaches zero from the right (positive values close to zero).
phillyolly said:
Why lim(x→0^+) (lnx)=-∞?
Look at the graph of y = ln(x). The domain is {x | x > 0}. As x gets closer to zero, y gets more and more negative.
phillyolly said:
Why the answer is

= -∞ * (1/0+)
= -∞* ∞
= -∞?
What you have above is mostly incorrect. 1/0 is not a number, so you can't use it in calculations. \lim_{x \to 0^+} \frac{ln(x)}{x} = \lim_{x \to 0^+} \frac{1}{x}ln(x)
The first factor gets larger and larger without bound; the second factor gets more and more negative without bound. As a result the product's limit is -∞.
phillyolly said:
Why cannot I use l'Hospital Rule?
Read the fine print in L'Hopital's Rule. There are certain conditions that must be satisfied before you can use it.
 
That's a great explanation. Thank you a lot.
 
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