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

  • Thread starter Thread starter nicksauce
  • Start date Start date
nicksauce
Science Advisor
Homework Helper
Messages
1,270
Reaction score
7

Homework Statement


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

Homework Equations


The Attempt at a Solution


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

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!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top