Concept Explainer

Polar Notation Complex Numbers: Convert & Use It

Converting a complex number to polar form takes two formulas, r = √(x²+y²) and θ = arctan(y/x), plus one quadrant correction that decides whether your answer is right or 180 degrees wrong. We map the rule for all four quadrants, then show where polar form returns in five real university courses.

Mathematics 9 min read Updated Aug 2026

Polar notation writes a complex number as a length and an angle instead of two coordinates. The form is z = r(cos θ + i sin θ), where r is the modulus and θ is the argument. Conversion runs on two formulas: r = √(x² + y²) and θ = arctan(y/x). The second one has a catch that decides whether an answer is correct or 180 degrees wrong.

Monash MTH1020
Wk 5–6
Chapters 5 and 6 of 12
USyd MATH1061
Ch 5/7
Opens the linear algebra stream
Auckland ELECTENG 291
Ch 9/10
Module 3, phasors and impedance

Those three positions matter. Polar form arrives early in a maths degree and late in an engineering one, which is why the same student meets it twice under different symbols and assumes the second version is a new topic.

What Is Polar Notation for Complex Numbers?

Every complex number z = x + iy is a point (x, y) on the Argand plane. Rectangular notation gives its coordinates. Polar notation gives its distance from the origin and the angle that distance makes with the positive real axis.

The modulus is r = |z| = √(x² + y²). It is never negative.

The argument θ = arg(z) is measured anticlockwise from the positive real axis. Principal argument convention puts it in (−π, π], though some courses use [0, 2π). Check which one your unit uses before the first assignment, because the two disagree on every point below the real axis.

The Argand plane · z = 3 + 4i
One point, two descriptions: coordinates (3, 4) or length 5 at angle 53.13°
r = 5
θ = 53.13°
y = 4
z = 3 + 4i
Im
Re
x = 3
The vector, its two dashed legs, and the shaded angle are the whole definition. Polar form names the blue arrow and the orange angle instead of the two grey legs.

The triangle is the entire idea. Rectangular form reads off the two legs. Polar form reads off the hypotenuse and the angle, which is why Pythagoras gives r and arctangent gives θ.

Three notations describe the same object. r cis θ is compact and common in Australian first-year units. re^(iθ) comes from Euler's formula and is what you need for calculus. r∠θ is the engineering shorthand.

They are interchangeable. Textbooks rarely say so.

How Do You Convert Rectangular to Polar?

The modulus is straightforward. For z = −3 − 2i, r = √((−3)² + (−2)²) = √13 ≈ 3.606. Sign disappears under the square, so this step never fails.

The argument is where marks are lost. A calculator's arctan function returns values only in (−π/2, π/2), which covers quadrants one and four. It cannot distinguish −3 − 2i from 3 + 2i, because arctan(−2/−3) and arctan(2/3) are the same number.

Quadrant correction map
Same axes as above. Check the signs of x and y, land in a cell, apply that cell's rule
QUADRANT II
x < 0 · y > 0
arctan + π
−1 + i → 135°
QUADRANT I
x > 0 · y > 0
arctan, no change
3 + 4i → 53.13°
QUADRANT III · WORKED CASE
x < 0 · y < 0
arctan − π
−3 − 2i → −146.31°
QUADRANT IV
x > 0 · y < 0
arctan, no change
1 − i → −45°
Only the two left-hand quadrants need a correction, and they need opposite ones.

For −3 − 2i the raw calculator output is 0.588 rad, about 33.7 degrees, which points into the first quadrant. The actual point sits in the third. Subtracting π gives −2.554 rad, roughly −146.31 degrees.

