Maths Formulae Algebra Complex Plane

Complex Plane Formulas – Modulus, Argument, and Operations

Explore formulas for the complex plane including modulus, argument, conjugate, and polar form of complex numbers. Visual...
🔑

Definition of the Complex Plane

The complex plane, also known as the Argand plane, is a two-dimensional coordinate system used to represent complex numbers geometrically. Each complex number corresponds to a unique point in the plane. The horizontal axis is called the real axis and represents the real part of the number, while the vertical axis is the imaginary axis, representing the imaginary part. This framework transforms abstract algebraic operations into concrete geometric transformations like rotations, scaling, and translations.

\[ z = a + bi \]
Rectangular Form

Here, 'a' is the real part and corresponds to the x-coordinate, and 'b' is the imaginary part, corresponding to the y-coordinate. Thus, the complex number z = a + bi can be plotted as the point (a, b) on the complex plane.

📐

Key Formulas

\[ z = r(\cos \theta + i\sin \theta) = re^{i\theta} \]
Polar and Exponential Form
\[ r = |z| = \sqrt{a^2 + b^2} \]
Modulus (Magnitude)
\[ \theta = \arg(z) = \arctan\left(\frac{b}{a}\right) \]
Argument (Angle)
\[ \bar{z} = a - bi \]
Complex Conjugate (Reflection across real axis)
\[ |z_1 z_2| = |z_1||z_2|, \quad \arg(z_1 z_2) = \arg(z_1) + \arg(z_2) \]
Multiplication (Scaling and Rotation)
\[ \left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|}, \quad \arg\left(\frac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2) \]
Division (Scaling and Rotation)
\[ d = |z_1 - z_2| \]
Distance between two complex numbers
🗺️

Diagram of the Complex Plane

Re Im -3 -3i -2 -2i -1 -1i 1 1i 2 2i 3 3i z = a+bi |z| θ a (Re) b (Im)
The complex plane: real part a on x-axis, imaginary part b on y-axis. Any complex number z=a+bi plotted as a point; modulus |z|=√(a²+b²); argument θ=arctan(b/a).

The complex plane is a two-dimensional Cartesian grid. The horizontal axis is labeled 'Real Axis (Re)' for the real part 'a', and the vertical axis is 'Imaginary Axis (Im)' for the imaginary part 'b'. A complex number z = a + bi is plotted as a point P(a, b). A vector from the origin (0,0) to P has a length equal to the modulus 'r' and makes an angle 'θ' (the argument) with the positive real axis.

Properties of the Complex Plane

Algebraic-Geometric Unity: The complex plane provides a direct visual representation for abstract complex number operations, bridging the gap between algebraic manipulation and geometric intuition.

Transformation Visualization: Arithmetic operations on complex numbers correspond to geometric transformations. Addition is a vector translation, and multiplication is a combination of rotation and scaling (dilation).

Two-Dimensional Representation: It provides a natural framework for representing any quantity that has two components, such as phasors in AC circuits (magnitude and phase) or points in 2D space.

Field Structure: The set of complex numbers forms a field, meaning addition, subtraction, multiplication, and division (except by zero) are well-defined, and these operations have clear geometric interpretations on the plane.

🔗

Derivation of Polar Form

We can derive the polar form of a complex number from its rectangular form by using basic trigonometry.

1. Start with a complex number z = a + bi represented by the point (a, b) in the complex plane. This point forms a right-angled triangle with the origin, with adjacent side 'a' and opposite side 'b'.

2. The hypotenuse of this triangle is the distance from the origin to the point, which is the modulus r = |z|. By the Pythagorean theorem, r = \sqrt{a^2 + b^2}.

3. The angle θ (the argument) between the positive real axis and the hypotenuse is defined by the trigonometric relationships:

\[ \cos\theta = \frac{a}{r} \quad \implies \quad a = r\cos\theta \]
\[ \sin\theta = \frac{b}{r} \quad \implies \quad b = r\sin\theta \]

4. Substitute these expressions for 'a' and 'b' back into the rectangular form z = a + bi:

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

5. Factor out 'r' to obtain the polar form:

\[ z = r(\cos\theta + i\sin\theta) \]
✍️

Worked Example: Rectangular to Polar Conversion

