Forms of Complex Numbers
Introduction: why complex numbers need different forms ✨
students, complex numbers are an important extension of the number system used in mathematics, science, and engineering. Some equations, such as $x^2+1=0$, have no solution among the real numbers, but they do have solutions in the complex numbers. That is why complex numbers matter: they complete the number system in a way that makes algebra more powerful.
In this lesson, you will learn the main forms of complex numbers and how each form helps in different situations. By the end, you should be able to:
- explain the meaning of complex numbers in different forms,
- convert between forms accurately,
- use forms of complex numbers to solve problems in IB Mathematics: Analysis and Approaches HL,
- connect these ideas to number and algebra more broadly,
- recognize when one form is more useful than another.
A complex number can look simple, but its different forms reveal different features. One form is useful for addition and subtraction, another for multiplication and powers, and another for understanding distance and angle on the Argand plane 📈.
The standard form: the starting point
The most common way to write a complex number is in standard form:
$$z=a+bi$$
where $a$ and $b$ are real numbers and $i$ is defined by
$$i^2=-1$$
Here, $a$ is called the real part and $b$ is called the imaginary part. The word “imaginary” does not mean fake; it is just the historical name for numbers involving $i$.
For example, $3-2i$ is a complex number in standard form. Its real part is $3$ and its imaginary part is $-2$.
Why is standard form useful? It is especially good for addition and subtraction because you combine the real parts and the imaginary parts separately. For example,
$$\left(3-2i\right)+\left(5+7i\right)=8+5i$$
This works just like combining like terms in algebra.
If you subtract,
$$\left(6+4i\right)-\left(1-3i\right)=5+7i$$
Standard form is also the easiest form for checking whether a number is real or imaginary. If $b=0$, then $z=a$ is real. If $a=0$, then $z=bi$ is purely imaginary.
A common idea in IB questions is to solve equations and then express answers in standard form. For example, if you solve
$$x^2+4=0$$
you get
$$x=\pm 2i$$
These are complex numbers in standard form because they can be written as $0+2i$ and $0-2i$.
The conjugate form: a powerful partner
Another important idea is the complex conjugate. If
$$z=a+bi,$$
then the conjugate of $z$ is
$$\overline{z}=a-bi$$
The conjugate has the same real part but the imaginary part changes sign.
For example, if
$$z=4-3i,$$
then
$$\overline{z}=4+3i$$
Conjugates are useful because multiplying a complex number by its conjugate gives a real number:
$$\left(a+bi\right)\left(a-bi\right)=a^2+b^2$$
This is always real and always non-negative.
Example:
$$\left(2+5i\right)\left(2-5i\right)=4+25=29$$
This idea is very important for simplifying complex fractions. For instance,
$$\frac{1}{2+3i}$$
is not in standard form. To rewrite it, multiply top and bottom by the conjugate $2-3i$:
$$\frac{1}{2+3i}\cdot\frac{2-3i}{2-3i}=\frac{2-3i}{13}$$
So,
$$\frac{1}{2+3i}=\frac{2}{13}-\frac{3}{13}i$$
This is a classic HL skill because it combines algebraic manipulation with complex number structure.
Conjugates also help when solving polynomial equations with real coefficients. If $a+bi$ is a root, then $a-bi$ is also a root. This happens because complex roots of real polynomials come in conjugate pairs.
Modulus and argument: size and direction
A complex number can also be described geometrically on the Argand plane. In this plane, the horizontal axis is the real axis and the vertical axis is the imaginary axis. A complex number $z=a+bi$ is represented by the point $(a,b)$.
The modulus of $z$, written as $|z|$, is its distance from the origin:
$$|z|=\sqrt{a^2+b^2}$$
Example:
If $z=3+4i$, then
$$|z|=\sqrt{3^2+4^2}=5$$
This is exactly like using the Pythagorean theorem in coordinate geometry.
The argument of $z$, written as $\არგ z$ or sometimes $\theta$, is the angle measured from the positive real axis to the line joining the origin to the point $(a,b)$. For a complex number in the first quadrant, you can find the argument using trigonometry:
$$\tan\theta=\frac{b}{a}$$
For $z=1+\sqrt{3}i$,
$$\tan\theta=\frac{\sqrt{3}}{1}=\sqrt{3}$$
so
$$\theta=\frac{\pi}{3}$$
when using radians.
Be careful with the quadrant, because the same tangent value can belong to different angles. For example, if $z=-1+\sqrt{3}i$, the point is in the second quadrant, so the argument is not $\frac{\pi}{3}$ but
$$\frac{2\pi}{3}$$
Modulus and argument together describe a complex number’s position very clearly. One tells you the distance from the origin, and the other tells you the direction. This is especially useful for multiplication, division, and powers.
Polar form: multiplying and rotating with ease
Polar form writes a complex number using modulus and argument:
$$z=r\left(\cos\theta+i\sin\theta\right)$$
where
$$r=|z|$$
and $\theta$ is an argument of $z$.
If $z=3+3i$, then
$$r=\sqrt{3^2+3^2}=3\sqrt{2}$$
and
$$\theta=\frac{\pi}{4}$$
because the point lies on the line $y=x$. So the polar form is
$$z=3\sqrt{2}\left(\cos\frac{\pi}{4}+i\sin\frac{\pi}{4}\right)$$
Why is this form so useful? Because multiplication of complex numbers becomes easier. In polar form,
$$r_1\left(\cos\theta_1+i\sin\theta_1\right)\cdot r_2\left(\cos\theta_2+i\sin\theta_2\right)=r_1r_2\left(\cos\left(\theta_1+\theta_2\right)+i\sin\left(\theta_1+\theta_2\right)\right)$$
This means multiplication multiplies the moduli and adds the arguments.
Example:
Suppose
$$z_1=2\left(\cos\frac{\pi}{6}+i\sin\frac{\pi}{6}\right)$$
and
$$z_2=3\left(\cos\frac{\pi}{4}+i\sin\frac{\pi}{4}\right)$$
Then
$$z_1z_2=6\left(\cos\left(\frac{\pi}{6}+\frac{\pi}{4}\right)+i\sin\left(\frac{\pi}{6}+\frac{\pi}{4}\right)\right)$$
so
$$z_1z_2=6\left(\cos\frac{5\pi}{12}+i\sin\frac{5\pi}{12}\right)$$
This is much cleaner than expanding everything in standard form first.
Division also becomes easier in polar form:
$$\frac{r_1\left(\cos\theta_1+i\sin\theta_1\right)}{r_2\left(\cos\theta_2+i\sin\theta_2\right)}=\frac{r_1}{r_2}\left(\cos\left(\theta_1-\theta_2\right)+i\sin\left(\theta_1-\theta_2\right)\right)$$
So division divides the moduli and subtracts the arguments.
Exponential form and Euler’s formula
A very advanced and elegant form of a complex number uses Euler’s formula:
$$e^{i\theta}=\cos\theta+i\sin\theta$$
Using this, polar form can be written as
$$z=re^{i\theta}$$
This is called exponential form.
For example, if
$$z=2\left(\cos\pi+i\sin\pi\right),$$
then
$$z=2e^{i\pi}$$
Exponential form is especially useful for powers and roots. If
$$z=re^{i\theta},$$
then by De Moivre’s theorem,
$$z^n=r^n e^{in\theta}$$
for integer $n$.
Example:
$$\left(\cos\frac{\pi}{3}+i\sin\frac{\pi}{3}\right)^4=\cos\frac{4\pi}{3}+i\sin\frac{4\pi}{3}$$
because the modulus is $1$, so only the angle changes.
This is extremely useful in HL mathematics because it makes repeated multiplication much easier. Instead of multiplying a complex number by itself many times, you can raise the modulus to a power and multiply the argument.
Choosing the right form in problems
students, one of the most important skills in this topic is choosing the best form for the task.
- Use standard form for addition, subtraction, and comparing real and imaginary parts.
- Use conjugates for simplifying denominators and rationalizing expressions.
- Use modulus-argument or polar form for multiplication, division, powers, and roots.
- Use exponential form for advanced work with powers and repeated multiplication.
For example, to simplify
$$\frac{3+4i}{1-2i},$$
you would use the conjugate of the denominator:
$$\frac{3+4i}{1-2i}\cdot\frac{1+2i}{1+2i}=\frac{-5+10i}{5}=-1+2i$$
But if you wanted to compute
$$\left(\cos\frac{\pi}{5}+i\sin\frac{\pi}{5}\right)^6,$$
polar form or exponential form is the best choice.
This flexibility is part of the broader Number and Algebra topic. It shows how symbolic manipulation connects with geometry, trigonometry, and proof. Complex numbers are not isolated facts; they are a bridge between many areas of mathematics.
Conclusion
Complex numbers can be written in several forms, and each form reveals something different. Standard form $a+bi$ is best for algebraic addition and subtraction. Conjugates help with simplification and rationalization. Modulus and argument describe position on the Argand plane. Polar form and exponential form make multiplication, division, powers, and roots much easier.
For IB Mathematics: Analysis and Approaches HL, understanding these forms is essential because many exam questions require you to switch between them and explain why a particular form is useful. students, if you can move smoothly between forms, you are building strong algebraic reasoning and a deeper understanding of the number system.
Study Notes
- A complex number has the form $z=a+bi$, where $a,b\in\mathbb{R}$ and $i^2=-1$.
- The real part is $a$ and the imaginary part is $b$.
- The conjugate of $a+bi$ is $a-bi$.
- $\left(a+bi\right)\left(a-bi\right)=a^2+b^2$.
- The modulus is $|z|=\sqrt{a^2+b^2}$.
- The argument is the angle from the positive real axis to the point representing $z$.
- Polar form is $z=r\left(\cos\theta+i\sin\theta\right)$.
- Exponential form is $z=re^{i\theta}$.
- Multiplication in polar form multiplies moduli and adds arguments.
- Division in polar form divides moduli and subtracts arguments.
- Use standard form for adding and subtracting complex numbers.
- Use conjugates to simplify denominators and find equivalent real expressions.
- Use polar or exponential form for powers, roots, multiplication, and division.
- Complex numbers connect algebra, geometry, and trigonometry in the Number and Algebra topic.
