Solve De Moivre's Theorem for z^10

  • Thread starter Thread starter jwxie
  • Start date Start date
  • Tags Tags
    Theorem
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
jwxie
Messages
278
Reaction score
0

Homework Statement


Let z = 1 − i. Find z^10.


Homework Equations



The Attempt at a Solution



[itex]|z|= \sqrt{(1)^{2}+{-1}^2}[/itex]
[itex]a=|z|cos(\theta )[/itex], [itex]b=|z|sin(\theta )[/itex]
and we find that [itex]\theta[/itex] = -pi/4 or 7*pi/4 (Accoridng to this, it is in the fourth quadrant )

[PLAIN]http://dl.dropbox.com/u/14655573/latex/dem.PNG

Why do we add 2*pi at the end? And moreover, if I use 7*pi/4, I notice that the cosine will vanish to 1.2e-12 close to zero, but are we really allowed to ignore that vanish value, and instead write -32i ?

Thanks!
 
Last edited by a moderator:
Physics news on Phys.org
jwxie said:

Homework Statement


Let z = 1 − i. Find z^10.


Homework Equations



The Attempt at a Solution



[itex]|z|= \sqrt{(1)^{2}+{-1}^2}[/itex]
[itex]a=|z|cos(\theta )[/itex], [itex]b=|z|sin(\theta )[/itex]
and we find that [itex]\theta[/itex] = -pi/4 or 7*pi/4 (Accoridng to this, it is in the fourth quadrant )

[PLAIN]http://dl.dropbox.com/u/14655573/latex/dem.PNG

Why do we add 2*pi at the end? And moreover, if I use 7*pi/4, I notice that the cosine will vanish to 1.2e-12 close to zero, but are we really allowed to ignore that vanish value, and instead write -32i ?

Thanks!

How are you getting 1.2 * 10-12? That sounds like a calculator rounding error for cos(7π/4 * 10), which IS equal to 0.
 
Last edited by a moderator:
There is no requirement to add 2pi when expanding z^n according to DeMoivre. Line 3 in the attachment evaluates to the correct result. The small quantity you obtained when evaluating the cosine is due to the approximation your calculator uses to calculate values for this function. Remember, cos(x) = 0 for all values of x = (2k+1)* pi/2 and k is any integer.
 
Hi Char. Limit.
I guess you are right. That's what I am wondering too... since that would definitely give zero. Sometime I do stuff on the calculator just to simplify things.

and thanks SteamKing. You both are right.
So I guess the whole purpose of adding 2pi is just to simplify the expression. (actually -5pi/2 will be fine).

TI-83 I am using. Interesting, huh?
 
jwxie said:

Homework Statement


Let z = 1 − i. Find z^10.


Homework Equations



The Attempt at a Solution



[itex]|z|= \sqrt{(1)^{2}+{-1}^2}[/itex]
[itex]a=|z|cos(\theta )[/itex], [itex]b=|z|sin(\theta )[/itex]
and we find that [itex]\theta[/itex] = -pi/4 or 7*pi/4 (Accoridng to this, it is in the fourth quadrant )

[PLAIN]http://dl.dropbox.com/u/14655573/latex/dem.PNG

Why do we add 2*pi at the end? And moreover, if I use 7*pi/4, I notice that the cosine will vanish to 1.2e-12 close to zero, but are we really allowed to ignore that vanish value, and instead write -32i ?

Thanks!
|z| = sqrt(2) and arg(z) = -45 degrees. We have |z^10| = 2^5 = 32 and the angle of z^10 is = 10*arg(z) = -450 degrees. In the standard interval [-180,180] degrees, this angle is -90 degrees, because 450 mod (360) = 90. So arg(z^10) = -90 degrees, hence z^10 = -32i.

RGV
 
Last edited by a moderator:
Adding [itex]2\pi[/itex], which obviously doesn't change the angle, to [itex]-5\pi/2[/itex] changes the form to [itex]-\pi/2] which is easily seen to be "straight down".[/itex]
 
There is an easy way (without angles) to get the result of this problem:

(1-i)10=((1-i)2)5,

As i*i=-1,

(1-i)2=-2i,

so (1-i)10=(-2)5 i5=-32i

ehild