How do you convert #3-2i # to polar form?

1 Answer
Jun 8, 2018

# sqrt{13} \ text{cis}( text{arctan}(-2 / 3) )#

Explanation:

Convert #z=3-2i# to polar form

#|z| = \sqrt{(3)^2+(-2)^2}= sqrt{13}#

#angle z = text{arctan2}(-2 " /, " 3)#

I write the angle this way to correct the usual error. Normally people use the single parameter inverse tangent, which only covers two quadrants. We need the two parameter, four quadrant inverse tangent. The way it works is:

#text{arctan2}(b " /, " a) = arctan(b/a) if a>0 #

#text{arctan2}(b " /, " a) = pi-arctan(b/a) if a<0 #

#text{arctan2}(b " /, " a) = text{sgn}(b) pi/2 if a=0 #

We have positive #a# so first case, fourth quadrant;

#angle z = text{arctan}(-2 / 3) approx -33.69° #

#z = |z| text{cis}( angle z) #

#z = sqrt{13} \ text{cis}( text{arctan}(-2 / 3) )#

where of course #text(cis)\ theta = cos theta + i sin theta.#