Quadrant Signs Principal θ Example θ in degrees
First x > 0, y > 0 arctan(y/x) 3 + 4i 53.13°
Second x < 0, y > 0 arctan(y/x) + π −1 + i 135°
Third x < 0, y < 0 arctan(y/x) − π −3 − 2i −146.31°
Fourth x > 0, y < 0 arctan(y/x) 1 − i −45°
On the axis x = 0 π/2 if y > 0, −π/2 if y < 0 −5i −90°
Principal argument convention, θ in (−π, π]. The axis row is the case the diagram cannot show, since x = 0 makes y/x undefined. Source: AskSia course library, August 2026.

The habit that removes the error entirely takes three seconds. Sketch the point, note the quadrant, then check whether the calculator's answer points there.

When a correction keeps going wrong in the same place, the fault is usually conceptual rather than arithmetic. AskSia's trigonometry tutor re-explains the same conversion three different ways until the unit-circle picture clicks, which is faster than re-reading a worked solution that already assumes the picture.

Why Does Polar Form Simplify Multiplication?

Multiplying in rectangular form means expanding a binomial and applying i² = −1. Four multiplications, two additions. In polar form the rule collapses to one line: multiply the moduli, add the arguments.

Multiplication is angle addition
z₁ = 2 ∠ 30°
30°
z₂ = 3 ∠ 40°
40°
z₁z₂ = 6 ∠ 70°
70°
Moduli multiply: 2 × 3 = 6. Arguments add: 30° + 40° = 70°. Bars scaled against a 90° reference.
Division reverses both operations: divide the moduli, subtract the arguments.

The bottom bar is literally the two above it laid end to end. That is the whole theorem: (r₁ cis θ₁)(r₂ cis θ₂) = r₁r₂ cis(θ₁ + θ₂).

De Moivre's theorem is the same rule applied n times. zⁿ = rⁿ cis(nθ). Computing (1 + i)⁸ by binomial expansion is eight rounds of algebra. In polar form, 1 + i has r = √2 and θ = π/4, so the eighth power is (√2)⁸ cis(2π) = 16.

Roots reverse the logic. The n-th roots are r^(1/n) cis((θ + 2πk)/n) for k = 0 to n − 1.

The fourth roots of 16
Four points, one circle of radius 2, spaced 90° apart
k=0 · 2∠0°
k=1 · 2∠90°
k=2 · 2∠180°
k=3 · 2∠270°
Spacing is 360°/n for every n. The n roots are the vertices of a regular n-gon inscribed in a circle of radius r^(1/n).

Two of those roots, 2 and −2, are the real fourth roots you would find without complex numbers. The other two sit on the imaginary axis and only appear once you allow ℂ. That spacing is the same circle fact behind our worked examples on circle geometry.

Operation Rectangular Polar Use
Add or subtract Add components Convert, add, convert back Rectangular
Multiply Expand, apply i² = −1 r₁r₂ cis(θ₁ + θ₂) Polar
Divide Realise the denominator (r₁/r₂) cis(θ₁ − θ₂) Polar
Raise to power n n − 1 expansions rⁿ cis(nθ) Polar
Find n-th roots No direct method n values of one formula Polar
Polar form wins on four of five operations and loses badly on the fifth.
RECTANGULAR
2
steps to add · 6 to multiply
POLAR
5
steps to add · 2 to multiply

Neither form is better. Each is optimised for a different operation, and choosing correctly is most of the skill.

How Do You Convert Back to Cartesian?

The reverse conversion is two lines of trigonometry and no quadrant trap. Given z = r cis θ, the components are x = r cos θ and y = r sin θ.

Take 5 cis(53.13°). Then x = 5 × 0.6 = 3 and y = 5 × 0.8 = 4, which is the point in the first diagram. Take 2e^(iπ/3). Then x = 2 cos 60° = 1 and y = 2 sin 60° = √3, giving 1 + i√3.

Standard form means a + bi with a and b real. Assessors ask for it explicitly when they want the rectangular answer, so a solution left as 4 cis(π/6) can lose the final mark even when every step above it is correct.

Read the instruction word before you start. It tells you which form to finish in.

Where Does Polar Form Show Up Later?

