There are a few ways you can think about [tex]\lim_{x \rightarrow 0} \frac{sin(2x)}{x}[/tex]. You can use the double angle formula for sine to write [itex]sin(2x)=2sin(x)cos(x)[/itex], which makes the limit clear, but this doesn't generalize very nicely to [tex]\lim_{x \rightarrow 0} \frac{sin(kx)}{x}[/tex] where [itex]k[/itex] is some other constant.
Instead, you can write [tex]\lim_{x \to 0} \frac{sin(2x)}{x}=2 \lim_{x \to 0} \frac{sin(2x)}{2x}=2 \lim_{2x \to 0} \frac{sin(2x)}{2x}=2[/tex]
Or, you can make the substitution [itex]u=2x[/itex], which turns the limit into [tex]\lim_{u \rightarrow 0} \frac{sin(u)}{(u/2)}=2[/tex]. This suggests that a better original substitution would have been [itex]x=\frac{2}{t}[/itex]
Of course, you could have just used L'Hopital's Rule on sin(2x)/x but there is no reason to rely on derivatives for this limit.
tldr: [itex]\lim_{x \to 0} \frac{sin(kx)}{x}=k[/itex]