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?
\begin{align} f'(x)&=\lim_{h\to0}\frac{2(x+h)\sin(2x+2h)-2x\sin2x}{h}\\ &=\lim_{h\to0}\left(\frac{2x\sin(2x+2h)-2x\sin2x}{h}+\frac{2h\sin(2x+2h)}{h}\right)\\ &=\lim_{h\to0}\frac{2x(\sin(2x+2h)-\sin2x)}{h}+\lim_{h\to0}\frac{2h\sin(2x+2h)}{h}\\ &=\lim_{h\to0}\frac{2x(2\sin(h)\cos(2x+h))}{h}+\lim_{h\to0}\frac{2\sin(2x+2h)}{1}\\ &=4x\cos2x+2\sin2x \end{align}