Answer for the $\lim_{x\rightarrow 0} \frac{x^2}{1-\cos x}$?

57 Views Asked by At

So I know that you can multiply by the conjugate and get the correct answer which is 2. However I wanted to know why this method gave me the wrong answer. how I tried to solve it

2

There are 2 best solutions below

1
On

You could do this: \begin{align} \lim_{x\to0}\frac{x^2}{1-\cos(x)}&=\lim_{x\to0}\frac{x^2(1+\cos(x))}{1-\cos^2(x)}\\ &=\lim_{x\to0}(1+\cos(x))\frac{x^2}{\sin^2(x)}\\ &=2\lim_{x\to0}\frac{x^2}{\sin^2(x)} \end{align}

The right hand side is $(\mathrm{sinc}(x))^{-2}$, which is well known to be $1$ for $x\to0$.

0
On

$0\times 0^{-1}=0 \times \frac{1}{0}$ (there's an indeterminate form)

It may solve also without L`Hopital Rule.

$\lim_{x\rightarrow 0}\frac{x^2}{1-\cos x}=\lim_{x\rightarrow 0}\frac{x^2}{1-(1-2\sin^2 \frac{x}{2})}$

$=\lim_{x\rightarrow 0}\frac{x^2}{2\sin^2 \frac{x}{2}}$

$=\lim_{x\rightarrow 0}\frac{4\times (\frac{x}{2})^2}{2\sin^2 \frac{x}{2}}$

$=2\times \lim_{x\rightarrow 0}(\frac{\frac{x}{2}}{\sin \frac{x}{2}})^2$

$=2\times 1=2$