I have a simple question here but I don't know how to solve it.
Given that $i$ is a root of: $P(x)=x^4 + 2x^3+ 3x^2 + 2x+2$ find all the other roots.
Help is much appreciated. Thanks.
I have a simple question here but I don't know how to solve it.
Given that $i$ is a root of: $P(x)=x^4 + 2x^3+ 3x^2 + 2x+2$ find all the other roots.
Help is much appreciated. Thanks.
Since $i$ is in fact a root of
$P(x)=x^4 + 2x^3+ 3x^2 + 2x+2 \tag{1}$
(which indeed may easily be checked), and $P(x) \in \Bbb R[x]$ has real coefficients, $-i$ is also a root; thus $(x + i)(x - i) = x^2 + 1$ must divide $P(x)$. We see, by synthetic division of polynomials, that
$P(x) = x^4 + 2x^3+ 3x^2 + 2x+2 = (x^2 + 1)(x^2 + 2x + 2), \tag{2}$
so the remaining roots must satisfy
$x^2 + 2x + 2 = 0; \tag{3}$
Now the quadratic formula yields
$r_\pm = \dfrac{1}{2}(-2 \pm \sqrt{2^2 - 4*2}) = -1 \pm i; \tag{4}$
the roots are thus $\pm i$, $-1 \pm i$.
NOTE added Tuesday 8 July 2014 1:14 PM PST: The division process mimics to a great degree ordinary long division. We start by dividing the leading term of $x^2 + 1$ into $x^4$, the leading term of $P(x)$, obtaining $x^2$; then we form
$P_1(x) = P(x) - x^2(x^2 + 1) = 2x^3 + 2x^2 + 2x + 2; \tag{5}$
repeating the process with $P_1(x)$ in place of $P(x)$ we find that we get $2x$, and
$P_2(x) = P_1(x) - 2x(x^2 + 1) = 2x^2 + 2, \tag{6}$
which is exactly divisible by $x^2 + 1$, yielding $2$; adding up all the intermediate quotients gives $x^2 + 2x + 2$; a lot more can be found here. End of Note.
Hope this helps. Cheers,
and as always,
Fiat Lux!!!
Since the coefficients are real valued, the conjugate root theorem tells you that $-i$ is a root. Now use long division and divide $P(x)$ by $(x+i)(x-i)=x^2+1$. This will give you a quadratic polynomial that you can factor using the quadratic formula or some other technique to find the other roots.
As $i$ is a root and all coefficients are real so $-i$ is again a root and $P(x)$ is dividable by $x^2+1$. Therefore $$ P(x) = x^4+2x^3+3x^2+2x+2 = (x^2+1)(x^2+2x^2+2) $$ Now compute the roots of $Q(x) = (x^2+2x^2+2)$.
You have two roots $x =\pm i$ (because conjugate will also be root). Thus $(x-i)(x+i)=x^2+1$ divides your polynomial. Now divide your polynomial by $x^2+1$ and you will get a second degree polynomial which you can factor.
Note that:
$$P(x)=x^4 + 2x^3+ 3x^2 + 2x+2=x^4+2x^3+2x^2+x^2+2x+2=(x^2+1)(x^2+2x+2)=(x-i)(x+i)((x+1)^2+1)=(x-i)(x+i)(x+1+i)(x+1-i)$$
notice that $+i$ must also be a root since the poly has real coefficients. now do polynomial (long) division by $(x+i)(x-i)$ leaving you with a second degree polynomial. use the quadratic formula