Students treat complex numbers as a two-week algebra detour, then meet the same objects in second and third year without recognising them. Three things change: the notation, the letter for the imaginary unit, and the name of the technique.

Course University Position Notation Assessment
MTH1020 Monash Ch 5–6 of 12 r cis θ Mid-semester tests, S1-2026
MATH1061 Sydney Ch 5 of 7 re^(iθ) 6-mark division and De Moivre item
MATH1961 Sydney Ch 6 of 8 re^(iθ) Advanced stream, same spine
MAST20029 Melbourne Ch 11 of 12 Euler formulae Examined as Q9–Q10
ELECTENG 291 Auckland Ch 9 of 10 Z = R + jX Module 3 assignment, tutorials, final
The same mathematics under four different symbol conventions. Source: AskSia Explore course library, retrieved August 2026.

The engineering row is the one that catches people. Electrical engineers write j rather than i, because i already means current. Impedance becomes Z = R + jX, and Ohm's law becomes V = ZI, which is polar arithmetic applied to circuits rather than a new theory.

Fourier series are the other destination. Writing a periodic signal as a sum of sines and cosines runs on Euler's formula, which is polar form read backwards.

Prerequisite chain · first year to third year
Complex arithmetic
MTH1020 CH 5
Argand plane
MODULUS, ARGUMENT
Polar and Euler form
MTH1020 CH 6
De Moivre and roots
MATH1061 CH 5
Fourier and phasors
YEAR 2–3
A gap at any blue node surfaces two years later at the orange one, usually as a course that "makes no sense" rather than as a missing prerequisite.

The chain is short and strict, and the failure is always diagnosed too late. AskSia is one workspace built around that shape rather than around isolated questions: lecture capture, source Q&A, problem solving, and exam prep sit in the same place, so a gap found in week 11 can be traced back to the week 5 chapter that caused it. Its Concept Map renders a whole unit as a navigable tree, which makes the path above visible before the gap becomes expensive.

From AskSia's online library
The MTH1020 Course Bible, Chapter 6 records a scope detail that changes revision planning at Monash: for the S1-2026 cohort, complex numbers appeared in the mid-semester tests but were excluded from the final paper. A student revising Chapter 6 in swotvac was revising the wrong chapter. That kind of scope split is set unit by unit and cohort by cohort, so it never reaches a general tutorial site. Confirm your own cohort's scope on Moodle, then check the chapter map before allocating hours.

When Is Polar Form the Wrong Choice?

Addition and subtraction. There is no shortcut. Two numbers in polar form must both be converted to rectangular, added componentwise, then converted back, which is five operations where rectangular form needs two.

Repeated conversion also costs precision. Each round trip through trigonometric functions introduces rounding, and a chain of conversions in a numerical problem accumulates it.

The practical rule is to pick the form that matches the dominant operation and stay in it. Expressions mixing sums and products are usually cleanest kept rectangular until the final power or root step, then converted once.

Complex roots of real quadratics are a good test case, since the quadratic formula produces them in rectangular form directly. Our guide to solving quadratic equations covers what a negative discriminant means before polar form enters the picture. The Calculus 2 cheatsheet keeps both conversion pairs on one page for exam-day reference.

Frequently Asked Questions

How do I find the polar form of a complex number?

Three steps. Compute the modulus r = √(x² + y²), which for −3 − 2i gives √13 ≈ 3.606. Compute the raw angle arctan(y/x), which here returns 0.588 rad or 33.7 degrees. Then correct for quadrant. Since both components are negative the point lies in the third quadrant, so subtract π to get −2.554 rad, about −146.31 degrees. The answer is √13 cis(−2.554), equivalently √13 e^(−2.554i). The correction rule differs by quadrant: add π in the second, subtract π in the third, leave the calculator output alone in the first and fourth. Sketching the point before converting catches almost every error in this procedure. Work through the same three steps on a graded example in the MATH1061 complex numbers chapter, which shows a six-mark version with marks allocated per step.

