Study Guide

Polar and exponential form of complex numbers

IB Mathematics: Analysis and Approaches HLΒ· 1.6 Complex numbersΒ· 15 min read

1. Polar Form of Complex Numbersβ˜…β˜…β˜†β˜†β˜†β± 5 min

πŸ“˜ Definition

Polar Form

z=r(cos⁑θ+isin⁑θ)z = r(\cos\theta + i \sin\theta)

A representation of a non-zero complex number that uses its modulus (distance from the origin) and argument (angle from the positive real axis)

Example:

has polar form

To convert from Cartesian form to polar form, calculate and . You must always adjust to match the quadrant of on the Argand diagram, as inverse tangent only returns values between and .

πŸ“ Worked Example

Convert to polar form

  1. 1

    First calculate the modulus of

    r=(βˆ’1)2+(3)2=1+3=2r = \sqrt{(-1)^2 + (\sqrt{3})^2} = \sqrt{1 + 3} = 2
  2. 2

    Find the reference angle for the argument

    tan⁑α=∣yx∣=3β€…β€ŠβŸΉβ€…β€ŠΞ±=Ο€3\tan\alpha = \left|\frac{y}{x}\right| = \sqrt{3} \implies \alpha = \frac{\pi}{3}
  3. 3

    lies in the second quadrant, so adjust the argument

    ΞΈ=Ο€βˆ’Ξ±=2Ο€3\theta = \pi - \alpha = \frac{2\pi}{3}
  4. 4

    Substitute into the polar form formula

    z=2(cos⁑2Ο€3+isin⁑2Ο€3)z = 2\left(\cos \frac{2\pi}{3} + i \sin \frac{2\pi}{3}\right)

Exam tip:

Always plot your complex number on a rough Argand diagram to confirm the quadrant for the argument.

2. Multiplication, Division and De Moivre's Theoremβ˜…β˜…β˜†β˜†β˜†β± 5 min

For two complex numbers in polar form and , the rules for multiplication and division are much simpler than in Cartesian form:

z1z2=r1r2(cos⁑(ΞΈ1+ΞΈ2)+isin⁑(ΞΈ1+ΞΈ2))z1z2=r1r2(cos⁑(ΞΈ1βˆ’ΞΈ2)+isin⁑(ΞΈ1βˆ’ΞΈ2))z_1 z_2 = r_1 r_2 \left(\cos(\theta_1 + \theta_2) + i \sin(\theta_1 + \theta_2)\right) \\ \frac{z_1}{z_2} = \frac{r_1}{r_2} \left(\cos(\theta_1 - \theta_2) + i \sin(\theta_1 - \theta_2)\right)
πŸ“˜ Definition

De Moivre's Theorem

(r(cos⁑θ+isin⁑θ))n\left(r(\cos\theta + i\sin\theta)\right)^n

For any real number , the nth power of a complex number in polar form is equal to

Example:

πŸ“ Worked Example

Given and , find in polar form

  1. 1

    Multiply the moduli of the two complex numbers

    r=r1r2=2Γ—3=6r = r_1 r_2 = 2 \times 3 = 6
  2. 2

    Add the arguments of the two complex numbers

    ΞΈ=Ο€3+Ο€6=Ο€2\theta = \frac{\pi}{3} + \frac{\pi}{6} = \frac{\pi}{2}
  3. 3

    Combine to get the product in polar form

    z1z2=6(cos⁑π2+isin⁑π2)z_1 z_2 = 6\left(\cos \frac{\pi}{2} + i \sin \frac{\pi}{2}\right)

3. Exponential Form of Complex Numbersβ˜…β˜…β˜…β˜†β˜†β± 4 min

πŸ“˜ Definition

Exponential Form

z=reiΞΈz = r e^{i\theta}

A compact representation of a complex number derived from Euler's formula , where is modulus and is argument (in radians)

Example:

Exponential form follows all the standard exponent rules, making multiplication, division and powers very intuitive:

r1eiΞΈ1Γ—r2eiΞΈ2=r1r2ei(ΞΈ1+ΞΈ2)r1eiΞΈ1r2eiΞΈ2=r1r2ei(ΞΈ1βˆ’ΞΈ2)(reiΞΈ)n=rneinΞΈr_1 e^{i\theta_1} \times r_2 e^{i\theta_2} = r_1 r_2 e^{i(\theta_1 + \theta_2)} \\ \frac{r_1 e^{i\theta_1}}{r_2 e^{i\theta_2}} = \frac{r_1}{r_2} e^{i(\theta_1 - \theta_2)} \\ \left(r e^{i\theta}\right)^n = r^n e^{i n\theta}
πŸ“ Worked Example

