I am trying to prove the following limit. $$ \lim_{\Delta\theta\rightarrow0+}\frac{\sqrt{2-2\cos\Delta\theta}}{\Delta\theta}=1 $$ I am going to use this result to prove derivatives of sine and cosine, so I am looking for a proof that won't compute this one by using L'Hôpital's rule. Maybe there is a δ,ε-proof or something else?
$δ,ε$-proof for limit $\frac{\sqrt{2-2\cos(x)}}{x}$.
139 Views Asked by user151873 https://math.techqa.club/user/user151873/detail AtThere are 4 best solutions below
On
By standard limit, we have that
$$\frac{\sqrt{2-2\cos\Delta\theta}}{\Delta\theta}=\sqrt 2\sqrt{\frac{1-\cos\Delta\theta}{\Delta\theta^2}} \to \sqrt 2\,\sqrt{\frac12}=1$$
On
First, $\displaystyle 2-2\cos x = 4 \sin^2 \Big( \frac x2 \Big),$ and so, for $x >0$, $$\sqrt{2-2\cos x} = 2\, \Big|\sin \Big( \frac x2 \Big)\Big| = 2 \sin \Big( \frac x2 \Big).$$ Now your limit simply becomes: $$\lim_{x \to 0^+} \dfrac{\sin \Big( \dfrac x2 \Big)}{\dfrac x2} = \lim_{t \to 0^+} \frac{\sin t}{t}.$$
On
Let $\varepsilon>0$. Let $0<x-0=x<\delta$ and choose $\varepsilon =\delta$. We know that $2-2\cos(x)=4\sin^2(\frac{x}{2})$ and that $\sin(\frac{x}{2})\leq \frac{x}{2}$ for $x>0$. $$0\leq\bigg|\frac{2\sin(\frac{x}{2})}{x}-1\bigg|\leq\bigg|\frac{2\cdot\frac{x}{2}-x}{x}\bigg|=0<\delta=\varepsilon\ $$
$$\lim\limits_{x \to 0+}\frac{\sqrt{1-\cos x}}{x}= \lim\limits_{x \to 0+}\frac{\sqrt{2\sin^2 \frac{x}{2}}}{x}= \lim\limits_{x \to 0+}\frac{\sqrt{2}\sin \frac{x}{2}}{x}=\frac{1}{\sqrt{2}} $$