Welcome to the World of Further Complex Numbers!

In your earlier studies, you might have met complex numbers as a way to solve equations like \(x^2 + 1 = 0\), which have no "real" answers. In this chapter, we are going to dive deeper. We will learn how to represent these numbers on a map (called an Argand Diagram), look at them from a different angle (Polar Form), and use them to solve big equations like cubics and quartics.

Don't worry if this seems a bit "imaginary" at first—by the end of these notes, you'll see that complex numbers follow very logical rules, much like the numbers you've used since primary school!


1. The Basics: Cartesian Form

Every complex number \(z\) can be written in Cartesian form:

\[z = a + ib\]

Where:
- \(a\) is the real part, written as \(Re(z)\).
- \(b\) is the imaginary part, written as \(Im(z)\).
- \(i\) is the square root of \(-1\), so \(i^2 = -1\).

The Complex Conjugate

If you have a complex number \(z = a + ib\), its conjugate (written as \(z^*\)) is just the same number but with the sign of the imaginary part swapped:

\[z^* = a - ib\]

Quick Trick: Think of the conjugate as a reflection. If \(z\) is "up," \(z^*\) is "down." When you multiply a number by its conjugate, the "imaginary" parts disappear, and you get a real number: \(z z^* = a^2 + b^2\).


2. The Argand Diagram

An Argand Diagram is just a coordinate graph for complex numbers. Instead of \(x\) and \(y\), we have:
- The Real Axis (horizontal).
- The Imaginary Axis (vertical).

Example: To plot \(z = 3 + 2i\), you go 3 units to the right and 2 units up. It's just like plotting the point \((3, 2)\)!

Key Takeaway: Complex numbers aren't just values; they are points or vectors on a 2D plane.


3. Modulus and Argument

Sometimes, instead of saying "left/right and up/down," it’s easier to describe a point by how far it is from the center and what direction it’s facing. This leads us to the Modulus-Argument form.

The Modulus (\(|z|\))

The modulus is the distance from the origin \((0,0)\) to the point \(z\). We find it using Pythagoras:

\[|z| = \sqrt{a^2 + b^2}\]

Did you know? One of the rules you need for the exam is that the modulus of two numbers multiplied together is the same as multiplying their individual moduli: \(|z_1 z_2| = |z_1| |z_2|\).

The Argument (\(arg(z)\))

The argument (\(\theta\)) is the angle the line makes with the positive real axis.
- Angles are measured anti-clockwise (positive) and clockwise (negative).
- Usually, we give the answer in radians, between \(-\pi\) and \(\pi\).
- Use trigonometry: \(\tan \theta = \frac{b}{a}\).

Common Mistake Alert: Always draw a quick sketch before calculating the argument! If your point is in the second or third quadrant, your calculator might give you the wrong angle. A sketch helps you adjust the angle to the correct quadrant.


4. Polar Form

Once you have the modulus (\(r\)) and the argument (\(\theta\)), you can write the complex number in Polar Form:

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

This is exactly the same as \(a + ib\), just written differently!
- \(a = r \cos \theta\)
- \(b = r \sin \theta\)

Key Takeaway: Cartesian form (\(a + ib\)) is great for adding and subtracting. Polar form (\(r(\cos \theta + i\sin \theta)\)) is great for visualizing rotations and distances.


5. Working with Complex Numbers

Adding and Subtracting

Simply add or subtract the real parts together, and the imaginary parts together. It’s exactly like collecting "like terms" in algebra.

Multiplying

Use the FOIL method (First, Outside, Inside, Last). Just remember that whenever you see \(i^2\), replace it with \(-1\).

Dividing

To divide by a complex number, we want to get the \(i\) out of the denominator. We do this by multiplying the top and bottom by the conjugate of the bottom.

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


6. Solving Equations

This is where complex numbers become very powerful. In this unit, you will solve quadratic, cubic, and quartic equations.

The Conjugate Root Theorem

This is a major "cheat code" for your exams:
If an equation has real coefficients, and \(z_1\) is a complex root, then its conjugate \(z_1^*\) must also be a root.

Complex roots always come in pairs!

Quadratic Equations

If you use the quadratic formula and the part under the square root (\(b^2 - 4ac\)) is negative, you simply use \(i\).
Example: \(\sqrt{-16} = 4i\).

Cubic and Quartic Equations

For a Cubic (\(ax^3 + bx^2 + cx + d = 0\)):
- It will have either 3 real roots, OR 1 real root and 2 complex (conjugate) roots.

For a Quartic (\(ax^4 + bx^3 + cx^2 + dx + e = 0\)):
- It can have 4 real roots, 2 real and 2 complex roots, or 4 complex roots (two pairs of conjugates).

Step-by-Step for Exam Questions:
1. If the question gives you one complex root (e.g., \(2 + i\)), immediately write down the second root (\(2 - i\)).
2. Multiply the factors of these two roots together: \((x - (2 + i))(x - (2 - i))\). This will give you a real quadratic.
3. Use polynomial division to divide the original equation by this quadratic to find the remaining roots.


Quick Review Box

- \(i^2 = -1\)
- Modulus: \(|z| = \sqrt{a^2 + b^2}\) (The distance)
- Argument: Angle from the positive real axis.
- Conjugate: Swap the sign of the \(i\) part.
- Roots: If \(a + bi\) is a root, \(a - bi\) is also a root (for real coefficients).


Final Encouragement: Complex numbers might feel strange because we can't "count" them on our fingers, but they follow the same algebraic rules you already know. Practice your polynomial division and your \(r\) and \(\theta\) conversions, and you'll master this chapter in no time!