De Moivre's Theorem states that for any complex number x and integern,
(cosx+isinx)n=cos(nx)+isin(nx)
This formula is easily proven by induction on n, and applying the trigonometric sum and product formulas. We first deal with the non-negative integers. The base case n=0 is clearly true. For the induction step, observe that
Note that this version of the proof only holds true for integers n. There is a more general version, in which n is allowed to be a complex number. In this case, the left hand side is a multi-valued function, and the right hand side is one of its possible values.
Euler's Formula for complex numbers states that if z is a complex number with absolute value rz and argument θz, then
z=rzeiθz.
The proof of this is best approached using the (Maclaurin) power series expansion, and is left to the interested reader. With this, we have another proof of De Moivre's theorem that directly follows from the muliplication of complex numbers in polar form.
Worked Examples
1. Evaluate (1+3i)2013.
First, we find the absolute value and argument of z=1+3i.
Absolute value: rz=12+32=4=2.
Argument: θz=arctan13=3π
2. Show that cos(5θ)=cos5θ−10cos3θsin2θ+5cosθsin4θ.
Applying De Moivre's Theorem for n=5, we obtain
cos(5θ)+isin(5θ)=(cosθ+isinθ)5.
Expand the RHS using the Binomial Theorem and compare real parts to obtain:
cos(5θ)=cos5θ−10cos3θsin2θ+5cosθsin4θ.
Note: For an integer n, we can express cos(nθ) solely in terms of cosθ by using the identity sin2θ=1−cos2θ. This is known as the Chebyshev polynomial of the first kind.
3. Evaluate sin(0θ)+sin(1θ)+sin(2θ)+…+sin(nθ).
Applying De Moivre's Formula, this is equivalent to the imaginary part of
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
Do you know the Maclaurin series for sinθ about 0? That is one approach to take
sinx=x−3!x3+5x5−…
This would be the analytic continuation, where we define it via (infinite) polynomials on the real line about 0, and then extend that to the complex plane around 0.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
This was great! Question : How do we define cos(x) and sin(x) for complex numbers?
Log in to reply
Do you know the Maclaurin series for sinθ about 0? That is one approach to take
sinx=x−3!x3+5x5−…
This would be the analytic continuation, where we define it via (infinite) polynomials on the real line about 0, and then extend that to the complex plane around 0.
Find the sum of the following series : 1+2x+3x^2+4x^3+. . .. .nx^(n-1)
Log in to reply
Derivative of geometric series.