3.5.11 · D3Complex Numbers

Worked examples — nth roots of complex numbers — finding all n roots

3,457 words16 min readBack to topic

This is a companion drill page for the parent note. There we built the master formula from scratch. Here we hunt it into every corner — every quadrant of the input angle, the degenerate cases (zero, real, negative real, pure imaginary), a limiting-behaviour case, a word problem, and an exam twist. If you meet a root problem in the wild, it belongs to one of the cells below.

Recall The one formula we keep reusing

If (that is, is the length and is the angle), then the solutions of are Recipe = "Root the length, Add , Divide by , run k from to ." Built from De Moivre's Theorem on top of Polar Form of Complex Numbers.

Here is just shorthand for — a unit arrow pointing at angle . We write for the number with , drawn as one step straight up on the Argand Diagram.


The scenario matrix

Every root problem is fixed by two inputs: where the number sits (its angle/quadrant, or a degenerate position) and which root we want. The table lists every distinct case class, and the example that nails it.

Cell Input class What is tricky Example
A Positive real () "Real ⇒ one root?" trap Ex 1 ( revisited fully)
B Pure imaginary, up (, boundary) odd , spread of Ex 2 ()
B Pure imaginary, down (, boundary) negative axis angle Ex 2b ()
C Negative real () angle exactly Ex 3 ( check)
D Quadrant I input general non-nice angle Ex 4 ()
E Quadrant II input (real part negative) naive gives wrong quadrant Ex 5 ()
F Quadrant III input (both parts negative) naive gives wrong quadrant Ex 6 ()
G Quadrant IV input (imag part negative) negative , add Ex 7 ()
H Degenerate how many roots now? Ex 8 ()
I Limiting / large roots crowd a circle Ex 9 (, spacing)
J Word problem (rotation) translate physics → root Ex 10 (three equal spins)
K Exam twist (equation, not ) rearrange first Ex 11 ()

Ex 1 — Cell A: positive real, the "one root?" trap

Figure — nth roots of complex numbers — finding all n roots

Ex 2 — Cell B: pure imaginary (up), odd root


Ex 2b — Cell B: pure imaginary (down),


Ex 3 — Cell C: negative real, angle

Figure — nth roots of complex numbers — finding all n roots

Ex 4 — Cell D: Quadrant I input with a real angle


Ex 5 — Cell E: Quadrant II, where naive lies


Ex 6 — Cell F: Quadrant III, where naive lies

Figure — nth roots of complex numbers — finding all n roots

Ex 7 — Cell G: Quadrant IV, negative


Ex 8 — Cell H: the degenerate case


Ex 9 — Cell I: limiting behaviour, roots crowd the circle

Figure — nth roots of complex numbers — finding all n roots

Ex 10 — Cell J: word problem (equal rotations)


Ex 11 — Cell K: exam twist (an equation, not )


Recall One-line summary of the matrix

Every case reduces to: find and with the correct quadrant, then run "Root, Add , Divide, k=0..n−1." Degenerate gives a single root of multiplicity ; equations not of the form get a substitution first.

Which two facts fully determine a root problem's answer?
The polar data of ( and correctly-quadranted ) and the index .
What is , and how many distinct roots does have?
Undefined; exactly one distinct root , of multiplicity .
Why must you subtract from for a Quadrant II input?
Because has period ; the signs () put the arrow upper-left, so .
For a Quadrant IV input why can you add to the raw negative ?
A full turn names the same direction; and are the same arrow, and keeps root angles positive.
For an equation like , first move?
Substitute to get a quadratic, solve, then take square roots.

Connections