Trig identity $\sin(x)\cos(x) = \sin(2x)/2$?

1.6k Views Asked by At

http://tutorial.math.lamar.edu/Classes/CalcIII/TICylindricalCoords_files/eq0014MP.gif

Could someone tell me how $\sin(2x)$ arrives?

I know that there is a trig identity that says $2\cos(x)\sin(x) = \sin(2x)$ ... but this isn't isn't the case here... so could someone explain why?

1

There are 1 best solutions below

1
On

Notice that:

$$\sin(a+b)=\sin a\cos b+\sin b\cos a$$

Since $2x = x+x$ we have:

$$\sin(2x)=\sin(x+x)=\sin x\cos x+\sin x\cos x=2\sin x\cos x$$

Now this simplifies to $\sin x\cos x = \sin(2x)/2$ as you want.