I've been told to solve the following limit using only $\lim_{x \to 0}\frac{\sin x}{x}=1$:
$$\lim_{x \to 0} \frac{1-\cos(1-\cos x)}{x^4}$$
I don't know how to do it except using L'Hospital's Rule but it's just insane amount of math and not the writer's intention(Symbolab do it but it's a computer so ;)
The answer is: $\frac18$
I'm looking for a way to solve this using $\frac{\sin x}x$.
Appealing to the half-angle identity, $1-\cos(x)=2\sin^2(x/2)$, reveals
$$\frac{1-\cos(1-\cos(x))}{x^4}=\frac{2\sin^2(\sin^2(x/2))}{x^4}$$
Next, we write
$$\begin{align} \frac{2\sin^2(\sin^2(x/2))}{x^4}&=2\left(\frac{\sin(\sin^2(x/2))}{x^2}\right)^2\\\\ &=2\left(\frac{\sin(\sin^2(x/2))}{\sin^2(x/2)}\,\frac{\sin^2(x/2)}{x^2}\right)^2\\\\ &=2\,\color{blue}{\underbrace{\left(\frac{\sin^2(\sin^2(x/2))}{\sin^2(x/2)}\right)^2}_{\to 1}}\,\color{red}{\underbrace{\frac1{16}\left(\frac{\sin^2(x/2)}{(x/2)^2}\right)^2}_{\to 1/16}}\\\\ &\to \frac18 \end{align}$$