John C. answered 11/16/20
The Problem Solver
The formula you want to use is this:
and it looks like the equation you want to solve is
So you have n = 4 and -i = r (cos θ + i sin θ).
r = |-i| = 1. That means we don't have to worry about multiplying by the nth root of r.
cos θ = 0 and sin θ = -1, so θ = 3π/2.
Then z0 = cos (3π/8) + i sin (3π/8).
For the next value of k, we have to add 2π/4 = π/2, so
z1 = cos (3π/8 + π/2) + i sin (3π/8 + π/2) = cos (7π/8) + i sin (7π/8)
z2 = cos (7π/8 + π/2) + i sin (7π/8 + π/2) = cos (11π/8) + i sin (11π/8)
z3 = cos (11π/8 + π/2) + i sin (11π/8 + π/2) = cos (15π/8) + i sin (15π/8)
And if you're trying to solve a fourth-degree equation, z4 will be the same as z0.
Let me know if anything's unclear.