Complex Number to Trigonometric Form Calculator (a + bi → Polar)

Convert a complex number from rectangular form a + bi to trigonometric (polar) form r(cos θ + i sin θ). Shows modulus, argument, exponential form, quadrant, reciprocal, and De Moivre powers.

The real component of a + bi
The imaginary component of a + bi
Trigonometric Form
5.000000(cos 53.13° + i·sin 53.13°)
z = r(cos θ + i sin θ)
Modulus (r)
5.000000
r = √(a² + b²) — distance from origin
Argument (degrees)
53.130102°
θ = atan2(b, a) in degrees
Argument (radians)
0.927295
θ in radians
Exponential Form
5.000000·e^(i·0.927295)
z = r·e^(iθ) — Euler representation
Quadrant
I
Position of z in the complex plane
|z|² = a² + b²
25.000000
Modulus squared — also equals z · z̄
1/z (reciprocal)
0.120000 − 0.160000i
Reciprocal: z̄ / |z|²

Component & Modulus Visualization

Real (a)
3.000
Imag (b)
4.000
Modulus (r)
5.000

Rectangular → Trigonometric Reference

Rectangularabθ (deg)Trig Form
1 + 0i100°1·(cos 0° + i sin 0°)
0 + i0190°1·(cos 90° + i sin 90°)
−1 + 0i-10180°1·(cos 180° + i sin 180°)
0 − i0-1270°1·(cos 270° + i sin 270°)
1 + i1145°√2·(cos 45° + i sin 45°)
−1 + i-11135°√2·(cos 135° + i sin 135°)
−1 − i-1-1225°√2·(cos 225° + i sin 225°)
1 − i1-1315°√2·(cos 315° + i sin 315°)
3 + 4i3453.13°5·(cos 53.13° + i sin 53.13°)
5 + 12i51267.38°13·(cos 67.38° + i sin 67.38°)
Powers of z (De Moivre's Theorem)

zⁿ = rⁿ · (cos(nθ) + i·sin(nθ))

nrⁿnθ (deg)Rectangular
z²25.0000106.26°-7.0000 + 24.0000i
z³125.0000159.39°-117.0000 + 44.0000i
z625.0000212.52°-527.0000 336.0000i
z3,125.0000265.65°-237.0000 3,116.0000i
z15,625.0000318.78°11,753.0000 10,296.0000i
Planning notes, formulas, and examples

About the Complex Number to Trigonometric Form Calculator (a + bi → Polar)

The **Complex Number to Trigonometric Form Calculator** converts any complex number written in rectangular form a + bi into its trigonometric (polar) representation r·(cos θ + i·sin θ). Enter the real part a and imaginary part b, and the page computes the modulus r = √(a² + b²), the argument θ = atan2(b, a), and displays the result in trigonometric, exponential (Euler), and rectangular form together.

Converting from rectangular to polar form is a fundamental skill in complex analysis and electrical engineering. Phasor arithmetic in AC circuits requires polar form for efficient multiplication and division. Signal processing uses the modulus as amplitude and the argument as phase. In pure mathematics, De Moivre's theorem — zⁿ = rⁿ(cos nθ + i sin nθ) — makes exponentiation trivial once you have polar coordinates.

The calculator identifies the quadrant, computes the reciprocal 1/z, and provides |z|² for quick magnitude comparisons. An interactive De Moivre section shows the 2nd through 6th powers of your number, revealing how repeated multiplication rotates and scales the point in the complex plane. Visual bars compare the real part, imaginary part, and modulus side by side.

A reference table of ten standard complex ↔ polar conversions — from axis points like i and −1 to classic Pythagorean triples like 3 + 4i = 5∠53.13° — provides benchmarks you can load directly from the presets and compare against your own work.

When This Page Helps

Rectangular-to-polar conversion is one of those tasks where the answer is not complete until the modulus, argument, quadrant, and equivalent forms all agree. This calculator keeps those pieces together so you can verify the conversion as a full complex-number representation rather than only as a pair of formulas.

It is especially useful when you want to move between algebraic and geometric viewpoints. The same input can be read as a point in the Argand plane, a modulus-and-angle pair, or an exponential form, and the page keeps those interpretations aligned.

How to Use the Inputs

  1. Enter the required inputs (Real Part (a), Imaginary Part (b), Angle Display).
  2. Complete the remaining fields such as Argument Range, Decimal Precision.
  3. Review the output cards, especially Trigonometric Form, Modulus (r), Argument (degrees), Argument (radians).
  4. Compare the result with the formula, diagram, or example values to catch sign, unit, or rounding mistakes.
Formula used
Given z = a + bi: Modulus r = √(a² + b²). Argument θ = atan2(b, a). Trig form: z = r(cos θ + i sin θ). Exponential form: z = r·e^(iθ). Powers: zⁿ = rⁿ(cos nθ + i sin nθ).

Example Calculation

Result: Computed from the entered values

For z = 1 + 0i, the modulus is 1 and the argument is 0, so the trigonometric form is 1(cos 0 + i sin 0). This is a good baseline case because the point lies on the positive real axis.

Tips & Best Practices

  • The modulus r is always non-negative and equals the distance from the origin in the complex plane.
  • Use atan2(b, a) rather than atan(b/a) to get the correct quadrant automatically.
  • Multiplying in polar form: multiply moduli, add arguments. Dividing: divide moduli, subtract arguments.
  • De Moivre's theorem lets you compute z^n by raising r to the n-th power and multiplying θ by n.
  • If you need nth roots, the n roots of z are r^(1/n) at angles (θ + 360°k)/n for k = 0, 1, …, n−1.

What This Complex Number to Trigonometric Form Calculator Solves

This page is designed for complex-number problems where you need to move from a + bi form into modulus-and-angle form. It converts the same value into trigonometric, exponential, and rectangular representations so you can compare them directly.

How To Interpret The Outputs

Start with the modulus and argument, then confirm that the quadrant and rectangular components match the sign pattern of the original number. The extra polar references are useful when you want to compare your result with familiar benchmark values.

Study And Practice Strategy

Try a point on each axis first, then a point in each quadrant. That progression is usually enough to make the relationship between sign, argument, and polar form feel automatic.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • It is z = r(cos θ + i sin θ), also written r·cis θ, where r is the modulus (distance from origin) and θ is the argument (angle from the positive real axis).