Introduction: Entering a New Dimension

Welcome to one of the most exciting chapters in Further Mathematics! Up until now, you’ve probably been told that you cannot take the square root of a negative number. In Complex Numbers, we throw that rule out the window. By introducing a single new symbol, \(i\), we unlock a whole new dimension of mathematics that allows us to solve any quadratic equation and describe rotations in a beautiful, geometric way.

Don't worry if this seems a bit "imaginary" at first—by the end of these notes, you’ll see how these numbers follow very logical rules, much like the algebra you already know.

1. The Building Blocks: What is \(i\)?

In standard math, the equation \(x^2 = -1\) has no solution because no real number times itself equals a negative. We define the imaginary unit as:

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

A Complex Number (\(z\)) is simply a mix of a Real part and an Imaginary part, written in the form:

\(z = a + bi\)

Where:
- \(a\) is the Real Part (\(Re(z)\))
- \(b\) is the Imaginary Part (\(Im(z)\))

Quick Review: Equality

Two complex numbers are equal only if their real parts are the same AND their imaginary parts are the same.
Example: If \(a + bi = 3 + 4i\), then \(a = 3\) and \(b = 4\). This is a powerful tool for solving equations!

Key Takeaway: Complex numbers extend our number system, allowing us to handle the square roots of negative numbers using the symbol \(i\).

2. Basic Arithmetic: Adding, Subtracting, and Multiplying

Working with complex numbers is very similar to basic algebra where you treat \(i\) like a variable (such as \(x\)), with one special rule: whenever you see \(i^2\), replace it with \(-1\).

Addition and Subtraction

Just "collect like terms." Add 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 algebra.

Example: Calculate \((2 + 3i)(1 + 2i)\)
1. First: \(2 \times 1 = 2\)
2. Outside: \(2 \times 2i = 4i\)
3. Inside: \(3i \times 1 = 3i\)
4. Last: \(3i \times 2i = 6i^2\)
5. Combine: \(2 + 7i + 6i^2\)
6. The \(i^2\) rule: Since \(i^2 = -1\), \(6i^2\) becomes \(-6\).
7. Result: \(2 + 7i - 6 = -4 + 7i\)

Key Takeaway: Treat \(i\) like any other variable, but always simplify \(i^2\) to \(-1\).

3. The Complex Conjugate and Division

To divide complex numbers, we need a special "partner" called the Complex Conjugate.

If \(z = a + bi\), then the conjugate (written as \(z^*\) or \(\bar{z}\)) is \(a - bi\).

The Magic Property: When you multiply a number by its conjugate, the imaginary parts disappear!
\((a + bi)(a - bi) = a^2 + b^2\) (a purely real number).

How to Divide

To calculate \(\frac{z_1}{z_2}\), multiply the top and bottom by the conjugate of the denominator. This "rationalizes" the bottom part.

Example: Calculate \(\frac{10 + 5i}{1 + 2i}\)
1. Conjugate of denominator (\(1 + 2i\)) is \(1 - 2i\).
2. Multiply top/bottom: \(\frac{(10 + 5i)(1 - 2i)}{(1 + 2i)(1 - 2i)}\)
3. Top: \(10 - 20i + 5i - 10i^2 = 10 - 15i + 10 = 20 - 15i\)
4. Bottom: \(1^2 + 2^2 = 5\)
5. Final Step: \(\frac{20 - 15i}{5} = 4 - 3i\)

Common Mistake: Forgetting to change the sign of the imaginary part when finding the conjugate. \(3 - 4i\) becomes \(3 + 4i\), not \(-3 - 4i\)!

4. The Argand Diagram: Visualizing Numbers

Think of an Argand Diagram as a map. We use a standard 2D coordinate system, but instead of \(x\) and \(y\), we have:
- The Real Axis (Horizontal)
- The Imaginary Axis (Vertical)

A complex number \(z = x + iy\) is plotted as the point \((x, y)\) or as a vector starting from the origin \((0,0)\).

Did you know?

Adding complex numbers on an Argand diagram is exactly the same as adding vectors using the "parallelogram rule" or "nose-to-tail" method!

5. Modulus and Argument

Sometimes it’s more useful to describe a point by how far away it is and what direction it’s in, rather than its \(x,y\) coordinates.

Modulus (\(|z|\))

The Modulus is the distance from the origin to the point. We use Pythagoras’ Theorem:
\(|z| = \sqrt{a^2 + b^2}\)

Argument (\(\arg z\))

The Argument is the angle \(\theta\) the vector makes with the positive real axis.
- Measured in radians.
- Range: \(-\pi < \theta \leq \pi\) (This is called the Principal Argument).
- Angle \(\theta = \arctan(\frac{b}{a})\), but be careful with the quadrant!

Memory Trick (The CAST diagram): Always draw a quick sketch of the Argand diagram to see which quadrant your number is in. If it's in the 2nd or 3rd quadrant, you'll need to adjust your \(\arctan\) result by adding or subtracting \(\pi\).

Polar Form (Modulus-Argument Form)

Using basic trigonometry, we can write \(z = a + bi\) as:
\(z = r(\cos \theta + i \sin \theta)\)
Where \(r = |z|\) and \(\theta = \arg z\).

Key Takeaway: Every complex number can be described by its coordinates (\(a+bi\)) or its distance and angle (\(r, \theta\)).

6. Solving Equations with Complex Roots

This is where complex numbers become a superpower for solving polynomials.

Quadratic Equations

If you have \(ax^2 + bx + c = 0\) and the discriminant (\(b^2 - 4ac\)) is negative, you will have two complex roots.
Crucial Rule: If the coefficients (\(a, b, c\)) are real, the roots will always be complex conjugates of each other. If one root is \(3 + 2i\), the other must be \(3 - 2i\).

Cubic and Quartic Equations

The syllabus requires you to find roots for equations with real or integer coefficients.
- Cubic: Can have 3 real roots, OR 1 real root and 2 complex conjugate roots.
- Quartic: Can have 4 real roots, 2 real and 2 complex conjugate roots, OR 4 complex roots (2 conjugate pairs).

Step-by-Step: Solving a Quartic given one complex root

Suppose you are told \(x = 2 + i\) is a root of a quartic \(f(x) = 0\).
1. Identify the second root: Because coefficients are real, \(x = 2 - i\) must also be a root.
2. Form a quadratic factor: Multiply the factors together: \((x - (2+i))(x - (2-i))\). This simplifies to \(x^2 - 4x + 5\).
3. Polynomial Division: Divide your original quartic by this quadratic factor to find the remaining quadratic.
4. Solve the rest: Solve that remaining quadratic to find the final two roots.

Quick Review Box:
- Conjugate Pair Theorem: If \(z_1\) is a root, then \(z_1^*\) is also a root (for real coefficients).
- Product of Moduli: \(|z_1 z_2| = |z_1| \times |z_2|\). This is a great shortcut for exam questions!

Summary Checklist

- Do I know that \(i^2 = -1\)?
- Can I add, subtract, multiply, and divide complex numbers?
- Do I understand that \(z = a + bi\) is a point on an Argand diagram?
- Can I calculate the distance (modulus) and the angle (argument)?
- Do I remember that complex roots always come in conjugate pairs for polynomials with real coefficients?