1

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

Lion Heart
  • 7,073

2 Answers2

1

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$.

J.G.
  • 115,835
PC1
  • 2,175
  • 1
    We can also write the function as $\frac{x^2}{2\sin^2(x/2)}=\frac{2}{\operatorname{sinc}^2(x/2)}$. – J.G. Jun 30 '22 at 20:35
0

$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$

Lion Heart
  • 7,073