What's the simplest way to explain complex numbers?

Start from the number systems you already have. Natural numbers sit inside integers, integers inside rationals, rationals inside reals: ℕ ⊂ ℤ ⊂ ℚ ⊂ ℝ. Each expansion exists because the previous system could not solve some equation. The reals cannot solve x² = −1, so define a symbol i with i² = −1 and extend to ℂ. A complex number z = x + iy is then a point (x, y) on a plane, with the real numbers occupying the horizontal axis. Arithmetic works exactly like binomial algebra, with i² = −1 applied at the end. The payoff is the Fundamental Theorem of Algebra: every polynomial of degree n has exactly n roots in ℂ. That single guarantee is why complex numbers appear in the first five chapters of nearly every first-year mathematics unit rather than as an optional extension.

How do you divide complex numbers in polar form?

Divide the moduli and subtract the arguments: z₁/z₂ = (r₁/r₂) cis(θ₁ − θ₂). Two operations replace the conjugate method's four multiplications and a division by |z₂|². For example, 12 cis(100°) divided by 3 cis(40°) is 4 cis(60°), which converts to 2 + 2i√3. If the result's argument falls outside your convention's range, add or subtract 2π to bring it back. In rectangular form the same division requires realising the denominator by multiplying both parts by the conjugate, which USyd MATH1061 sets as part of a six-mark exam question. Practise both routes on the same problem so you can tell which one a given question rewards, and run a timed set through AskSia's Mock Exam mode, which grades in real exam format and returns the rationale for each step rather than only the final answer.

How do you go from polar to Cartesian complex numbers?

Apply x = r cos θ and y = r sin θ, then write the result as x + iy. There is no quadrant correction in this direction, because sine and cosine already carry the sign information. For 5 cis(53.13°), x = 5 × 0.6 = 3 and y = 5 × 0.8 = 4, giving 3 + 4i. For 2e^(iπ/3), x = 2 cos 60° = 1 and y = 2 sin 60° = √3, giving 1 + i√3. Watch your calculator mode: an answer computed in degrees while the machine is set to radians will be wrong by a large factor and will look plausible. When a question asks for standard form, it is asking for this conversion, and stopping at r cis θ typically forfeits the final mark. Check the instruction word in the question stem before starting.

Why do engineers write j instead of i?

Because i is already taken. In circuit analysis i denotes instantaneous current, so using it for the imaginary unit would make expressions ambiguous. Electrical engineering therefore writes j, with j² = −1 and identical behaviour otherwise. The convention shows up immediately in impedance, written Z = R + jX, where R is resistance and X is reactance. Auckland's ELECTENG 291 introduces it in Chapter 9 of 10, and phasor and impedance methods carry through the Module 3 assignment, the AC tutorials, and the final exam. The substitution catches students who learned complex numbers a year earlier under i and read Z = R + jX as unfamiliar material. It is not. Every rule from first-year mathematics transfers unchanged. If a second-year circuits course looks new, compare its notation against your first-year chapter side by side before assuming the content differs.

Can the modulus r be negative?

No. The modulus is defined as the non-negative square root √(x² + y²), so r ≥ 0 always, and r = 0 only for z = 0. If an intermediate line produces something like −4 cis(30°), the expression is not in polar form yet. Convert it by absorbing the sign into the angle: −4 cis(30°) = 4 cis(210°), since adding π rotates the point through the origin. The same fix applies to −r e^(iθ) = r e^(i(θ+π)). The argument, by contrast, is genuinely non-unique, since θ and θ + 2πk describe the same point for any integer k, which is why courses specify a principal range such as (−π, π]. Build a small flashcard deck covering the four quadrant rules and this sign-absorption fix, and let spaced repetition run it against your exam date rather than re-deriving them under time pressure.

Recommended

Study faster with AskSia

Turn course materials into clear notes, practice questions, and review plans.

Try AskSia