Limit problem - [applying L'Hopitals law/rule]

  • Thread starter Thread starter SirPlus
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
16 replies · 2K views
SirPlus
Messages
18
Reaction score
0
Hi,
Find the limit of the function x^(1/x) as x tends to zero

I had assigned y to x^(1/x) and took the natural logarithm on both sides but that had not given me a quotient in its indetermined form that is 0/0 or infinity / infinity

maybe there is another approach not l'hospital's rule ..

Thanks,
 
Physics news on Phys.org
L'Hopital can not be used here, use small numbers to see the trend (from the right side of zero that is).
 
Sure, you can use de L'Hospital's rule for the log of the function
[tex]\ln(x^x)=x \ln x, \quad x>0.[/tex]
The limit for [itex]x \rightarrow 0^+[/itex] is of the type "[itex]0 \cdot \infty[/itex]". This you easily can transform into a limit of the type "[itex]\infty/\infty[/itex]"!
 
@vanhees: that's not the limit, right?
 
hilbert2 said:
^ But it's ##x^{1/x}##, not ##x^{x}##. You will get something like "##-\infty / 0##"

Exactly my point.
 
Argh. I misread this from the beginning. Then of course you have
[tex]\ln[f(x)]=\frac{\ln x}{x},[/tex]
and you don't need de L'Hospital at all. As a real function defined for [itex]x>0[/itex] you can take the limit from above [itex]x \rightarrow 0^+[/itex] (giving [itex]-\infty[/itex]) and then apply the argument with the continuity of the exponential function.
 
I don't get your argument vahess71 - i understand that as the x values decrease to the right the numerator as function tends to (- infinity) however the dinomenator tends to zero, the limit does not exist at all?
 
SirPlus said:
I don't get your argument vahess71 - i understand that as the x values decrease to the right the numerator as function tends to (- infinity) however the dinomenator tends to zero, the limit does not exist at all?

How do you define a limit? Are you familiar with the epsilon-delta definition?

In the case of this problem, you can show that if x is a positive number that is close to zero, then ##x^{1/x}## is even closer to zero and it's obvious that ##x^{1/x} \rightarrow 0## when ##x \rightarrow 0##.

Try giving ##x## the sequence of values ##x=10^{-1},10^{-2},10^{-3},\dots ## and see what are the corresponding values of ##x^{1/x}##.
 
No, the limit is not obvious, try, like I said earlier, to fill in some small number in ln(x)/x and analyze the trend.
 
As an answer, would it be easier for me to rather tabulate values of x between zero and one for functions in numerator and denomenator to observe the trend?

perhaps maybe sketch the graph for support - i guess its difficult to find the limit arithmetically
 
##y = x^{1/x}##
##ln(y) = \frac{ln(x)}{x}##
##lim( ln(y) ) = lim( \frac{ln(x)}{x} )## ( I'm intending the limit to be ##x→0^+## )
##ln(y) = lim( \frac{ln(x)}{x} )##

It is important to note that the two sided limit does not exist in this case because ##ln(x)## is defined only for ##x > 0## in the reals.

Now, observe the nature of the expression as we inch closer and closer to zero from the right. The numerator ##ln(x)## will decrease rapidly towards ##-∞## as we tend to zero. While the denominator ##x## will also decrease, but will tend towards zero.

It is important to note that ##x > ln(x)## for all ##x > 0##. So the denominator tends to zero faster than the numerator tends to ##-∞##. This causes the expression to 'blow up' because you know any quantity divided by something very very small is something very very large.

All this info tells us that ##lim( \frac{ln(x)}{x} ) → -∞## as ##x→0^+##. So we get :

##ln(y) = -∞##
##e^{ln(y)} = e^{-∞}##
##y = 0##

This tells us that ##lim(x^{1/x}) = 0##.
 
  • Like
Likes   Reactions: 1 person
SirPlus said:
I don't get your argument vahess71 - i understand that as the x values decrease to the right the numerator as function tends to (- infinity) however the dinomenator tends to zero, the limit does not exist at all?

We have ##\ln(y) \to - \infty## as ##x \to 0+.## While you are technically correct that the limit does not exist, you need to go back and look at what is actually meant by all this. It means that for any given number ##N > 0## we can find ##\delta > 0## so that ##\ln(y) < -N## if ##0 < x < \delta.## Thus, ##0 < y < e^{-N}## for ##0 < x < \delta##. So, given any ##\epsilon > 0## we can choose ##N > 0## so that ##e^{-N} \leq \epsilon##, and then we an choose ##\delta > 0## so that for ##x \in (0,\delta)## we have ##|y(x)| < \epsilon##. That means that we have ##\lim_{x \to 0+} y(x) =0.##