Mathematics (9709)
Topic 10 of 17Cambridge A Levels

Complex Numbers

Numbers with real and imaginary parts, their algebra, and their geometry.

### Introduction to Complex Numbers


In our study of mathematics, we often encounter equations we cannot solve using only the real number system. A classic example is the simple quadratic equation x² + 1 = 0, which implies x² = -1. Within the set of real numbers, there is no number that, when squared, gives a negative result. To solve this, mathematicians introduced a new number, the imaginary unit, denoted by i, with the defining property that i² = -1.


This innovation gives rise to the system of complex numbers. A complex number, typically denoted by z, is an expression of the form:


z = x + iy


Here, 'x' is the real part of the complex number, denoted as Re(z), and 'y' is the imaginary part, denoted as Im(z). 'x' and 'y' are both real numbers. This form is known as the Cartesian form.


### Arithmetic of Complex Numbers


Operations with complex numbers follow rules similar to algebraic manipulation, with the key difference being the property i² = -1.


  • Addition and Subtraction: These are performed by adding or subtracting the corresponding real and imaginary parts.
  • (a + ib) + (c + id) = (a + c) + i(b + d)
  • (a + ib) - (c + id) = (a - c) + i(b - d)

  • Multiplication: Multiply the numbers as you would two binomials, then simplify using i² = -1.
  • (a + ib)(c + id) = ac + i(ad) + i(bc) + i²(bd) = (ac - bd) + i(ad + bc)

  • The Complex Conjugate: For any complex number z = x + iy, its complex conjugate, denoted as z* or , is z* = x - iy. The product of a complex number and its conjugate is always a real number: z * z* = (x + iy)(x - iy) = x² - (iy)² = x² - i²y² = x² + y².

  • Division: To divide one complex number by another, we eliminate the imaginary part from the denominator. This is achieved by multiplying both the numerator and the denominator by the conjugate of the denominator.
  • (a + ib) / (c + id) = [(a + ib)(c - id)] / [(c + id)(c - id)] = [(ac + bd) + i(bc - ad)] / (c² + d²)

  • ### The Argand Diagram


    A complex number z = x + iy can be represented geometrically on a two-dimensional plane called the Argand diagram. The horizontal axis is the real axis (for the real part, x) and the vertical axis is the imaginary axis (for the imaginary part, y). The complex number z is represented either by the point P(x, y) or by the vector OP from the origin O to P.


    This geometric representation is useful for visualizing complex number operations. For example, the addition of two complex numbers z₁ and z₂ corresponds to the vector addition using the parallelogram law.


    ### Modulus-Argument Form


    Besides the Cartesian form, a complex number can be expressed in modulus-argument form (or polar form), which is often more convenient for multiplication and division.


  • The modulus of z, written as |z| or r, is the distance of the point (x, y) from the origin in the Argand diagram. Using Pythagoras' theorem, we find: |z| = r = √(x² + y²). Note that |z|² = z * z*.

  • The argument of z, written as arg(z) or θ, is the angle the vector OP makes with the positive real axis, measured anti-clockwise. The argument is calculated using trigonometry: θ = tan⁻¹(y/x), ensuring attention is paid to the correct quadrant for (x, y). By convention, the principal argument is given in the range -π < θ ≤ π.

  • The modulus-argument form is then written as:


    z = r(cosθ + i sinθ)


    This form simplifies multiplication and division:

  • For multiplication: |z₁z₂| = |z₁||z₂| and arg(z₁z₂) = arg(z₁) + arg(z₂)
  • For division: |z₁/z₂| = |z₁|/|z₂| and arg(z₁/z₂) = arg(z₁) - arg(z₂)

  • ### Solving Polynomial Equations


    Complex numbers are fundamental to the Fundamental Theorem of Algebra, which states that any polynomial of degree n has exactly n roots (counting multiplicity) in the complex number system.


  • Quadratic Equations: For a quadratic equation ax² + bx + c = 0, if the discriminant Δ = b² - 4ac < 0, the roots are complex. The quadratic formula still applies:
  • x = [-b ± √Δ] / 2a = [-b ± √( |Δ| * -1 )] / 2a = [-b ± i√|Δ|] / 2a

    The two roots will be a pair of complex conjugates.


  • Higher-Order Polynomials: A crucial property for the A-Level syllabus is the Complex Conjugate Root Theorem. It states that if a polynomial has real coefficients, and a complex number (a + ib) is a root, then its conjugate (a - ib) must also be a root. This is extremely useful. For example, if you are told that 2 + 3i is a root of a cubic equation with real coefficients, you immediately know that 2 - 3i is also a root. You can then find the third (real) root by forming a quadratic factor from the complex pair, (x - (2+3i))(x - (2-3i)) = x² - 4x + 13, and using polynomial division.
  • Key Points to Remember

    • 1The imaginary unit is defined as i, where i² = -1, allowing the solution of equations like x² = -k.
    • 2A complex number z = x + iy has a real part (x) and an imaginary part (y), and is plotted on an Argand diagram.
    • 3The complex conjugate of z = x + iy is z* = x - iy, and is used to make the denominator real during division.
    • 4The modulus |z| = r = √(x² + y²) is the magnitude of the complex number.
    • 5The argument arg(z) = θ is the angle it makes with the positive real axis, with the principal argument in (-π, π].
    • 6The modulus-argument (polar) form is z = r(cosθ + i sinθ), which simplifies multiplication and division.
    • 7For polynomial equations with real coefficients, complex roots always occur in conjugate pairs.
    • 8The quadratic formula x = [-b ± i√(4ac - b²)] / 2a is used when the discriminant is negative.

    Pakistan Example

    Application in Electrical Engineering at NUST, Islamabad

    In Pakistan, top engineering universities like the National University of Sciences and Technology (NUST) extensively use complex numbers in their electrical engineering curriculum. In AC (alternating current) circuit analysis, the concept of impedance (Z) is crucial. Impedance is the total opposition a circuit presents to the flow of current. It's represented as a complex number: Z = R + iX. The real part, R, is the resistance, and the imaginary part, X, is the reactance (opposition from capacitors and inductors). Using complex numbers simplifies the analysis of complex circuits involving phase shifts, turning challenging differential equations into simpler algebraic problems. This practical application is a key reason why understanding complex numbers is vital for aspiring engineers in Pakistan.

    Quick Revision Infographic

    Mathematics — Quick Revision

    Complex Numbers

    Key Concepts

    1The imaginary unit is defined as i, where i² = -1, allowing the solution of equations like x² = -k.
    2A complex number z = x + iy has a real part (x) and an imaginary part (y), and is plotted on an Argand diagram.
    3The complex conjugate of z = x + iy is z* = x - iy, and is used to make the denominator real during division.
    4The modulus |z| = r = √(x² + y²) is the magnitude of the complex number.
    5The argument arg(z) = θ is the angle it makes with the positive real axis, with the principal argument in (-π, π].
    6The modulus-argument (polar) form is z = r(cosθ + i sinθ), which simplifies multiplication and division.

    Formulas to Know

    The imaginary unit is defined as i, where i² = -1, allowing the solution of equations like x² = -k.
    A complex number z = x + iy has a real part (x) and an imaginary part (y), and is plotted on an Argand diagram.
    The complex conjugate of z = x + iy is z* = x - iy, and is used to make the denominator real during division.
    The modulus |z| = r = √(x² + y²) is the magnitude of the complex number.
    Pakistan Example

    Application in Electrical Engineering at NUST, Islamabad

    In Pakistan, top engineering universities like the National University of Sciences and Technology (NUST) extensively use complex numbers in their electrical engineering curriculum. In AC (alternating current) circuit analysis, the concept of impedance (Z) is crucial. Impedance is the total opposition a circuit presents to the flow of current. It's represented as a complex number: Z = R + iX. The real part, R, is the resistance, and the imaginary part, X, is the reactance (opposition from capacitors and inductors). Using complex numbers simplifies the analysis of complex circuits involving phase shifts, turning challenging differential equations into simpler algebraic problems. This practical application is a key reason why understanding complex numbers is vital for aspiring engineers in Pakistan.

    SeekhoAsaan.com — Free RevisionComplex Numbers Infographic

    Test Your Knowledge!

    5 questions to test your understanding.

    Start Quiz