Complex Numbers and Polar Coordinates
While the Cartesian coordinate system is standard, many engineering and physics problems, especially those involving rotation, wave motion, or alternating current, are more naturally described using polar coordinates. This system is deeply intertwined with complex numbers, allowing us to perform powerful geometric operations like rotation and scaling through simple algebra.
The Polar Coordinate System
In the polar coordinate system, a point in the plane is defined by its distance from the origin (the pole) and the angle measured counterclockwise from the positive x-axis (the polar axis).
Cartesian vs. Polar Forms
A point can be represented as in rectangular coordinates or in polar coordinates.
Converting Polar to Rectangular
Polar to Rectangular Coordinates
Converts polar coordinates (r, theta) to Cartesian coordinates (x, y).
Variables
| Symbol | Description | Unit |
|---|---|---|
| Cartesian coordinates | - | |
| Radial distance from the origin | - | |
| Directional angle | rad \\text{ or } ^\\circ |
Cartesian vs. Polar Forms
Converting Rectangular to Polar
Rectangular to Polar Coordinates
Converts Cartesian coordinates (x, y) to polar coordinates (r, theta).
Variables
| Symbol | Description | Unit |
|---|---|---|
| Radial distance from the origin | - | |
| Directional angle | rad \\text{ or } ^\\circ | |
| Cartesian coordinates | - |
Cartesian vs. Polar Forms
Note: When finding , you must consider the quadrant in which the point lies to ensure you get the correct angle, not just the principal value returned by .
Key Takeaways
- Polar Coordinates : Represents a point by its distance from the origin () and its directional angle ().
- Conversion: Relies entirely on right-triangle trigonometry (SOH CAH TOA and the Pythagorean Theorem).
Complex Numbers in Polar Form
A complex number can be plotted on the complex plane, where the x-axis represents the real part () and the y-axis represents the imaginary part (). This allows us to express complex numbers using polar coordinates.
Polar Form (Trigonometric Form)
By substituting and into , we get:
Complex Number in Polar Form
Expresses a complex number using its magnitude (modulus) and direction (argument).
Variables
| Symbol | Description | Unit |
|---|---|---|
| Complex number | - | |
| Modulus (|z|) | - | |
| Argument (\arg(z)) | rad | |
| Imaginary unit (\sqrt{-1}) | - |
Polar Form (Trigonometric Form)
This is often abbreviated in engineering as or .
- Modulus ( or ): The absolute distance from the origin. .
- Argument ( or ): The directional angle. .
The Complex Plane (Argand Diagram)
The geometric representation of complex numbers was popularized by Jean-Robert Argand and Carl Friedrich Gauss in the early 19th century. By viewing the real part as the x-coordinate and the imaginary part as the y-coordinate, the "mysterious" imaginary numbers were grounded in tangible 2D geometry.
Multiplying by simply became a counterclockwise rotation on this plane. This visual framework made the polar coordinate representation of complex numbers highly intuitive.
Operations in Polar Form
While addition and subtraction of complex numbers are much easier in rectangular form, multiplication and division are vastly simplified in polar form.
Multiplication and Division
Let and .
Multiplication
Multiply the moduli and add the arguments.
Multiplication of Complex Numbers in Polar Form
Multiply the moduli and add the arguments.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Complex numbers | - | |
| Moduli of the complex numbers | - | |
| Arguments of the complex numbers | rad |
Multiplication and Division
Division
Divide the moduli and subtract the arguments.
Division of Complex Numbers in Polar Form
Divide the moduli and subtract the arguments.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Complex numbers (where z_2 \neq 0) | - | |
| Moduli of the complex numbers | - | |
| Arguments of the complex numbers | rad |
Multiplication and Division
(Assuming )
Key Takeaways
- Geometry of Multiplication: Multiplying two complex numbers results in scaling their magnitudes and rotating their angles.
De Moivre's Theorem
De Moivre's Theorem is a powerful formula for computing powers and roots of complex numbers. It directly follows from the rules of multiplication in polar form.
De Moivre's Theorem for Powers
If and is any real number, then:
De Moivre's Theorem
Calculates the power of a complex number.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Complex number | - | |
| Exponent | - | |
| Modulus | - | |
| Argument | rad |
Finding nth Roots
Every non-zero complex number has exactly distinct -th roots. They are evenly spaced around a circle of radius on the complex plane.
For , the -th roots are given by:
Roots of a Complex Number
Calculates the n distinct n-th roots of a complex number.
Variables
| Symbol | Description | Unit |
|---|---|---|
| The k-th root | - | |
| Degree of the root | - | |
| Modulus | - | |
| Argument | rad | |
| Index from 0 to n-1 | - |
Finding nth Roots
where . (Or use instead of if working in degrees).
Roots of Unity
A very specific and important case of finding roots is solving the equation . The solutions are called the -th Roots of Unity.
Because , applying the root formula gives:
Roots of Unity
The n distinct complex roots of 1.
Variables
| Symbol | Description | Unit |
|---|---|---|
| The k-th root of unity | - | |
| Degree of the root | - | |
| Index from 0 to n-1 | - |
Roots of Unity
The -th roots of unity always include itself, and the points always form a regular -sided polygon centered at the origin, inscribed perfectly within the unit circle . Furthermore, the sum of all roots of unity is exactly .
Euler's Formula
Euler's formula establishes the fundamental relationship between trigonometric functions and the complex exponential function. It bridges algebra, trigonometry, and calculus.
Euler's Formula
Relates the complex exponential function to trigonometric functions.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Euler's number | - | |
| Imaginary unit | - | |
| Angle | rad |
Euler's Formula
Using this, a complex number in polar form can be written extremely compactly:
This exponential form makes multiplication, division, and exponentiation even more transparent:
- (which is exactly De Moivre's Theorem)
Phasors and Time-Harmonic Signals
In physics, electrical engineering, and acoustics, engineers constantly work with time-harmonic signals (steady-state sinusoidal waves like AC voltage or sound waves). Using Euler's formula, these waves can be expressed as:
The complex number is called a phasor. It encapsulates the magnitude and phase of the wave as a static complex number in polar coordinates. Because the rotational term is common to all linear operations in a system of the same frequency, it can be dropped during calculations.
This transforms the difficult calculus of solving differential equations for sinusoidal waves into simple complex algebra!
Key Takeaways
- De Moivre's Theorem: An essential shortcut for raising complex numbers to high powers without expanding massive binomials.
- N-th Roots Geometry: The roots of a complex number form a regular -sided polygon inscribed in a circle centered at the origin on the complex plane.