Study Guide

Complex Numbers

CIE A-Level Mathematicsยท 20 min read

1. Definition and Basic Representationโ˜…โ˜…โ˜†โ˜†โ˜†โฑ 5 min

๐Ÿ“˜ Definition

Complex Number

z=x+iyz = x + iy

A number of the form where , and . is the real part, is the imaginary part.

Example:

For , $ \text{Re}(z) = 3 \text{Im}(z) = -2$.

A complex number can be plotted as a point on the Argand diagram: a coordinate plane with a horizontal real axis and vertical imaginary axis.

๐Ÿ“ Worked Example

Plot and on an Argand diagram, and state $ \text{Re}(z_1) \text{Im}(z_2)$.

  1. 1

    Extract coordinates from the Cartesian form: has real part 2, imaginary part 3, so it maps to the point .

  2. 2

    For , the real part is and imaginary part is , so it maps to the point .

  3. 3

    Plot both points on the grid, with the x-axis labelled 'Real' and y-axis labelled 'Imaginary'.

  4. 4

    Final answer: $ \text{Re}(z_1) = 2 \text{Im}(z_2) = -4$.

Exam tip:

Always clearly label axes and points when drawing an Argand diagram to earn full method marks.

2. Arithmetic of Complex Numbersโ˜…โ˜…โ˜…โ˜†โ˜†โฑ 7 min

Addition and subtraction of complex numbers follow simple rules: add/subtract the real parts and imaginary parts separately. For multiplication, expand like any binomial and simplify using .

๐Ÿ“˜ Definition

Complex Conjugate

or

For , the conjugate is , found by flipping the sign of the imaginary part. A key property is , a real number.

Example:

Conjugate of is .

To divide two complex numbers, multiply the numerator and denominator by the conjugate of the denominator to turn the denominator into a real number.

๐Ÿ“ Worked Example

Simplify into Cartesian form .

  1. 1

    The conjugate of the denominator is . Multiply numerator and denominator by this conjugate:

  2. 2
    (3+2i)(1+4i)(1โˆ’4i)(1+4i)\frac{(3 + 2i)(1 + 4i)}{(1 - 4i)(1 + 4i)}
  3. 3

    Expand the denominator using the difference of squares: :

  4. 4
    (1)2โˆ’(4i)2=1โˆ’16i2=1โˆ’16(โˆ’1)=17(1)^2 - (4i)^2 = 1 - 16i^2 = 1 - 16(-1) = 17
  5. 5

    Expand the numerator:

  6. 6
    3(1)+3(4i)+2i(1)+2i(4i)=3+12i+2i+8i2=3+14iโˆ’8=โˆ’5+14i3(1) + 3(4i) + 2i(1) + 2i(4i) = 3 + 12i + 2i + 8i^2 = 3 + 14i - 8 = -5 + 14i
  7. 7

    Simplify to get Cartesian form:

  8. 8
    โˆ’5+14i17=โˆ’517+1417i\frac{-5 + 14i}{17} = -\frac{5}{17} + \frac{14}{17}i

3. Square Roots of a Complex Numberโ˜…โ˜…โ˜…โ˜†โ˜†โฑ 6 min

Every non-zero complex number has exactly two square roots. To find in Cartesian form, set , expand, and compare real and imaginary parts to get two simultaneous equations.

๐Ÿ“˜ Definition

Square Roots by Comparing Parts

(x+iy)2=a+ib(x+iy)^2 = a + ib

Expanding gives . Comparing parts: and . Solve this pair for real ; the two solutions are negatives of each other.

Example:

For : and .

๐Ÿ“ Worked Example

Find the square roots of , giving each in the form .

  1. 1

    Let with real. Square both sides:

  2. 2
    (x+iy)2=x2โˆ’y2+2xyi=5+12i(x+iy)^2 = x^2 - y^2 + 2xyi = 5 + 12i
  3. 3

    Compare real and imaginary parts to form two equations:

  4. 4
    x2โˆ’y2=5,2xy=12x^2 - y^2 = 5, \qquad 2xy = 12
  5. 5

    From the second equation, . Substitute into the first:

  6. 6
    x2โˆ’36x2=5โ€…โ€ŠโŸนโ€…โ€Šx4โˆ’5x2โˆ’36=0x^2 - \frac{36}{x^2} = 5 \implies x^4 - 5x^2 - 36 = 0
  7. 7

    This is a quadratic in : . Since is real, , so .

  8. 8

    For : . For : .

  9. 9

    The two square roots are and , i.e. .

Exam tip:

Keep and real: reject any solution where comes out negative. Using to fix the sign of relative to avoids spurious answers.

4. Modulus and Principal Argumentโ˜…โ˜…โ˜…โ˜…โ˜†โฑ 6 min

Any non-zero complex number can be described by its modulus (distance from the origin) and argument (angle from the positive real axis). The principal argument is defined to lie in the range for CIE exams.

๐Ÿ“˜ Definition

Modulus and Argument

(modulus), (argument)

For : , and . Always adjust the angle to match the quadrant of the complex number.

