Factorising a cubic polynomial

  • Thread starter Thread starter PlasmaSphere
  • Start date Start date
  • Tags Tags
    Cubic Polynomial
AI Thread Summary
The discussion centers on factorizing the cubic polynomial f(x) = x^3 + x^2 - 10x + 8. It is established that (x - 1) is a factor since f(1) = 0, and participants suggest using polynomial long division or synthetic division to find the other factors. The quadratic portion after division is identified as x^2 + bx - 8, which can be factored further. Participants clarify misconceptions about jumping steps in the factorization process and emphasize the importance of proper division techniques. The conversation concludes with acknowledgment of the correct factorization and the ease of graphing the resulting polynomial.
PlasmaSphere
Messages
82
Reaction score
1
1. A cubic polynomial is given by (f)x = x3 + x2 - 10x + 8

1) i) Show that (x -1) is a factor of f(x)

ii) Factorise f(x) fully

iii) Sketch the graph



2. Factor theorem?



3. Attempt at solution

i) I know that f(1) = 0, so (x - 1) is a factor of (f)x = x3 + x2 - 10x + 8

ii) I think i am correct in saying that since you know (x - 1) is a factor you can write it like this; ( x-1 )( x2 - 10x + 8 ), i just don't know where to go from there. I don't think you can factorise x2 - 10x + 8 any further?

I presume that by factorising fully, they mean in the form (x-a)(x-b)(x-c), i just can't seem to get there.
 
Physics news on Phys.org
i) is correct

ii) is not because you cannot just jump to that answer. To get the factored form, you must divide f(x) by x-1 either by long division or synthetic division and then get the other factor.
 
PlasmaSphere said:
1. A cubic polynomial is given by (f)x = x3 + x2 - 10x + 8

1) i) Show that (x -1) is a factor of f(x)

ii) Factorise f(x) fully

iii) Sketch the graph



2. Factor theorem?



3. Attempt at solution

i) I know that f(1) = 0, so (x - 1) is a factor of (f)x = x3 + x2 - 10x + 8

ii) I think i am correct in saying that since you know (x - 1) is a factor you can write it like this; ( x-1 )( x2 - 10x + 8 ), i just don't know where to go from there. I don't think you can factorise x2 - 10x + 8 any further?
How did you get that? Just by dropping the x3? Now you know that's not right! As Plasmasphere said, you could divide x^ x^2- 10x+ 8 by x-1. Or you can "work backwards. You want to find ax^2+ bx+ c so that (x-1)(ax^2+ bx+ c)= x^3+ x^2- 10x+ 8. Obviously, since x(x^2)= x^3 and -1(-8)= 8, a= 1, c= -8 (NOT +8!). Okay, multiply out (x-1)(x^2+ bx- 8)= x^3+ x^2- 20x+ 8 to see what b must be.

I presume that by factorising fully, they mean in the form (x-a)(x-b)(x-c), i just can't seem to get there.
 
http://en.wikipedia.org/wiki/Polynomial_long_division

Is the wiki page for the technique used in the link given by kbaumen.

You should divide the original polynomial by the given factor; that would leave you with a quadratic polynomial, which you should be able to factor without any difficulty.
 
Thanks for all the help, i used the working backwards method, and i got the right answer according to the answer booklet, the sketch for part iii) was easy too.

I'm not sure why i thought that i could write it as; ( x-1 )( x2 - 10x + 8 ), if you expand that it clearly will never give the correct answer. I was jumping two steps ahead.

Cheers, those pages on polynomial long division should be helpful in the future too.
 
Last edited:
HallsofIvy said:
Okay, multiply out (x-1)(x^2+ bx- 8)= x^3+ x^2- 20x+ 8 to see what b must be.

I don't understand that step (?) just curious how you got there
 
Last edited:
If you are wondering about the "20x", that was a typo. The right hand side should be just the original polynomial, x^3+ x^2-10x+ 8.
 
silver-rose said:
http://en.wikipedia.org/wiki/Polynomial_long_division

Is the wiki page for the technique used in the link given by kbaumen.

You should divide the original polynomial by the given factor; that would leave you with a quadratic polynomial, which you should be able to factor without any difficulty.

Actually I meant the Horner's scheme to be used for factorizing the equation. Sorry, if I made that unclear.
 
  • #10
What if we take division of the polynomial ?
( x3 + x2 - 10x + 8 ) / ( x-1)
 
  • #11
Kenny09 said:
What if we take division of the polynomial ?
( x3 + x2 - 10x + 8 ) / ( x-1)

Yes, that's already been discussed in several responses.
 
Back
Top