1
$\begingroup$

I'm trying to evaluate the following limit: $$\lim_{x \to 0} \frac{\sqrt{1- \cos x^2}}{1 - \cos x}$$ I've tried multiplying by the conjugate and variable substitution. I had a look at wolfram alpha and it said that $\lim_{x \to 0} \frac{\sqrt{1- \cos x^2}}{1 - \cos x}=\sqrt{2}$, though I'm interested in the process to achieve that.

Any help would be much appreciated / actually finding the limit.

Thanks

  • 0
    $cos(x)=1-\frac{x^2}{2}+o(x^3)$.2017-02-18
  • 0
    You can use L'Hopital.2017-02-18

2 Answers 2

4

Note: I am using the limit $\lim_{\theta \to 0}\frac{\sin \theta}{\theta}=1$ and the identity $1-\cos 2A=2\sin^2 A$.

\begin{align*} \lim_{x \to 0} \frac{\sqrt{1- \cos x^2}}{1 - \cos x} & = \lim_{x \to 0} \frac{\sqrt{2 \sin^2 \left(x^2/2\right)}}{2 \sin^2 \left(x/2\right)}\\ & = \lim_{x \to 0} \frac{\sin \left(x^2/2\right)}{\sqrt{2}\sin^2 \left(x/2\right)}\\ & = \frac{1}{\sqrt{2}}\lim_{x \to 0} \frac{\sin \left(x^2/2\right)}{x^2/2}\frac{(x/2)^2}{\sin^2 \left(x/2\right)}.2\\ & =\sqrt{2}. \end{align*}

3

Hint

Using $$1-\cos(x)=\frac{x^2}{2}+o(x^2)$$ and $$1-\cos(x^2)=\frac{x^4}{2}+o(x^4),$$ you'll get the result.

  • 0
    What is the $o(x^2)$ mean? What is that called?2017-02-18
  • 0
    a function $f(x)=o(x)$ if $$\lim_{x\to 0}\left|\frac{f(x)}{x}\right|=0.$$ but to be honest, if you don't know Taylor approximation, my answer won't help.2017-02-18
  • 0
    Ok, thanks anyway2017-02-18