How to prove the following? $$2\sin x\cos x = \sin 2x$$
I was trying:
$$2\sin x \cos x = \sin x \sqrt{1-\cos^2 x}\sqrt{1-\sin^2 x}$$ $$2\sin x \cos x = \sin x \sqrt{1-\cos^2 x +1-\sin^2 x}$$ $$2\sin x \cos x = \sin x \sqrt{2-1}$$
but this did not work out
Update: how to prove the double angle formula?
There are many proof, from basic arguments to anothers which use very strong machinery. The first proof that people learns is the purely geometric one. I'll give you a very simple proof just using complex numbers. Let $a,b\in\mathbb{R}$, then $$\cos (a+b)+i\sin (a+b)=e^{i(a+b)}=e^{ia}e^{ib}=(\cos a+i\sin a)(\cos b+i\sin b)=(\cos a\cos b-\sin a\sin b)+i(\sin a\cos b+\cos a\sin b),$$ now equalizing the imaginary parts we get that $$\sin (a+b)=\sin a\cos b+\sin b\cos a.$$ Also you'll get the formula for the cosine of sum with this proof. Now just put $a=b$.