SOLUTION: find all real and imaginary roots x^4+3x^3+x^2+4=0

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: find all real and imaginary roots x^4+3x^3+x^2+4=0      Log On


   



Question 113774: find all real and imaginary roots
x^4+3x^3+x^2+4=0

Found 2 solutions by stanbon, Edwin McCravy:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
find all real and imaginary roots
x^4+3x^3+x^2+4=0
-------------------
x=-2 is a root of multiplicity two.
----------
-2)....1....3....1....0....4
........1....1....-1....2...|..0
-2).....1....1....-1....2
.........1....-1....1...|..0
Quotient: x^2-x+1
x = [1 +- sqrt(1 - 4*1*1)]/2
x = [1 +- sqrt(-3)]/2
x = (1 + isqrt(3))/2 or x = (1 - isqrt(3))/2
or x = -2 (multiplicity 2)
=======================
Cheers,
stan H.

Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!

find all real and imaginary roots

x%5E4%2B3x%5E3%2Bx%5E2%2B4=0

Possible rational roots, if it has any,
are ±1,±2,±4

DesCartes rule of signs tells us that
there are no positive roots, so that
narrows down the possible rational
roots to -1, -2, and -4

Try x+=+-1, or x+%2B+1+=+0

So we try dividing synthetically 
by x+%2B+1. But we must first put in a
zero term since the original
equation does not contain a term
in x.  So we rewrite the original
equation, showing all coefficients: 

1x%5E4%2B3x%5E3%2B1x%5E2%2B0x%2B4=0

-1|1  3  1  0  4
  |  -1 -2  1 -1
   1  2 -1  1  3

So we see that we don't get 0 as a
remainder, the bottom right number,
but rather 3, so -1 is not a root.

So we try x+=+-2 to see if it is a root.
Dividing synthetically by x+%2B+2 

-2|1  3  1  0  4
  |  -2 -2  2 -4
   1  1 -1  2  0

So x+=+-2 is a root, since we get 0
as a remainder.  The 4 numbers to the
left of the zero represent the quotient
when we divided by x+%2B+2, so we have now
factored the polynomial equation as

x%5E4%2B3x%5E3%2Bx%5E2%2B4=0

%28x%2B2%29%28x%5E3+%2B+x%5E2+-+x+%2B+2%29+=+0

So we now try to find a rational root of

x%5E3+%2B+x%5E2+-+x+%2B+2+=+0

DesCartes rule of signs tells us this
has possible roots ±1 and ±2.  But since
the original equation has no positive roots
this can only have rational roots -1 and -2.
We know -1 is not a root because it was not
a root of the original equation, so we can
only try x+=+-2 again as a root of multiplicity
2.  x+=+-2 is equivalent to x+%2B+2+=+0. so we
divide the new polynomial also by x+%2B+2:

-2| 1  1 -1  2
  |   -2  2 -2
    1 -1  1  0

Yes, we get 0 as a remainder, so x+=+-2 is
a root of multiplicity 2. So now our
factorization of the original polynomial
is now:

x%5E4+%2B+3x%5E3+%2B+x%5E2+%2B+4+=+0
%28x+%2B+2%29%28x%5E3+%2B+x%5E2+-+x+%2B+2%29+=+0
%28x+%2B+2%29%28x+%2B+2%29%28x%5E2+-+x+%2B+1%29+=+0

We set each factor = 0,

x+%2B+2+=+0 gives root x+=+-2
x+%2B+2+=+0 gives root x+=+-2, again

x%5E2+-+x+%2B+1+=+0
This does not factor, so must be solved by the 
quadratic formula:

Its roots are 

%28-%28-1%29+%2B-+sqrt%28%28-1%29%5E2+-+4%281%29%281%29%29%29%2F%282%281%29%29

or, simplifying:

%281+%2B-+sqrt%281+-+4%29%29%2F2

%281+%2B-+sqrt%28-3%29%29%2F2

%281+%2B-+i%2Asqrt%283%29%29%2F2

So there are four roots, counting multiplicities
of roots as though they were separate roots:

x+=+-2, x+=+-2, x=%281+%2B+i%2Asqrt%283%29%29%2F2, x+=+%281+-+i%2Asqrt%283%29%29%2F2


Edwin