0

How to figure out that $\lim_{x \rightarrow 0^+} \frac{\ln x}{x^n} \rightarrow -\infty$ and not $\infty$, because according to L'Hopitals:

$$\lim_{x \rightarrow 0^+} \frac{\ln x}{x^n} = \lim_{x \rightarrow 0^+} \frac{1/x}{nx^{n-1}}=\lim_{x \rightarrow 0^+} \frac{1}{nx^{n}} \rightarrow \infty$$

Naz
  • 3,289
  • You can't directly use LHopital since top initially goes to $-\infty$ while bottom goes to $0^+$ (assuming $n>0.$) – coffeemath May 01 '16 at 07:37

1 Answers1

2

First: you do not have to use L'Hospital's rule when it is not necessary. Second, you should not when the hypotheses do not apply. You can see a discussion on a related case at Why does L'Hopital's rule fail in this case?.

At $0^+$, $\frac{1}{x^n}\to +\infty$ (for $n>0$) and $\log x \to -\infty$, and the form $+\infty \times -\infty$ is not undeterminate, it yields here $-\infty$.

Why does L'Hopital's rule fail in this case?