Geometry of Complex Numbers
Introduction
students, complex numbers are more than symbols on a pageβthey also have a clear geometric meaning on the complex plane π. In this lesson, you will learn how a number of the form $z=a+bi$ can be treated as a point, a vector, and a position relative to the origin. This idea connects algebra and geometry in a powerful way, which is why it is a key part of IB Mathematics: Analysis and Approaches HL.
By the end of this lesson, you should be able to:
- explain the meaning of the complex plane and key terms like modulus and argument,
- use geometric ideas to solve problems involving complex numbers,
- connect complex number geometry to transformations, loci, and equations,
- describe how this topic fits into the broader study of Number and Algebra.
A complex number can describe location, direction, and distance all at once. That makes it useful in mathematics, physics, engineering, and computer graphics π―.
Complex Numbers on the Argand Plane
A complex number is usually written as $z=a+bi$, where $a$ and $b$ are real numbers and $i^2=-1$. The real part of $z$ is $\operatorname{Re}(z)=a$, and the imaginary part is $\operatorname{Im}(z)=b$.
To represent $z$ geometrically, we use the complex plane, also called the Argand plane. The horizontal axis shows the real part, and the vertical axis shows the imaginary part. So the number $z=a+bi$ is represented by the point $(a,b)$.
For example, the complex number $3+4i$ is plotted as the point $(3,4)$. This means it is $3$ units along the real axis and $4$ units up the imaginary axis. students, this is just like plotting coordinates in geometry, except now the $x$-coordinate is the real part and the $y$-coordinate is the imaginary part.
This geometric view helps us interpret operations. Adding complex numbers works like vector addition. If $z_1=2+i$ and $z_2=-1+3i$, then
$$z_1+z_2=(2+i)+(-1+3i)=1+4i.$$
Geometrically, this means moving from the origin to $(2,1)$ and then adding the vector to $(-1,3)$ gives the point $(1,4)$.
Modulus and Argument
Two of the most important geometric ideas for a complex number are its modulus and argument.
The modulus of $z=a+bi$ is written as $|z|$ and means the distance from the origin to the point $(a,b)$. It is found using the distance formula:
$$|z|=\sqrt{a^2+b^2}.$$
For $z=3+4i$, the modulus is
$$|z|=\sqrt{3^2+4^2}=5.$$
So the point $(3,4)$ is $5$ units from the origin.
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 representing $z$. Arguments are usually measured anticlockwise as positive angles.
If $z=3+4i$, then the argument satisfies
$$\tan \theta=\frac{4}{3}.$$
So
$$\theta=\tan^{-1}\left(\frac{4}{3}\right).$$
This angle tells us the direction of the complex number from the origin.
Together, the modulus and argument give a full geometric description of a non-zero complex number. In fact, a complex number can be written in polar form as
$$z=r(\cos \theta+i\sin \theta),$$
where $r=|z|$ and $\theta=\arg(z)$. This form is extremely useful because multiplication and division become easier to understand geometrically.
Multiplication, Rotation, and Scaling
One of the most beautiful results in complex number geometry is this: multiplying by a complex number changes both size and direction π.
Suppose $z_1=r_1(\cos \theta_1+i\sin \theta_1)$ and $z_2=r_2(\cos \theta_2+i\sin \theta_2)$. Then
$$z_1z_2=r_1r_2\bigl(\cos(\theta_1+\theta_2)+i\sin(\theta_1+\theta_2)\bigr).$$
This shows that multiplying complex numbers multiplies their moduli and adds their arguments.
So if you multiply by a number with modulus $2$, every point moves twice as far from the origin. If you multiply by a number with argument $30^\circ$, every point rotates $30^\circ$ anticlockwise.
For example, multiplying by $i$ rotates a point by $90^\circ$ anticlockwise because $i=\cos\left(\frac{\pi}{2}\right)+i\sin\left(\frac{\pi}{2}\right)$. So the transformation $z\mapsto iz$ keeps the same modulus but changes the argument by $\frac{\pi}{2}$.
Let us see this on a specific point. If $z=1+i$, then
$$iz=i(1+i)=i+i^2=i-1=-1+i.$$
The point $(1,1)$ moves to $(-1,1)$. This is exactly a $90^\circ$ rotation.
This idea is important in IB because it connects algebraic multiplication with geometric transformation. It also helps explain why complex numbers are useful for describing rotations in the plane.
Conjugates, Symmetry, and Loci
The complex conjugate of $z=a+bi$ is $\overline{z}=a-bi$. Geometrically, this reflects the point $(a,b)$ in the real axis. If $z=5-2i$, then $\overline{z}=5+2i$.
Conjugates are useful because
$$z\overline{z}=a^2+b^2=|z|^2.$$
This gives a simple way to find the modulus or simplify expressions.
For example,
$$\frac{1}{3+4i}$$
can be simplified by multiplying top and bottom by the conjugate $3-4i$:
$$\frac{1}{3+4i}=\frac{3-4i}{(3+4i)(3-4i)}=\frac{3-4i}{25}.$$
This technique is common in algebra and appears often in exam-style work.
Complex numbers also help describe loci, which are sets of points satisfying a condition. For instance, the equation
$$|z-2|=3$$
means all points that are $3$ units from the point $2+0i$. Geometrically, this is a circle centered at $(2,0)$ with radius $3$.
Another example is
$$\operatorname{Im}(z)=2.$$
This describes the horizontal line where the imaginary part is always $2$. And
$$|z-(1+i)|=4$$
means the circle centered at $(1,1)$ with radius $4$.
These locus problems are a strong example of how complex numbers combine symbolic algebra with geometric reasoning.
Systems of Equations and Intersections
Geometry of complex numbers often appears when solving systems involving $x$ and $y$, or when finding where geometric conditions overlap.
Suppose $z=x+iy$ satisfies both
$$|z|=5$$
and
$$\operatorname{Re}(z)=3.$$
The first equation means the point lies on the circle centered at the origin with radius $5$, and the second means it lies on the vertical line $x=3$. Solving together gives
$$x=3, \quad x^2+y^2=25.$$
So
$$9+y^2=25,$$
which gives
$$y^2=16 \quad \Rightarrow \quad y=\pm 4.$$
Hence the solutions are $z=3+4i$ and $z=3-4i$.
This type of question shows the value of graphical thinking. Rather than seeing equations only as algebra, students, you can interpret them as shapes and intersections. This makes solutions easier to understand and check.
Another common idea is that a quadratic with real coefficients has complex roots in conjugate pairs. If $a+bi$ is a root, then $a-bi$ is also a root. This is a major algebraic pattern with a geometric explanation: the roots are reflections across the real axis.
Conclusion
Geometry of complex numbers gives a bridge between algebra and plane geometry. A complex number $z=a+bi$ can be seen as a point, a vector, or a directed distance from the origin. Its modulus $|z|$ measures distance, and its argument $\arg(z)$ measures direction. Multiplication causes scaling and rotation, conjugation gives reflection, and equations involving $z$ often describe circles or lines.
This topic fits naturally into Number and Algebra because it extends ordinary number systems into a richer structure while keeping algebraic rules useful. It also strengthens reasoning, visualization, and problem-solving skills needed throughout IB Mathematics: Analysis and Approaches HL β¨.
Study Notes
- A complex number has the form $z=a+bi$, where $a, b\in \mathbb{R}$ and $i^2=-1$.
- On the Argand plane, $z=a+bi$ is represented by the point $(a,b)$.
- The modulus is $|z|=\sqrt{a^2+b^2}$ and represents distance from the origin.
- The argument is the angle from the positive real axis to the line representing $z$.
- Polar form is $z=r(\cos \theta+i\sin \theta)$, where $r=|z|$ and $\theta=\arg(z)$.
- Multiplication of complex numbers multiplies moduli and adds arguments.
- Multiplying by $i$ rotates a point by $90^\circ$ anticlockwise.
- The conjugate of $z=a+bi$ is $\overline{z}=a-bi$.
- $z\overline{z}=|z|^2$ is useful for simplifying fractions and finding moduli.
- Equations like $|z-a|=r$ describe circles, and equations like $\operatorname{Re}(z)=c$ or $\operatorname{Im}(z)=c$ describe straight lines.
- Geometry of complex numbers is an important link between symbolic manipulation and visual reasoning in Number and Algebra.
