Loading…

Polar Vs Rectangular Converter

Math Algebra • Complex Numbers

View all topics
2. Polar Vs Rectangular Converter
Convert complex numbers between rectangular form \(a+bi\) and polar/exponential form \(r e^{i\theta}\), with principal argument and an Argand plot.
Rectangular input

Interprets \(z=a+bi\).

Polar / exponential input

Interprets \(z=r e^{i\theta}\) with \(r\ge 0\) (normalized if needed).

Ready

Drag to pan • wheel/pinch to zoom • Output includes \(r, \theta\) (rad & deg), plus \(r(\cos\theta+i\sin\theta)\) and \(r e^{i\theta}\).

Multi-conversion table (list → table)
Bulk: idle
Bulk results will appear here.
Argand plot
Vector from origin to \(z=(a,b)\). Shows angle \(\theta\) from +Re axis (when enabled).
Re: 0, Im: 0 sx: 70, sy: 70
Enter values and click Convert.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How do I convert a+bi to polar form?

Use r = sqrt(a^2 + b^2) and theta = atan2(b, a). The polar/exponential form is r e^(i theta), and the trig form is r(cos theta + i sin theta).

How do I convert polar form r e^(i theta) to rectangular form?

Compute a = r cos(theta) and b = r sin(theta). The rectangular form is a + b i.

What is the principal argument of a complex number?

The principal argument Arg(z) is the unique angle chosen in the interval (-pi, pi]. A complex number has infinitely many arguments that differ by 2k pi.

Why does the calculator use atan2(b, a) instead of arctan(b/a)?

atan2(b, a) selects the correct quadrant automatically and handles cases where a is 0. This prevents incorrect angles that can occur with b/a alone.

Can I convert many complex numbers at once?

Yes, use the bulk mode to paste a list (rectangular or polar depending on the selected bulk option) and run a list-to-table conversion to get results for each entry.