This week, we learn about De Moivre’s Formula.
You may first choose to read Polar Form if you have not already done so.
How would you use De Moivre's Formula to solve the following?
>
For a positive integer , express in terms of .
For those who want a coding challenge, use this to determine to 10 decimal places. How does this compare to , which would be the naive approximation ?
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
I always wonder if De Moivre's formula came before Euler's formula. I mean it is very easy to derive De Moivre's formula using Euler's formula.
(cosx+isinx)n=(eix)n=einx=cos(nx)+isin(nx)
Log in to reply
Actually, Euler's Formula states that cosx+isinx=eix for some e. In order to prove Euler's Formula, we have to prove that cis is an exponential function, which we do through de Moivre's Theorem.
Log in to reply
Euler's formula is actually usually proven using the Taylor expansion, not de Moivre's Theorem. In fact, Euler himself used the Taylor expansion proof in the paper in which he published the formula. Though what you're suggesting would work, proving eix=cosx+isinx by Taylor expansion is much simpler and de Moivre's is a natural extension of Euler's formula, as Jatin showed.
Log in to reply
ez=k=0∑∞k!zk, from which he efficiently progresses through a number of assertions, beginning with the convergence of the series for all z∈C, defining the trigonometric functions sin and cos and the value of π from the series expansion, and then showing that these definitions satisfy the necessary properties. It is one of the most elegant introductory passages I have ever read in any mathematics textbook, and it reveals why Rudin is so renowned for his expository elegance.
The whole thing sort of depends on what functions you choose to define and what you then try to show. For example, the introduction of Walter Rudin's text, "Real and Complex Analysis" begins by definingWe can write tan(nθ)=sin(nθ)cos(nθ). So, we have to calculate the real and imaginary parts of cos(nθ)+isin(nθ) separately.
cos(nθ)+isin(nθ)=(cosθ+isinθ)n
=cosnθ+(1n)(cosn−1θ)(isinθ)+(2n)(cosn−2θ)(isin2θ)+..........+(n−1n)(cosθ)(isinn−1θ)+isinnθ
We see that the terms which are in even position are real (and equal to cos(nθ)) and the terms which are in odd position are imaginary (and equal to sin(nθ)). So, when n is even,
cos(nθ)=∑k=12n(2kn)cosn−2kθsin2kθ(−1)k
sin(nθ)=∑k=12n(2k+1n)cosn−2k−1θsin2k+1θ(−1)k
tan(nθ) can be obtained by sin(nθ)cos(nθ)
But the problem I am facing here is how to convert the terms into tanθ?
Log in to reply
Hint: tanθ=cosθsinθ.
Note that you quote the tangent formula wrongly.
Log in to reply
Sorry, this really was a big mistake. Thank you for pointing this out.
So, my new answer is tan(nθ)=∑k=02n(2kn)cosn−2kθsin2kθ(−1)k∑k=02n(2k+1n)cosn−2k−1θsin2k+1θ(−1)k.
We can write tanθ=cosθsinθ
Thus, my answer reduces to tan(nθ)=∑k=02n(2kn)cosnθtan2kθ(−1)k∑k=02n(2k+1n)cosnθtan2k+1θ(−1)k.
So, cosnθ can be taken out and cancelled.
The answer becomes tan(nθ)=∑k=02n(2kn)tan2kθ(−1)k∑k=02n(2k+1n)tan2k+1θ(−1)k.
Replace tanθ with t.
tan(nθ)=∑k=02n(2kn)t2k(−1)k∑k=02n(2k+1n)t2k+1(−1)k.
This was for n=even. For n=odd, replace the2n in the limits by 2n−1.
Is this answer right? Can it be simplified any further?
Log in to reply
here.). Although I couldn't possibly simplify it further.
Yes this is correct as I too derived the same result but used another technique (Tangents of sum) (see itIsn't cos(nθ)=cosnθ+∑k=12n(2kn)cosn−2kθsin2kθ(−1)k ???
Log in to reply
Yes, you are right. The mistake I had done in the first comment was that k should have started from 0. My second comment rectifies that mistake.