Evaluating $\lim_{x\rightarrow 0}(-1+\cos x)^{\tan x}$ without l'Hôpital Rule

329 Views Asked by At

Before reading this post, I would suggest checking the following thread: Is it possible to evaluate $\lim_{x\rightarrow 0}(-1+\cos x)^{\tan x}$? The answers provided by other users and my further input could be helpful.

I have the following limit that I should evaluate without using l'Hôpital: $$\lim_{x \rightarrow 0} (-1+\cos x)^{\tan x}$$

Here's what I've done: $$\lim_{x \rightarrow 0} (-1+\cos x)^{\tan x}=\lim_{x \rightarrow 0} e^{\ln((-1+\cos x)^{\tan x})}=\lim_{x \rightarrow 0} e^{\tan x \cdot \ln(\cos x-1)}=\lim_{x \rightarrow 0} e^{\sin x \cdot \frac{\ln (\cos x-1)}{\cos x}}$$

but I'm stuck. Any help would be appreciated, thanks.

2

There are 2 best solutions below

0
On BEST ANSWER

Claim: $\lim\limits_{x\to 0} (\cos(x)-1)^{\tan(x)} = 1$. Proof: We will need the half angle and double angle formulas:

Half angle formula: $\cos(x) -1 = -2\sin^2(\frac{x}{2})$

Double angle formula: $\sin(x) = 2\sin(\frac{x}{2})\cos(\frac{x}{2})$

\begin{align} (\cos(x)-1)^{\tan(x)} &= \text{exp}\Big( \tan(x)\log(-2\sin^2(\frac{x}{2}))\Big) \\ &= \text{exp}\Big( \frac{\sin(x)}{\cos(x)}\log(-2\sin^2(\frac{x}{2}))\Big) \\ &= \text{exp}\Big( \frac{2\sin(\frac{x}{2})\cos(\frac{x}{2})} {\cos(x)}2\log(i\sqrt{2}\sin(\frac{x}{2}))\Big) \\ &= \text{exp}\bigg(-i2\sqrt{2} \underbrace{\bigg(\frac{\cos(\frac{x}{2})}{\cos(x)}\bigg)}_{=:g(x)} \underbrace{\Big(i\sqrt{2}\sin(\frac{x}{2})\Big)}_{=:f(x)} \log(i\sqrt{2}\sin(\frac{x}{2}))\bigg) \\ \end{align}

And here we have $\lim\limits_{x\to 0} g(x) = 1$ and $\lim\limits_{x\to 0} f(x)\log(f(x)) = 0$, where the latter follows from $\lim\limits_{x\to 0}f(x) = 0$ and $\lim\limits_{z\to 0} z\log(z) = 0$ for complex $z$.

Hence $\lim\limits_{x\to 0} \text{exp}(-i2\sqrt{2}g(x)f(x)\log(f(x))) = \text{exp}(0) = 1$

0
On

I get the same result than Hyperplane from a slight different workaround. For $x\in\Bbb R$ we have that

$$\log (-1+\cos(x))=\log |-1+\cos(x)|+i\alpha(x)$$

where

$$\alpha(x)=\begin{cases}\pi,&\text{if }-1+\cos(x)<0\\{\rm undefined},&\text{if }-1+\cos(x)=0\end{cases}$$

Then

$$(-1+\cos(x))^{\tan(x)}=\exp\Big(\tan(x)\big(\log |-1+\cos(x)|+i\alpha(x)\big)\Big)$$

Then

$$\lim_{x\to 0}(-1+\cos(x))^{\tan(x)}=\lim_{x\to 0}\exp(\tan(x)\log |-1+\cos(x)|)$$

because $\lim_{x\to 0}\exp(i\tan(x)\alpha(x))=1$. To solve the last limit we can use L'Hopital:

$$\lim_{x\to 0}\tan(x)\log|-1+\cos(x)|=\lim_{x\to 0}\frac{\log|-1+\cos(x)|}{\cot(x)}=\\=\lim_{x\to 0}\frac{\sin^3(x)}{(\cos(x)-1)}=\lim_{x\to 0}\frac{\sin(x)(1-\cos^2(x))}{(\cos(x)-1)}=\lim_{x\to 0}-\sin(x)(1+\cos(x))=0$$

Then finally

$$\lim_{x\to 0}(-1+\cos(x))^{\tan(x)}=1$$