Complex Numbers in Trigonometric Form
Complex numbers in trigonometric (polar) form express a complex number using its distance from the origin (modulus) and angle from the positive real axis (argument). This representation transforms multiplication into simple addition of angles, powers into multiplying the angle, and makes finding roots elegant and systematic.
This guide covers the complex plane, modulus and argument, polar form, converting between forms, multiplication and division rules, De Moivre's Theorem, nth roots, worked examples, memory aids, common mistakes, and a practice quiz.
1Introduction
You already know that complex numbers have the form a + bi, where a is the real part and b is the imaginary part. This rectangular form works well for addition and subtraction. But when it comes to multiplication, division, powers, and roots, the arithmetic gets messy fast.
The trigonometric (polar) form solves this problem by representing each complex number as a magnitude and a direction. Instead of FOILing, you multiply magnitudes and add angles. Instead of rationalizing denominators, you divide magnitudes and subtract angles. Powers and roots become one-step operations.
Think of a complex number as an arrow on a map. The rectangular form tells you "go 3 blocks east and 4 blocks north." The polar form tells you "walk 5 blocks at a 53° heading." Same destination, different instructions — and the polar version makes rotations trivial.
Why Learn Trigonometric Form?
Simpler Multiplication
Multiply moduli, add arguments. No FOIL, no combining like terms.
Easy Powers
De Moivre's Theorem: raise modulus to n, multiply angle by n. One step.
Systematic Roots
Find all n distinct nth roots using a formula. They form a perfect polygon on the complex plane.
Engineering & Physics
AC circuits, signal processing, and quantum mechanics all use polar form for complex arithmetic.
2Key Definitions
| Term | Definition |
|---|---|
| Complex Number | A number of the form z = a + bi, where a, b are real and i² = −1. |
| Modulus |z| | The distance from the origin to z: |z| = √(a² + b²). Also called the absolute value or magnitude. |
| Argument arg(z) | The angle θ from the positive real axis to the line segment from origin to z, measured counterclockwise. |
| Trigonometric Form | z = r(cos θ + i sin θ), where r = |z| and θ = arg(z). Also called polar form or cis form. |
| cis θ | Shorthand for cos θ + i sin θ. So z = r cis θ. |
| Euler's Formula | eiθ = cos θ + i sin θ. Gives the exponential form z = reiθ. |
| Argand Diagram | The complex plane: horizontal axis is Real, vertical axis is Imaginary. |
3The Complex Plane
The complex plane (or Argand diagram) maps every complex number to a point. The horizontal axis represents the real part; the vertical axis represents the imaginary part.
The complex number z = a + bi corresponds to the point (a, b). This is identical to plotting a Cartesian point, but with a geometric interpretation: the number's position encodes both its real and imaginary components.
Key Features
- Origin (0, 0): corresponds to z = 0.
- Real axis: all purely real numbers (b = 0) lie here.
- Imaginary axis: all purely imaginary numbers (a = 0) lie here.
- Distance from origin: equals the modulus |z| = √(a² + b²).
- Angle from positive real axis: equals the argument θ.
Multiplying a complex number by i rotates it 90° counterclockwise on the complex plane. This geometric interpretation of multiplication is one of the deepest ideas connecting algebra and geometry.
Interactive Complex Numbers Explorer
Drag the sliders to change a and b. Toggle “Show z² and z³” to see De Moivre's Theorem in action.
4Modulus & Argument
Modulus
|z| = |a + bi| = √(a² + b²)
The modulus is always non-negative. It equals zero only when z = 0. Geometrically, it is the distance from the origin to the point (a, b) in the complex plane.
Argument
θ = arg(z) = arctan(b/a) (adjusted for quadrant)
The argument is the angle θ measured counterclockwise from the positive real axis. The principal argument is typically restricted to (−π, π] or [0, 2π).
arctan(b/a) only returns angles in (−π/2, π/2). You must adjust for the correct quadrant:
- QI (a > 0, b > 0): θ = arctan(b/a)
- QII (a < 0, b > 0): θ = π − arctan(|b/a|)
- QIII (a < 0, b < 0): θ = π + arctan(|b/a|)
- QIV (a > 0, b < 0): θ = 2π − arctan(|b/a|)
5Polar (Trigonometric) Form
Every nonzero complex number can be written in trigonometric form:
z = r(cos θ + i sin θ)
where r = |z| and θ = arg(z)
Three Equivalent Notations
| Name | Notation | Used In |
|---|---|---|
| Trigonometric | r(cos θ + i sin θ) | Precalculus, most textbooks |
| cis | r cis θ | Shorthand notation |
| Exponential | reiθ | Engineering, advanced math |
Setting r = 1 and θ = π in Euler's formula gives the famous identity: eiπ + 1 = 0. This single equation connects five fundamental constants: e, i, π, 1, and 0.
6Converting Between Forms
Rectangular → Polar
- Compute r = √(a² + b²)
- Find the reference angle: arctan(|b|/|a|)
- Adjust for quadrant to get θ
- Write z = r(cos θ + i sin θ)
Polar → Rectangular
- Compute a = r cos θ
- Compute b = r sin θ
- Write z = a + bi
7Multiplication & Division
This is where trigonometric form truly shines. The formulas are elegant and easy to remember.
Multiplication
z₁ · z₂ = r₁r₂(cos(θ₁ + θ₂) + i sin(θ₁ + θ₂))
Multiply moduli, add arguments
Division
z₁ / z₂ = (r₁/r₂)(cos(θ₁ − θ₂) + i sin(θ₁ − θ₂))
Divide moduli, subtract arguments
Multiplying by z₂ = r₂ cis θ₂ means: scale by r₂ and rotate by θ₂. Division reverses both operations. This is why complex multiplication is so powerful in geometry and physics.
8De Moivre's Theorem
[r(cos θ + i sin θ)]n = rn(cos nθ + i sin nθ)
Valid for all integers n
De Moivre's Theorem says: to raise a complex number to the nth power, raise the modulus to the nth power and multiply the argument by n. This is far simpler than expanding (a + bi)n using the binomial theorem.
Why It Works
Consider z3 = z · z · z. Each multiplication adds the argument: θ + θ + θ = 3θ. Each multiplication multiplies the modulus: r · r · r = r³. Extending this pattern to any positive integer n gives the theorem. It also works for negative integers and zero.
Quick Example
Find (1 + i)6.
Step 1: Convert: |1 + i| = √2, arg = π/4. So 1 + i = √2 cis(π/4).
Step 2: Apply De Moivre: (√2)6 cis(6 × π/4) = 8 cis(3π/2).
Step 3: Convert back: 8(cos 3π/2 + i sin 3π/2) = 8(0 + i(−1)) = −8i.
9Finding nth Roots
The nth roots of z = r cis θ are:
zk = r1/n cis((θ + 2πk) / n)
for k = 0, 1, 2, ..., n − 1
Key Properties of nth Roots
- There are exactly n distinct nth roots.
- All roots have the same modulus: r1/n.
- The roots are equally spaced around a circle, separated by 2π/n radians.
- Plotted on the complex plane, the roots form a regular n-gon (polygon with n sides).
Example: Cube Roots of 8
Step 1: Write 8 in polar form: 8 = 8 cis 0.
Step 2: Apply the formula with n = 3:
zk = 81/3 cis((0 + 2πk) / 3) = 2 cis(2πk/3)
Step 3: Evaluate for k = 0, 1, 2:
- k = 0: 2 cis 0 = 2
- k = 1: 2 cis(2π/3) = 2(−1/2 + i√3/2) = −1 + √3i
- k = 2: 2 cis(4π/3) = 2(−1/2 − i√3/2) = −1 − √3i
These three roots form an equilateral triangle on the complex plane, centered at the origin.
10Worked Examples
Example 1: Convert −3 + 3i to Polar Form
Step 1: Modulus: r = √(9 + 9) = √18 = 3√2
Step 2: Reference angle: arctan(|3|/|−3|) = arctan(1) = π/4
Step 3: Since (−3, 3) is in QII: θ = π − π/4 = 3π/4
Answer: 3√2(cos 3π/4 + i sin 3π/4)
Example 2: Multiply z₁ = 3 cis(π/6) and z₂ = 2 cis(π/3)
Step 1: Multiply moduli: 3 × 2 = 6
Step 2: Add arguments: π/6 + π/3 = π/6 + 2π/6 = 3π/6 = π/2
Answer: 6 cis(π/2) = 6(cos π/2 + i sin π/2) = 6i
Example 3: Compute (1 + √3i)4
Step 1: Convert: r = √(1 + 3) = 2, θ = arctan(√3/1) = π/3
So 1 + √3i = 2 cis(π/3)
Step 2: De Moivre: [2 cis(π/3)]4 = 24 cis(4π/3) = 16 cis(4π/3)
Step 3: Convert back: 16(cos 4π/3 + i sin 4π/3) = 16(−1/2 − i√3/2)
Answer: −8 − 8√3i
Example 4: Find the Square Roots of −4
Step 1: Write −4 in polar form: −4 = 4 cis(π)
Step 2: Apply nth root formula with n = 2:
zk = 41/2 cis((π + 2πk)/2) = 2 cis((π + 2πk)/2)
Step 3: k = 0: 2 cis(π/2) = 2i
k = 1: 2 cis(3π/2) = −2i
Answer: 2i and −2i
Example 5: Divide z₁ = 10 cis(5π/6) by z₂ = 5 cis(π/3)
Step 1: Divide moduli: 10 / 5 = 2
Step 2: Subtract arguments: 5π/6 − π/3 = 5π/6 − 2π/6 = 3π/6 = π/2
Answer: 2 cis(π/2) = 2i
11Memory Aids
"Multiply → Magnitudes Multiply, Angles Add." Both "multiply" and "add" describe what happens. Division reverses both operations.
"Power to the r, times the θ." rn and nθ. Two numbers is all you need.
"n roots, n-gon." The nth roots of any number form a regular n-sided polygon. Cube roots make a triangle, 4th roots a square, 5th roots a pentagon, etc.
"cis" is just the first letters: cos + i sin. The shorthand saves writing and reduces errors.
12Common Mistakes
Wrong quadrant for argument
arctan(b/a) gives the same value for QI and QIII, and for QII and QIV. Always plot the point mentally to confirm the quadrant before writing θ.
Adding moduli instead of multiplying
When multiplying complex numbers in polar form, you multiply the moduli and add the arguments. A common error is to add both.
Forgetting some nth roots
There are exactly n distinct nth roots (k = 0, 1, ..., n−1). Many students only find the first root (k = 0) and stop. Always list all n values of k.
Confusing modulus with modulus squared
|z| = √(a² + b²), not a² + b². Forgetting the square root gives r² instead of r.
Quick Revision
- Modulus: |z| = √(a² + b²); Argument: θ = arctan(b/a), adjusted for quadrant.
- Polar form: z = r(cos θ + i sin θ) = r cis θ = reiθ.
- Multiplication: multiply moduli, add arguments.
- Division: divide moduli, subtract arguments.
- De Moivre: [r cis θ]n = rn cis(nθ).
- nth roots: r1/n cis((θ + 2πk)/n) for k = 0, 1, ..., n−1.
- Root geometry: n roots form a regular n-gon, spaced 2π/n apart.
- Euler: eiθ = cos θ + i sin θ; eiπ + 1 = 0.
FAQ
- Why use trigonometric form?
- It makes multiplication, division, and powers much simpler. Instead of FOIL, you just multiply moduli and add angles.
- What is Euler's formula?
- e^(iθ) = cos θ + i sin θ. So z = re^(iθ) is another way to write polar form.
- How do I find the argument in the correct quadrant?
- Use arctan(y/x) as reference angle, then adjust based on the quadrant: QI: θ, QII: π − ref, QIII: π + ref, QIV: 2π − ref.
- How many nth roots does a number have?
- Exactly n distinct roots, equally spaced around a circle of radius r^(1/n) by 2π/n radians.
Practice Quiz
Test your understanding of complex numbers in trigonometric form — select the correct answer for each question.
1.What is the modulus of z = 3 + 4i?
2.The argument of z = −1 + i is in which quadrant?
3.Convert z = 2(cos π/3 + i sin π/3) to rectangular form.
4.To multiply z₁ = r₁(cos θ₁ + i sin θ₁) and z₂ = r₂(cos θ₂ + i sin θ₂):
5.To divide z₁ by z₂ in polar form:
6.By De Moivre's Theorem, [r(cos θ + i sin θ)]ⁿ = ?
7.How many cube roots does any nonzero complex number have?
8.The nth roots of a complex number are equally spaced by:
9.What is (1 + i)² in rectangular form?
10.Convert z = −3 − 3i to polar form. The modulus is:
Final Study Advice
- 1.Always convert to polar form first before multiplying, dividing, or raising to a power.
- 2.Memorize the modulus and argument formulas and practice quadrant adjustments until automatic.
- 3.When finding nth roots, always list all n values of k. Draw the roots on the complex plane to verify they form a regular polygon.
- 4.Check your work by converting back to rectangular form and verifying with direct computation.
- 5.Remember: "multiply mods, add args" for multiplication. This single rule makes complex arithmetic simple.