๐Ÿ“ Worked Example

Find the modulus and principal argument of . Give your answer in radians.

  1. 1

    Identify (real part) and (imaginary part).

  2. 2

    Calculate the modulus:

  3. 3
    โˆฃzโˆฃ=(โˆ’1)2+(3)2=1+3=2|z| = \sqrt{(-1)^2 + (\sqrt{3})^2} = \sqrt{1 + 3} = 2
  4. 4

    Find the reference angle: , so reference angle is .

  5. 5

    Check the quadrant: , so lies in the second quadrant.

  6. 6
    argโก(z)=ฯ€โˆ’ฯ€3=2ฯ€3\arg(z) = \pi - \frac{\pi}{3} = \frac{2\pi}{3}
  7. 7

    Final answer: , , which is within the range for principal argument.

Exam tip:

Never just write the calculator output of as your argument. Always adjust for the correct quadrant.

5. Modulus-Argument (Polar) Formโ˜…โ˜…โ˜…โ˜…โ˜†โฑ 7 min

Instead of , a complex number can be written using its modulus and argument . This modulus-argument (polar) form makes multiplication and division especially simple.

๐Ÿ“˜ Definition

Modulus-Argument (Polar) and Exponential Form

z=r(cosโกฮธ+isinโกฮธ)=reiฮธz = r(\cos\theta + i\sin\theta) = re^{i\theta}

Here and taken in the principal range . The exponential form is an equivalent notation for the same number, with and .

Example:

.

In polar form, multiplying multiplies the moduli and adds the arguments, while dividing divides the moduli and subtracts the arguments. This is far quicker than expanding brackets.

๐Ÿ“˜ Definition

Multiplication and Division in Polar Form

and ; and . After adding or subtracting, adjust the result by so it lies in .

Example:

If and , then , adjusted to .

๐Ÿ“ Worked Example

Let and . Find and in modulus-argument form.

  1. 1

    For the product, multiply the moduli and add the arguments:

  2. 2
    โˆฃz1z2โˆฃ=2ร—3=6,argโก(z1z2)=ฯ€3+ฯ€4=7ฯ€12|z_1 z_2| = 2 \times 3 = 6, \qquad \arg(z_1 z_2) = \frac{\pi}{3} + \frac{\pi}{4} = \frac{7\pi}{12}
  3. 3
    z1z2=6(cosโก7ฯ€12+isinโก7ฯ€12)z_1 z_2 = 6\left(\cos\frac{7\pi}{12} + i\sin\frac{7\pi}{12}\right)
  4. 4

    For the quotient, divide the moduli and subtract the arguments:

  5. 5
    โˆฃz1z2โˆฃ=23,argโกโ€‰โฃ(z1z2)=ฯ€3โˆ’ฯ€4=ฯ€12\left|\frac{z_1}{z_2}\right| = \frac{2}{3}, \qquad \arg\!\left(\frac{z_1}{z_2}\right) = \frac{\pi}{3} - \frac{\pi}{4} = \frac{\pi}{12}
  6. 6
    z1z2=23(cosโกฯ€12+isinโกฯ€12)\frac{z_1}{z_2} = \frac{2}{3}\left(\cos\frac{\pi}{12} + i\sin\frac{\pi}{12}\right)
  7. 7

    Both arguments and already lie in , so no adjustment is needed.

Exam tip:

After adding or subtracting arguments, always bring the result back into the principal range before stating the final argument.

6. Geometric Effects on the Argand Diagramโ˜…โ˜…โ˜…โ˜†โ˜†โฑ 5 min

Each algebraic operation on complex numbers has a clear geometric meaning on the Argand diagram, which helps you picture and check your answers.

๐Ÿ“˜ Definition

Geometric Interpretations

Conjugation reflects the point in the real axis. Addition is vector addition (the parallelogram rule). Multiplication by scales the modulus by and rotates by about the origin.

Example:

Multiplying by (modulus 1, argument ) rotates a point anticlockwise about the origin without changing its distance from the origin.

๐Ÿ“ Worked Example

The point represents . Describe geometrically the points representing (i) , (ii) , and give each in Cartesian form.

  1. 1

    (i) . Geometrically this is the reflection of in the real axis: the real part is unchanged and the imaginary part changes sign.

  2. 2

    (ii) Multiplying by rotates by (90ยฐ) anticlockwise about the origin and keeps the same, since .

  3. 3
    iz=i(3+i)=3i+i2=โˆ’1+3iiz = i(3 + i) = 3i + i^2 = -1 + 3i
  4. 4

    Check the rotation: maps to , which is indeed a anticlockwise turn about the origin.

7. Loci in the Argand Diagramโ˜…โ˜…โ˜…โ˜…โ˜†โฑ 7 min

A locus is the set of all points satisfying a given condition. Three standard conditions appear repeatedly in Paper 3, each with a simple geometric shape. Write and interpret as the distance from to the fixed point .

๐Ÿ“˜ Definition

Three Standard Loci

