Subject: Mathematics
Topic: 6
Cambridge Code: 0580
Introduction to Complex Numbers
Complex number - Number of form a+bi
Where:
- a = real part
- b = imaginary part
- i = imaginary unit, i2=−1
Imaginary Unit
i=−1
i2=−1
i3=−i
i4=1
Pattern repeats every 4 powers
Complex Plane (Argand Diagram)
Real part: Horizontal axis
Imaginary part: Vertical axis
Complex number z = a + bi: Point (a, b)
Operations with Complex Numbers
Addition and Subtraction
(a+bi)+(c+di)=(a+c)+(b+d)i
(a+bi)−(c+di)=(a−c)+(b−d)i
Example:
- (3+2i)+(1−i)=4+i
- (3+2i)−(1−i)=2+3i
Multiplication
(a+bi)(c+di)=ac+adi+bci+bdi2
=(ac−bd)+(ad+bc)i
Example:
- (2+i)(3−2i)=6−4i+3i−2i2
- =6−4i+3i+2=8−i
Division
c+dia+bi=(c+di)(c−di)(a+bi)(c−di)
Example:
1+i2+i=(1+i)(1−i)(2+i)(1−i)=1−i22−2i+i−i2
=1+12−i+1=23−i=23−21i
Complex Conjugate
Conjugate of z=a+bi is zˉ=a−bi
Properties:
- z⋅zˉ=a2+b2 (always real, always positive)
- z1+z2=z1ˉ+z2ˉ
- z1⋅z2=z1ˉ⋅z2ˉ
Modulus and Argument
Modulus (Absolute Value)
Modulus of z=a+bi:
∣z∣=a2+b2
- Distance from origin in Argand diagram
- Always non-negative real number
Properties:
- ∣z1⋅z2∣=∣z1∣⋅∣z2∣
- z2z1=∣z2∣∣z1∣
- ∣z+w∣≤∣z∣+∣w∣ (triangle inequality)
Argument
Argument of z=a+bi:
arg(z)=θ
Where tanθ=ab and −π<θ≤π
- Angle from positive real axis (counterclockwise)
- Usually given in radians or degrees
Example:
- z=1+i: arg(z)=4π or 45°
- z=−1+i: arg(z)=43π or 135°
Polar form - Expressing complex number using r and θ
z=r(cosθ+isinθ)=r cis θ
Or using Euler's formula:
z=reiθ
Conversion
From rectangular to polar:
- r=∣z∣=a2+b2
- θ=arg(z)
From polar to rectangular:
- a=rcosθ
- b=rsinθ
Multiplication:
z1z2=r1r2 cis(θ1+θ2)
Division:
z2z1=r2r1 cis(θ1−θ2)
Powers (De Moivre's Theorem):
zn=rn cis(nθ)
De Moivre's Theorem
(cosθ+isinθ)n=cos(nθ)+isin(nθ)
Or in exponential form:
(eiθ)n=einθ
Finding Roots
nth roots of z:
nz=nr cis(nθ+2πk)
Where k = 0, 1, 2, ..., n-1
Example: Find cube roots of 8
- z=8, so r=8, θ=0
- 38=2 cis(30+2πk) for k = 0, 1, 2
- Roots: 2, 2 cis(120°), 2 cis(240°)
Roots of Unity
nth roots of unity - Solutions to zn=1
z=ei2πk/n=cos(n2πk)+isin(n2πk)
For k = 0, 1, 2, ..., n-1
Properties:
- n distinct roots
- Equally spaced on unit circle
- Form regular n-gon
Sum of nth roots of unity = 0
Equations with Complex Numbers
Quadratic Equations
ax2+bx+c=0
x=2a−b±b2−4ac
If discriminant < 0, roots are complex conjugates
Example: x2−2x+5=0
x=22±4−20=22±−16=1±2i
Polynomial Equations
Fundamental Theorem of Algebra:
- Polynomial of degree n has exactly n roots (counting multiplicity)
- Complex roots occur in conjugate pairs (for real coefficients)
Applications
Electrical Engineering
AC circuits: Uses complex numbers to represent impedance
Quantum Mechanics
Wave functions: Often complex-valued
Fluid Dynamics
Potential flow: Complex analytic functions
Key Points
- i2=−1 defines imaginary unit
- Complex number = real part + imaginary part
- Operations follow usual algebra rules
- Conjugate used for division
- Modulus is distance from origin
- Argument is angle from real axis
- Polar form: z=r cisθ
- De Moivre's theorem for powers/roots
- Roots occur in conjugate pairs (for real polynomials)
- nth roots of unity equally distributed
Practice Questions
- Perform operations with complex numbers
- Find modulus and argument
- Convert between forms
- Apply De Moivre's theorem
- Find roots of complex numbers
- Solve complex equations
- Prove identities
- Apply to practical problems
- Work with roots of unity
- Solve polynomial equations
Revision Tips
- Visualize in Argand diagram
- Memorize De Moivre's theorem
- Know conjugate properties
- Practice conversions between forms
- Understand argument calculation
- Work with Euler's formula
- Practice finding roots
- Connect to real applications
- Verify answers using conjugates