Given the complex number z = 4 - 4i, convert it to its polar form z = r(cosθ + isinθ) and its exponential form z = re<sup>iθ</sup>.
  1. Identify the real part a = 4 and the imaginary part b = -4.
  2. Calculate the modulus r: <br> `r = \sqrt{a^2 + b^2} = \sqrt{4^2 + (-4)^2} = \sqrt{16 + 16} = \sqrt{32} = 4\sqrt{2}`.
  3. Calculate the argument θ. The point (4, -4) is in the fourth quadrant. The reference angle is `\arctan(|-4/4|) = \arctan(1) = 45°` or `\pi/4` radians.
  4. Adjust for the fourth quadrant: `\theta = 360° - 45° = 315°` or `\theta = 2\pi - \pi/4 = 7\pi/4` radians. (Alternatively, -45° or -π/4).
  5. Construct the polar form: `z = 4\sqrt{2}(\cos(315°) + i\sin(315°))`.
  6. Construct the exponential form: `z = 4\sqrt{2}e^{i(7\pi/4)}`.
The polar form is `z = 4\sqrt{2}(\cos(315°) + i\sin(315°))` and the exponential form is `z = 4\sqrt{2}e^{i(7\pi/4)}`.
🧮

Try It

🏗️

Applications

Electrical Engineering: The complex plane is essential for AC circuit analysis. Voltage, current, and impedance are represented as 'phasors' (vectors in the complex plane), simplifying calculations involving phase shifts and power.

Signal Processing: The Fourier Transform, which breaks down signals (like sound or radio waves) into their constituent frequencies, operates in the complex domain. The complex plane is used to visualize the frequency and phase content of signals and design digital filters.

Control Theory: Engineers analyze the stability of systems (like a robot's balance or an airplane's autopilot) by plotting the roots of the system's characteristic equation (poles and zeros) on the complex plane.

Fluid Dynamics: Complex analysis is used to model two-dimensional potential flow, such as the flow of air over an airplane wing or water around a pipe, by using complex functions to describe velocity fields.

🌍

Real-World Examples

An AC circuit has a resistor of 3 Ω and an inductor with a reactance of 4 Ω connected in series. Represent the total impedance Z as a complex number and find its magnitude and phase angle.
  1. Represent the resistance on the real axis and the inductive reactance on the positive imaginary axis: `Z = 3 + 4i` Ω.
  2. Calculate the magnitude of the impedance (the modulus): `|Z| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5` Ω.
  3. Calculate the phase angle (the argument): `\theta = \arctan(4/3) \approx 53.13°`.
The impedance is `Z = 3 + 4i` Ω, with a magnitude of 5 Ω and a phase angle of approximately 53.13°.
In a computer graphics program, a point at coordinate (5, 2) needs to be rotated 90° counter-clockwise around the origin. What is its new coordinate?
  1. Represent the point as a complex number: `z = 5 + 2i`.
  2. A 90° counter-clockwise rotation is equivalent to multiplication by `i`.
  3. Perform the multiplication: `z' = z \cdot i = (5 + 2i) \cdot i = 5i + 2i^2`.
  4. Since `i^2 = -1`, simplify the expression: `z' = 5i + 2(-1) = -2 + 5i`.
  5. The new coordinate is the real and imaginary part of z'.
The new coordinate of the point is (-2, 5).
🏙️

Real-World Scenarios

Re Im V AC phasor analysis Z = R + jX (impedance)
AC Circuit Phasor Analysis
Electrical engineers represent AC voltages and currents as complex numbers (phasors) Z=R+jX. The complex plane makes phase relationships visual — impedance, resonance, and power factor are all complex-plane operations. Multiplying phasors = multiplying magnitudes + adding angles.
z → z²+c (Mandelbrot)
Mandelbrot Fractal
The Mandelbrot set is generated by iterating z→z²+c in the complex plane: points where the sequence stays bounded are "in" the set. Computer graphics, fractal antenna design, and chaos theory all exploit complex-plane arithmetic to generate infinite geometric complexity from a single simple rule.
z₀ z·e^iθ = rotation by θ 2D rotation via complex mult
2D Rotation in Computer Graphics
Multiplying a complex number z by e^iθ rotates it by angle θ in the complex plane: |z·e^iθ|=|z|, arg(z·e^iθ)=arg(z)+θ. Game engines and computer graphics use this as a lightweight 2D rotation that requires only one complex multiply instead of a full 2×2 matrix multiplication.

