Find the roots of the given equation (complex numbers).

72 Views Asked by At

How can I find the roots of the given equation in $\mathbb{C}$?

$$z^4 + 4z^3 + 7z^2 + 6z + 3 = 0 $$

2

There are 2 best solutions below

1
On BEST ANSWER

Since $(1,4,7,6,3)=(1,4,6,4,1)+(0,0,1,2,1)+(0,0,0,0,1)$, $$ p(z)=z^4+4z^3+7z^2+6z+3 = (z+1)^4+(z+1)^2+1 $$ so in order to find the roots of $p(z)$ it is enough to find the roots of $$ q(z) = z^4+z^2+1 = \color{red}{\frac{z^6-1}{z^2-1}} $$ that clearly lie on the unit circle.

0
On

We have \begin{align} z^4+4z^3+7z^2+6z+3 & = (z^4+z^3+z^2) + (3z^3+3z^2+3z) + (3z^2+3z+3)\\ & = z^2(z^2+z+1) + 3z(z^2+z+1) + 3(z^2+z+1)\\ & = (z^2+3z+3)(z^2+z+1) \end{align}