The Imaginary Unit and Complex Numbers
This lesson introduces complex numbers, one of the most important extensions of the number system you will meet in Further Mathematics. Complex numbers arise naturally when we try to solve equations that have no real solutions, and they have far-reaching applications in pure mathematics, physics, and engineering.
Why Do We Need Complex Numbers?
Consider the equation:
x2+1=0
Rearranging gives x2=−1. There is no real number whose square is negative, so this equation has no real roots.
To resolve this, mathematicians introduced the imaginary unit i, defined by:
i2=−1or equivalentlyi=−1
Key Point: The symbol i is not a real number. It is a new kind of number that, when squared, gives −1.
Definition of a Complex Number
A complex number z is a number of the form:
z=a+bi
where:
- a is the real part, written Re(z)=a
- b is the imaginary part, written Im(z)=b
- Both a and b are real numbers
| Example | Real part | Imaginary part |
|---|
| 3+2i | 3 | 2 |
| −1+4i | −1 | 4 |
| 5 | 5 | 0 |
| −3i | 0 | −3 |
Important: The imaginary part is the real coefficient of i. For z=3+2i, the imaginary part is 2, not 2i.
The Set of Complex Numbers
The set of all complex numbers is denoted C. Every real number is a complex number (with imaginary part 0), so R⊂C.
The number system hierarchy is:
N⊂Z⊂Q⊂R⊂C
Powers of i
The powers of i cycle with period 4:
| Power | Value |
|---|
| i0 | 1 |
| i1 | i |
| i2 | −1 |
| i3 | −i |
| i4 | 1 |
| i5 | i |
To find in for any positive integer n, divide n by 4 and look at the remainder:
- Remainder 0: in=1
- Remainder 1: in=i
- Remainder 2: in=−1
- Remainder 3: in=−i
Worked Example: Find i23.
23=4×5+3, so the remainder is 3.
i23=i3=−i
Square Roots of Negative Numbers
Using i, we can write the square root of any negative number:
−k=k⋅ifor k>0
Examples:
- −9=3i
- −2=2i
- −25=5i
Exam Tip: Be careful with notation. Always write 2i rather than 2i to avoid ambiguity.
Equality of Complex Numbers
Two complex numbers are equal if and only if their real parts are equal AND their imaginary parts are equal:
a+bi=c+di⇔a=c and b=d
This is called equating real and imaginary parts and is a fundamental technique in complex number problems.
Worked Example: Find real numbers x and y such that (x+2)+(3y−1)i=5+8i.
Equating real parts: x+2=5, so x=3.
Equating imaginary parts: 3y−1=8, so 3y=9 and y=3.
Solving Quadratic Equations with Complex Roots
For a quadratic ax2+bx+c=0 with discriminant Δ=b2−4ac<0:
x=2a−b±b2−4ac=2a−b±−(4ac−b2)=2a−b±i4ac−b2
Worked Example: Solve z2+2z+5=0.
Δ=4−20=−16
z=2−2±−16=2−2±4i=−1±2i
The roots are z=−1+2i and z=−1−2i.
Notice the roots come in a conjugate pair — this always happens when the coefficients of the quadratic are real.
Purely Real and Purely Imaginary Numbers
- A complex number with b=0 is purely real: z=a
- A complex number with a=0 (and b=0) is purely imaginary: z=bi
- The number 0=0+0i is both purely real and purely imaginary.
Practice Problems
- Express −50 in terms of i.
- Find i102.
- Solve z2−4z+13=0.
- Find real numbers p and q such that (2p+1)+(q−3)i=7−i.
- Determine whether z=3i is purely real, purely imaginary, or neither.
Solutions:
- −50=50⋅i=52i
- 102=4×25+2, so i102=i2=−1
- Δ=16−52=−36, so z=24±6i=2±3i
- 2p+1=7 gives p=3; q−3=−1 gives q=2
- Purely imaginary (real part is 0, imaginary part is 3)
Summary
- The imaginary unit i satisfies i2=−1.
- A complex number has the form z=a+bi where a,b∈R.
- Re(z)=a and Im(z)=b (both real numbers).
- Powers of i repeat with period 4: 1,i,−1,−i,1,…
- Two complex numbers are equal iff their real and imaginary parts are respectively equal.
- Quadratics with real coefficients and negative discriminant have complex conjugate roots.
Exam Tip: Equating real and imaginary parts is one of the most frequently used techniques. Practise it until it becomes automatic.