The trap: students take “fourth root of −16” and write z=±2i, missing two of the four roots. Every degree-n polynomial has n roots in C — including the obvious ones and the not-so-obvious ones.
Solution — Step by Step
−16=16(cosπ+isinπ)=16eiπ.
But more generally, −16=16ei(π+2kπ) for any integer k. We’ll use k=0,1,2,3 to get the four distinct roots.
If z4=16ei(π+2kπ), then:
z=161/4ei(π+2kπ)/4=2ei(π/4+kπ/2)
k=0: z=2eiπ/4=2(cos45°+isin45°)=2+i2.
k=1: z=2ei3π/4=2(cos135°+isin135°)=−2+i2.
k=2: z=2ei5π/4=2(cos225°+isin225°)=−2−i2.
k=3: z=2ei7π/4=2(cos315°+isin315°)=2−i2.
Take z=2+i2. ∣z∣2=2+2=4, so ∣z∣=2 and ∣z∣4=16. Argument: π/4, so z4 has argument π, magnitude 16. So z4=16eiπ=−16. ✓
Final answer:z=±2±i2 (four distinct values).
Why This Works
In C, every polynomial of degree n has exactly n roots (counted with multiplicity) — the fundamental theorem of algebra. For z4=w (where w=0), there are always four distinct roots, equally spaced around a circle of radius ∣w∣1/4 in the complex plane.
The four roots of unity are 1,i,−1,−i (i.e., e2πik/4 for k=0,1,2,3). Any fourth roots of a complex number are obtained by taking one root and multiplying by each fourth root of unity.
If w=reiθ, the n-th roots are:
zk=r1/nei(θ+2kπ)/n,k=0,1,…,n−1
They lie at the vertices of a regular n-gon inscribed in a circle of radius r1/n, centred at origin.
Alternative Method
Factor z4+16=0 as a product of quadratics over R:
z4+16=(z2+4)2−(22z)2=(z2−22z+4)(z2+22z+4)
Solve each quadratic:
z2−22z+4=0⟹z=2±i2.
z2+22z+4=0⟹z=−2±i2.
Same four roots. ✓
For roots of unity (i.e., zn=1), the answer is zk=e2πik/n for k=0,1,…,n−1. Memorise this — used constantly in JEE Advanced.
Common Mistake
The biggest trap: only finding two roots when looking for fourth roots. Students think 4−16=±2i (since (2i)4=16 and (−2i)4=16 — wait, that’s −16 check: (2i)4=16i4=16, not −16). Actually neither ±2i is a root of z4=−16 — students often get the sign wrong even on the “obvious” check. Use De Moivre’s theorem to get all four properly.
Another trap: forgetting the modulus — students get the angles right but write z=eiπ/4 instead of z=2eiπ/4. The modulus is ∣w∣1/n=161/4=2.
Want to master this topic?
Read the complete guide with more examples and exam tips.