HL AA · Complex

Complex numbers: from Cartesian to polar without losing marks

02 Aug 2026 · by Pete Bromfield · 7 min read

Complex numbers: from Cartesian to polar without losing marks

Complex numbers are a fascinating part of the IB Maths syllabus. They open up new ways to solve equations and understand mathematical relationships. In my classroom, I see students grasp the basics quickly: adding, subtracting, multiplying. The real challenge, and where marks often get lost, is when we move between the Cartesian form ($z = x + iy$) and the polar form ($z = r(\cos\theta + i\sin\theta)$ or $z = re^{i\theta}$). This transition, if not handled carefully, can lead to sign errors, incorrect principal arguments, or missed cases. My goal here is to share the strategies I teach my students to make this conversion seamless and accurate every time, ensuring you keep those valuable marks.

This topic is essential for both Analysis and Approaches (AA) HL and Applications and Interpretation (AI) HL students. SL students in both streams will encounter complex numbers, but the depth of conversion, especially with roots of unity, is more prevalent in HL. Regardless of your course, a solid understanding of these conversions is fundamental for success in Paper 1 and Paper 3.

Understanding the Visual: The Argand Diagram is Your Friend

Before diving into formulas, let's establish a mental picture. The Argand diagram is not just a drawing tool; it's a conceptual aid. When a student struggles with signs in a conversion, my first question is always, "Where is this complex number on the Argand diagram?" Plotting $z = x + iy$ helps you instantly visualise which quadrant the number lies in. This visual cue is critical for determining the correct argument, $\theta$.

For example, if you have $z = -1 + i\sqrt{3}$, plotting this shows it's in the second quadrant. This immediately tells you that your argument $\theta$ must be between $\frac{\pi}{2}$ and $\pi$ (or $90^\circ$ and $180^\circ$). If your calculation yields an argument in the first quadrant, you know you've made an error somewhere. Don't skip this step. It's a quick, powerful check.

Calculating Modulus ($r$) and Argument ($\theta$) from Cartesian Form

Once you have $z = x + iy$, you need to find $r$ and $\theta$.

The Modulus: Distance from the Origin

The modulus, $r$ (also denoted as $|z|$), is the distance of the complex number from the origin $(0,0)$ on the Argand diagram. It's always positive.

$$r = |z| = \sqrt{x^2 + y^2}$$

This is straightforward. Students rarely make mistakes here, as squaring $x$ and $y$ handles negative signs automatically. For $z = -1 + i\sqrt{3}$, $r = \sqrt{(-1)^2 + (\sqrt{3})^2} = \sqrt{1 + 3} = \sqrt{4} = 2$. Easy marks.

The Argument: Angle with the Positive Real Axis

This is where errors creep in. The argument $\theta$ is the angle measured counter-clockwise from the positive real axis to the line segment connecting the origin to the point $(x,y)$. The principal argument, $\text{Arg}(z)$, is usually restricted to $-\pi < \theta \leq \pi$ (or $-180^\circ < \theta \leq 180^\circ$). Always confirm the required range with the question or formula booklet. My students often forget that standard calculator $\arctan$ functions only give results in $(-\frac{\pi}{2}, \frac{\pi}{2})$. You must adjust based on the quadrant.

Here’s my step-by-step approach:

  1. Calculate the reference angle $\alpha$: Always use $\alpha = \arctan\left(\frac{|y|}{|x|}\right)$. Use absolute values to ensure $\alpha$ is always in the first quadrant $(0, \frac{\pi}{2})$. This gives you the basic angle without worrying about signs yet. For $z = -1 + i\sqrt{3}$, $\alpha = \arctan\left(\frac{|\sqrt{3}|}{|-1|}\right) = \arctan(\sqrt{3}) = \frac{\pi}{3}$.
  2. Determine the quadrant:
    • Quadrant I ($x>0, y>0$): $\theta = \alpha$
    • Quadrant II ($x<0, y>0$): $\theta = \pi - \alpha$
    • Quadrant III ($x<0, y<0$): $\theta = -\pi + \alpha$ (if using $-\pi < \theta \leq \pi$) or $\theta = \pi + \alpha$ (if using $0 \leq \theta < 2\pi$)
    • Quadrant IV ($x>0, y<0$): $\theta = -\alpha$ (if using $-\pi < \theta \leq \pi$) or $\theta = 2\pi - \alpha$ (if using $0 \leq \theta < 2\pi$)
  3. Apply to $z = -1 + i\sqrt{3}$: We established it's in Quadrant II. So, $\theta = \pi - \alpha = \pi - \frac{\pi}{3} = \frac{2\pi}{3}$.
Tip: If $x=0$, the argument is either $\frac{\pi}{2}$ (for $y>0$) or $-\frac{\pi}{2}$ (for $y<0$). If $y=0$, the argument is $0$ (for $x>0$) or $\pi$ (for $x<0$). These are special cases where $\arctan\left(\frac{y}{x}\right)$ is undefined or zero, but easily determined from the Argand diagram. Don't let these trivial cases trip you up!

