De Moivre’s Theorem and Euler’s Formula
Imagine you need to compute . Multiplying by itself twenty times is a nightmare of bookkeeping. But there is a viewpoint from which the answer falls out in a single line. That viewpoint is the polar form of complex numbers, and the two results that unlock it are De Moivre’s theorem and Euler’s formula. Together they reveal something startling: rotation, exponential growth, and the trigonometric functions are all the same idea wearing different costumes. This page will teach you why that is true, not just how to use it.
Learning Objectives
- Write complex numbers in polar form and multiply them by combining moduli and adding arguments.
- State and apply De Moivre’s theorem to compute integer powers of complex numbers.
- Find all complex -th roots of a number and see why they sit evenly on a circle.
- Understand Euler’s formula and where it comes from.
- Interpret Euler’s identity and use the exponential form to prove trig identities effortlessly.
Quick Answer
A complex number can be written as , where is its distance from the origin (modulus) and is its angle from the positive real axis (argument). De Moivre’s theorem says that raising to a power multiplies the angle: . The same rule run backwards gives equally-spaced -th roots. Euler’s formula, , explains why angles add under multiplication — because exponents add. Setting produces Euler’s identity , linking , , , , and in one equation.
Where It Came From
The story begins with a practical frustration. By the early 1700s mathematicians could add, subtract, multiply, and divide complex numbers, but taking high powers and roots was brutal. Abraham de Moivre (1667–1754), a French Huguenot who fled religious persecution to London and earned his living tutoring and computing odds for gamblers and insurers, noticed a pattern while working on problems in probability and the roots of equations. Around 1707, and more explicitly by 1722, he saw that the relationship turned the tedious repeated multiplication of complex numbers into simple multiplication of angles. The need was concrete: to solve equations like and to expand in terms of , which appeared throughout the era’s work on trigonometric series.
But why it worked was still mysterious. That answer came from Leonhard Euler (1707–1783), the most prolific mathematician in history. Euler was studying infinite series — the power series for , , and . Around 1740–1748 he made a daring move: substitute an imaginary number into the exponential series. When he did, the terms sorted themselves perfectly into the cosine series and times the sine series. Out popped . Suddenly De Moivre’s theorem was no longer a lucky pattern — it was just the ordinary law of exponents in disguise. Euler had unified trigonometry with the exponential function, revealing that the sines and cosines describing oscillation and the exponentials describing growth are two faces of one object. The special case has been voted the most beautiful equation in mathematics ever since.
Polar Form and Why Multiplication Adds Angles
Every complex number can be located as a point in the plane. Instead of coordinates and , use its modulus and its argument , the angle satisfying (chosen in the correct quadrant). Then
The magic appears when you multiply two numbers. Let and . Multiplying out and using the angle-sum identities for sine and cosine:
So moduli multiply and arguments add. Multiplication by a complex number is a rotation combined with a scaling. This single fact is the engine behind everything below.
Worked example. Convert to polar form. Its modulus is , and since it lies in the first quadrant with equal parts, . Thus .
De Moivre’s Theorem: Powers Made Easy
If multiplying adds angles, then multiplying by itself times adds the angle times and multiplies the modulus times. That is De Moivre’s theorem:
For the special case it reads . It holds for every integer (positive, negative, or zero).
Worked example — the hard power made trivial. Compute . From above, . Applying De Moivre’s theorem:
Now , and . Since and :
Twenty multiplications collapsed to one clean line.
Worked example — a trig identity for free. Take : . Expand the left side: . Matching real and imaginary parts gives the double-angle formulas and instantly. De Moivre’s theorem is a factory for such identities.
Roots of Complex Numbers
Running De Moivre’s theorem backwards finds roots. To solve where , note that the angle is only defined up to full turns, so we should really write the argument as for any integer . The -th roots are
There are exactly distinct roots. They all share the modulus , so they lie on a circle, and their angles are spaced apart — the vertices of a regular -gon.
Worked example — the cube roots of unity. Solve . Here and . The roots are
These three points form an equilateral triangle inscribed in the unit circle. Check: cubing (which has modulus and angle ) triples the angle to , landing back at . Correct.
Euler’s Formula and the Exponential Form
Euler discovered that the whole apparatus above is just the exponential function evaluated at imaginary arguments:
Here is the heart of his reasoning. The power series are , , and . Substitute into the exponential series. Because the powers of cycle as , the even-power terms become the cosine series and the odd-power terms become times the sine series. The identity follows.
With this, polar form becomes the exponential form , and De Moivre’s theorem is simply the exponent rule:
Worked example — division the easy way. Compute . Subtract exponents: .
Euler’s identity. Set : , so
Five fundamental constants — , , , , and — bound together by the three basic operations of addition, multiplication, and exponentiation. Geometrically it says: starting at and rotating a half-turn about the origin lands you at .
A useful pair of consequences, the inverse Euler formulas, come from adding and subtracting and :
These turn hard trigonometric problems into easy algebra with exponentials.
Real-World Applications
- Electrical engineering (AC circuits). Alternating voltages and currents are modeled as . Impedance, phase lag, and resonance all become simple complex arithmetic instead of trigonometric slog. Engineers use instead of (since means current), but it is exactly Euler’s formula.
- Signal processing and the Fourier transform. Every signal is decomposed into rotating components . MP3 compression, image formats like JPEG, MRI reconstruction, and Wi-Fi all run on this.
- Quantum mechanics. The wavefunction evolves by the factor ; physical probabilities and interference come directly from complex exponentials.
- Computer graphics and robotics. Rotations in the plane are multiplication by ; the 3D generalization (quaternions) powers game engines and spacecraft attitude control.
Common Mistakes
-
Forgetting the when taking roots. Misconception: has one answer. Why wrong: the argument of a complex number is defined only up to full turns, so there are distinct roots. Correction: always list and expect equally-spaced answers on a circle.
-
Putting the argument in the wrong quadrant. Misconception: always. Why wrong: only returns angles in , so for (third quadrant) it gives instead of the correct . Correction: check the signs of and and adjust by .
-
Applying De Moivre’s theorem to a non-unit modulus without powering it. Misconception: . Why wrong: the modulus must also be raised. Correction: the result is — never drop the .
Comparison and Connections
De Moivre’s theorem and Euler’s formula describe the same phenomenon at different levels. De Moivre is the rule for powers; Euler is the reason the rule holds.
| Feature | De Moivre’s theorem | Euler’s formula |
|---|---|---|
| Statement | ||
| Primary use | Powers and roots of complex numbers | Converting between exponential and trig form |
| Restriction on | Integer (for the classic statement) | Holds for all real |
| Deeper meaning | A pattern | Explains why the pattern exists |
The polar form and the exponential form are the same object — Euler’s formula is the bridge. Do not confuse Euler’s formula () with Euler’s identity (), which is just the formula at .
Practice Questions
Recall
State De Moivre’s theorem and write the exponential form of a complex number with modulus and argument . Answer: ; exponential form is .
Understanding
Why does have exactly solutions rather than one? Guidance: the argument can be written as for any integer ; dividing by produces distinct angles before they start repeating, giving roots evenly spaced on the unit circle.
Application
Compute . Answer: Modulus , argument . So .
Analysis
Use the inverse Euler formulas to show . Guidance: write , square it to get .
FAQ
Is in the exponent "real"? What does raising to an imaginary power even mean? It is defined by the power series: . That series converges to , so the definition is consistent and geometrically meaningful — it is a point on the unit circle at angle .
Does De Moivre’s theorem work for fractional powers? The equation is one of the values when is a fraction, but fractional powers are multi-valued (that is exactly the roots story). Use the full root formula with to get all of them.
Why do the roots always form a regular polygon? Because every root has the same modulus (same distance from origin) and consecutive arguments differ by (equal angular spacing). Equal radius plus equal angle spacing is the definition of a regular polygon’s vertices.
What is the difference between the argument and the "principal argument"? The argument is any valid angle; the principal argument is the unique one in . When computing, keep track of which convention a problem expects.
How is Euler’s formula related to the unit circle? As increases, traces the unit circle counterclockwise at unit speed. Its real part is and its imaginary part is — the circle is the definition of sine and cosine.
Quick Revision
- Polar form: ; exponential form: .
- Multiplication: multiply moduli, add arguments. Division: divide moduli, subtract arguments.
- De Moivre: .
- -th roots: modulus , arguments for ; they form a regular -gon.
- Euler’s formula: . Identity: .
- Inverse Euler: , .
Related Topics
Prerequisites
- Trigonometry overview
- Complex numbers and the trigonometric (polar) form
- Angle-sum and double-angle identities
Related Topics
- Trigonometric identities and their proofs
- The unit circle and radian measure
Next Topics
- Fourier series and signal analysis
- Complex analysis and functions of a complex variable
- Calculus