I am trying to prove this formula:
$ \sin4\theta = 4\cos^3\theta \sin\theta - 4\cos\theta \sin^3 \theta$
Using De Moivre's formula:
$(\cos\theta + i\sin\theta)^4 = \cos4\theta + i\sin4\theta$
How can I do this?
I am trying to prove this formula:
$ \sin4\theta = 4\cos^3\theta \sin\theta - 4\cos\theta \sin^3 \theta$
Using De Moivre's formula:
$(\cos\theta + i\sin\theta)^4 = \cos4\theta + i\sin4\theta$
How can I do this?
On
Use de-Moivres formula, as you say, and expand the left hand side using binomial theorem. Then look at the imaginary part of this expansion to get your formula.
We can also do this without the de-Moivres formula, only using the double angle identities for $\sin$ and $\cos$. Using $\cos(2\theta) = \cos^2 (\theta) - \sin^2 (\theta)$ and $\sin(2\theta) = 2\sin(\theta) \cos(\theta)$, we may calculate $$4\cos^3 (\theta) \sin(\theta)-4\cos(\theta) \sin^3 (\theta) = 4\cos(\theta) \sin(\theta) (\cos^2 (\theta) - \sin^2 (\theta))$$ $$ = 2 (2\sin(\theta) \cos(\theta)) \cos(2\theta) = 2\sin(2\theta) \cos(2\theta) = \sin(4\theta)$$ as desired.