Question involving de Moivre identity and writing $\cos4\theta$ in terms of complex numbers

343 Views Asked by At

I'm struggling with a question which requires the use of the De Moivre identity. The question is as follows.

Prove that $$8(\cos{^6}\theta + \sin{^6}\theta) = 3\cos 4\theta + 5$$

[Hint: write $\cos\theta$ and $\sin\theta$ in terms of $e^{i\theta}$ and $e^{-i\theta}$]

-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I've gotten as far as writing out $\cos{^6}\theta$ as $[\frac{1}{2}(e^{i\theta}+e^{-i\theta}]^6$ and $\sin{^6}\theta$ as $[\frac{1}{2i}(e^{i\theta}-e^{-i\theta}]^6$. From here I'm not sure where to go, as I'm not sure how to use De Moivre's theorem on the right hand side to write $\cos 4\theta$ in terms of complex numbers. Any hint on where to go from here would be greatly appreciated.

3

There are 3 best solutions below

5
On BEST ANSWER

There are easier ways to solve this, for example $$\cos^6(\theta)+\sin^6(\theta) = \left( \cos^2(\theta)+\sin^2(\theta) \right)^3 - 3 \cos^2(\theta)\sin^2(\theta) \left( \cos^2(\theta)+\sin^2(\theta) \right) = 1 - 3\cos^2(\theta)\sin^2(\theta) = 1-\frac{3}{4}\sin^2 (2\theta) = 1-\frac{3}{4}\left( \frac{1-\cos(4\theta)}{2} \right) = \frac{5+3\cos(4\theta)}{8}$$

but if we insist on Abe. De Moivre's theorem, we can go like this

$$\left[\frac{1}{2} \left( e^{i\theta}+e^{-i\theta} \right) \right]^6 + \left[\frac{1}{2i} \left( e^{i\theta}-e^{-i\theta} \right) \right]^6 = \frac{1}{64} \left[ \left( e^{i\theta}+e^{-i\theta} \right)^6 - \left( e^{i\theta}-e^{-i\theta} \right)^6 \right] = \frac{1}{64} \left( \left( e^{i\theta}+e^{-i\theta} \right)^3 - \left( e^{i\theta}-e^{-i\theta} \right)^3 \right)\left( \left( e^{i\theta}+e^{-i\theta} \right)^3 + \left( e^{i\theta}-e^{-i\theta} \right)^3 \right) = \frac{1}{64} \left( 6e^{i\theta} + 2e^{-3i\theta} \right)\left( 6e^{-i\theta} + 2e^{3i\theta} \right) = \frac{1}{64} \left( 36 + 12e^{4i\theta} + 12e^{-4i\theta} +4 \right) = \frac{1}{64} \left( 40 + 24\times\frac{1}{2} \left( e^{4i\theta}+e^{-4i\theta} \right) \right) = \frac{1}{64}\left( 40 + 24\cos(4\theta)\right) = \frac{5+3\cos(4\theta)}{8}$$

2
On

$\left(\frac{e^{i\theta \:}+e^{-i\theta \:}}{2}\right)^6+\left(\frac{e^{i\theta \:\:}-e^{-i\theta \:\:}}{2i}\right)^6=\frac{\left(e^{iθ}+e^{-iθ}\right)^6}{64}+\frac{\left(e^{iθ}-e^{-iθ}\right)^6}{-64}=\frac{\left(e^{iθ}+e^{-iθ}\right)^6-\left(e^{iθ}-e^{-iθ}\right)^6}{64}$
Apply binomial theorem, $$\left(e^{iθ}+e^{-iθ}\right)^6=e^{6iθ}+6e^{4iθ}+15e^{2iθ}+20+15e^{-2iθ}+6e^{-4iθ}+e^{-6iθ}$$ $$\left(e^{iθ}-e^{-iθ}\right)^6=\left(e^{6iθ}-6e^{4iθ}+15e^{2iθ}-20+15e^{-2iθ}-6e^{-4iθ}+e^{-6iθ}\right)$$ \begin{align}8\left(\frac{\left(e^{iθ}+e^{-iθ}\right)^6-\left(e^{iθ}-e^{-iθ}\right)^6}{64}\right)&=8\left(\frac{12e^{-4iθ}+12e^{4iθ}+40}{64}\right)\\ &=8\left(\frac{3e^{-4iθ}+3e^{4iθ}+10}{16}\right)\\ &=\frac{3e^{-4iθ}+3e^{4iθ}+10}{2}\\ &=3.\frac{e^{-4iθ}+e^{4iθ}}{2}+5\\ &=3\cos4θ+5 \end{align}

1
On

To make the notations (and the computations) lighter, set $u=\mathrm e^{i\theta}$, so that $\bar u=\mathrm e^{-i\theta}$, $u\,\bar u=1$ and $u^k+\bar u^k=2\cos k\theta$. We have, using high-school identities, \begin{align} 8(\cos^6 \theta + \sin^6\theta)& =8\biggl(\frac{(u+\bar u)^6}{64}+ \frac{(u-\bar u)^6}{-64}\biggr)=\frac18\Bigl((u+\bar u)^6-(u-\bar u)^6\Bigr)\\ &=\frac18\Bigl[\Bigl(u^6+6u^4+15u^2+20+15\bar u^2+6\bar u^4+\bar u^6\Bigr)\\ &\phantom{=}\qquad-\Bigl(u^6-6u^4+15u^2-20+15\bar u^2-6\bar u^4+\bar u^6\Bigr)\Bigr] \\ &= \frac18\Bigl[12(u^4+\bar u^4)+40\Bigr]=\frac18\Bigl[24\cos 4\theta +40\Bigr]=3\cos4\theta+5. \end{align}