Start Learning Complex Numbers 3 | Absolute Value, Conjugate, Argument [dark version]
Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
A complex number Z = X1 + iX2 has real part X1 and imaginary part X2.
Briefing
Complex conjugation and polar coordinates form the backbone of practical complex-number calculations—especially for finding absolute values and arguments and for rewriting numbers in a form that makes multiplication easier. A complex number is written as Z = X1 + iX2, where X1 is the real part and X2 is the imaginary part. On the complex plane, the distance from the origin to the point (X1, X2) is the absolute value (also called the modulus), denoted |Z|. Using the Pythagorean theorem, |Z| = √(X1^2 + X2^2), a nonnegative real number.
The conjugate is the key tool that links this geometric length to algebra. Flipping the point across the real axis keeps the real part the same but changes the sign of the imaginary part: if Z = X1 + iX2, then the conjugate is \bar{Z} = X1 − iX2. Multiplying Z by \bar{Z} causes the imaginary cross-terms to cancel: (X1 + iX2)(X1 − iX2) = X1^2 + X2^2. Since |Z|^2 equals X1^2 + X2^2, this gives the powerful identity Z\bar{Z} = |Z|^2. That relationship becomes a recurring calculation shortcut when working with many complex numbers.
Polar coordinates then translate the same number into “length and direction.” The absolute value gives the radius, while an angle—called the argument of Z, often written as φ—fixes the direction. For the first quadrant (where X1 > 0 and X2 > 0), φ can be computed as φ = arctan(X2/X1). The angle is not universally given by that simple formula in every region of the plane, but the method is consistent once the correct quadrant is handled. With |Z| and φ, the complex number can be reconstructed as Z = |Z|(cos φ + i sin φ). This polar form is especially useful later because it streamlines multiplication and other operations.
An example makes the workflow concrete. For Z = 3 + 3i, the conjugate is \bar{Z} = 3 − 3i. Multiplying gives Z\bar{Z} = 18, so |Z| = √18 = 3√2. The argument comes from arctan(3/3) = arctan(1) = π/4 (45°). Therefore, in polar form, Z = 3√2(cos(π/4) + i sin(π/4)). The notes also foreshadow a further rewrite—combining cos and i sin into an exponential expression—hinting at why these foundations matter for complex analysis and more advanced calculations.
Cornell Notes
Complex numbers are written as Z = X1 + iX2, with real part X1 and imaginary part X2. The absolute value (modulus) is the distance from the origin on the complex plane: |Z| = √(X1^2 + X2^2). The complex conjugate \bar{Z} = X1 − iX2 flips the sign of the imaginary part, and multiplying Z by \bar{Z} cancels cross-terms to give Z\bar{Z} = |Z|^2. Using the absolute value as the radius and the argument φ as the angle, a complex number can be written in polar form: Z = |Z|(cos φ + i sin φ), with φ = arctan(X2/X1) in the first quadrant. This polar form sets up easier algebra in later complex-number work.
How does the conjugate help compute the absolute value of a complex number?
Why is |Z| always a real, nonnegative number?
What is the argument of a complex number, and how is it computed in the first quadrant?
How do absolute value and argument combine to produce polar form?
Work through the example Z = 3 + 3i: what are \bar{Z}, |Z|, φ, and the polar form?
Review Questions
- Given Z = X1 + iX2, derive Z\bar{Z} and show it equals |Z|^2.
- In what region of the complex plane is φ = arctan(X2/X1) directly valid without quadrant corrections?
- Convert Z = 2 − 2i into polar form by finding |Z| and φ.
Key Points
- 1
A complex number Z = X1 + iX2 has real part X1 and imaginary part X2.
- 2
The absolute value (modulus) is the distance from the origin: |Z| = √(X1^2 + X2^2).
- 3
The complex conjugate is \bar{Z} = X1 − iX2 and reflects Z across the real axis.
- 4
Multiplying Z by its conjugate cancels cross-terms, giving Z\bar{Z} = |Z|^2.
- 5
In polar form, Z = |Z|(cos φ + i sin φ), where φ is the argument.
- 6
For X1 > 0 and X2 > 0, the argument can be computed as φ = arctan(X2/X1).
- 7
Example: for Z = 3 + 3i, |Z| = 3√2 and φ = π/4, so Z = 3√2(cos(π/4) + i sin(π/4)).