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

Convert a complex number from polar/trigonometric form r(cos θ + i sin θ) to rectangular form a + bi. Shows real part, imaginary part, Euler form, conjugate, and quadrant.

The distance from origin — |z|
Angle from the positive real axis
Rectangular Form
1.000000 + 1.732051i
z = a + bi where a = r·cos θ, b = r·sin θ
Real Part (a)
1.000000
a = r · cos(θ) — the horizontal component
Imaginary Part (b)
1.732051
b = r · sin(θ) — the vertical component
Euler Form
2.000000·e^(i·1.047198)
z = r·e^(iθ) — Euler's exponential representation
Trigonometric Form
2.000000(cos 60.0° + i·sin 60.0°)
z = r(cos θ + i·sin θ) — the original polar/trig form
Conjugate (z̄)
1.000000 − 1.732051i
Complex conjugate: flip the sign of the imaginary part
|z|² = r²
4.000000
Modulus squared — also equals a² + b²
Quadrant
I
Location of the complex number in the complex plane

Component Visualization

Real (a)
1.000
Imag (b)
1.732
Modulus
2.000

Common Complex Numbers (unit modulus)

rθReal (a)Imaginary (b)
10°10
130°√3/2 ≈ 0.86600.5
145°√2/2 ≈ 0.7071√2/2 ≈ 0.7071
160°0.5√3/2 ≈ 0.8660
190°01
1120°−0.5√3/2 ≈ 0.8660
1135°−√2/2√2/2
1180°−10
1270°0−1
1360°10
nth Roots of Unity

The n-th roots of unity are n complex numbers evenly spaced on the unit circle.

nRoot anglesFirst non-trivial root (rect.)
20°, 180.0°-1.0000 + 0.0000i
30°, 120.0°, 240.0°-0.5000 + 0.8660i
40°, 90.0°, 180.0°, 270.0°0.0000 + 1.0000i
50°, 72.0°, 144.0°, 216.0°, 288.0°0.3090 + 0.9511i
60°, 60.0°, 120.0°, 180.0°, 240.0°, 300.0°0.5000 + 0.8660i
80°, 45.0°, 90.0°, 135.0°, 180.0°, 225.0°, 270.0°, 315.0°0.7071 + 0.7071i
Planning notes, formulas, and examples

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

The **Complex Number to Rectangular Form Calculator** converts any complex number from its polar (trigonometric) representation r·(cos θ + i·sin θ) into the standard rectangular form a + bi. Enter the modulus r and argument θ, and the tool computes the real part a = r·cos θ and the imaginary part b = r·sin θ, along with the Euler exponential form, the complex conjugate, and the quadrant in the complex plane.

Polar-to-rectangular conversion is essential in electrical engineering for converting between phasor and impedance notation, in signal processing for interpreting Fourier coefficients, and in physics for resolving vectors into components. Students encounter this conversion throughout complex analysis, where switching between forms simplifies multiplication, division, and exponentiation.

The calculator supports both degrees and radians for the argument, offers standard (i) and engineering (j) notation, and includes eight presets covering the principal directions on the complex plane. Visual component bars show the relative magnitudes of the real and imaginary parts against the modulus. A reference table of common unit-modulus complex numbers provides quick lookups for standard angles, and an expandable section displays the n-th roots of unity—evenly spaced points that appear in discrete Fourier transforms and polynomial factorization.

Whether you are converting AC circuit phasors, plotting Mandelbrot-set points, or studying Euler's identity e^(iπ) + 1 = 0, the page keeps the rectangular form, Euler form, conjugate, and quadrant together so you can compare representations without reworking the same complex number by hand.

When This Page Helps

Polar-to-rectangular conversion is usually the point where modulus, angle, and sign conventions have to line up correctly. This calculator keeps the real part, imaginary part, Euler form, and conjugate aligned so you can verify the whole complex-number picture from one input.

It is especially useful when you are switching between geometric and algebraic views of the same complex number. The modulus and argument describe position in polar form, while a + bi exposes the Cartesian components directly.

How to Use the Inputs

  1. Enter the required inputs (Modulus (r), Argument (θ), Angle Unit).
  2. Complete the remaining fields such as Notation, Decimal Precision.
  3. Review the output cards, especially Rectangular Form, Real Part (a), Imaginary Part (b), Euler Form.
  4. Compare the result with the formula, diagram, or example values to catch sign, unit, or rounding mistakes.
Formula used
Given z = r·(cos θ + i·sin θ): Real part a = r·cos θ. Imaginary part b = r·sin θ. Rectangular form: z = a + bi. Euler form: z = r·e^(iθ). Conjugate: z̄ = a − bi. |z|² = a² + b² = r².

Example Calculation

Result: Computed from the entered values

Using r=1, t=0, the calculator returns Computed from the entered values. This example mirrors the calculator's live computation flow and is useful for checking manual steps and unit handling.

Tips & Best Practices

  • Euler's formula e^(iθ) = cos θ + i sin θ bridges exponential and trigonometric forms.
  • Multiplying two complex numbers in polar form: multiply moduli, add arguments.
  • The conjugate z̄ reflects the point across the real axis — flip the sign of θ.
  • For AC circuits, V = V₀·e^(iωt) is polar form — convert to find instantaneous voltage components.
  • When θ = 0°, the number is purely real; when θ = 90°, it is purely imaginary.

What This Polar-To-Rectangular Calculator Solves

This page is designed for complex-number problems where you need to move from modulus-and-angle form to Cartesian components. It computes a + bi from r and θ, then keeps the Euler form, conjugate, and quadrant information attached to the same result.

How To Interpret The Outputs

Start with the real and imaginary parts, since they are the actual rectangular coordinates. Then compare those values with the modulus and argument to confirm that the sign pattern matches the quadrant implied by the angle.

Study And Practice Strategy

Convert a standard angle such as 0°, 90°, 180°, or 45° manually first, then compare the result with the calculator. After that, switch between degrees and radians on the same modulus so the angle handling becomes automatic.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • It expresses a complex number as z = r(cos θ + i sin θ), where r is the distance from the origin (modulus) and θ is the angle from the positive real axis (argument).