Complex roots of a quartic polynomial

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 4K views
subzero0137
Messages
91
Reaction score
4
The polynomial [itex]z^4 + 2z^3 + 9z^2 - 52z + 200 = 0[/itex] has a root [itex]z=-3+4i[/itex]. Find the other 3 roots.


Since the given root is complex, one of the other roots must be the complex conjugate of the given root. So the 2nd root is [itex]z=-3-4i[/itex]. To find the other roots, I divided the polynomial by [itex]z^2 + 6z + 13[/itex] (this is the product of the 2 known roots), which gave [itex]z^2 - 4z + 20[/itex] with remainder [itex]-120z - 60[/itex]. I don't know how to proceed from here because I haven't done many examples where you get a remainder after doing algebraic division. What should I do?
 
Physics news on Phys.org
Student100 said:
Check the product you're using from the two known roots.

I meant the product of the 2 factors (not roots). So [itex](z - (-3 + 4i))(z - (-3 - 4i)) = z^2 + 6z +13[/itex], right?
 
subzero0137 said:
I meant the product of the 2 factors (not roots). So [itex](z - (-3 + 4i))(z - (-3 - 4i)) = z^2 + 6z +13[/itex], right?

I get something different, do a quick check again.

Maybe this will help you some more, write it like [itex]((z+3)^2 +16)[/itex] and look at why you're able to do that.
 
Last edited:
subzero0137 said:
I don't know how to proceed from here because I haven't done many examples where you get a remainder after doing algebraic division. What should I do?

A remainder is a sign there is an error. If the quadratic is a factor of the quartic there will be no remainder from division.

So since it is certain there is an error the only question remaining is whether it's yours or of the guy who set the question. :biggrin:
 
epenguin said:
A remainder is a sign there is an error. If the quadratic is a factor of the quartic there will be no remainder from division.

So since it is certain there is an error the only question remaining is whether it's yours or of the guy who set the question. :biggrin:

Pretty sure it is his at the moment. : )
 
Student100 said:
Pretty sure it is his at the moment. : )

Yup, I've got it now. Thanks :)
 
subzero0137 said:
I meant the product of the 2 factors (not roots). So [itex](z - (-3 + 4i))(z - (-3 - 4i)) = z^2 + 6z +13[/itex], right?

You might find it easier to do as ((z+3)- 4i)((z+3)+4i) which is the product of a "sum and difference" and so equal to [itex](z+ 3)^2- (4i)^2[/itex].