Calculate and express the result in Cartesian form

  1. 1

    Apply the power rule for exponential form

    (2eiΟ€/3)3=23(eiΟ€/3)3=8eiΟ€(2 e^{i \pi/3})^3 = 2^3 (e^{i \pi/3})^3 = 8 e^{i \pi}
  2. 2

    Use Euler's formula to expand

    8eiΟ€=8(cos⁑π+isin⁑π)8 e^{i \pi} = 8 (\cos \pi + i \sin \pi)
  3. 3

    Evaluate and simplify to Cartesian form

    8(βˆ’1+0i)=βˆ’88(-1 + 0i) = -8

4. Roots of Complex Numbersβ˜…β˜…β˜…β˜…β˜†β± 6 min

Any non-zero complex number has exactly distinct th roots. These roots are equally spaced around a circle of radius on the Argand diagram, with an angular separation of between consecutive roots.

πŸ“˜ Definition

nth Root Formula

zk=r1/neiΞΈ+2kΟ€n,k=0,1,...,nβˆ’1z_k = r^{1/n} e^{i \frac{\theta + 2k\pi}{n}}, \quad k = 0, 1, ..., n-1

Gives all distinct th roots of a complex number by adding full rotations () to the original argument to generate all unique solutions.

πŸ“ Worked Example

Find all cube roots of 1, leaving your answer in polar form

  1. 1

    Write 1 in polar form, identify modulus and argument

    1=1(cos⁑0+isin⁑0),r=1,θ=0,n=31 = 1(\cos 0 + i \sin 0), \quad r = 1, \theta = 0, n = 3
  2. 2

    Apply the nth root formula for polar form

    zk=11/3(cos⁑(0+2kΟ€3)+isin⁑(0+2kΟ€3))z_k = 1^{1/3} \left(\cos\left(\frac{0 + 2k\pi}{3}\right) + i \sin\left(\frac{0 + 2k\pi}{3}\right)\right)
  3. 3

    Substitute to get all roots

    z0=cos⁑0+isin⁑0=1,z1=cos⁑2Ο€3+isin⁑2Ο€3,z2=cos⁑4Ο€3+isin⁑4Ο€3z_0 = \cos 0 + i \sin 0 = 1, \quad z_1 = \cos \frac{2\pi}{3} + i \sin \frac{2\pi}{3}, \quad z_2 = \cos \frac{4\pi}{3} + i \sin \frac{4\pi}{3}

Exam tip:

Always remember there are n distinct nth roots β€” if you only write one root, you will lose most of the marks for the question.

5. Common Pitfalls

Wrong move:

Forgetting to adjust the argument to the correct quadrant when converting from Cartesian to polar

Why:

Inverse tangent only returns values between and , which is incorrect for complex numbers in the second and third quadrants

Correct move:

Plot the point on the Argand diagram to check the quadrant, then adjust the inverse tangent result by adding or subtracting as needed

Wrong move:

Using degrees instead of radians for the argument in exponential form

Why:

Euler's formula only holds when is measured in radians

Correct move:

Always convert any degree measure arguments to radians before writing exponential form

Wrong move:

Only giving one root when asked for nth roots of a complex number

Why:

The equation has distinct solutions for any non-zero complex , and exam markers require all solutions

Correct move:

Use the root formula for to list all roots

Wrong move:

Mixing up addition and subtraction of arguments for multiplication/division

Why:

Confusion between the geometric effects of multiplication and division

Correct move:

Remember: multiplication adds arguments (rotates the first number by the second's argument), division subtracts arguments

Wrong move:

Claiming has a specific principal argument when converting to polar form

Why:

0 lies at the origin, so it has no defined direction or argument

Correct move:

Write 0 as for any β€” no specific argument is required

6. Quick Reference Cheatsheet

Operation

Polar Form

Exponential Form

Conversion from Cartesian

, adjusted for quadrant:

, (ΞΈ in radians)

Multiplication

Division

nth Power

nth Roots

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2021 Β· 1

    Find all cube roots of a complex number

  • 2023 Β· 2

    Convert between forms, multiply complex numbers

What's Next

Mastering polar and exponential forms of complex numbers is essential for further topics in IB AA HL, including loci on the Argand diagram and solving higher-order polynomials with complex roots. These representations also underpin core applications in engineering and physics, from signal processing to alternating current circuit analysis. This topic forms the foundation for all advanced work with complex numbers in university-level mathematics and STEM.