Welcome to the Complex Plane!

Hello everyone! Let's begin our study of one of the major highlights in Mathematics C: the complex plane.
When you hear "complex number (\( a + bi \))," you might imagine it's something complicated. But once you master this chapter, the complex numbers you've previously handled only through calculation will start to look like "shapes", just like points on a map!
Even if you're thinking, "Wait, what was \( i \) (the imaginary unit) again?", don't worry. Let's take it slow, one step at a time.

1. Basics of the Complex Plane: Representing Numbers as "Points"

Up until now, we've represented numbers as points on a "number line." However, a complex number \( z = a + bi \) is composed of a pair of numbers (the real part \( a \) and the imaginary part \( b \)). The complex plane (also called the Gauss plane) represents this as a point \( (a, b) \) on a plane.

【Basic Rules】
・The horizontal axis is called the real axis, representing the real part \( a \).
・The vertical axis is called the imaginary axis, representing the imaginary part \( b \).
・A complex number \( z = a + bi \) corresponds to a point \( P(a, b) \) on this plane.

【Absolute Value】
The absolute value \( |z| \) of a complex number \( z = a + bi \) represents the distance from the origin \( O \).
Formula: \( |z| = \sqrt{a^2 + b^2} \)
This is simply the Pythagorean theorem in action!

Fun Fact:
It is also called the "Gauss plane," named after the mathematician Gauss, who was one of its creators. He used this concept to greatly expand the world of mathematics.

Tip:
The conjugate complex number \( \bar{z} = a - bi \) is a point symmetric to \( z \) with respect to the real axis. Remember these as a pair!

Summary:
Don't be intimidated! Just think of a complex number \( a + bi \) as a point \( (a, b) \) on a plane.

2. Polar Form of Complex Numbers: Expressing with Angle and Distance

There is another way to represent a complex number point besides \( (a, b) \). This method uses the "distance from the origin \( r \)" and the "angle \( \theta \) formed with the positive real axis," known as the polar form.

【Writing in Polar Form】
\( z = r(\cos \theta + i \sin \theta) \)
Where:
・\( r = |z| \) (distance from the origin, always \( r \geqq 0 \))
・\( \theta \) (argument: sometimes written as \( \arg z \))

An Analogy to Help You Understand:
Think of giving directions to a friend's house (point \( P \)):
1. "Go 3 km east and 4 km north" (this is \( a + bi \))
2. "Go 5 km in the direction of 53 degrees northeast" (this is the polar form)
Both ways point to the exact same location!

Common Mistake:
When finding the argument \( \theta \), always draw a figure to verify. Checking the signs of \( a \) and \( b \) (to see which quadrant the point is in) is the secret to avoiding errors.

Summary:
\( z = r(\cos \theta + i \sin \theta) \) is the form that tells you the "orientation" and "length" of a complex number.

3. Multiplication and Division of Complex Numbers: Magical Rotation

When you put complex numbers into polar form, multiplication and division become surprisingly simple. This is the highlight of the complex plane!

【Calculation of Products】
Multiplying two complex numbers \( z_1 = r_1(\cos \theta_1 + i \sin \theta_1) \) and \( z_2 = r_2(\cos \theta_2 + i \sin \theta_2) \) results in:
\( z_1 z_2 = r_1 r_2 \{ \cos (\theta_1 + \theta_2) + i \sin (\theta_1 + \theta_2) \} \)

【Calculation of Quotients】
\( \frac{z_1}{z_2} = \frac{r_1}{r_2} \{ \cos (\theta_1 - \theta_2) + i \sin (\theta_1 - \theta_2) \} \)

This is important!:
Geometrically, multiplying complex numbers means:
・Scaling the length (multiplying \( r_1 \times r_2 \))
・Rotating the angle (adding \( \theta_1 + \theta_2 \))
Specifically, multiplying by \( i \) (which has an absolute value of 1 and an argument of 90 degrees) is the same as "rotating 90 degrees around the origin!"

Summary:
For multiplication, "multiply the lengths, add the angles." For division, "divide the lengths, subtract the angles."

4. De Moivre's Theorem: Powers are a Breeze!

If multiplication is "adding angles," what happens when you multiply the same number by itself repeatedly, i.e., "exponentiation"?

【De Moivre's Theorem】
\( (\cos \theta + i \sin \theta)^n = \cos n\theta + i \sin n\theta \)

For example, if you want to raise a complex number to the 10th power, just multiply the angle by 10!
If someone asked you to "multiply \( (1+i) \) by itself 10 times," it would be a nightmare. But if you convert it to polar form and use this theorem, you can finish the calculation in an instant.

It might feel difficult at first, but you've got this.
Just remember the simple rule: "To take the \( n \)-th power, just multiply the angle by \( n \)."

5. Applications to Geometry: Solving Shapes with Complex Numbers

Using the complex plane, you can represent the properties of geometric shapes on a plane using equations.

【Distance Between Two Points】
The distance between point \( \alpha \) and point \( \beta \) is \( |\beta - \alpha| \).

【Internal and External Division Points】
You can use the same formulas as with vectors and coordinates!
The point that internally divides two points \( \alpha \) and \( \beta \) in the ratio \( m:n \) is \( \frac{n\alpha + m\beta}{m+n} \).

【Equation of a Circle】
A circle centered at point \( \alpha \) with radius \( r \) can be written as \( |z - \alpha| = r \).
This means "the set of points \( z \) whose distance from the center \( \alpha \) is always \( r \)."

Tip:
If you see the form \( \frac{\gamma - \alpha}{\beta - \alpha} \), it represents a "rotation and expansion from point \( \beta \) to point \( \gamma \), centered at point \( \alpha \)." This is a powerful weapon for solving angle problems (like perpendicularity or collinearity).

Final Thoughts: Mastering the Complex Plane

The complex plane is a bridge connecting "algebra (calculation)" and "geometry (shapes)."
・If you get stuck on a calculation, try drawing a figure.
・If the figure is hard to understand, switch to polar form calculations.
Once you can move freely between these two perspectives, math will become much more fun!

Start by plotting simple complex numbers on the plane. I'm rooting for you!