$$\lim_{x\to 0} \frac{1-\cos(x)}{x^2}=\frac{1}{2}$$
Proof: $$\lim_{x\to 0} \frac{1-\cos (x)}{x^2} \times \frac{1+\cos (x)}{1+\cos(x)}$$ $$\lim_{x\to 0} \frac{1-\cos^2(x)}{x^2(1+\cos (x))}$$ $$\lim_{x\to 0} \frac{\sin^2(x)}{x^2(1+\cos (x))}$$ $$=\frac{1}{2}$$ Hence we prove it. But I try to use $\varepsilon$ & $\delta$ method but I was not able to complete the proof. Some one help me to prove it using $\varepsilon$ and $\delta$ method. Thanks in advance.
We need to find a δ so that if $$|x| < \delta$$
$$|\frac{1 - cos(x)}{x ^ 2} - \frac{1}{2}| < \varepsilon$$
Note that
$$|\frac{1 - cos(x)}{x ^ 2}| = |\frac{1 - cos ^ 2(x)}{x ^ 2(1 + cos(x)) }| = |\frac{sin^2(x)}{x ^ 2(1 + cos(x))}| = |\frac{sin(x)}{x}|^2|\frac{1}{1 + cos(x)}|$$
But $$\big|\hspace{1mm}|\frac{sin(x)}{x}|^2|\frac{1}{1 + cos(x)}| - \frac{1}{2}\big|$$ is an expression of the form $xy - x_0y_0$ where $$x = |\frac{sin(x)}{x}|^2\\ y = |\frac{1}{1 + cos(x)}|\\ x_0 = 1\\ y_0 = \frac{1}{2} $$
Since $$|xy - x_0y_0| = |(x - x_0)(y - y_0) + x(y - y_0) + y(x - x_0)| \\ \hspace{2.5cm}\leqslant |(x - x_0)(y - y_0)| + |x(y - y_0)| + |y(x - x_0)|$$
We need to find a $\delta$ such that all the three terms in the last expression are less that $\frac{\varepsilon}{3}$
Since $lim_{x\to0} y_0 = y$ and $lim_{x\to0} x_0 = x$, minimize each term separately and pick the smallest $\delta$ of the three you get. The result follows.
P.S. - This is my first time typing an answer out in latex. If I've made any errors formatting this answer, I'm sorry.