0
$\begingroup$

I tried to solve $\lim_{x\to 0} x^{\frac{1}{x}}$

I tried doing it like this:

$\lim_{x\to 0} x^{\frac{1}{x}}= \lim_{x\to 0} e^{\ln(x^{\frac{1}{x}})} = \lim_{x\to 0} e^{\frac{\ln(x)}{x}} = \exp\left(\lim_{x\to 0} \frac{\ln(x)}{x}\right)$

Then solving $\lim_{x\to 0} \frac{\ln(x)}{x}$ with l'Hospital's Rule I get

$\lim_{x\to 0} \frac{\ln(x)}{x}=\lim_{x\to 0} \frac{1}{x}$

Which remains indeterminate as it has no two-sided limit.

So is that the answer, that it remains indeterminate? Or would I say that it has two limits depending on the side you approach? How do I phrase this result?

  • 1
    It is not proper to use L’Hospital for $\lim_{x\to0}(\log x)/x$ because it is not of the form $0/0$ nor $\infty/\infty$.2012-09-12

3 Answers 3

5

The expression $\lim_{x\to 0^-}x^{\frac{1}{x}}$ makes no sense, for in general $x^y$ is undefined if $x$ is negative. As a consequence, $\lim_{x\to 0}x^{\frac{1}{x}}$ does not exist.

As was pointed out by Lubin, L'Hospital's Rule is not appropriate here, since after taking the logarithm we are looking at $\frac{\ln x}{x}$. For $x$ near $0$, the numerator $\ln x$ is very large negative, but the denominator is close to $0$, so we do not have a suitable form. But luckily, the rule is not needed, since raising a number close to $0$ to a large power gives a number very close to $0$.

  • 1
    His procedure is **not right** because L'Hospital does not apply.2012-09-13
1

Don't use L’Hospital, it doesn’t apply. And don’t bother using $\log$ and $\exp$, just plug in a particular tiny number for $x$ and see what happens. For instance, try $x=.1$: then you’re asking about the tenth power of $.1$, which of course is $.0000000001$. Now you see that your argument is to say that you’re raising a tiny number to a huge power, result will be ZERO in the limit.

-2

$\lim_{x\to 0} x^\frac{1}{x}$=$\lim_{x\to 0} (1+x-1)^{{\frac{1}{x-1}\cdot}{\frac{x-1}{x}}}$=$e^{{\lim_{x\to 0}}{\frac{x-1}{x}}}$=$e$.

  • 4
    No. $ $ $ $ $ $2012-09-12