Complex Number to Polar Form Calculator

Convert a complex number from rectangular form (a + bi) to polar form (r∠θ). Enter the real part and imaginary part to instantly get the modulus (r), argument (θ) in degrees or radians, and the equivalent exponential form.

Calculate.co.nz is proud to be partnered with Health Based Building, a leader in sustainable and health-conscious building innovation. With over a century of experience, they develop high-performance systems like Foreverbreathe Specification, Magnum Board, and Foreverbreathe Paints to support energy-efficient, non-toxic living environments. Their commitment to healthier homes aligns with our belief that informed choices lead to better outcomes for Kiwi households.
Calculate.co.nz partner: Health Based Building
Standard formula  r = √(a² + b²), θ = atan2(b, a). Works for all quadrants.

1. Enter the Complex Number

Please enter a valid number.
Please enter a valid number.

2. Input Summary

Complex number 3 + 4i
Real part (a) 3
Imaginary part (b) 4
Quadrant I (a > 0, b > 0)
Polar Form
5∠53.13°
5ei0.9273

Polar Form Results

Modulus (r)
5
r = √(a² + b²)
Argument (θ) in Degrees
53.13°
atan2(b, a)
Argument (θ) in Radians
0.9273 rad
θ × π / 180
Argument as π fraction
0.2952π
θ / π radians

Step-by-Step Working

Step 1: a²9
Step 2: b²16
Step 3: a² + b²25
Step 4: r = √(a² + b²)5
Step 5: θ = atan2(b, a)53.1301°
Polar form5∠53.1301°

Alternative Notations

Phasor notation5∠53.13°
Trigonometric form5(cos 53.13° + i sin 53.13°)
Euler form (re)5ei0.9273
Modulus squared (|z|²)25
Conjugate3 - 4i
|z|5
Result: The complex number 3 + 4i has modulus 5 and argument 53.13°. In polar form: 5∠53.13°.

What Is Polar Form?

Every complex number z = a + bi can be represented as a point on the complex plane, with the real part a on the horizontal axis and the imaginary part b on the vertical axis. Polar form describes this same point using two values: the distance from the origin (the modulus r) and the angle from the positive real axis (the argument θ).

Polar form is written as z = r∠θ, or equivalently as z = r(cos θ + i sin θ), or in Euler notation as z = re^(iθ). All three forms are equivalent and interchangeable.

The Conversion Formulas

To convert from rectangular form (a + bi) to polar form (r∠θ):

QuantityFormulaDescription
Modulus (r)r = √(a² + b²)Distance from the origin; always ≥ 0
Argument (θ) in radiansθ = atan2(b, a)Angle from positive real axis, range (−π, π]
Argument (θ) in degreesθ = atan2(b, a) × (180/π)Range (−180°, 180°]

The atan2(b, a) function is used rather than plain arctan(b/a) because it correctly handles all four quadrants, including when a is zero or negative.

Worked Example

Convert z = 3 + 4i to polar form.

  1. Calculate a² = 3² = 9
  2. Calculate b² = 4² = 16
  3. Sum: a² + b² = 9 + 16 = 25
  4. Modulus: r = √25 = 5
  5. Argument: θ = atan2(4, 3) ≈ 0.9273 radians ≈ 53.13°
  6. Polar form: z = 5∠53.13° (or 5ei0.9273)

With the default inputs (a = 3, b = 4), this calculator gives exactly these results: modulus 5 and argument 53.13°.

Quadrant Reference

QuadrantSigns of a, bAngle range (degrees)
Ia > 0, b > 00° to 90°
IIa < 0, b > 090° to 180°
IIIa < 0, b < 0-180° to -90°
IVa > 0, b < 0-90° to 0°

Why Use Polar Form?

Polar form makes certain operations with complex numbers much simpler. Multiplication of two complex numbers in polar form is carried out by multiplying the moduli and adding the arguments: (r1∠θ1) × (r2∠θ2) = r1r2∠(θ1 + θ2). Division is equally straightforward: divide the moduli and subtract the arguments. Raising a complex number to a power uses De Moivre's theorem: (r∠θ)^n = r^n ∠ nθ. These operations would require expanding brackets in rectangular form, making polar form far more efficient for engineering, signal processing, and physics applications.

Related Calculators

Method: Modulus calculated as r = sqrt(a² + b²) using the Pythagorean theorem. Argument calculated using JavaScript Math.atan2(b, a) which correctly handles all quadrants and returns values in the range (-π, π]. Degrees converted from radians by multiplying by 180/π.

This calculator computes the exact modulus and argument for any complex number with real and imaginary parts you enter. Results are displayed to 4 decimal places. For very large or very small numbers, the result is computed using standard IEEE 754 double-precision floating point arithmetic.

If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.

Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.

Calculate.co.nz is the sister site of CalculatorHub.com, the world's largest calculator website by tool count.

All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.

Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.

Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.

Calculate.co.nz is hosted in Auckland via SiteHost new Zealand.

All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.

About & trust: Why Calculate is NZ's most comprehensive · By the Numbers · How we compare · Editorial standards · How we keep data current · NZ finance glossary · Research & data · Financial literacy NZ · About · Privacy policy · Terms of use

Reviewed and maintained. Last reviewed 2026-07-02 and checked on a twice-monthly cycle against IRD, RBNZ and Stats NZ. How we keep data current.

© 2026 Calculate.co.nz. All rights reserved. Building free NZ calculators since 2011.