Definition: Complex Number
A complex number is written as:
z = a + bi
Where:
- a is the real part
- b is the imaginary part
- i is the square root of -1
You're simply combining two numbers:
• One on the real axis
• One on the imaginary axis
Examples:
3 + 4i → real = 3, imaginary = 4
-2 - 5i → real = -2, imaginary = -5
7 → real only (imaginary part is 0)
6i → imaginary only (real part is 0)
Why complex numbers?
They help describe 2D quantities — like angle & magnitude, or oscillations —
common in physics, engineering, and signal processing as we will learn later.
Geometric Transformations
Conjugate, Argument, and Modulus of a Complex Number
Given a complex number:
z = a + bi
- Conjugate: The conjugate of z is z̄ = a - bi. It flips the sign of the imaginary part.
Example: If z = 3 + 4i, then z̄ = 3 - 4i. - Modulus (Magnitude): The modulus is the distance from the origin: |z| = √(a² + b²).
Example: If z = 3 + 4i, then |z| = √(3² + 4²) = 5. - Argument (Angle): The argument is the angle θ the vector makes with the real axis: arg(z) = arctan(b/a) (in degrees or radians).
Example: If z = 3 + 4i, then arg(z) = arctan(4/3) ≈ 53.13°.
Summary Table:
| z | Conjugate | Modulus | Argument |
|---|---|---|---|
| 3 + 4i | 3 - 4i | 5 | 53.13° |
| -2 - 5i | -2 + 5i | √29 ≈ 5.39 | -111.80° |
| 7 | 7 | 7 | 0° |
| 6i | -6i | 6 | 90° |
Phasor Representation (Signals & Systems)
Complex numbers are fundamental to signals and systems because they elegantly represent sinusoidal signals using phasors:
- Z = A ejϕ = phasor representation (complex exponential)
- x(t) = A cos(ωt + ϕ) = time-domain sinusoidal signal
- A = amplitude (magnitude of phasor)
- ϕ = phase angle (argument of phasor)
- ω = angular frequency (radians/second)
Example: A phasor Z = 2ejπ/4 represents the signal x(t) = 2 cos(ωt + π/4).
This is why complex numbers are essential in electrical engineering, signal processing, and communications systems.
Why are these useful?
- The conjugate helps with division and finding real/imaginary parts.
- The modulus tells you the size (distance from origin).
- The argument tells you the direction (angle) in the complex plane.
These three together let you describe any complex number in both rectangular (a + bi) and polar (r∠θ) forms.
Quadrature Modulation Explorer
Select a modulation scheme and click Generate to see the constellation diagram, I/Q signals, and modulated waveform.