| Question |
given z, what is zⁿ ? |
given w, what are the z with zⁿ = w ? |
| Formula |
zⁿ = rⁿ cis(nθ) |
zₖ = RŁⁿ cis((φ + 360°k) ⁄ n), k = 0…n−1 |
| Modulus operation |
r → rⁿ (raise to nth power) |
R → RŁⁿ (take positive nth root) |
| Argument operation |
θ → nθ (multiply by n) |
φ → (φ + 360°k) ⁄ n (divide, then shift by k turns) |
| Number of results |
exactly 1 (a single value) |
exactly n (distinct roots) |
| Geometric picture |
a single point at distance rⁿ from the origin |
vertices of a regular n-gon on the circle of radius RŁⁿ |
| Worked example |
(1 + i)¹⁰ = 32i (one answer) |
z⁴ = −16: four roots √2(±1 ± i) (a square) |