First, I am pretty confident that the answer of this question must be like following:
$$ \lim_{x \to 0}\frac{2x\cos{2x} - \sin{2x}}{2x\cos{2x}-2x} = \lim_{x \to 0}\frac{\cos{2x} - \frac{\sin{2x}}{2x}}{\cos{2x}-1} = \lim_{x\to 0}\frac{\cos{2x}-1}{\cos{2x}-1} = 1 $$
but then someone told me that my solution is wrong since i perform partially limit in $\frac{\sin{2x}}{2x}=1$. So then i try so many other algebraic manipulation but got nothing. I need to solve this without using L-hospital, and that drive me crazy since i think it is the only method that i think will work on this. Please someone help me!
In fact, \begin{align*} &\frac{2x\cos(2x)-\sin(2x)}{2x\cos(2x)-2x}\\ &=\cos(2x)\frac{2x-\tan(2x)}{2x(\cos(2x)-1)}\\ &=\cos(2x)\frac{\frac{2x-\tan(2x)}{(2x)^3}}{\frac{\cos(2x)-1)}{(2x)^2}} \end{align*} Since $$ \lim_{x\to0}\frac{x-\tan(x)}{x^3}=-\frac13, \lim_{x\to0}\frac{\cos(x)-1)}{x^2}=-\frac12$$ So $$ \lim_{x\to0}\frac{2x\cos(2x)-\sin(2x)}{2x\cos(2x)-2x}=\frac23. $$