Welcome to the World of Complex Numbers!

Ever been told by a calculator that you "Can't take the square root of a negative number"? Well, in this chapter, we are going to break that rule! Complex numbers are a brilliant extension of the math you already know. They allow us to solve equations that seemed impossible before, and they are used by engineers and scientists to design everything from smartphone circuits to aircraft wings.

Don't worry if this seems a bit "imaginary" at first (pun intended!). We will take it step-by-step, starting with the basics of what these numbers are and how to draw them.


1. The Magic of \(i\) and the Cartesian Form

In your previous studies, you used the Discriminant (\(b^2 - 4ac\)) to see if a quadratic equation had roots. If the discriminant was negative, you said there were "no real roots."

Complex numbers introduce the imaginary unit, denoted by \(i\), where:
\(i^2 = -1\) or \(i = \sqrt{-1}\)

What is a Complex Number?

A complex number (usually called \(z\)) is made of two parts: a Real part and an Imaginary part. We write it in Cartesian Form:
\(z = a + bi\)

  • \(a\) is the Real part (\(Re(z)\))
  • \(b\) is the Imaginary part (\(Im(z)\))

Example: In \(z = 3 + 4i\), the real part is 3 and the imaginary part is 4.

Basic Arithmetic

Treat \(i\) just like an \(x\) in algebra, but whenever you see \(i^2\), replace it with \(-1\).

  • Addition/Subtraction: Add the real bits together and the imaginary bits together.
    \((2 + 3i) + (4 - i) = 6 + 2i\)
  • Multiplication: Use the FOIL method (First, Outer, Inner, Last).
    \((2 + i)(3 - 2i) = 6 - 4i + 3i - 2i^2\)
    Since \(i^2 = -1\), this becomes: \(6 - i - 2(-1) = 8 - i\).

Quick Review Box:
1. \(i = \sqrt{-1}\)
2. \(i^2 = -1\)
3. \(i^3 = -i\)
4. \(i^4 = 1\)


2. Conjugates and Division

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

What is a Conjugate?

If \(z = a + bi\), its conjugate (written as \(z^*\) or \(\bar{z}\)) is \(a - bi\). You just flip the sign of the imaginary part!

Why do we use it? When you multiply a number by its conjugate, the imaginary parts cancel out, leaving a purely real number:
\((a + bi)(a - bi) = a^2 + b^2\)

How to Divide

To solve \(\frac{2 + i}{3 - i}\), multiply the top and bottom by the conjugate of the denominator (\(3 + i\)). This "cleans up" the bottom so it's no longer complex.

Common Mistake: Forgetting to change the sign for the conjugate. If the bottom is \(5 + 2i\), the conjugate is \(5 - 2i\). If the bottom is \(4 - 3i\), the conjugate is \(4 + 3i\)!

Key Takeaway: Multiplication and division are just algebra. Always simplify \(i^2\) to \(-1\) at the end!


3. The Argand Diagram

Complex numbers aren't just symbols; we can draw them! An Argand Diagram is like a standard graph, but:
- The x-axis is the Real Axis.
- The y-axis is the Imaginary Axis.

Analogy: Think of it like a map. To find \(z = 3 + 2i\), walk 3 steps East (Real) and 2 steps North (Imaginary).

Modulus and Argument

Instead of just \(x\) and \(y\) coordinates, we can describe a point by how far it is from the center and what angle it makes.

  1. Modulus (\(|z|\)): The distance from the origin \((0,0)\) to the point. Use Pythagoras!
    \(|z| = \sqrt{a^2 + b^2}\)
  2. Argument (\(arg z\)): The angle \(\theta\) the line makes with the positive real axis. We usually measure this in radians, between \(-\pi\) and \(\pi\).
    \(\tan(\theta) = \frac{b}{a}\)

Did you know? We use \(-\pi < \theta \leq \pi\) because it’s easier to measure "down" into the bottom half of the graph than to go all the way around!

Quick Tip for Arguments:
Always sketch the point first to see which quadrant it is in!
- If it's in the 2nd quadrant, your calculator might give a negative answer, but you'll need to add \(\pi\).
- If it's in the 3rd quadrant, you'll need to subtract \(\pi\).


4. Modulus-Argument and Exponential Forms

Now that we know \(r\) (modulus) and \(\theta\) (argument), we can write complex numbers in new ways.

Polar Form (Modulus-Argument Form)

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

Exponential Form

Using Euler's identity, we can write it even more simply:
\(z = re^{i\theta}\)

Why bother? Multiplication and division are much easier in these forms!
- To multiply \(re^{i\theta}\) and \(se^{i\phi}\): Multiply the moduli (\(r \times s\)) and add the angles (\(\theta + \phi\)).
- To divide: Divide the moduli (\(r / s\)) and subtract the angles (\(\theta - \phi\)).

Key Takeaway: Use Cartesian form (\(a + bi\)) for adding/subtracting. Use Exponential form (\(re^{i\theta}\)) for multiplying/dividing/powers.


5. Solving Equations

The 9709 syllabus requires you to solve equations involving complex numbers. Two main types appear:

Finding Square Roots of a Complex Number

To find the square root of \(3 + 4i\):
1. Set \((x + iy)^2 = 3 + 4i\).
2. Expand: \(x^2 - y^2 + 2xyi = 3 + 4i\).
3. Create two equations: \(x^2 - y^2 = 3\) (Real part) and \(2xy = 4\) (Imaginary part).
4. Solve for \(x\) and \(y\) using substitution.

Polynomials with Complex Roots

If a polynomial has real coefficients (like \(x^2 + 4x + 13 = 0\)) and you find that one root is complex (e.g., \(z = -2 + 3i\)), then the conjugate must also be a root (\(z = -2 - 3i\)).

Memory Aid: Complex roots always come in pairs! They are "Best Friends" who go everywhere together, just with a flipped sign in the middle.


6. Loci (Sketching Regions)

A "Locus" is just a set of points that follow a rule. On an Argand diagram, these look like circles or lines.

1. The Circle: \(|z - a| = r\)
This means the distance from point \(z\) to point \(a\) is always \(r\).
Sketch: A circle with center \(a\) and radius \(r\).

2. The Perpendicular Bisector: \(|z - a| = |z - b|\)
This means \(z\) is exactly halfway between point \(a\) and point \(b\).
Sketch: A straight line that cuts perfectly between \(a\) and \(b\) at a 90-degree angle.

3. The Half-Line: \(arg(z - a) = \alpha\)
This means the angle from point \(a\) is fixed at \(\alpha\).
Sketch: A "ray" or "arrow" starting at point \(a\) (but not including \(a\)) heading off at angle \(\alpha\).

Quick Review Box:
- \(|z - (1 + 2i)| = 3\) is a circle centered at \((1, 2)\) with radius 3.
- Warning: Always write the formula as \(|z - (number)|\). If you see \(|z + 1|\), rewrite it as \(|z - (-1)|\) so you know the center is at \(-1\).


Summary: Your Complex Number Toolkit

  • Standard Form: \(z = a + bi\) (Great for adding).
  • The Conjugate: \(z^* = a - bi\) (Used for division).
  • The Map: Real is \(x\), Imaginary is \(y\).
  • Distance: \(|z| = \sqrt{a^2 + b^2}\).
  • Angle: \(\theta = \arctan(b/a)\) (Check your quadrant!).
  • Loci: Understand the "shape" of the rule (Circle, Line, or Ray).

Keep practicing! Complex numbers might feel strange because we can't see them on a normal number line, but once you master the Argand diagram, they become one of the most visual and rewarding parts of A-Level Math!