Circle: is a circle with centre and radius . Perpendicular bisector: is the perpendicular bisector of the line segment joining and (all points equidistant from and ). Half-line: is a ray (half-line) starting at โ€” with the endpoint excluded โ€” making angle with the positive real direction.

Example:

is a circle of radius 3 centred at the point .

Replacing with an inequality gives a region. For example, is the open disc inside the circle (boundary not included), while includes the boundary circle.

๐Ÿ“ Worked Example

Describe and sketch the locus of given by (a) , (b) , (c) .

  1. 1

    (a) This is the set of points a distance 4 from . It is a circle with centre and radius 4.

  2. 2

    (b) Write it as : points equidistant from (the point ) and (the point ). It is the perpendicular bisector of the segment joining and .

  3. 3

    (c) Points where has argument . This is a half-line starting at the point (open endpoint) going up and to the right at to the positive real axis.

  4. 4

    On an Argand diagram: draw the circle for (a), the straight bisector line for (b), and the ray from for (c) with an open circle marking the excluded start point.

Exam tip:

Always convert into 'distance from the point '. For , rewrite as first so you read off the correct centre or point.

8. Complex Conjugate Root Theoremโ˜…โ˜…โ˜…โ˜†โ˜†โฑ 5 min

When a polynomial has all real coefficients, any complex root must have its conjugate as another root. This property lets us find unknown roots and construct polynomials when only one complex root is known.

๐Ÿ“˜ Definition

Complex Conjugate Root Theorem

If is a polynomial with real coefficients, and is a root of , then its conjugate is also a root.

๐Ÿ“ Worked Example

A quadratic equation with real coefficients has one root . Find the quadratic equation.

  1. 1

    By the conjugate root theorem, the second root is the conjugate of , which is .

  2. 2

    Calculate the sum of the roots: .

  3. 3

    Calculate the product of the roots, using difference of squares:

  4. 4
    (2โˆ’3i)(2+3i)=22โˆ’(3i)2=4โˆ’(โˆ’9)=13(2 - 3i)(2 + 3i) = 2^2 - (3i)^2 = 4 - (-9) = 13
  5. 5

    For a quadratic , substitute the values:

  6. 6
    x2โˆ’4x+13=0x^2 - 4x + 13 = 0

9. Common Pitfalls

Wrong move:

Claiming by using so

Why:

The rule only applies for non-negative real and , so this extension is invalid.

Correct move:

Always use the definition directly, do not extend real-number root rules to negative numbers.

Wrong move:

Writing directly without adjusting for quadrant

Why:

only returns values between and , so it will give the wrong angle for complex numbers in the second and third quadrants.

Correct move:

Always check the quadrant of your complex number, and add or subtract as needed to get the principal argument.

Wrong move:

When dividing complex numbers, multiply only the numerator by the conjugate of the denominator

Why:

This changes the value of the fraction, leading to an incorrect result.

Correct move:

Always multiply both the numerator and denominator by the conjugate to keep the fraction equivalent.

Wrong move:

Using the conjugate root theorem for polynomials with complex coefficients

Why:

The theorem only holds when all coefficients of the polynomial are real.

Correct move:

Only use the conjugate root theorem if the question explicitly states the polynomial has real coefficients.

Wrong move:

Giving only one square root of a complex number, or keeping a solution where comes out negative.

Why:

Every non-zero complex number has exactly two square roots, and must be real, so a negative has no real solution.

Correct move:

Solve and for real , reject non-real solutions, and give both roots .

Wrong move:

Leaving or outside after adding or subtracting arguments.

Why:

The sum or difference of two principal arguments can fall outside the principal range, so it is no longer the principal argument.

Correct move:

After adding or subtracting, add or subtract as needed to bring the argument back into .

Wrong move:

Sketching as a full straight line through , or including the point itself.

Why:

The argument fixes a single direction from , so only one ray qualifies; and is undefined, so is excluded.

Correct move:

Draw a single half-line from at angle , mark the endpoint with an open circle, and do not draw the opposite direction .

10. Quick Reference Cheatsheet

Property

Rule for

Addition

Subtraction

Multiplication

Division

Conjugate

(always real)

Modulus

Argument

, adjust for quadrant,

Polar form

, ,

Polar multiply

,

Polar divide

,

Square roots

: solve , ; roots

Locus: circle

: circle, centre , radius

Locus: bisector

: perpendicular bisector of ,

Locus: half-line

: half-line from (excl.), angle

Conjugate Root Theorem

Complex roots come in conjugate pairs for real polynomials

What's Next

This subtopic now covers the full range of complex-number skills tested in CIE 9709 Paper 3: Cartesian arithmetic, the modulus, argument and conjugate, square roots, modulus-argument (polar) and exponential form with multiplication and division, the geometric effects of these operations, and loci on the Argand diagram. (De Moivre's theorem and the nth roots of a complex number are NOT part of 9709 โ€” they belong to Further Mathematics 9231.) Complex numbers regularly appear in combined questions with polynomials and trigonometry, so a solid command of every part of this subtopic is critical for a high grade in Paper 3.