Complex numbers problems | Solving equations using polar form

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Broken Steel
Messages
4
Reaction score
0

Homework Statement


Solve the equation in the complex numbers set (this is as best as i could translate since English is not my native language :D)

[tex]\left|z\right|-z=1+2i[/tex]


Homework Equations


|z|=sqrt{x^2+y^2}

z=x+iy

The Attempt at a Solution


Well i started by supposing y=1 and then i get sqrt{x^2+1}-x=1-i+x
i tried to square the whole equation but i end up with nothing.. So what should I do??

Oh and the solution is 3/2 - 2i
 
Physics news on Phys.org
How about this way?
[tex]\left|z\right|-z=1+2i[/tex]

Replace the |z| and z by the values you specified above:
[tex]\sqrt{x^2+y^2} - (x + yi) = 1 + 2i[/tex]

Remove the parentheses, and then equate the real coefficients and the imaginary coefficients.
 
tiny-tim said:
Hi Broken Steel! :smile:

(have a square-root: √ and a phi: φ and try using the X2 tag just above the Reply box :wink:)

Hint: re :smile:


Likes this method because it is more useful for dealing with complex numbers.

Also, eumyang's is probably a more familiar method.