

How to Calculate the Modulus and Conjugate: Formula and Examples
The modulus and conjugate of a complex number are fundamental concepts describing the magnitude and a key symmetry transformation of any complex number $z = a + ib$, where $a, b \in \mathbb{R}$ and $i$ is the imaginary unit with $i^2 = -1$.
Mathematical Definitions of Modulus and Conjugate for Complex Numbers
The modulus of a complex number $z = a + ib$ is the non-negative real number defined as $|z| = \sqrt{a^2 + b^2}$.
The conjugate of a complex number $z = a + ib$ is the complex number $\overline{z} = a - ib$.
For $z = a + ib$, $a$ is called the real part and $b$ is called the imaginary part of $z$. Both $|z|$ and $\overline{z}$ are functions that assign, respectively, a non-negative real number and another complex number to $z$.
Algebraic Derivation of the Modulus Formula
Consider $z = a + ib$, with $a, b \in \mathbb{R}$. The modulus $|z|$ is derived from the product of $z$ and its conjugate $\overline{z}$.
The conjugate is given by $\overline{z} = a - ib$.
Form the product $z \cdot \overline{z}$:
$z \cdot \overline{z} = (a + ib)(a - ib)$
Expand the product:
$= a(a) + a(-ib) + ib(a) + ib(-ib)$
$= a^2 - a ib + a ib - i^2 b^2$
$= a^2 - a ib + a ib + b^2$ (since $i^2 = -1$ so $-i^2 = +1$)
$= a^2 + b^2$
By definition of modulus, $|z| = \sqrt{z \cdot \overline{z}} = \sqrt{a^2 + b^2}$.
Key Properties of the Modulus and Conjugate of Complex Numbers
For any $z = a + ib$, $|z| \geq 0$, and $|z| = 0$ if and only if $a = 0$ and $b = 0$, i.e., $z = 0$.
For any complex number $z$, $|\overline{z}| = |z|$.
Let $z_1 = a_1 + ib_1$ and $z_2 = a_2 + ib_2$. Then $|z_1 z_2| = |z_1| \, |z_2|$, and $|z_1 / z_2| = |z_1| / |z_2|$ (provided $z_2 \neq 0$).
The modulus satisfies the triangle inequality: $|z_1 + z_2| \leq |z_1| + |z_2|$.
For addition, $z + \overline{z} = 2a$ is a real number; for multiplication, $z \cdot \overline{z} = a^2 + b^2$ is also a real number.
Algebraic Properties of the Conjugate Operation
For any complex number $z = a + ib$ and any other $w = c + id$, the following hold:
$\overline{\overline{z}} = z$
$\overline{z+w} = \overline{z} + \overline{w}$
$\overline{z \cdot w} = \overline{z} \cdot \overline{w}$
$\overline{z / w} = \overline{z} / \overline{w}$ (when $w \neq 0$)
For any real $k$, $\overline{k z} = k \, \overline{z}$
Practice Paper on Modulus and Conjugate
Proof: Equality of Modulus for a Number and its Conjugate
Let $z = a + ib$, then $\overline{z} = a - ib$.
Compute $|\overline{z}|$:
$|\overline{z}| = \sqrt{a^2 + (-b)^2} = \sqrt{a^2 + b^2}$
So $|\overline{z}| = |z|$.
Worked Example: Find the Modulus and Conjugate of $z = 3 - 4i$
Example
Given $z = 3 - 4i$
Here $a = 3$ and $b = -4$
Substitute in modulus formula:
$|z| = \sqrt{3^2 + (-4)^2}$
$= \sqrt{9 + 16}$
$= \sqrt{25}$
$= 5$
The conjugate is $\overline{z} = 3 + 4i$.
Complex Numbers and Quadratic Equations
Relation between Modulus and Conjugate of Complex Number
The modulus of any complex number $z$ is equal to the positive square root of the product of $z$ and its conjugate: $|z| = \sqrt{z \cdot \overline{z}}$.
For $z = a + ib$, $z \cdot \overline{z} = (a + ib)(a - ib) = a^2 + b^2$ (see expanded derivation above).
Therefore, $|z| = \sqrt{a^2 + b^2} = \sqrt{z \cdot \overline{z}}$.
Special Cases and Additional Results
If $a = 0$ and $b \neq 0$, then $z = ib$ and $|z| = |b|$; its conjugate is $-ib$.
If $b = 0$ and $a \neq 0$, then $z = a$ is real; the conjugate is $a$ itself; $|z| = |a|$.
If $z$ is real, then $z = \overline{z}$ and $|z|$ becomes the absolute value of $z$.
Detailed Discussion on Modulus
Exam Notes and Error Prevention for Modulus and Conjugate Questions
Common Error: Do not change the sign of the real part when calculating the conjugate; only the sign of the imaginary part must be changed.
Exam Tip: When proving identities involving modulus and conjugate, always explicitly show expansion of products and simplification, especially justifying $i^2 = -1$.
FAQs on Understanding Modulus and Conjugate of a Complex Number
1. What is the modulus of a complex number?
The modulus of a complex number is the distance of the number from the origin in the complex plane.
It is calculated as:
- If z = a + bi, the modulus is |z| = √(a2 + b2)
- It represents the magnitude or absolute value of the complex number
2. What is the conjugate of a complex number?
The conjugate of a complex number is obtained by changing the sign of its imaginary part.
For z = a + bi:
- The conjugate is z̄ = a - bi
- It has the same real part and opposite imaginary part
3. How do you find the modulus and conjugate of 3 + 4i?
To find the modulus and conjugate of 3 + 4i:
- Modulus |z| = √(32 + 42) = √(9+16) = √25 = 5
- Conjugate z̄ = 3 - 4i
4. Why is the conjugate useful in complex numbers?
The conjugate of a complex number is useful for:
- Simplifying the division of complex numbers
- Rationalizing denominators in complex expressions
- Finding the modulus by multiplying a complex number with its conjugate: z × z̄ = |z|2
5. What is the geometric meaning of the modulus of a complex number?
The modulus of a complex number represents its distance from the origin on the Argand plane.
- It shows how far the point (a, b) is from (0, 0)
- Visualises the absolute value as the length of the vector representing the complex number
6. How do you write the conjugate of 5 – 7i?
The conjugate of 5 – 7i is given by changing the sign of the imaginary part:
- Conjugate = 5 + 7i
7. What is the formula for modulus and conjugate of a complex number?
Standard formulas:
- Modulus: If z = a + bi, then |z| = √(a2 + b2)
- Conjugate: If z = a + bi, then z̄ = a - bi
8. Can the modulus of a complex number be negative?
No, the modulus of a complex number is always non-negative.
- It represents a distance, so it is always zero or positive
9. How do you use conjugates to divide complex numbers?
To divide complex numbers, multiply numerator and denominator by the conjugate of the denominator:
- If w = a + bi and z = c + di, then
w / z = [(a + bi)(c – di)] / [(c + di)(c – di)] - This makes the denominator real and simplifies the calculation
10. What happens when you multiply a complex number by its conjugate?
Multiplying a complex number by its conjugate gives the square of its modulus:
- If z = a + bi and z̄ = a – bi, then
z × z̄ = a2 + b2 = |z|2





















