I want to find the derivative of $f(x)=2x\sin(2x)$ but I'm having trouble developing the trigonometric identities. Here's what I worked out: \begin{align} f'(x)&=\lim_{h\to0}\frac{2(x+h)\sin(2(x+h))-2x\sin(2x)}{h}\\ &=\lim_{h\to0}\frac{2(x+h)(2\sin(x)\cos(h)+\cos(x)\sin(h))-2x\sin(2x)}{h}\\ &=\lim_{h\to0}\frac{4x\sin(x)\cos(h)+4h\sin(x)\cos(h)+4x\cos(x)\sin(h)+4h\cos(x)\sin(h)-2x\sin(2x)}{h}\end{align}
From this point I separate the expressions and apply special limits but I can't get to the finish line. Is this the right track?