How can I solve the following problem without the use of the L'Hopitals's rule?
$$\lim_{x\to0} \frac{1-\cos^3(x)}{x\sin{(2x)}}$$
How can I solve the following problem without the use of the L'Hopitals's rule?
$$\lim_{x\to0} \frac{1-\cos^3(x)}{x\sin{(2x)}}$$
On
we have $-\frac{(\cos(x)-1)(\cos(x)^2+\cos(x)+1)}{2x\sin(x)\cos(x)}=-\frac{(\cos(x)^2-1)(\cos(x)^2+\cos(x)+1)}{2x\sin(x)\cos(x)(1+\cos(x))}=\frac{(\sin(x)(\cos(x)^2+\cos(x)+1)}{2x\cos(x)(1+\cos(x))}$ and the searched limit is $\frac{3}{4}$
On
$$\frac{1-\cos^3(x)}{x\sin(2x)}=\frac{(1-\cos(x))(1+\cos(x)+\cos^2(x))}{2x\sin(x)\cos(x)}$$ $$=\frac{2\sin^2(x/2)(1+\cos(x)+\cos^2(x))}{4x\sin(x/2)\cos(x/2)\cos(x)}$$ $$=\frac{1}{4}\frac{\sin(x/2)}{x/2}\frac{1+\cos(x)+\cos^2(x)}{\cos(x/2)\cos(x)}$$
The limit is 3/4.
Hint:
We have that $1-\cos^3x = (1-\cos x)(1+\cos x + \cos^2 x)$ and $x\sin 2x = 2x\sin x \cos x$, so by limit arithmetic $$\lim_{x \to 0} \frac{1-\cos^3x}{x\sin 2x} = \lim_{x\to0} \frac{(1-\cos x)(1+\cos x + \cos^2 x)}{2x\sin x \cos x} = \frac{3}{2}\lim_{x \to 0}\frac{1-\cos x}{x\sin x}$$ From here, see if you can get a numerator in terms of $\sin x$.