Solving z^4=16i: Finding All Possible Solutions

  • Thread starter Thread starter Physics_wiz
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 13K views
Physics_wiz
Messages
227
Reaction score
0
Need to find all z such that z^4 = 16i. Rectangular form and no trig functions. Here's what I did:
z^4 = 16e^(i pi/2) = 16e^i(pi/2 + 2npi)

z = 2e^i(pi/8 + npi/2)

First question: Do I add a 2npi before I take the 4th root or do I add it after I take the 4th root to get z = 2e^i(pi/8 + 2npi)? Does it matter?

Second question: After I get an expression for z, which n's do I plug in the equation to find the 4 z's I'm looking for? How do I know that?
 
Physics news on Phys.org
First question : BEFORE
second question : take n : 0,1,2,3

marlon
 
G'day, Physics_wiz.

Physics_wiz said:
First question: Do I add a 2npi before I take the 4th root or do I add it after I take the 4th root to get z = 2e^i(pi/8 + 2npi)? Does it matter?
It must be before. You might write it as
Let
[tex]{z_n}^4 = 16e^{i\left(\frac{\pi}{2} + 2n\pi \right)}[/tex]

So
[tex]z_n = 2e^{i\left(\frac{\frac{\pi}{2} + 2n\pi}{4}\right)} = 2e^{i\left(\frac{\pi}{8} + \frac{n\pi}{2}\right)}[/tex]

The four complex roots will be an angle of [tex]\frac{2\pi}{4}[/tex] apart on an Argand diagram.

Physics_wiz said:
Second question: After I get an expression for z, which n's do I plug in the equation to find the 4 z's I'm looking for? How do I know that?
Any consecutive four; that is how many complex fourth roots we expect of [tex]z^4[/tex]. eg. n=0, 1, 2, 3; or n=4, 5, 6, 7; etc. The convention is to choose consecutive values for n such that the argument is no greater than pi, though.

Note that you will need the trig functions on your calculator to convert the roots you find in exponential form to rectangular form, so I'm not exactly sure what the question means by "no trig functions".
 
Last edited:
Unco said:
[tex]{z_n}^4 = 16e^{\left(\frac{\pi}{2}i+ 2n\pi \right)}[/tex]
No, it must be :
[tex]{z_n}^4 = 16e^{ i \left (\frac{\pi}{2} + 2n\pi \right)}[/tex]
marlon
 
Last edited:
Thank you for the correction. Is there a way to preview the Latex output?