Can you use only L'Hôpital's rule in indeterminate forms

101 Views Asked by At

On evaluating $$f(x)=\begin{cases} \frac{x\ln(\cos x)}{\ln(1+x^2)} & x\neq0,\\0& x=0\end{cases}$$ all the solutions I've seen used the L'Hôpital's rule to break it down; that way, you find out that the function is continuous at x=0, becoming 0 there.

I used $\lim_{x^2 \to 0} \frac{\ln(1+x^2)}{x^2}=0$ and logarithmic properties to simplify it to $\lim_{x \to 0}\ln(\cos x)^{ \frac{1}{x}}$;

Defining h as a small positive value, as x approaches 0 from the right, it becomes h. As cosx approaches 0 from the right, it becomes 1-h. Thus the right-hand limit becomes $\lim_{h \to 0^+}ln(1-h)^\frac{1}{h}$. This becomes $ln0=-\infty$

Similarly, as x approaches 0 from the left, it becomes -h. As cosx approaches 0 from the left, it becomes 1-h, the same as before. Thus the left-hand limit becomes $\lim_{h \to 0^+}ln(1-h)^\frac{-1}{h}$. This is $\lim_{h \to 0^+}ln\frac{1}{(1-h)^\frac{1}{h}}$, which becomes $ln\infty$, which is $\infty$.

As the limit doesn't seem to exist as per my evaluation, am I supposed to use only the L'Hôpital's Rule in indeterminate forms?

3

There are 3 best solutions below

6
On BEST ANSWER

Your idea of using the fact that $\frac {\ln (1+t)} t \to 1$ as $ t \to 0$ is good so the question reduces to that of finding $\lim_{x \to 0} \frac {\ln (\cos x)} x$. But this last limit is $0$ by L'Hopital's Rule. I don't know how you concluded that this limit does not exist.

There are conditions to be satisfied for application of L'Hopital's Rule and a wrong application can lead to a wrong answer.

0
On

" Am I supposed to use only the L'Hôpital's rule for indeterminate forms? "

No, not only LH rule for indeterminate forms.

For example, let's see the following limit: $$\lim_{n\to \infty} \frac{\ln n}{n}$$ (you can write $x$ instead of $n$, as well). Let's try to solve it without LH rule.

Note that $$0 \le \frac{\ln n}{n} = \frac{2\color{red}{\ln \sqrt n}}{\sqrt n \color{red}{\sqrt n}} \le \frac{2}{\sqrt n}\cdot \color{red}1 \\ 0 \le \frac{\ln n}{n} \le \frac{2}{\sqrt n}$$ Now, by Sandwich Theorem (or Squeeze Theorem), we conclude that $$\lim_{n\to \infty} \frac{\ln n}{n} = 0$$

0
On

Hint:

We actually don't need The Intuition behind l'Hopitals Rule Or Series Expansion as we can write

$$2f(x)=-x\cdot\dfrac{\ln(1-\sin^2x)}{-\sin^2x}\cdot\dfrac{x^2}{\ln(1+x^2)}\cdot\left(\dfrac{\sin x}x\right)^2$$