Welcome to the World of Complex Numbers!
In your math journey so far, you’ve probably been told that you can’t take the square root of a negative number. Well, in Further Maths, we break that rule! You are about to learn about Complex Numbers. These aren’t "complex" because they are hard; they are called complex because they are made of two different parts working together. They are essential for everything from electrical engineering to understanding how wings lift an airplane.
Don't worry if this seems tricky at first. Once you get used to the basic rules, you'll find they behave a lot like the algebra you already know!
1. The Building Blocks: What is \( i \)?
The core of this chapter is the imaginary unit, denoted by \( \mathbf{i} \). We define it as:
\( \mathbf{i^2 = -1} \) or \( \mathbf{i = \sqrt{-1}} \)
A complex number \( z \) is usually written in the form:
\( \mathbf{z = x + yi} \)
- x is the Real Part, written as \( \text{Re}(z) \).
- y is the Imaginary Part, written as \( \text{Im}(z) \).
The Complex Conjugate
Every complex number has a "buddy" called the complex conjugate, written as \( \mathbf{z^*} \). To find it, you just flip the sign of the imaginary part:
If \( z = x + yi \), then \( \mathbf{z^* = x - yi} \).
Quick Review:
If \( z = 3 + 4i \), then:
\( \text{Re}(z) = 3 \)
\( \text{Im}(z) = 4 \)
\( z^* = 3 - 4i \)
Key Takeaway: A complex number is just a mix of a real number and an imaginary number. Think of it like a coordinate on a map (East/West and North/South).
2. Basic Arithmetic with Complex Numbers
Adding and multiplying complex numbers is just like normal algebra. Just treat \( i \) like a variable (like \( x \)), but with one special power: whenever you see \( i^2 \), replace it with \( -1 \).
Addition and Subtraction
Just collect like terms! Combine the real parts and combine the imaginary parts.
Example: \( (2 + 3i) + (4 - 1i) = (2+4) + (3-1)i = 6 + 2i \)
Multiplication
Use the FOIL method (First, Outside, Inside, Last).
Example: \( (2 + 3i)(1 - 2i) \)
\( = 2 - 4i + 3i - 6i^2 \)
Since \( i^2 = -1 \), this becomes \( 2 - i - 6(-1) \)
\( = 2 - i + 6 = \mathbf{8 - i} \)
Division
To divide, we use a trick called "multiplying by the conjugate." We multiply the top and bottom by the conjugate of the denominator to get rid of the \( i \) on the bottom.
Step-by-step Division:
1. Find the conjugate of the bottom number.
2. Multiply the top and bottom of the fraction by that conjugate.
3. Simplify (the bottom will always turn into a real number!).
Common Mistake to Avoid:
When calculating \( \text{Im}(z) \), do not include the \( i \). For \( z = 5 + 6i \), the imaginary part is \( 6 \), not \( 6i \).
Key Takeaway: Treat \( i \) like \( x \), but always simplify \( i^2 \) to \( -1 \). To divide, use the conjugate "buddy."
3. Solving Polynomial Equations
Complex numbers allow us to solve quadratic equations that have no real roots (where the discriminant \( b^2 - 4ac < 0 \)).
The Conjugate Pairs Rule
This is a major time-saver! If a polynomial equation has real coefficients (like \( x^2 + 2x + 5 = 0 \)), then any complex roots must come in conjugate pairs.
If \( \mathbf{2 + 3i} \) is a root, then \( \mathbf{2 - 3i} \) must also be a root!
Cubic and Quartic Equations
For higher-degree equations:
- A Cubic (\( x^3 \)) has 3 roots. It will have at least one real root.
- A Quartic (\( x^4 \)) has 4 roots. It could have 4 real roots, 2 real and 2 complex, or 4 complex roots.
Memory Aid: "Complex roots are never lonely—they always travel in conjugate pairs!"
Key Takeaway: If you find one complex root, you've actually found two! Use the Factor Theorem and long division to find the remaining roots.
4. The Argand Diagram
An Argand Diagram is just a graph where we plot complex numbers.
- The x-axis is the Real Axis.
- The y-axis is the Imaginary Axis.
A number \( z = 3 + 2i \) is plotted as the point \( (3, 2) \).
Did you know?
Adding complex numbers on an Argand diagram is exactly like adding vectors. If you draw lines from the origin to the numbers, the sum forms the diagonal of a parallelogram.
Key Takeaway: The Argand diagram turns algebra into geometry. It’s the "map" of the complex world.
5. Modulus-Argument Form
Instead of using coordinates (\( x + yi \)), we can describe a complex number by its distance from the origin and its angle from the positive real axis.
The Modulus (\( |z| \))
This is the distance from \( (0,0) \) to the point. Use Pythagoras!
\( \mathbf{|z| = r = \sqrt{x^2 + y^2}} \)
The Argument (\( \text{arg}(z) \))
This is the angle \( \theta \), measured in radians.
- We usually use the Principal Argument: \( -\pi < \theta \le \pi \).
- Use \( \tan \theta = \frac{y}{x} \), but be careful with the quadrant! Always draw a quick sketch of the Argand diagram to see where your point is.
The Form
\( \mathbf{z = r(\cos \theta + i \sin \theta)} \)
Multiplication and Division (The Easy Way)
If you have two numbers in modulus-argument form:
- To Multiply: Multiply the moduli, Add the arguments.
- To Divide: Divide the moduli, Subtract the arguments.
Analogy: Think of \( x + yi \) as "3 blocks East, 4 blocks North" (GPS coordinates), and Mod-Arg form as "Walk 5 miles at a bearing of 53 degrees" (Radar).
Key Takeaway: Modulus = Distance. Argument = Angle. Multiplying is easier in this form because you just add the angles!
6. Loci on the Argand Diagram
A locus (plural: loci) is a set of points that follow a specific rule. There are three main types you need to know for the MEI syllabus:
- Circles: \( |z - a| = r \)
This means "the distance from \( z \) to point \( a \) is always \( r \)." This draws a circle with center \( a \) and radius \( r \). - Perpendicular Bisectors: \( |z - a| = |z - b| \)
This means "\( z \) is the same distance from \( a \) as it is from \( b \)." This draws a straight line exactly halfway between points \( a \) and \( b \). - Half-lines: \( \text{arg}(z - a) = \theta \)
This means "a line starting at \( a \) (but not including \( a \)) heading off at angle \( \theta \)."
Regions and Inequalities:
If you see \( \le \) or \( < \), you are shading an area.
- \( |z - a| < r \) means inside the circle.
- \( |z - a| > r \) means outside the circle.
Quick Review Box:
- Center of the circle? It's the point \( a \). (Careful: If it says \( |z + 2i| \), that's \( |z - (-2i)| \), so the center is at \( -2i \)).
- Shading? Check a test point (like the origin) to see if it fits the inequality!
Key Takeaway: Loci are just "math descriptions" of shapes. \( |z - \text{something}| \) always means "distance from something."