Evaluating z^{60} for z = -1 + i√3

  • Thread starter Thread starter nicksauce
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Science Advisor
Homework Helper
Messages
1,270
Reaction score
8

Homework Statement


Evaluate [tex]z^{60}[/tex], where [tex]z = -1 + i\sqrt{3}[/tex]

Homework Equations


The Attempt at a Solution


[tex]z = 2(\cos(\frac{2\pi}{3}) + i\sin(\frac{2\pi}{3})[/tex]
[tex]z^{60} = 2^{60}(\cos(40\pi) + i\sin(40\pi))[/tex]
[tex]z^{60} = 2^{60}[/tex]

Is this right? Maple doesn't seem to agree.
 
Physics news on Phys.org
Unless I'm misremembering the various formulas involved, that seems correct. What is Maple giving as the answer?
 
z := -1 + I sqrt(3)
a := z^60
evalf(a, 5)
1.1544 10^18 - 8.5175 10^14 I

Perhaps the imaginary part is just due to some kind of rounding error?
 
Probably so. After all, you're dealing with some pretty big numbers and using, I'm guessing, 5 digits. Bound to introduce a pretty big error.
 
I'm quite surprised maple wouldn't use exact methods, such as I used here, to calculate such numbers!