Why do you need to find the trigonometric form of a complex number?

1 Answer

Depending on what you need to do with your complex numbers, the trigonometric form can be very useful or very thorny.

For example, let #z_1=1+i#, #z_2=sqrt(3)+i# and #z_3=-1+i sqrt{3}#.
Let's compute the two trigonometric forms:
#theta_1=arctan(1)=pi/4# and #rho_1=sqrt{1+1}=sqrt{2}#
#theta_2=arctan(1/sqrt{3})=pi/6# and #rho_2=sqrt{3+1}=2#
#theta_3=pi + arctan(-sqrt{3})=2/3 pi# and #rho_3=sqrt{1+3}=2#
So the trigonometric forms are:
#z_1=sqrt{2}(cos(pi/4)+i sin(pi/4))#
#z_2=2(cos(pi/6)+i sin(pi/6))#
#z_3=2(cos(2/3 pi)+i sin(2/3 pi))#

Addition
Let's say you want to compute #z_1+z_2+z_3#. If you use the algebraic form, you get
#z_1+z_2+z_3=(1+i)+(sqrt{3}+i)+(-1+i sqrt{3})=sqrt{3}+i(2+sqrt{3})#
Quite easy. Now try with the trigonometric form...
#z_1+z_2+z_3=sqrt{2}(cos(pi/4)+i sin(pi/4))+2(cos(pi/6)+i sin(pi/6))+2(cos(2/3 pi)+i sin(2/3 pi))#
it turns out that the shortest way to add these two expressions is to solve cosines and sines, which means... turning to the algebraic form!
The algebraic form is often the best form to choose in adding complex numbers.

Multiplication
Now we try to compute #z_1*z_2*z_3#. Using algebraic forms requires a lot of annoying computations. But solving this product with the trigonometric forms is simpler:
#z_1*z_2*z_3=sqrt{2}(cos(pi/4)+i sin(pi/4))*2(cos(pi/6)+i sin(pi/6))*2(cos(2/3 pi)+i sin(2/3 pi))=4 sqrt{2}(cos(pi/4+pi/6+2/3 pi)+i sin(pi/4+pi/6+2/3 pi))=4 sqrt{2}(cos(13/12 pi)+i sin(13/12 pi))#
The ingredients to prove that the second equality holds come from trigonometry: the two addition formulae
#sin(alpha + beta)=sin(alpha)cos(beta)+sin(beta)cos(alpha)#
#cos(alpha + beta)=cos(alpha)cos(beta)-sin(alpha)sin(beta)#
Multiplication of complex numbers is even cleaner (but conceptually not easier) in exponential form.

In some sense, the trigonometric form is a sort of in-between form between the algebraic and the exponential forms. The trigonometric form is the way to switch between these two. In this sense it's a sort of a "dictionary" to "translate" forms.