3.5.11 · D4Complex Numbers

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

2,403 words11 min readBack to topic

Before we start, two shorthands we use everywhere.


Level 1 — Recognition

These test whether you can read off , , and plug in. No cleverness — just the recipe.

Recall Solution 1.1

WHAT we need: count of roots, and their radius. WHY: A nonzero complex number always has exactly -th roots, all on one circle of radius .

Here , so there are ==exactly == distinct roots. The modulus of is Common modulus of the roots: .

Answer: roots, each at distance from the origin.

Recall Solution 1.2

WHAT: apply RAD-k with , , . Modulus of each root: . WHY divide the angle by (not root it)? Raising to the -th power multiplies the angle by (that is De Moivre's theorem: ). To undo a multiplication by you divide by — so the root's angle is , plus the turns that unlock the other roots. The modulus behaves differently: powering multiplies moduli (), so undoing that needs the -th root . Different operations because angle adds while modulus multiplies. Angle of the -th root: Answer: .


Level 2 — Application

Now you compute actual roots and simplify to form.

Recall Solution 2.1

Step 1 — polar form. points straight down with length , so and, using the principal-argument convention, (equivalently — same direction, one turn apart, so same roots). Step 2 — RAD-k, : modulus ; angles .

Check: Answer: and (negatives of each other, as square roots always are).

Recall Solution 2.2

Polar: , so , , . Modulus of roots: . Angles: .

Answer: . The one real root is ; the other two are conjugates.


Level 3 — Analysis

Here you reason about structure: symmetry, sums, which roots lie where.

Recall Solution 3.1

WHAT: a sum and one specific value. WHY sum : the roots are the six vertices of a regular hexagon centred at the origin (Argand Diagram). Opposite vertices are negatives, so the vectors cancel in pairs. Algebraically it is a Geometric Progression: : using ,

Answer: sum ; .

Recall Solution 3.2

Polar: , , , . Modulus: . Angles: .

  • → quadrant I.
  • → quadrant II. ✅
  • → quadrant III.
  • → quadrant IV.

Exactly one root sits in quadrant II:

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

Look at the figure: the four roots march around the circle in exactly steps starting at , so precisely one lands in each quadrant.


Level 4 — Synthesis

Combine ideas: factor a polynomial with roots, or build a number from a root condition.

Recall Solution 4.1

WHY this works: by the Fundamental Theorem of Algebra, a degree-3 polynomial factors over as . The two complex roots are conjugates, and a conjugate pair multiplies to a real quadratic.

Real factor: . Conjugate pair . Their quadratic: Answer: . Check: expand

Recall Solution 4.2

Step 1: So either , or . Step 2 — the nonzero part is the cube roots of unity: Answer: four solutions — Notice a degree-4 equation gave 4 solutions, but they did not all sit on one circle — is the centre. That is fine: this was not a pure equation with .


Level 5 — Mastery

Full generality, degenerate cases, and a chained argument.

Recall Solution 5.1

Polar: , , , . Modulus: . Angles: , . Marching through its six values:

All six have modulus and are spaced apart → a regular hexagon.

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

Read the figure: the six coloured arrows all reach the same circle of radius , and each is rotated exactly from its neighbour — starting at (, the arrow into the first quadrant) and sweeping anticlockwise. Because closes the loop with six equal steps, the tips are the six vertices of a regular hexagon. Notice the pairs ; ; point in exactly opposite directions — that opposite-vertex symmetry is why the six roots sum to zero.

Answer: (six roots).

Recall Solution 5.2

WHAT: solve . The only solution is (a product equals zero only if a factor is zero). WHY the rule breaks: the formula needs with and a defined argument . But has modulus and no well-defined argument — every direction is equally "toward" the origin. Take and every angle collapses to the same point. So instead of distinct roots you get one root, , counted with multiplicity . Answer: only. The "exactly distinct roots" statement explicitly requires .

Recall Solution 5.3

Sum: all five 5th roots of unity sum to (regular pentagon, symmetry / GP), so Product: add the exponents ( multiplies by adding angles): Answer: sum , product .


Recall Feynman check: what did every problem share?

Every single solution did the same three things: (1) turn into a length and an angle, (2) take the ordinary positive root of the length, and (3) fan the angle out into equal slices. Recognition (L1) tested step 2 vs 3; Analysis (L3) read off where the slices land; Synthesis (L4) fed roots back into polynomials; Mastery (L5) tested the fine print (dividing by zero, ). The picture never changed: equal length, spread the angle.


Connections