3

I have the following question:

Calculate the $\lim_{x \to 0} \frac{1-\cos(2x)}{x}$

So to begin I rewrote it as: $$\lim_{x \to 0} \frac{2\sin^2(x)}{x}$$

& I'm wondering whether it would be acceptable to use the small-angle approximation for sine here since the limit tends towards 0 so it would fit the description. However if anyone has an alternative method that doesn't require any approximation I'd love to hear it. Thank you.

DMcMor
  • 9,407

2 Answers2

4

Because $|\sin(x)|\leq |x|$ for all $x \in \mathbb{R}$, you have $$\left|\frac{2\sin^2(x)}{x} \right| \leq 2|\sin(x)|$$

so you can conclude by squeeze theorem.

TheSilverDoe
  • 29,720
3

Your way is fine and by standard limit we can conclude indeed

$$\frac{2\sin^2(x)}{x}= 2\cdot \left(\frac{\sin x}{x}\right)^2 \cdot x \to 2 \cdot 1 \cdot 0 =0$$

as an alternative by standard limit again

$$\frac{1-\cos(2x)}{x}=4x\cdot\frac{1-\cos(2x)}{(2x)^2} \to 0 \cdot \frac1 2=0$$

user
  • 154,566