How would I factor out this expression? X^4 - 2X^3 - 8X^2 + 18X - 9
C ca.chick New member Joined May 7, 2007 Messages 19 May 13, 2007 #1 How would I factor out this expression? X^4 - 2X^3 - 8X^2 + 18X - 9
stapel Super Moderator Staff member Joined Feb 4, 2004 Messages 16,582 May 13, 2007 #2 I'd start with the Rational Roots Test, and test the potential roots with synthetic division. I'd keep going until I got down to a quadratic. If you are supposed to use some other method, please reply with specifics. Thank you! Eliz.
I'd start with the Rational Roots Test, and test the potential roots with synthetic division. I'd keep going until I got down to a quadratic. If you are supposed to use some other method, please reply with specifics. Thank you! Eliz.
M morson Full Member Joined Apr 12, 2007 Messages 263 May 14, 2007 #3 You can group this. x^4 - 2x^3 - 8x^2 + 18x - 9 = (x^4 - 8x^2 - 9) + 18x - 2x^3 The expression in brackets is (x^2 - 9)(x^2 + 1), so it all becomes: (x^2 - 9)(x^2 + 1) + (18x - 2x^3) = (x^2 - 9)(x^2 + 1) - (2x^3 - 18x) Finish off by collecting (or "grouping") the common factor. Can you see it?
You can group this. x^4 - 2x^3 - 8x^2 + 18x - 9 = (x^4 - 8x^2 - 9) + 18x - 2x^3 The expression in brackets is (x^2 - 9)(x^2 + 1), so it all becomes: (x^2 - 9)(x^2 + 1) + (18x - 2x^3) = (x^2 - 9)(x^2 + 1) - (2x^3 - 18x) Finish off by collecting (or "grouping") the common factor. Can you see it?
S soroban Elite Member Joined Jan 28, 2005 Messages 5,586 May 14, 2007 #4 Hello, ca.chick! Another grouping . . . Factor: \(\displaystyle \,x^4\,-\,2x^3\,-\,8x^2\,+\,18x\,-\,9\) Click to expand... We are given: \(\displaystyle \:x^4\,-\,2x^3\,-\,8x^2\,+\,18x\,-\,9\) . . . . . . . \(\displaystyle =\:x^4\,-\,2x^3\,+\,\overbrace{x^2\,-\,9x^2}\,+\,18x\,-\,9\) . . . . . . . \(\displaystyle = \:x^2(x^2\,-\,2x\,+\,1)\,-\,9(x^2\,-\,2x\,+\,1)\) . . . . . . . \(\displaystyle = \x^2\,-\,2x\,+\,1)(x^2\,-\,9)\) . . . . . . . \(\displaystyle = \x\,-\,1)^2(x\,-\,3)(x\,+\,3)\)
Hello, ca.chick! Another grouping . . . Factor: \(\displaystyle \,x^4\,-\,2x^3\,-\,8x^2\,+\,18x\,-\,9\) Click to expand... We are given: \(\displaystyle \:x^4\,-\,2x^3\,-\,8x^2\,+\,18x\,-\,9\) . . . . . . . \(\displaystyle =\:x^4\,-\,2x^3\,+\,\overbrace{x^2\,-\,9x^2}\,+\,18x\,-\,9\) . . . . . . . \(\displaystyle = \:x^2(x^2\,-\,2x\,+\,1)\,-\,9(x^2\,-\,2x\,+\,1)\) . . . . . . . \(\displaystyle = \x^2\,-\,2x\,+\,1)(x^2\,-\,9)\) . . . . . . . \(\displaystyle = \x\,-\,1)^2(x\,-\,3)(x\,+\,3)\)
C ca.chick New member Joined May 7, 2007 Messages 19 May 14, 2007 #5 thank you for the help i got that answer as well this site really helps