Ekuation

Math

Rectangular to Polar Form Calculator

Converting Rectangular to Polar Form

To convert a complex number from rectangular form a + bi to polar form r∠θ, compute the modulus r = √(a² + b²) using the Pythagorean theorem, and the argument θ = atan2(b, a) using the inverse tangent that accounts for all four quadrants. The result is the same number expressed as a distance and angle from the origin.

Real component a in z₁ = a + bi

Imaginary component b in z₁ = a + bi

Real component c in z₂ = c + di

Imaginary component d in z₂ = c + di

Try an Example

Pick a scenario to see how the calculator works, then adjust the values

Signal Addition

Add two phasor signals in complex form to find the resultant.

Key values: z₁ = 3 + 4i · z₂ = 1 − 2i · Addition

Circuit Impedance

Divide two impedances to compute the transfer ratio.

Key values: z₁ = 3 + 4i · z₂ = 1 + 2i · Division

De Moivre Power

Raise a complex number to the 10th power using De Moivre's theorem.

Key values: z₁ = 1 + i · n = 10 · Power

Cube Roots of −8

Find all three cube roots of −8, visualized as equidistant points on a circle.

Key values: z₁ = −8 + 0i · n = 3 · nth Root

Documentation

This calculator is also known as Rectangular to Polar Form Calculator.

Read the complete guide

Step-by-Step Conversion

Given z = a + bi: (1) Compute r = √(a² + b²). (2) Compute θ = atan2(b, a) in radians. (3) Convert to degrees if needed: θ° = θ × 180/π. (4) Write in polar form: z = r∠θ° or z = r·cis(θ).

Examples

Convert −1 − √3·i to Polar Form

Find the polar form of z = −1 − √3·i.

r = √(1 + 3) = 2. θ = atan2(−√3, −1) = −2π/3 = −120°. So z = 2∠(−120°).

Key takeaway: Points in the third quadrant have negative arguments (below the real axis). The atan2 function handles this automatically.

Rectangular-to-Polar Tips

Common tips for form conversion:

  • Memorize common values: |1+i| = √2, arg(1+i) = 45°; |1+√3·i| = 2, arg = 60°
  • Use atan2 to avoid quadrant errors — it is built into every scientific calculator and programming language
  • In exam settings, sketch the point on the Argand diagram first to verify the quadrant visually

Frequently Asked Questions about Rectangular to Polar Form Calculator

Why not use arctan(b/a) instead of atan2(b, a)?

arctan(b/a) only gives angles in (−π/2, π/2), which covers only the right half of the plane. atan2(b, a) returns the correct angle in (−π, π] for all four quadrants and handles a = 0.

How do I convert back to rectangular form?

Given r∠θ: a = r·cos(θ) and b = r·sin(θ). So z = r·cosθ + i·r·sinθ.

Specialized Calculators

Choose from 11 specialized versions of this calculator, each optimized for specific use cases and calculation methods.

Operation

11 Calculators
add
Complex Number Addition Calculator | Add Complex Numbers Online
Add two complex numbers with step-by-step results in rectangular and polar form.
additionbinaryvector-sum
Try This Calculator
subtract
Complex Number Subtraction Calculator | Subtract Complex Numbers
Subtract two complex numbers with results in rectangular and polar form.
subtractionbinary
Try This Calculator
multiply
Complex Number Multiplication Calculator | Multiply Complex Numbers
Multiply complex numbers using FOIL or polar form. See the rotation and scaling on the complex plane.
multiplicationrotationscaling
Try This Calculator
divide
Complex Division Calculator | Divide Complex Numbers Step-by-Step
Divide complex numbers by multiplying by the conjugate. See the step-by-step rationalization.
divisionconjugaterationalize
Try This Calculator
modulus
Complex Number Modulus Calculator | Absolute Value of Complex Number
Calculate the modulus (absolute value) |z| of any complex number.
modulusabsolute-valuemagnitude
Try This Calculator
argument
Complex Number Argument Calculator | Phase Angle Calculator
Calculate the principal argument (phase angle) of any complex number using atan2.
argumentphaseangle+1
Try This Calculator
conjugate
Complex Conjugate Calculator | Find the Conjugate of a Complex Number
Compute the complex conjugate and see the reflection on the Argand diagram.
conjugatereflection
Try This Calculator
power
De Moivre's Theorem Calculator | Complex Number Powers
Compute z^n for any integer n using De Moivre's theorem with polar form.
powerde-moivreexponent
Try This Calculator
nthRoot
nth Root of Complex Number Calculator | Find All Roots
Find all n distinct nth roots of a complex number, displayed as equally-spaced points on a circle.
nth-rootroots-of-unityroot-circle
Try This Calculator
modulus
Complex Number Converter | Rectangular to Polar Form
Convert complex numbers between rectangular (a+bi) and polar (r\u2220\u03b8) form with step-by-step work.
converterrectangular-to-polarpolar-to-rectangular
Try This Calculator
add
Phasor Calculator | AC Circuit Impedance Calculator
Perform phasor arithmetic for AC circuit analysis. Add, subtract, multiply, and divide impedances.
phasorimpedanceengineering+1
Try This Calculator

Related Calculators

6 Calculators

More Math calculators

Calculator Search

Search and find calculators