Absolute Value of a Complex Number and Complex Conjugates
The absolute value (or modulus) of a complex number is its distance from the origin in the complex plane:
The complex conjugate of is , obtained by reflecting across the real axis.
Quick Reference
| Concept | Formula | Example |
|---|---|---|
| Modulus | $ | z |
| Conjugate | $\bar{z} = a - bi\overline{3 + 4i} = 3 - 4iz \bar{z} | z |
| Product of moduli | $ | zw |
| Quotient of moduli | $ | z/w |
| Modulus of conjugate | z = x + yi$ is:
Geometrically, $|z|$ is the distance from the point $z$ to the origin in the complex plane. Key facts about the modulus:
Example 1. Find the modulus of $3 + 4i$, $-2 + 0i0 + 5i$. Solution.
Properties of the ModulusMultiplicative properties of the modulus. For any complex numbers $zw$ (with $w \neq 0$): Proof of $|zw| = |z||w|$ (click to expand)Let $z = a + biw = c + di$. Then: Expanding: Taking square roots (both sides are non-negative): $|zw| = |z||w|$.
The Complex ConjugateDefinition. The complex conjugate of $z = a + bi$ is: Geometrically, $\bar{z}$ is the reflection of $z$ across the real axis in the complex plane. Key properties of conjugates:
Example 2. Let $z = 2 - 3i$. Find $\bar{z}$, $z + \bar{z}$, $z - \bar{z}z\bar{z}$. Solution. $\bar{z} = 2 + 3iz + \bar{z} = (2 - 3i) + (2 + 3i) = 4$ (real) $z - \bar{z} = (2 - 3i) - (2 + 3i) = -6i$ (purely imaginary) $z\bar{z} = (2 - 3i)(2 + 3i) = 4 + 9 = 13 = |z|^2$
Using the Conjugate to Find the ReciprocalSince $z \bar{z} = |z|^2$ is a positive real number (for $z \neq 0$), the reciprocal of $z$ can be written as: This confirms the formula from Section 4.3 and shows clearly that the conjugate is the key tool for inverting a complex number. Example 3. Find the reciprocal of $1 + 2i$. Solution. Frequently Asked QuestionsWhat is the difference between the absolute value and the modulus?They are the same thing for complex numbers. The term absolute value extends from the real number concept $|a| = \sqrt{a^2}$, while modulus is the standard term for complex numbers. For a real number $a$, the modulus $|a + 0i| = \sqrt{a^2} = |a|$ matches the usual absolute value. Why is $z\bar{z}$ always a non-negative real number?Writing $z = a + biz\bar{z} = (a+bi)(a-bi) = a^2 + b^2$. This is a sum of squares of real numbers, so it is always non-negative. It equals zero only when $a = b = 0z = 0$.What does the conjugate look like geometrically?In the complex plane, the conjugate $\bar{z}$ is the reflection of $z$ across the real (horizontal) axis. If $z = a + bi$ is plotted at $(a, b)$, then $\bar{z} = a - bi$ is plotted at $(a, -b)$.How does the modulus relate to distance between two complex numbers?The distance between two complex numbers $z_1z_2$ in the complex plane equals $|z_1 - z_2|$. This generalizes the idea that $|z|$ is the distance from $z$ to the origin.Why is the property $|zw| = |z||w|$ useful?It means that multiplication by a complex number $w$ scales distances by the factor $|w|$. This is fundamental to understanding multiplication geometrically (rotation and scaling), which is developed further in polar form and Euler's formula in more advanced courses. |