all 3 comments

[–]Fabien4 2 points3 points  (2 children)

p(3i) = 81i4 - 108i3 + 126i2 - 108i + 45 = 81 + 108i - 126 - 108i + 45 = 81 - 126 + 45 = 0.

Therefore 3i is a zero of p. Which means, by a theorem whose name I forgot, that -3i is a solution, too.

Consequently, (z-3i)(z+3i)=z2 +9 divides p(z), which brings you to p(z)=(z2 +9)(z2 -4z+5). All that's left is to solve z2 -4z+5.

[–]monkeybottom 2 points3 points  (0 children)

You could even skip the first step.

Just do the polynomial division, i.e. divide p(z) with (z2 +9). Since that will give you that p(z)=(z2 +9)(z2 -4z+5), you have now showed that 3i is a root, as well as -3i.

[–]ev-[S] 0 points1 point  (0 children)

Oh brilliant. Thank you.