$$\lim_{x\rightarrow 0} \left[ \csc^2(2x) - \frac{1}{4x^2} \right]$$
I've tried to use l'Hôpital's rules but still can't find the answer. Here's my approach:
$$ \begin{aligned} &\lim_{x\rightarrow 0} \left[ \csc^2(2x) - \frac{1}{4x^2} \right] \\ =& \lim_{x\rightarrow 0} \left[ \frac{1}{\sin^2(2x)} - \frac{1}{4x^2} \right] \\ =& \lim_{x\rightarrow 0} \left[ \frac{4x^2-\sin^2(2x)}{4x^2(\sin^2(2x))} \right] \\ =& \lim_{x\rightarrow 0} \left[ \frac{8x-4\sin(2x)\cos(2x)}{8x\sin^2(2x)+16x^2\sin(2x)\cos(2x)} \right] \\ =& \lim_{x\rightarrow 0} \left[ \frac{8x-2\sin(4x)}{8x\sin^2(2x)+8x^2\sin(4x)} \right] \\ =& \lim_{x\rightarrow 0} \left[ \frac{4x-\sin(4x)}{4x\sin^2(2x)+4x^2\sin(4x)} \right] \\ \end{aligned} $$
Am I using the correct way? How to solve it correctly?
P. S. I tried to use calculator and it outputs one third $1/3$.
hint: replace the denominator on the third line of your proof $\sin^2(2x)$ by $(2x)^2$ and apply L'hopitale rule three times to the expression: $\dfrac{4x^2-\sin^2(2x)}{16x^4}$. I did it and it works. Try it. Note that "replace" here means you write: $\sin^2 (2x) = 4x^2\cdot \left(\dfrac{\sin(2x)}{2x}\right)^2$, and the second factor approaches $1$ when $x \to 0$.