[Math C] Complex Plane: Let’s Master the 2D World with Numbers!

Hello everyone! Welcome to one of the biggest milestones in Math C: the "Complex Plane." You might be thinking, "Aren't complex numbers those complicated things with \(i\) (the imaginary unit)?" But once you learn this chapter, complex numbers, which you previously only handled through calculations, will become visible as "shapes" and "rotations."

In the Common Test, problems on the complex plane often require combining "geometric properties" with "calculations." It might feel difficult at first, but once you grasp the rules, it becomes a powerful weapon. Let’s master it together and have fun doing it!

1. Basics of the Complex Plane: Numbers Become "Points"

When we map a complex number \(z = a + bi\) to a point \((a, b)\) on a coordinate plane, we call it the complex plane (or Gaussian plane).

  • Real axis: The horizontal axis. It represents the real part \(a\).
  • Imaginary axis: The vertical axis. It represents the imaginary part \(b\).
  • Absolute value \(|z|\): The distance from the origin \(O\) to the point \(z\). It can be calculated as \(|z| = \sqrt{a^2 + b^2}\).
  • Conjugate complex number \(\bar{z}\): \(\bar{z} = a - bi\). Geometrically, this is a "point symmetric to \(z\) with respect to the real axis."

【Pro Tip!】 The most important property for absolute value calculations is \(|z|^2 = z \bar{z}\). Think of it like a mantra: "The square of the absolute value is the number multiplied by its conjugate!" You will use this constantly in entrance exam calculations.

Common Mistake

Be careful not to include \(i\) inside the absolute value! \(|3 + 4i| = \sqrt{3^2 + 4^2} = 5\). A very common mistake is to calculate \(\sqrt{3^2 + (4i)^2}\) and end up with \(\sqrt{9-16}\), so watch out for that!

2. Polar Form: Expressing Complex Numbers via "Angles"

Instead of viewing a complex number as "moving \(a\) horizontally and \(b\) vertically," we can use the "distance from the origin \(r\)" and the "angle of rotation \(\theta\)" to represent it. This is called polar form.

\(z = r(\cos \theta + i \sin \theta)\)
(Here, \(r = |z|\), and \(\theta\) is called the argument (arg).)

【Think of it this way】 Imagine you are treasure hunting. "Go 3 steps east and 4 steps north" is the standard representation (\(3+4i\)). "Go 5 meters in the northeast direction" is the polar form. The location is the same, but the way you describe it is different!

Fun Fact: Why learn polar form?

Because it makes "multiplication" and "division" incredibly easy!

3. Multiplication and Division: Rotation and Scaling

The biggest advantage of polar form is that multiplication turns into "addition" and division turns into "subtraction." Given 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)\):

  • Multiplication \(z_1 z_2\): Distances are multiplied, and angles are added. \(|z_1 z_2| = r_1 r_2\), \(\arg(z_1 z_2) = \theta_1 + \theta_2\)
  • Division \(\frac{z_1}{z_2}\): Distances are divided, and angles are subtracted. \(|\frac{z_1}{z_2}| = \frac{r_1}{r_2}\), \(\arg(\frac{z_1}{z_2}) = \theta_1 - \theta_2\)

【Important!】 On the complex plane, "multiplying a number by \((\cos \theta + i \sin \theta)\)" means "rotating the point by \(\theta\) about the origin." This is a super important technique when solving geometry problems!

4. De Moivre's Theorem: A Calculation Powerhouse

When you need to multiply the same complex number many times (raising it to the \(n\)-th power), De Moivre's Theorem is your best friend.

\( \{r(\cos \theta + i \sin \theta)\}^n = r^n(\cos n\theta + i \sin n\theta) \)

The rule is surprisingly simple: "To raise to the \(n\)-th power, raise the length to the \(n\)-th power and multiply the angle by \(n\)." For instance, even massive calculations like \(z^{100}\) can be solved in an instant using this.

【Step-by-Step: How to solve \(z^n = 1\)】 1. Set \(z\) to polar form \(r(\cos \theta + i \sin \theta)\). 2. Use De Moivre’s Theorem to express the left side as \(r^n(\cos n\theta + i \sin n\theta)\). 3. Express the right side, \(1\), in polar form as \(1(\cos 0 + i \sin 0)\). 4. Compare lengths to find \(r=1\), and compare angles to set \(n\theta = 0 + 2k\pi\) (where \(k\) is an integer) to solve for \(\theta\).

5. Application to Geometry: Circles and Perpendicular Bisectors

"Equations of shapes" on the complex plane look very similar to vector equations.

  • Equation of a circle: \(|z - \alpha| = r\) The set of points whose distance from point \(\alpha\) is always \(r\) (a circle with center \(\alpha\) and radius \(r\)).
  • Equation of a perpendicular bisector: \(|z - \alpha| = |z - \beta|\) The set of points whose distance from point \(\alpha\) is equal to its distance from point \(\beta\).

【Advice】 Get into the habit of asking yourself, "What does this absolute value equation mean geometrically?" Don’t try to solve everything with pure algebra—drawing a figure will often make the solution clear at a glance!

Summary: 3 Keys to Conquering the Complex Plane

It might feel tough at first, but keep these three points in mind as you work through your practice problems:

  1. Master \(|z|^2 = z \bar{z}\) to remove absolute value signs!
  2. Use polar form to rotate points by adding or subtracting angles!
  3. Interpret complex number equations as "distances between two points" to read them geometrically!

With this, the complex plane in the Common Test won't be scary anymore. Take it one step at a time, and you'll do great. I'm rooting for you!