Complex numbers expand our mathematical toolkit beyond real numbers by combining a real part and an imaginary part on a 2D plane. This lets us solve equations (like ) that have no real solutions and opens the door to powerful geometric interpretations of arithmetic. The polar form, in particular, turns multiplication and exponentiation into simple operations on distances and angles.
Complex Numbers and the Complex Plane
Complex numbers on the plane
The complex plane (also called an Argand diagram) is a 2D coordinate system built for complex numbers. The horizontal axis represents the real part, and the vertical axis represents the imaginary part.
A complex number gets plotted as the point :
- (the real part) determines the horizontal position
- (the imaginary part) determines the vertical position
So sits at the point , while sits at . Think of it like a standard x-y plane, but the y-axis now tracks the imaginary component.
Absolute value of complex numbers
The absolute value (or modulus) of a complex number is written and calculated as:
This is just the distance from the origin to the point on the complex plane, straight from the Pythagorean theorem. It measures the magnitude of the complex number regardless of its direction, and it's always a non-negative real number.
For example, .
Polar form of complex numbers
Instead of describing a complex number by its horizontal and vertical components (rectangular form), you can describe it by how far it is from the origin and what angle it makes. That's the polar form:
or equivalently, using Euler's formula:
- is the magnitude (modulus):
- is the argument, the angle measured counterclockwise from the positive real axis
To find , use , but you need to adjust based on which quadrant the point falls in. The calculator gives you an angle assuming the point is in Quadrant I or IV, so if the point is in Quadrant II or III (meaning ), add to the result.
The angle between and is called the principal argument.
Rectangular vs polar forms
Rectangular → Polar:
- Calculate the magnitude:
- Calculate the angle: , adjusting for the quadrant
Polar → Rectangular:
- Calculate the real part:
- Calculate the imaginary part:
Example: Convert to polar form.
- gives , but the point is in Quadrant II, so add :
- Polar form:

Multiplication and division in polar form
This is where polar form really pays off. Multiplication and division become straightforward:
- Multiplication: Multiply the magnitudes, add the angles.
- Division: Divide the magnitudes, subtract the angles.
Compare that to multiplying two complex numbers in rectangular form (FOIL, combining terms, tracking ). Polar form makes it much cleaner.
Powers and roots in polar form
Powers: To raise to the th power, raise the magnitude to the th power and multiply the angle by :
Roots: To find the th roots of , take the th root of the magnitude and divide the angle by . But there are distinct roots, found by adding multiples of :
Each value of gives a different root. These roots are evenly spaced around a circle of radius centered at the origin.
Applications of De Moivre's Theorem
De Moivre's Theorem states that for a complex number and any integer :
This is the trigonometric version of the power rule above. It's useful for:
- Computing powers of complex numbers without repeated multiplication
- Finding roots of complex numbers (by setting to a fraction and accounting for all values)
- Solving polynomial equations that have complex solutions, such as
Visualization on the complex plane
Geometric intuition makes complex operations click:
- Addition works like vector addition. Place the tail of one vector at the head of the other; the resultant vector is the sum.
- Multiplication by rotates a complex number by angle counterclockwise around the origin, without changing its magnitude. Multiplication by a positive real number scales the magnitude without changing the angle.
- Powers simultaneously rotate and scale. Squaring a number doubles its angle and squares its distance from the origin.
- th roots split the full circle into equal parts. The roots of any complex number form a regular polygon inscribed in a circle centered at the origin.
Complex Exponential and the Unit Circle
Euler's formula connects complex exponentials to trig functions:
The set of all complex numbers of the form traces out the unit circle (the circle of radius 1 centered at the origin). Every point on the unit circle has magnitude 1 and is fully determined by its angle .
The exponential form is compact and especially convenient for multiplication, division, and powers because it combines magnitude and angle into a single expression. Whenever you see periodic behavior or rotations in math or science, complex exponentials are likely working behind the scenes.