Modulus and Argument in the Complex Plane
Introduction
students, complex numbers are a powerful way to describe both numbers and directions at the same time. They show up in engineering, physics, and computer graphics because they help represent waves, rotations, and signals πβ‘. In this lesson, you will learn two of the most important ideas for understanding a complex number: its modulus and its argument.
By the end of this lesson, you should be able to:
- explain what modulus and argument mean,
- find them from a complex number written in standard form,
- connect them to points on the complex plane,
- and use them to describe complex numbers in a more useful way.
These ideas are the foundation for polar form and for finding roots of complex numbers later in the course.
What a complex number looks like
A complex number is usually written as $z=a+bi$, where $a$ and $b$ are real numbers and $i$ is the imaginary unit with $i^2=-1$. The number $a$ is called the real part, and $b$ is called the imaginary part.
In the complex plane, we draw this number as the point $\left(a,b\right)$. The horizontal axis is the real axis, and the vertical axis is the imaginary axis. So the number $3+4i$ is represented by the point $\left(3,4\right)$.
This picture is important because it lets us think of a complex number not only as algebra, but also as geometry. That is where modulus and argument come in β¨.
Modulus: the distance from the origin
The modulus of a complex number $z=a+bi$ is written as $\lvert z\rvert$. It means the distance from the point $\left(a,b\right)$ to the origin $\left(0,0\right)$ in the complex plane.
Using the distance formula, we get
$$
$\lvert z\rvert=\sqrt{a^2+b^2}.$
$$
This is exactly like finding the length of the hypotenuse in a right triangle. If the point $\left(a,b\right)$ is connected to the origin, then the real part $a$ and imaginary part $b$ form the two legs of the triangle.
Example 1: finding the modulus
For $z=3+4i$,
$$
$\lvert z\rvert=\sqrt{3^2+4^2}=\sqrt{9+16}=\sqrt{25}=5.$
$$
So the modulus is $5$. This tells us the point is 5 units away from the origin.
Example 2: another modulus
For $z=-6+8i$,
$$
$\lvert z\rvert=\sqrt{(-6)^2+8^2}=\sqrt{36+64}=\sqrt{100}=10.$
$$
Notice that the signs of $a$ and $b$ do not matter inside the squares, so the modulus is always nonnegative. In fact, $\lvert z\rvert\ge 0$ for every complex number $z$.
The modulus is very useful because it measures size. In real life, size matters in many contexts: the strength of a wave, the length of a vector, or the distance of a location from a starting point. Complex numbers use the same idea.
Argument: the direction from the positive real axis
The argument of a complex number tells us its direction. More precisely, if $z=a+bi$ is not zero, then the argument of $z$ is an angle $\theta$ measured from the positive real axis to the line joining the origin to the point $\left(a,b\right)$.
We often write this as $\αα α(z)$ or say βthe argument of $z$.β The angle is measured counterclockwise as positive and clockwise as negative, following standard angle conventions.
If $z$ lies in the first quadrant, the argument is a positive acute angle. If $z$ lies in the second quadrant, the angle is between $\frac{\pi}{2}$ and $\pi$. In the third and fourth quadrants, the angle is negative or greater than $\pi$, depending on the convention used.
Example 3: argument in the first quadrant
For $z=1+i$, the point is $\left(1,1\right)$. The line from the origin makes a $45^\circ$ angle with the positive real axis, which is
$$
$\arg(z)=\frac{\pi}{4}.$
$$
Example 4: argument in the second quadrant
For $z=-1+i$, the point is $\left(-1,1\right)$. The reference angle is again $\frac{\pi}{4}$, but the point is in the second quadrant, so the argument is
$$
$\arg(z)=\frac{3\pi}{4}.$
$$
Example 5: argument in the fourth quadrant
For $z=1-i$, the point is $\left(1,-1\right)$. The angle is below the positive real axis, so
$$
$\arg(z)=-\frac{\pi}{4}.$
$$
A complex number has infinitely many arguments, because angles can differ by full turns. So if one argument is $\theta$, then all arguments are
$$
$\theta+2k\pi,\qquad k\in\mathbb{Z}.$
$$
When we want one specific angle, we often use the principal argument, written as $\mathrm{αα α}(z)$ in some textbooks or $\operatorname{Arg}(z)$ in others. The exact interval for the principal argument depends on the convention, but it is always chosen to give a unique angle.
How modulus and argument work together
A complex number can be described by both its distance from the origin and its direction from the positive real axis. Together, these two pieces of information locate the number completely.
If $z=a+bi$ and $\lvert z\rvert=r$, then the point lies on the circle of radius $r$ centered at the origin. The argument tells us where on that circle the point is located.
This leads to a very useful relationship. If $\theta$ is an argument of $z$, then
$$
$z=r(\cos\theta+i\sin\theta).$
$$
This is called the polar form of a complex number, and it becomes much easier to work with when multiplying, dividing, and finding powers or roots.
Example 6: converting to polar information
Let $z=-\sqrt{3}+i$. Then
$$
$\lvert z\rvert=\sqrt{\left(-\sqrt{3}\right)^2+1^2}=\sqrt{3+1}=2.$
$$
The point $\left(-\sqrt{3},1\right)$ is in the second quadrant. Since
$$
$\tan\theta=\frac{1}{\sqrt{3}},$
$$
the reference angle is $\frac{\pi}{6}$. In the second quadrant,
$$
$\arg(z)=\pi-\frac{\pi}{6}=\frac{5\pi}{6}.$
$$
So the polar form is
$$
$z=2\left(\cos\frac{5\pi}{6}+i\sin\frac{5\pi}{6}\right).$
$$
Special facts and careful reasoning
There are a few important facts students should remember.
First, the modulus of $z$ is the same as the modulus of its conjugate $\overline{z}$, because conjugation changes the sign of the imaginary part but not the distance from the origin:
$$
$\lvert a+bi\rvert=\lvert a-bi\rvert.$
$$
Second, the argument of the conjugate is the negative of the original argument, if the principal argument is chosen appropriately. Geometrically, conjugation reflects the point across the real axis.
Third, the zero complex number is special. For $z=0$, the modulus is
$$
$\lvert 0\rvert=0,$
$$
but the argument is not defined, because the origin has no direction from itself.
Fourth, if a complex number is purely real, such as $5$ or $-2$, then its argument lies on the real axis. If it is positive, the argument is $0$. If it is negative, the argument is $\pi$ or $-\pi$, depending on convention.
Why these ideas matter
Modulus and argument are not just definitions to memorize. They are tools that help make complex numbers easier to understand and use.
For example, in multiplication, moduli multiply and arguments add. That means if one complex number has size $2$ and angle $30^\circ$, and another has size $3$ and angle $40^\circ$, then their product has size $6$ and angle $70^\circ$. This makes complex multiplication behave like combining a scaling factor with a rotation π―.
This is one reason complex numbers are so useful in models of waves and rotations. The modulus gives the strength or length, and the argument gives the direction or phase.
Even before learning deeper topics like De Moivreβs theorem and roots of complex numbers, you can already see how powerful these ideas are. Once you know the modulus and argument of a number, you can switch between algebraic form $a+bi$ and geometric form on the plane.
Conclusion
Modulus and argument are the key features that let us understand complex numbers geometrically. The modulus $\lvert z\rvert$ gives the distance from the origin, and the argument gives the angle from the positive real axis. Together, they describe position in the complex plane completely, except for the special case $z=0$, where the argument is not defined.
These ideas connect algebra, geometry, and trigonometry in a single framework. students, if you can identify the modulus and argument of a complex number, you are already using one of the core tools of complex analysis.
Study Notes
- A complex number is written as $z=a+bi$, where $a$ is the real part and $b$ is the imaginary part.
- In the complex plane, $z=a+bi$ is represented by the point $\left(a,b\right)$.
- The modulus is $\lvert z\rvert=\sqrt{a^2+b^2}$.
- The modulus is the distance from the origin, so $\lvert z\rvert\ge 0$.
- The argument is the angle from the positive real axis to the line joining the origin to $z$.
- A complex number has infinitely many arguments: $\theta+2k\pi$, where $k\in\mathbb{Z}$.
- The zero complex number has modulus $0$ but no argument.
- The conjugate $\overline{z}$ has the same modulus as $z$.
- In polar form, $z=r\left(\cos\theta+i\sin\theta\right)$, where $r=\lvert z\rvert$ and $\theta$ is an argument.
- Modulus and argument help explain multiplication, division, powers, and roots of complex numbers.
