What is De Moivre's Theorem?

(cos θ + i sin θ)ⁿ = cos nθ + i sin nθ
Equivalent to (e^iθ)ⁿ = e^(inθ). Stated by De Moivre 1707; proved via Euler 1748.

De Moivre's theorem says that raising a point on the unit circle to the nth power simply multiplies its angle by n. If you start at angle θ and apply the operation n times, you end at angle nθ. This is the geometric heart of complex number arithmetic.

(cosθ + i sinθ)ⁿ: raising to the power n multiplies the angle by n
θ=40° z¹ = (cos40°, sin40°) z² = (cos80°, sin80°) z³ = (cos120°, sin120°) (cosθ + i sinθ)ⁿ = cos(nθ) + i sin(nθ)

Starting at angle θ=40° on the unit circle. Squaring doubles the angle to 80° (green). Cubing triples it to 120° (red). The point just rotates: its distance from the origin stays 1.

The theorem follows instantly from Euler's formula e^(iθ) = cosθ + i sinθ. Raising both sides to the power n: (e^(iθ))ⁿ = e^(inθ) = cos(nθ) + i sin(nθ). De Moivre stated his result in 1707, 41 years before Euler published the formula, making the proof feel like magic rather than mechanics.

nth roots of unity: solutions to zⁿ = 1
1 e^(iτ/6) -1 e^(-iτ/6) z⁶ = 1

The 6th roots of unity form a regular hexagon on the unit circle. The nth roots of z^n = 1 always form a regular n-gon, equally spaced at angles 2πk/n = τk/n.

De Moivre's theorem is the key tool for computing powers and roots of complex numbers, deriving multiple-angle formulas (cos 3θ = 4cos³θ - 3cosθ), and finding the n equally-spaced nth roots of any complex number. It connects the algebra of complex numbers to the geometry of rotation.

Complex multiplication = rotate + scale: angles add, moduli multiply
z₁ θ₁=30° z₂ θ₂=50° z₁·z₂ θ₁+θ₂=80° |z₁|·|z₂| = moduli multiply. arg(z₁·z₂) = θ₁ + θ₂ De Moivre: (e^iθ)ⁿ = e^(inθ) multiplying n times adds angle n times

When you multiply two complex numbers, their angles (arguments) add and their magnitudes multiply. If both numbers sit on the unit circle (magnitude 1), only the angles change. Multiplying n times adds the angle n times: that is De Moivre's theorem.

Chebyshev polynomials

De Moivre's theorem shows that cos(n*theta) can always be written as a polynomial in cos(theta). These are the Chebyshev polynomials T_n: T_n(cos theta) = cos(n*theta). For example, cos(2*theta) = 2*cos^2(theta) - 1, so T_2(x) = 2x^2 - 1. They appear in numerical analysis, filter design, and approximation theory.

Related topics
Euler's Identity Complex Numbers Pythagorean
Used in
Mathematics
Physics
Engineering
💻Computer Sci
🧬Biology
📊Statistics
📈Finance
🎨Art
🏛Architecture
Music
🔐Cryptography
🌌Astronomy
Chemistry
🦉Philosophy
🗺Geography
🌿Ecology
Want to test your knowledge?
Question
Use De Moivre to find cos(3θ) in terms of cos θ.
tap · space
1 / 10