An easy to use calculator that converts a complex number to polar and exponential forms. The idea is to find the modulus r and the argument θ of the complex number such that
Let z be complex number in standard form given by : z = a + i b. The polar and exponential forms of z are given by:
z = a + i b = r ( cos(θ) + i sin(θ) ) , Polar form
z = a + ib = r eiθ , Exponential form
with r = √ (a2 + b2) and tan(θ) = b / a , such that -π < θ ≤ π or -180° < θ ≤ 180°