SOLUTION: find all solutions to x^3 - 6x +4 = 0. how many real and how many complex solutions? I can graph and get answers, but I'm not sure how to solve it otherwise.

Algebra ->  Equations -> SOLUTION: find all solutions to x^3 - 6x +4 = 0. how many real and how many complex solutions? I can graph and get answers, but I'm not sure how to solve it otherwise.      Log On


   



Question 309868: find all solutions to x^3 - 6x +4 = 0. how many real and how many complex solutions? I can graph and get answers, but I'm not sure how to solve it otherwise.
Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
x%5E3+-+6x+%2B4+=+0

All possible rational solutions are ± divisors of 4
These are

±1, ±2, ±4

We begin by trying 1. To use synthetic division we must 
consider the equation to be:

x%5E3+%2B0x%5E2-+6x+%2B+4+=+0

1 | 1  0 -6  4
  |    1  1 -5
    1  1 -5 -1

Nope. The remainder is -1 not 0, so 1 is not a solution.

We try -1:

-1 | 1  0 -6  4
   |   -1  1  5
     1 -1 -5  9

Nope. The remainder is 9 not 0, so -1 is not a solution.

We try 2:

 2 | 1  0 -6  4
   |    2  4 -4
     1  2 -2  0

Yep! The remainder is 0, so x=2 is a solution.  Therefore
we have factored the left side as

%28x-2%29%28x%5E2%2B2x-2%29=0

Using the zero-factor principle:

Setting x-2=0 of course gives the solution we just found,
namely x=2

Setting 

x%5E2%2B2x-2=0

This does not factor, so we use the quadratic formula
with a=1, b=2, c=-2

x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+

x+=+%28-%282%29+%2B-+sqrt%28+%282%29%5E2-4%2A%281%29%2A%28-2%29+%29%29%2F%282%2A%281%29%29+

x+=+%28-2+%2B-+sqrt%284%2B8%29%29%2F2+

x+=+%28-2+%2B-+sqrt%2812%29%29%2F2+

x+=+%28-2+%2B-+sqrt%284%2A3%29%29%2F2+

x+=+%28-2+%2B-+sqrt%284%29sqrt%283%29%29%2F2+

x+=+%28-2+%2B-+2%2Asqrt%283%29%29%2F2+

x+=+%282%28-1+%2B-+sqrt%283%29%29%29%2F2

x+=+%28cross%282%29%28-1+%2B-+sqrt%283%29%29%29%2Fcross%282%29

x+=+-1+%2B-+sqrt%283%29+%29%7D%7D%0D%0A%0D%0ASo+the+solutions+are+%7B%7B%7B2, -1%2Bsqrt%283%29, and -1-sqrt%283%29

That's 3 real solutions.  No imaginary solutions.

Edwin