How do you divide ( 3i-7) / ( 2 i -1 ) in trigonometric form?

1 Answer
Sep 18, 2017

Divide the moduli (distances to the origin) and subtract the arguments (polar angles) to get 13/5+11/5 i.

Explanation:

The moduli of the numerator and denominator are |3i-7|=sqrt(3^2+(-7)^2)=sqrt(9+49)=sqrt(58) and
|2i-1|=sqrt(2^2+(-1)^2)=sqrt(5). Therefore, the modulus of (3i-7)/(2i-1) is sqrt(58)/sqrt(5)=(sqrt(58)sqrt(5))/5=sqrt(290)/5.

Both the numerator and the denominator sit in the 2nd quadrant of the complex plane. We can use the inverse (arc) cosine function to find their arguments (polar angles) most directly (we could also use the inverse (arc) tangent function but we'd have to add pi to its output).

The argument of 3i-7=-7+3i is cos^{-1}(-7/sqrt(58)) and the argument of 2i-1=-1+2i is cos^{-1}(-1/sqrt(5)). Therefore, the argument of (3i-7)/(2i-1) is cos^{-1}(-7/sqrt(58))-cos^{-1}(-1/sqrt(5)).

Now cos(cos^{-1}(-7/sqrt(58)))=-7/sqrt(58), sin(cos^{-1}(-7/sqrt(58)))=sqrt(1-(-7/sqrt(58))^2)=sqrt(9/58)=3/sqrt(58),
cos(cos^{-1}(-1/sqrt(5)))=-1/sqrt(5), and
sin(cos^{-1}(-1/sqrt(5)))=sqrt(1-(-1/sqrt(5))^2)=sqrt{4/5}=2/sqrt(5).

Furthermore, cos(alpha-beta)=cos(alpha)cos(beta)+sin(alpha)sin(beta), which implies that
cos(cos^{-1}(-7/sqrt(58))-cos^{-1}(-1/sqrt(5)))= cos(cos^{-1}(-7/sqrt(58)))cos(cos^{-1}(-1/sqrt(5)))+sin(cos^{-1}(-7/sqrt(58)))sin(cos^{-1}(-1/sqrt(5)))

=-7/sqrt(58) * (-1/sqrt(5))+3/sqrt(58) * 2/sqrt(5)=13/sqrt(290).

In a similar way, sin(alpha-beta)=sin(alpha)cos(beta)-cos(alpha)sin(beta), which implies that
sin(cos^{-1}(-7/sqrt(58))-cos^{-1}(-1/sqrt(5)))= sin(cos^{-1}(-7/sqrt(58)))cos(cos^{-1}(-1/sqrt(5)))-cos(cos^{-1}(-7/sqrt(58)))sin(cos^{-1}(-1/sqrt(5)))

=3/sqrt(58) * (-1/sqrt(5))-(-7)/sqrt(58) * 2/sqrt(5)=11/sqrt(290).

Finally, Euler's formula allows us to put all this together to say that

(3i-7)/(2i-1)=|z|cos(theta)+i |z|sin(theta)

=sqrt(290)/5 * 13/sqrt(290)+i*sqrt(290)/5 * 11/sqrt(290)=13/5+11/5 i.