Polar Form Operations Calculator

Multiply, divide, raise to powers, and extract roots of complex numbers in polar form using De Moivre's theorem with an interactive polar plot.

z₁ = r₁ ∠ θ₁

z₂ = r₂ ∠ θ₂

Result (Polar)
10.00 ∠ 83.00°
r = 10.00, θ = 83.00°
Result (Rectangular)
1.22 + 9.93i
a = 1.22, b = 9.93
Euler Form
10.00e^(1.45i)
re^(iθ)
z₁ Rectangular
3.01 + 3.99i
r₁ = 5.00
z₂ Rectangular
1.73 + 1.00i
r₂ = 2.00
Result Modulus
10.00
r₁ × r₂

Polar Plot

z₁z₂Res

Polar Operations Reference

OperationModulus RuleArgument Rule
Multiplyr₁ · r₂θ₁ + θ₂
Divider₁ / r₂θ₁ − θ₂
Power (zⁿ)rⁿn · θ
nth Rootr^(1/n)(θ + 2πk) / n

Modulus Comparison

r₁
5.00
r₂
2.00
Result
10.00
Planning notes, formulas, and examples

About the Polar Form Operations Calculator

Polar form turns complex-number multiplication into simple arithmetic: you multiply the moduli and add the arguments. This property makes polar notation the natural language for powers, roots, and rotations in the complex plane. De Moivre's theorem (r∠θ)ⁿ = rⁿ∠nθ is the key identity and extends effortlessly to finding the n distinct nth roots of any complex number.

This calculator handles four polar-form operations — multiplication, division, exponentiation, and root extraction. Enter moduli and arguments for one or two complex numbers, choose an operation, and review the result in polar, rectangular, and Euler form. A live polar plot shows all the points and their relationship, while a reference table summarises the modulus and argument rules for every operation.

When computing nth roots, the tool lists every root with its own polar and rectangular representation, evenly spaced around a circle of radius r^(1/n). The preset buttons let you explore classic configurations — two equal phasors multiplied, cube roots of unity, and more. Engineers, scientists, and students will find this indispensable for AC circuit analysis, signal processing, or any application where complex exponentials dominate.

When This Page Helps

Multiplying, dividing, or raising complex numbers to a power in rectangular form requires tedious FOIL expansions and trig identities. Polar form reduces these operations to simple arithmetic on moduli and angles, and this calculator shows every step: multiply moduli, add (or subtract) arguments, and optionally apply De Moivre's theorem for powers and roots. It lists all n distinct nth roots equally spaced around the circle and converts every result back to rectangular form, so you can verify your work in whichever representation your course expects.

How to Use the Inputs

  1. Select an operation: multiply, divide, power, or roots.
  2. Choose degrees or radians for the angle unit.
  3. Enter the modulus and argument for z₁.
  4. For multiply/divide, also enter z₂; for power/roots, enter n.
  5. Click a preset to load popular configurations.
  6. Read the result in polar, rectangular, and Euler form.
  7. Check the polar plot and roots table for visual confirmation.
Formula used
Multiply: r₁r₂ ∠ (θ₁+θ₂) | Divide: (r₁/r₂) ∠ (θ₁−θ₂) | Power: rⁿ ∠ nθ | Root k: r^(1/n) ∠ (θ+2πk)/n

Example Calculation

Result: 10 ∠ 83°

Multiply moduli: 5 × 2 = 10. Add arguments: 53° + 30° = 83°. Result is 10∠83°.

Tips & Best Practices

  • Multiplying moduli and adding arguments is far faster than rectangular FOIL.
  • The n roots of z are equally spaced at 360°/n around the origin.
  • De Moivre’s theorem also works for non-integer n (fractional powers).
  • Converting back to rectangular: a = r cos θ, b = r sin θ.

Why Polar Form Simplifies Complex Arithmetic

In rectangular form, multiplying (a + bi)(c + di) requires four products and grouping real/imaginary parts. In polar form, the same operation is r₁r₂ ∠ (θ₁ + θ₂) — two simple operations. Division is equally clean: (r₁/r₂) ∠ (θ₁ − θ₂). This advantage compounds for powers: (r∠θ)ⁿ = rⁿ ∠ nθ by De Moivre's theorem, whereas expanding (a + bi)ⁿ rectangularly is impractical for n > 2.

Finding All nth Roots

Every nonzero complex number z = r∠θ has exactly n distinct nth roots, given by r^(1/n) ∠ (θ + 360°k)/n for k = 0, 1, …, n−1. These roots are evenly spaced on a circle of radius r^(1/n), separated by 360°/n. For example, the cube roots of 8∠270° lie at 2∠90°, 2∠210°, and 2∠330°. This calculator lists every root with both polar and rectangular forms.

Applications in Engineering and Physics

Polar-form arithmetic is the backbone of AC circuit analysis (impedance, phasors), signal processing (Fourier coefficients), and control theory (pole-zero plots). Multiplying phasors gives the combined amplitude and phase shift; dividing them gives the transfer function. Roots of unity — the nth roots of 1∠0° — appear in the Fast Fourier Transform (FFT) and cyclotomic polynomials.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • It states that (r∠θ)ⁿ = rⁿ∠nθ, allowing you to raise a complex number to any integer power by raising the modulus and multiplying the argument.