AC Power Grids
Engineers managing a power grid use phasors on the complex plane to monitor the relationship between voltage and current. If the phase angle between them is too large, the system is inefficient. They can then make adjustments, like switching capacitor banks, to bring the angle closer to zero and optimize power delivery across a city.

Smartphone GPS
GPS and other wireless communication systems use modulation schemes like QAM (Quadrature Amplitude Modulation). This technology encodes data onto a carrier wave by changing its amplitude and phase, which can be visualized as a constellation of points on the complex plane. Each point represents a specific bit sequence, allowing for high-speed data transmission.

Fractal Art and Compression
The Mandelbrot set is a famous fractal generated in the complex plane. Artists and programmers create stunningly detailed images by iterating a simple complex function. Similar fractal compression techniques have been used to store complex image data in a very small amount of space.

📚

Forms of Complex Number Representation

FormNotationComponentsGeometric Interpretation
Rectangular (Cartesian)`z = a + bi`Real part (a), Imaginary part (b)Point (a, b) on a 2D plane
Polar`z = r(cosθ + isinθ)`Modulus (r), Argument (θ)Vector with length r at an angle θ
Exponential (Euler's)`z = re^{iθ}`Modulus (r), Argument (θ)Compact form ideal for multiplication and powers
⚠️

Common Mistakes

⚠️ Incorrect Argument (Angle) Quadrant: Using `arctan(b/a)` directly gives an angle between -90° and +90°. You must check the signs of 'a' and 'b' to determine the correct quadrant and add 180° or 360° if necessary.
⚠️ Confusing Modulus with Absolute Value: While the notation `|z|` is the same, for a complex number it means the distance from the origin (`sqrt(a^2 + b^2)`), not just making the number positive.
💡 Multiplication is Rotation and Scaling: Remember that multiplying two complex numbers geometrically means multiplying their lengths (moduli) and adding their angles (arguments). It's not just an algebraic operation.
🚀

Study Strategy

1 📚 Build Your Foundation
  • Visualize the real (x-axis) and imaginary (y-axis) axes using the 'Diagram of the Complex Plane'.
  • Distinguish between rectangular (a + bi), polar (r(cosθ + isinθ)), and exponential forms under 'Forms of Complex Number Representation'.
  • Grasp the geometric meaning of the modulus (distance from origin) and argument (angle) from the 'Properties' section.
  • Internalize how a complex number z = a + bi corresponds to a unique point (a, b) on the plane.
2 🔑 Memorize Key Formulas
  • Commit the rectangular-to-polar conversion formulas to memory: r = √(a² + b²) and θ = arctan(b/a).
  • Learn Euler's formula, e^(iθ) = cosθ + isinθ, which links exponential and polar forms.
  • Master De Moivre's Theorem for calculating powers and roots of complex numbers.
  • Review the rules for adding, subtracting, multiplying, and dividing complex numbers in both rectangular and polar forms.
3 ✏️ Practice with Examples
  • Redo the 'Worked Example: Rectangular to Polar Conversion' without looking at the solution.
  • Find and solve problems converting from polar and exponential forms back to rectangular form.
  • Practice plotting operations like addition and multiplication of complex numbers as vectors on the plane.
  • Work through exercises highlighted in the 'Common Mistakes' section to avoid typical pitfalls, like finding the correct angle θ.
4 ⚙️ Apply to Real-World Problems
  • Connect the formulas to the 'Applications' section, such as analyzing AC circuits in electrical engineering.
  • Read the 'Real-World Scenarios' and explain how complex numbers simplify calculations involving phasors or signal processing.
  • Solve a problem involving wave mechanics or control systems where complex plane representation is crucial.
  • Explore 'Related Formulas and Concepts' like the Mandelbrot set to see how these principles extend to other areas of mathematics.
By systematically understanding, memorizing, practicing, and applying, you can confidently navigate the complexities of the complex plane.

Frequently Asked Questions

×

×