You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
With the imaginary unit defined, we now do algebra with complex numbers: add, subtract, multiply and divide them, always finishing in the standard form a+bi. The single new rule i2=−1 is all that changes; everything else is the bracket-expansion and surd-rationalising you already know. These four operations underpin every later topic — Argand geometry, polar form, De Moivre — so fluency here pays off repeatedly. They also matter far beyond the exam: complex arithmetic is the native language of alternating-current circuit analysis, signal processing and quantum mechanics, where dividing by a complex impedance or amplitude is an everyday calculation. Mastering "realise the denominator" now is therefore an investment well past A-Level.
This is compulsory pure content for Papers 1 & 2. It is overwhelmingly AO1 (carry out routine arithmetic procedures accurately), with AO2 appearing when you justify why dividing by the conjugate works (it produces a real denominator). The "realising the denominator" technique reappears constantly — in modulus–argument conversions, in solving equations with complex coefficients, and in roots-of-unity calculations — so treat it as a core skill, not a one-off trick.
Combine the real and imaginary parts separately — this is exactly vector addition in disguise (see Argand diagrams):
(a+bi)+(c+di)=(a+c)+(b+d)i, (a+bi)−(c+di)=(a−c)+(b−d)i.
These are the easy operations: no i2 appears, so there are no sign traps. The only care needed is with subtraction, where the minus sign must be distributed across both parts of the second number — (7−i)−(4+3i)=(7−4)+(−1−3)i=3−4i, not 3+2i. A quick reality check: Re and Im are themselves additive, meaning Re(z+w)=Re(z)+Re(w) and similarly for Im, which is just a restatement of the rule above.
Expand by the distributive law (FOIL), then replace i2 by −1 and collect:
(a+bi)(c+di)=ac+adi+bci+bdi2=ac+adi+bci−bd=(ac−bd)+(ad+bc)i.
You do not need to memorise this formula — just expand and simplify each time, which is less error-prone. Multiplication by a real scalar k simply scales both parts: k(a+bi)=ka+kbi. Notice the structure of the answer: the real part ac−bd has a minus (because the bi⋅di term carries i2=−1), while the imaginary part ad+bc is a plus. Getting that sign pattern right is the single most important habit in complex multiplication. Two special cases recur constantly:
(a+bi)2=a2−b2+2abi,(a+bi)(a−bi)=a2+b2.
The first is the square (note the a2−b2 real part and 2ab imaginary part); the second is the conjugate product, which is the entire basis of division below.
The complex conjugate of c+di is c−di (sign of the imaginary part flipped); it is the workhorse of complex division, just as the surd conjugate is the workhorse of surd rationalisation. (The conjugate gets a full treatment, including the conjugate root theorem, in the next lesson — here we need only its product property.) Their product is always real and non-negative:
(c+di)(c−di)=c2−(di)2=c2−d2i2=c2+d2.
This is the engine of division. To divide, multiply numerator and denominator by the conjugate of the denominator — the complex analogue of rationalising a surd:
c+dia+bi=(c+di)(c−di)(a+bi)(c−di)=c2+d2(a+bi)(c−di).
Because the denominator is now the real number c2+d2, the quotient drops straight into the form a+bi. Carrying the general expansion through once shows exactly what comes out:
c+dia+bi=c2+d2(ac+bd)+(bc−ad)i=c2+d2ac+bd+c2+d2bc−adi.
You should not memorise this — re-deriving it each time by multiplying by the conjugate is far safer — but it confirms the answer is always a genuine complex number with real and imaginary parts. This process is called realising (or rationalising) the denominator, and it is the exact analogue of rationalising c+d21 by multiplying by c−d2.
To raise a complex number to a small integer power, the safest route is repeated squaring/multiplying rather than the binomial theorem. For z3, compute z2 first and then multiply by z (Example 3). For z4, compute z2 and square it: z4=(z2)2. This keeps each step to a product of two complex numbers — minimal terms, minimal slips. (For large powers you will soon prefer polar form and De Moivre's theorem, but for z2,z3,z4 direct multiplication is quick and reliable.)
Complex arithmetic obeys every familiar field law: addition and multiplication are commutative and associative, multiplication distributes over addition, 0 and 1 are the identities, and every non-zero z has an inverse 1/z. The zero-product property also holds: if z1z2=0 then z1=0 or z2=0 (proof: if z1=0, multiply by z1−1 to force z2=0). In short, C is a field — you may manipulate complex expressions with exactly the same confidence as real ones, provided you remember i2=−1. One thing you lose compared with R: there is no order, so it is meaningless to call one complex number "bigger" than another, and inequalities only ever apply to real quantities such as moduli ∣z∣.
| Law | Statement |
|---|---|
| Commutativity | z1+z2=z2+z1, z1z2=z2z1 |
| Associativity | (z1z2)z3=z1(z2z3) |
| Distributivity | z1(z2+z3)=z1z2+z1z3 |
| Identities | z+0=z, z⋅1=z |
| Conjugate product | (a+bi)(a−bi)=a2+b2∈R≥0 |
Given z=5+2i and w=−3+7i, find z+w, z−w and 3z−2w.
z+w=(5−3)+(2+7)i=2+9i;z−w=(5+3)+(2−7)i=8−5i. 3z−2w=(15+6i)−(−6+14i)=(15+6)+(6−14)i=21−8i.
(B1 each. Note how 3z−2w scales each number first, then subtracts componentwise — the distributive and additive rules working together.)
Compute (2+3i)(4−i).
(2+3i)(4−i)=8−2i+12i−3i2=8+10i−3(−1)=11+10i.(M1 expand all four products)(M1 use i2=−1)(A1)
(M1 expansion; M1 substituting i2=−1; A1 correct a+bi form.)
Express 1−2i3+i in the form a+bi.
1−2i3+i=(1−2i)(1+2i)(3+i)(1+2i)=1+43+6i+i+2i2=51+7i=51+57i.(M1 multiply by conjugate 1+2i)(M1 expand, simplify denominator)(A1)
(M1 choosing the correct conjugate; M1 expanding both products; A1 final form. Note the denominator (1−2i)(1+2i)=1+4=5 is real, as it must be.)
If z=1+2i, find z3.
z2=(1+2i)2=1+4i+4i2=−3+4i.(M1) z3=z2⋅z=(−3+4i)(1+2i)=−3−6i+4i+8i2=−11−2i.(M1 A1)
(M1 for z2; M1 for multiplying by z; A1 for −11−2i.)
Solve (1+i)z=3−i for z, giving your answer in the form a+bi.
Make z the subject and realise the denominator:
z=1+i3−i=(1+i)(1−i)(3−i)(1−i)(M1 divide, multiply by conjugate) =1+13−3i−i+i2=22−4i=1−2i.(M1 expand; A1)
(M1 for isolating z as a quotient; M1 for the conjugate multiplication and expansion; A1 for 1−2i. Check: (1+i)(1−2i)=1−2i+i−2i2=3−i ✓.)
Find real numbers a and b such that (a+bi)(2−i)=7+i.
Expand the left-hand side:
(a+bi)(2−i)=2a−ai+2bi−bi2=(2a+b)+(2b−a)i.(M1 expand and collect)
Compare with 7+i:
2a+b=7,2b−a=1.(M1 form two real equations)
From the first, b=7−2a; substituting, 2(7−2a)−a=1⇒14−5a=1⇒a=513, and b=7−526=59. (A1 both values.) (Alternatively, divide: a+bi=2−i7+i=5(7+i)(2+i)=513+9i, giving the same a=513,b=59 — a useful cross-check.)
(specimen-style — not from any past paper)
Given z=2+i and w=3−2i, find, in the form a+bi: (a) zw; (b) wz; (c) z2−w.
(a) zw=(2+i)(3−2i)=6−4i+3i−2i2=8−i.
(b) wz=(3−2i)(3+2i)(2+i)(3+2i)=9+46+4i+3i+2i2=134+7i=134+137i.
(c) z2=(2+i)2=4+4i+i2=3+4i, so z2−w=(3+4i)−(3−2i)=6i.
(d) Hence find z2+w2.
Reusing z2=3+4i and computing w2=(3−2i)2=9−12i+4i2=5−12i,
z2+w2=(3+4i)+(5−12i)=8−8i.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.