Complex Number Polar Converter

Rectangular ↔ Polar

ConvertersFreeNo Signup
4.9(686 reviews)
All Tools

Loading tool...

About Complex Number Polar Converter

A complex number converter between rectangular (a+bi) and polar (r∠θ) forms. Computes modulus |z|, argument arg(z), conjugate z*, reciprocal 1/z, and powers zⁿ. Supports degree and radian angle modes. All calculations are client-side. Essential for electrical engineering, signal processing, and complex analysis.

Complex Number Polar Converter Features

  • Rect ↔ Polar
  • Modulus
  • Argument
  • Conjugate
  • Powers
Complex numbers: z = a+bi = r(cosθ+i·sinθ) = re^{iθ}. Modulus r = √(a²+b²). Argument θ = atan2(b,a). Euler's formula: e^{iπ}+1=0 connects all fundamental constants. Multiplication in polar: r₁r₂∠(θ₁+θ₂).

How to Use

Enter a complex number:

  • Rectangular: a and b (real/imag)
  • Output: Polar form r∠θ
  • Extras: Conjugate, powers

Euler's Form

z = re^{iθ}. This unifies trigonometric and exponential functions. de Moivre's theorem: zⁿ = rⁿe^{inθ}. nth roots: n equally-spaced points on circle of radius r^{1/n}.

Applications

AC circuit analysis (impedance), Fourier transforms, quantum mechanics (wave functions), and fractal geometry (Mandelbrot set) all use complex polar form.

Step-by-Step Instructions

  1. 1Enter real part a.
  2. 2Enter imaginary part b.
  3. 3View polar form.
  4. 4Check modulus and argument.
  5. 5Compute powers.

Complex Number Polar Converter — Frequently Asked Questions

Why use polar form?+

Multiplication and division become trivial: multiply/divide moduli, add/subtract arguments. Powers use de Moivre: zⁿ = rⁿ∠nθ. Root finding gives equally-spaced points on a circle.

What quadrant conventions are used?+

atan2(b,a) gives θ in (−π, π]. Q1: 0<θ<π/2. Q2: π/2<θ<π. Q3: −π<θ<−π/2. Q4: −π/2<θ<0. This handles all quadrants correctly.

What is the complex conjugate used for?+

z* = a−bi. Used to find modulus: |z|² = z·z*. Also rationalizes denominators: (a+bi)/(c+di) = (a+bi)(c−di)/|c+di|². Essential in quantum mechanics.

Share this tool: