How do I find the roots from this?

51 Views Asked by At

Problem: We are give that $2+7i$ is a root of $x^4 - 8x^3 + 73x^2 - 228x + 212=0$

I got stuck on this one: how do I find all the roots? $\left(i=\sqrt{-1}\right)$

1

There are 1 best solutions below

0
On

So the roots come in complex conjugate pairs (all the coefficients are real numbers, indeed integers). You will have a factor

$\left(x-(2+7i)\right)\left(x-(2-7i)\right)=\left((x-2)+7i\right)\left((x-2)-7i\right)=(x-2)^2+49=x^2-4x+53$

If you divide your original equation through by this factor, you will get another quadratic factor whose roots you can find in the usual way.


Since you know you have a factor, you don't have to do all the division - see if you can spot some short cuts, which will save a lot of time.