Study Summary: Complex Numbers

Hello future university students! Welcome to the "Complex Numbers" lesson, which is a crucial topic in the Number and Algebra strand of the A-Level Applied Mathematics 1 exam.

Have you ever wondered, "Is there any number that, when squared, results in a negative value?" In the world of real numbers, the answer is no. But in the world of Complex Numbers, we’ll meet a secret character named \(i\) that helps us unlock this limitation. This chapter might look intimidating at first due to all the formulas, but once you grasp the core principles, you'll see that it actually follows a very clear pattern!

1. Getting to Know the Imaginary Unit

We define \(i^2 = -1\), which means \(i = \sqrt{-1}\).

Important Point to Remember: The values of \(i^n\)
The values cycle every four powers. Take a look:
- \(i^1 = i\)
- \(i^2 = -1\)
- \(i^3 = -i\)
- \(i^4 = 1\)
Technique: If you need to calculate high powers of \(i\), divide the exponent by 4 and look at the remainder (Remainder 1 gives \(i\), remainder 2 gives \(-1\), remainder 3 gives \(-i\), and no remainder gives \(1\)).

2. Forms of Complex Numbers

Complex numbers are usually written in the form \(z = a + bi\),
where:
- \(a\) is the Real part, denoted as \(Re(z)\)
- \(b\) is the Imaginary part, denoted as \(Im(z)\)

Did you know? If \(b = 0\), it simply becomes a standard "real number" that we’ve studied before. Therefore, real numbers are actually a subset of complex numbers!

3. Basic Operations (Addition, Subtraction, Multiplication, Division)

If you can add, subtract, and multiply polynomials, complex numbers are a breeze!
- Addition/Subtraction: Simply combine the real parts together and the imaginary parts together. For example: \((2+3i) + (4-i) = (2+4) + (3-1)i = 6+2i\)
- Multiplication: Use the distributive property (FOIL method) just like with polynomials: \((a+bi)(c+di) = ac + adi + bci + bdi^2\) (Don't forget to replace \(i^2\) with \(-1\)!)
- Division: We need to use the Conjugate to help us.

What is a Conjugate?
If \(z = a + bi\), its conjugate is \(\bar{z} = a - bi\) (just flip the sign in front of \(i\)).
Usage: When we multiply \(z \cdot \bar{z}\), the result is always a real number: \(a^2 + b^2\). We use this property to eliminate \(i\) from the denominator.

4. Absolute Value (Modulus)

The absolute value of \(z = a + bi\) is the distance from the origin to the point \((a, b)\) on the complex plane.
The formula is: \(|z| = \sqrt{a^2 + b^2}\)

Common Mistake: Many students accidentally include \(i\) in the formula, such as calculating \(\sqrt{a^2 + (bi)^2}\). This is wrong! Only use the number (coefficient) in front of the \(i\).

5. Polar Form

This is a favorite topic for the A-Level exam! Instead of expressing numbers as coordinates \((a, b)\), we express them using distance (\(r\)) and angle (\(\theta\)).
The form is: \(z = r(\cos\theta + i\sin\theta)\) or abbreviated as \(z = r \text{ cis } \theta\),
where:
- \(r = |z| = \sqrt{a^2 + b^2}\)
- \(\tan\theta = \frac{b}{a}\) (make sure to check the quadrant of the point \((a, b)\)!)

Why use Polar Form?
Because multiplication, division, and exponentiation are super easy in this form!
- Multiplication: Multiply the \(r\) values and add the angles.
- Division: Divide the \(r\) values and subtract the angles.
- Exponentiation (De Moivre's Theorem): \(z^n = r^n(\cos n\theta + i\sin n\theta)\)

6. The \(n\)-th Roots of Complex Numbers

Finding the \(n\)-th root of \(z\) will always yield \(n\) distinct solutions, and these solutions will be arranged in a circle!
Steps to find them:
1. Convert \(z\) into polar form: \(r(\cos\theta + i\sin\theta)\)
2. The new radius is \(\sqrt[n]{r}\)
3. The first angle is \(\frac{\theta}{n}\)
4. Subsequent angles are spaced apart by \(\frac{360^\circ}{n}\) or \(\frac{2\pi}{n}\).

7. Solving Polynomial Equations

In this chapter, we can find solutions to polynomial equations that have no real roots, such as \(x^2 + 1 = 0\), which gives \(x = i, -i\).
Key Point: If a polynomial equation has real coefficients and \(a + bi\) is a solution, then its conjugate (\(a - bi\)) is also guaranteed to be a solution!

Key Takeaways:
- \(i^2 = -1\)
- The conjugate \(\bar{z}\) is used to flip the sign in front of \(i\).
- Polar form makes life easier for multiplication, division, and exponents.
- A polynomial of degree \(n\) will always have exactly \(n\) solutions in the complex number system.

If it feels difficult at first, don't worry! This topic relies on a bit of trigonometry. Try practicing by drawing points on the complex plane; it will help you visualize the concepts much better. Good luck, everyone!