I am trying to find all the zeros of the following polynomial:
$P(x) = 2x^4-5x^3+21x^2+11x+91$
But I am already given one zero, that being $x=2-3i$.
Normally, this question would not be an issue, but the complex is throwing me right off, and I have no idea where to start. I am pretty sure all I need is a bump in the right direction and I would be able to solve the remaining problem.
Complex roots always come in pairs, so $x=2+3i$ must also be a zero and hence the quadratic $x^2-4x+13$ is a factor. Factoring gives $P(x) = (x^2-4x+13)(2x^2+3x+7)$. One can find the roots of $2x^2+3x+7$ using the quadratic formula.