Converting from Polar to Cartesian Form

This conversion is generally simpler, but still requires care with signs. Given $z = r(\cos\theta + i\sin\theta)$, we need to find $x$ and $y$.

$$x = r\cos\theta$$ $$y = r\sin\theta$$

Then, $z = x + iy$. The main pitfalls here are incorrect evaluation of $\sin\theta$ and $\cos\theta$, especially for common angles outside the first quadrant, and forgetting to multiply by $r$. My students often benefit from quickly sketching the angle on a unit circle to recall the correct signs and values.

Example: Convert $z = 4\left(\cos\left(\frac{7\pi}{6}\right) + i\sin\left(\frac{7\pi}{6}\right)\right)$ to Cartesian form.

  1. Find $x$: $x = 4\cos\left(\frac{7\pi}{6}\right)$. We know $\frac{7\pi}{6}$ is in Quadrant III. $\cos\left(\frac{7\pi}{6}\right) = -\cos\left(\frac{\pi}{6}\right) = -\frac{\sqrt{3}}{2}$. So, $x = 4\left(-\frac{\sqrt{3}}{2}\right) = -2\sqrt{3}$.
  2. Find $y$: $y = 4\sin\left(\frac{7\pi}{6}\right)$. In Quadrant III, $\sin\left(\frac{7\pi}{6}\right) = -\sin\left(\frac{\pi}{6}\right) = -\frac{1}{2}$. So, $y = 4\left(-\frac{1}{2}\right) = -2$.
  3. Combine: $z = -2\sqrt{3} - 2i$.

See how the Argand diagram check helps? $x$ and $y$ are both negative, consistent with a third-quadrant angle.

Euler's Form: $re^{i\theta}$

For HL students, Euler's form $z = re^{i\theta}$ is indispensable, especially when dealing with multiplication, division, powers (De Moivre's Theorem), and roots of complex numbers. The conversion is direct once you have $r$ and $\theta$ (using the principal argument):

$$x + iy \implies r(\cos\theta + i\sin\theta) \implies re^{i\theta}$$

And vice versa. For example, if $z = -1 + i\sqrt{3}$, we found $r=2$ and $\theta=\frac{2\pi}{3}$. So, in Euler's form, $z = 2e^{i\frac{2\pi}{3}}$. This form simplifies calculations immensely. When I teach topics like finding the $n$-th roots of a complex number, using $re^{i\theta}$ is often much cleaner and less prone to trigonometric errors than using the cis form directly for repeated calculations.

Students looking for more practice on these types of problems, especially those involving roots of unity or solving polynomial equations with complex coefficients, might find our Paper 3 HL AI guide helpful, as complex numbers often feature heavily in investigation-style questions. Similarly, for AA HL, complex numbers are crucial for solving higher-order polynomial equations which are frequently found in Paper 1.

Common Errors and How to Avoid Them

  1. Incorrect Quadrant for Argument: This is by far the most common mistake. Always plot the number on an Argand diagram first. Trust your sketch over your initial calculator output for $\arctan$.
  2. Mixing Degrees and Radians: IB exams primarily use radians for complex numbers. Ensure your calculator is in radian mode when calculating arguments or evaluating trigonometric functions. Converting between them within a problem is an open invitation for errors.
  3. Forgetting Principal Argument Range: The question will usually specify the range (e.g., $-\pi < \theta \leq \pi$ or $0 \leq \theta < 2\pi$). Adhere to it strictly. My students often default to one range, even when another is required.
  4. Arithmetic Slips with Negative Signs: Double-check calculations, especially when squaring negative numbers for $r$, or when dealing with negative $x$ or $y$ values to determine $\theta$.

For students needing to shore up foundational skills or get ahead for the next academic year, our IB Maths Summer courses often cover these essential topics, giving students a head start and confidence. I also recommend checking out our flashcards for quick revision of common values and formulas, which can be invaluable during exams.

Final Thoughts

Mastering the conversion between Cartesian and polar forms of complex numbers is not just about memorizing formulas. It's about understanding the geometric representation on the Argand diagram and applying logical steps. Visualisation is key. Take the extra 10 seconds to sketch the complex number. This simple habit will save you valuable marks by preventing common errors in determining the argument.

Approach these problems systematically. Identify $x$ and $y$, calculate $r$ first, then carefully determine $\theta$ using the reference angle and quadrant information. Practice these conversions regularly, and you'll find them becoming second nature. This proficiency will pay dividends when you tackle more advanced complex number topics like De Moivre's Theorem or finding roots of unity. Keep practising, and those marks will be yours.

Want to actually drill this?

Every IB Maths topic on this page has a full practice engine at ibmathrevision.com — with AI grading trained on real IB mark schemes.

Get access →