Welcome to the World of Complex Numbers!

Ever been told in school that you can't take the square root of a negative number? Well, in Further Maths, we break that rule! Complex numbers allow us to solve equations that were previously "impossible," like \(x^2 + 1 = 0\). They aren't just a mathematical trick; they are used in real life for everything from designing airplane wings to understanding electricity and quantum physics.

Don't worry if this seems a bit strange at first. We are basically just adding a "second dimension" to our numbers. Let’s dive in!

1. The Basics: What is \(i\)?

The foundation of this chapter is the imaginary unit, denoted by the letter \(i\). We define it as:

\(i = \sqrt{-1}\) or \(i^2 = -1\)

A complex number is usually written in the form \(z = x + iy\), where:

  • \(x\) is the real part, written as \(Re(z)\).
  • \(y\) is the imaginary part, written as \(Im(z)\).

Did you know? Even though they are called "imaginary," these numbers are very real in their applications! Engineers use them to model alternating currents (AC) in power grids.

Key Takeaway:

A complex number has two parts: a real part and an imaginary part. They are like coordinates for a point on a special map.

2. Arithmetic with Complex Numbers

Working with complex numbers is very similar to basic algebra. Just treat \(i\) like a variable (like \(x\)), but remember that whenever you see \(i^2\), replace it with \(-1\).

Addition and Subtraction

Simply group the real parts together and the imaginary parts together.

Example: \((3 + 2i) + (5 - 4i) = (3 + 5) + (2 - 4)i = 8 - 2i\)

Multiplication

Use the FOIL method (First, Outside, Inside, Last) just like expanding brackets in GCSE.

Example: \((2 + 3i)(1 - 2i)\)
\( = 2(1) + 2(-2i) + 3i(1) + 3i(-2i)\)
\( = 2 - 4i + 3i - 6i^2\)
Since \(i^2 = -1\), the last term becomes \(-6(-1) = +6\).
\( = 2 - i + 6 = 8 - i\)

The Complex Conjugate

If \(z = x + iy\), its conjugate (written as \(z^*\)) is \(z^* = x - iy\). You just flip the sign of the imaginary part!

Quick Trick: Multiplying a number by its conjugate always gives a real number: \(z \cdot z^* = x^2 + y^2\).

Division (The Quotient)

To divide complex numbers, multiply the top and bottom by the conjugate of the denominator. This "gets rid" of the \(i\) on the bottom.

Example: To solve \(\frac{2+i}{3-i}\), multiply the top and bottom by \((3+i)\).

Common Mistake to Avoid:

When squaring an imaginary term like \((3i)^2\), many students forget to square the 3. Remember: \((3i)^2 = 9i^2 = -9\).

3. The Argand Diagram

An Argand diagram is just a coordinate graph where we plot complex numbers. The horizontal axis is the Real (Re) axis, and the vertical axis is the Imaginary (Im) axis.

  • To plot \(z = 3 + 2i\), you go 3 units right and 2 units up.
  • The conjugate \(z^* = 3 - 2i\) is simply a reflection of \(z\) in the real axis.

4. Modulus and Argument

Every complex number can be described by its "distance" from the origin and its "angle."

Modulus (\(|z|\))

The modulus is the magnitude (length) of the line from the origin to the point. We use Pythagoras’ Theorem:

\(|z| = \sqrt{x^2 + y^2}\)

Argument (\(arg(z)\))

The argument (\(\theta\)) is the angle the line makes with the positive real axis, measured in radians.

\(\tan \theta = \frac{y}{x}\)

Important Tip: Always draw a quick sketch to see which quadrant your number is in! If your point is on the left side of the graph, you might need to add or subtract \(\pi\) to your calculator's answer.

Quick Review:

Modulus: How far? (Distance)
Argument: Which way? (Angle)

5. Polar Form

Instead of using \(x + iy\) (the Cartesian form), we can write complex numbers using the modulus (\(r\)) and the argument (\(\theta\)). This is called Polar Form:

\(z = r(\cos \theta + i \sin \theta)\)

Where \(x = r \cos \theta\) and \(y = r \sin \theta\).

6. Solving Equations

In this section of the syllabus, you need to be able to handle two specific types of equations:

Equating Real and Imaginary Parts

If two complex numbers are equal, their real parts must be equal and their imaginary parts must be equal.

Example: If \(2z + z^* = 1 + i\), let \(z = x + iy\).
Substitute: \(2(x + iy) + (x - iy) = 1 + i\)
Expand: \(2x + 2iy + x - iy = 1 + i\)
Simplify: \(3x + iy = 1 + i\)
Therefore, \(3x = 1\) (so \(x = 1/3\)) and \(y = 1\).

Non-real Roots of Quadratics

If you solve a quadratic equation with real coefficients (like \(ax^2 + bx + c = 0\)) and the discriminant is negative (\(b^2 - 4ac < 0\)), the roots will always be a conjugate pair.

Memory Aid: If \(3 + 2i\) is a root, then \(3 - 2i\) must also be a root. They always travel in pairs!

7. Loci in the Complex Plane

A "locus" (plural: loci) is just a path or a region formed by points that follow a specific rule.

The Circle: \(|z - a| = r\)

This represents all points \(z\) whose distance from point \(a\) is exactly \(r\). This forms a circle with centre \(a\) and radius \(r\).
Example: \(|z - 2 - i| = 5\) is a circle with centre \((2, 1)\) and radius 5.

The Perpendicular Bisector: \(|z - a| = |z - b|\)

This represents all points that are exactly halfway between points \(a\) and \(b\). This is a straight line that cuts the segment between \(a\) and \(b\) in half at a right angle.

The Half-Line: \(arg(z - a) = \theta\)

This is a "ray" starting at point \(a\) and heading off at an angle \(\theta\). Note: the starting point \(a\) is usually shown with an open circle because the angle at the exact point \(a\) is undefined.

Common Mistake:

When you see \(|z - 2 - i|\), rewrite it as \(|z - (2 + i)|\). This tells you the center is at the point \(2 + i\). Don't forget to factor out the minus sign!

Summary of Key Points

  • \(i^2 = -1\): The golden rule of complex numbers.
  • Conjugate: Change the sign of the \(i\) part to divide or find roots.
  • Modulus: Distance from origin (\(\sqrt{x^2+y^2}\)).
  • Argument: Angle from the positive real axis.
  • Argand Diagram: Re axis is \(x\), Im axis is \(y\).
  • Roots: Non-real roots of quadratics always come in conjugate pairs (\(a \pm bi\)).