SOLUTION: Given that -1 is a zero of the polynomial g(x)=x^3-3x^2-3x+1, express g(x) as a product of linear factors. g(x)=

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Given that -1 is a zero of the polynomial g(x)=x^3-3x^2-3x+1, express g(x) as a product of linear factors. g(x)=      Log On


   



Question 319327: Given that -1 is a zero of the polynomial g(x)=x^3-3x^2-3x+1, express g(x) as a product of linear factors.
g(x)=

Found 3 solutions by stanbon, solver91311, Edwin McCravy:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Given that -1 is a zero of the polynomial g(x)=x^3-3x^2-3x+1, express g(x) as a product of linear factors.
------------
If -1 is a zero, use synthetic division to find the other factors:
----
-1)....1....-3....-3....1
.......1....-4....1....|..0
-----------
The quadratic factor is x^2-4x+1
---
Use the quadratic formula to find the zeroes:
x = [4 +- sqrt(16-4*1)]/2
x = [4 +- sqrt(12)]/2
---
x = [4 +- 2sqrt(3)]/2
---
x = [2 +- sqrt(3)]
x = 2+sqrt(3) or x = 2-sqrt(3) or x = -1
============================================
Cheers,
Stan H.
=============

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!


If -1 is a zero, then must be a factor of
Use synthetic division or polynomial long division to divide by . Too difficult to render on this site, so review the process at http://www.purplemath.com/modules/synthdiv.htm or http://www.purplemath.com/modules/polydiv2.htm

The quotient comes out to be

Use the quadratic formula to determine the roots of the quotient polynomial are . Verification is left as an exercise for the student.

Hence the remaining two factors of the original polynomial are:



and



So:



John


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

%22g%28x%29%22=x%5E3-3x%5E2-3x%2B1

Move the "+1" term:

%22g%28x%29%22=x%5E3%2B1-3x%5E2-3x

Factor the first two terms, x%5E3%2B1, as %28x%2B1%29%28x%5E2-x%2B1%29
Factor the last two terms, -3x%5E2-3x, as -3x%28x%2B1%29


%22g%28x%29%22=%28x%2B1%29%28x%5E2-x%2B1%29-3x%28x%2B1%29

Factor out %28x%2B1%29

%22g%28x%29%22=%28x%2B1%29%22%5B%22%28x%5E2-x%2B1%29-3x%22%5D%22

%22g%28x%29%22=%28x%2B1%29%28x%5E2-x%2B1-3x%29

%22g%28x%29%22=%28x%2B1%29%28x%5E2-4x%2B1%29

Now we have to find the two zeros of x%5E2-4x%2B1
which is not factorable with integers.  So we use the 
quadratic formula:

x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+ 
x+=+%28-%28-4%29+%2B-+sqrt%28+%28-4%29%5E2-4%2A%281%29%2A%281%29+%29%29%2F%282%2A%281%29%29+
x+=+%284+%2B-+sqrt%2816-4%29%29%2F2+
x+=+%284+%2B-+sqrt%2812%29%29%2F2+ 
x+=+%284+%2B-+sqrt%284%2A3%29%29%2F2+
x+=+%284+%2B-+2%2Asqrt%283%29%29%2F2+
x+=+4%2F2+%2B-+2%2Asqrt%283%29%2F2+
x+=+2+%2B-+sqrt%283%29+

So the other two zeros are 

x+=+2+%2B+sqrt%283%29+ and x+=+2+-+sqrt%283%29+

or

x+-+2+-+sqrt%283%29=0+ and x+-+2+%2B+sqrt%283%29+

So now 

%22g%28x%29%22=%28x%2B1%29%28x%5E2-4x%2B1%29

becomes:

%22g%28x%29%22=%28x%2B1%29%28x-2-sqrt%283%29%29%28x-2%2Bsqrt%283%29%29

Edwin