I am trying to find the limit of $$\lim_{x \to 0}\frac{\cos(2x)-1}{\sin(x^2)}$$ Can someone give me a hint on how to proceed without applying L'Hôpital's rule. I tried using the trig identity $\cos(2x)-1 = -2\sin^2(x)$ but that doesn't seem to be useful as the denominator is $\sin(x^2)$.
2026-04-07 14:40:47.1775572847
On
On
finding limit $\frac{\cos(2x)-1}{\sin(x^2)}$ for $x \to 0$
461 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
0
On
As you had, it is $$\lim_{x\to 0}\frac{-2\sin^2(x)}{\sin(x^2)}=\lim_{x\to 0}\left(\frac{x^2}{\sin x^2}\times \frac{-2\sin^2 x}{x^2}\right)=\lim_{x\to 0}\frac{-2\sin^2x}{x^2}=\lim_{x\to 0}\frac{-2\sin x\frac{\sin x}{x}}{x}=-2\lim_{x\to 0}\frac{\sin x}{x}=\boxed{-2}$$
This is simply repeatedly applying $\lim_{u\to 0}\frac{\sin u}{u}=1$ and $\lim_{u\to 0}\frac{u}{\sin u}=1$.
0
On
$$L=\lim_{x \to 0}\frac{\cos(2x)-1}{\sin(x^2)}$$ With Taylor series at order 2: $$\cos(2x)-1=-2x^2 +o(x^2)$$ $$ \sin (x^2)=x^2+o(x^2)$$ So that we have :
$$ \frac{\cos(2x)-1}{\sin(x^2)}\sim_0 \dfrac {-2x^2}{x^2}=-2$$
Note that $$ \lim_{x \to 0}\frac{\cos(2x)-1}{\sin(x^2)} = \left(\lim_{x \to 0} \frac{x^2}{\sin(x^2)}\right) \cdot \left(\lim_{x \to 0} \frac{\cos(2x) - 1}{x^2}\right)\\ = \left(\lim_{x \to 0} \frac{x^2}{\sin(x^2)}\right) \cdot \left(\lim_{x \to 0} \frac{-2\sin^2(x)}{x^2}\right) $$ From there, it suffices to note that $\lim_{u \to 0} \frac{u}{\sin(u)} = \lim_{u \to 0} \frac{\sin(u)}{u} = 1$.