1

Question:
One zero of $P(z) = z^3 +az^2 + 3z + 9$ is purely imaginary. If $a \in \mathbb{R}$, find $a$ and hence factorize $P(z)$ into linear factors.

What I've done:
I know that the $P(z)$ is real since its coefficients are all real. The imaginary root must be $bi$ and its conjugate is $-bi$. For $bi$ and $-bi$, their sum $= 0$ and their product $= -b^2i^2 = b^2$. These two zeros also come from the polynomial $z^2 + b^2$.
How can I finish the problem with this information? Thanks $:)$

Edit: Fixed the $az^2$

Spectrewiz
  • 13
  • 3

1 Answers1

2

I am assuming that the term $az$ is meant to be $az^2$ (since the problem doesn't seem to work otherwise):

Equating coefficients in the expansion of $$(z^2+b^2)(z+k)$$

with $z^3+az^2+3z+9$, gives $b=\sqrt{3}$ and $k = a = 3$, and the factorisation is:

$$z^3+az^2+3z+9 = (z-i\sqrt{3})(z+i\sqrt{3})((z+3).$$

Old John
  • 19,569
  • 3
  • 59
  • 113