Factoring a very long expression

rygza
Messages
37
Reaction score
0
Factoring a very long expression! please help

(x^6) - (4x^5) + (x^4) + (10x^3) - (4x^2) - (8x)

then:

x((x^5) - (4x^4) + (x^3) + (10x^2) - (4x) - 8)

my teacher skipped many steps and ultimately found:
x * [(x+1)^2] * [(x-2)^3]

I guess he's assuming we know how to get through it. Can you guys please guide me through how to find the factored form? I've been looking through my old pre-calc book but i don't think we ever covered this.

(BTW, this isn't the homework problem, i just need to find how to factor it because i then use the factored form for solving homogeneous linear ODEs)
 
Physics news on Phys.org


IssacNewton said:
use the rational roots test to guess at the roots of the polynomial with degree 5. there the constant term is -8 and the leading coefficient is 1. so according to the rational roots test



the possible roots are \pm 1,\pm 4,\pm 2,\pm 8

now once you have guessed the roots, try synthetic division to check them

ok, got how to find the roots. factors of const. coefficient over factors of leading coefficient.
how do i check them with synthetic division?
 


IssacNewton said:
use the rational roots test to guess at the roots of the polynomial with degree 5. there the constant term is -8 and the leading coefficient is 1. so according to the rational roots test



the possible roots are \pm 1,\pm 4,\pm 2,\pm 8

now once you have guessed the roots, try synthetic division to check them

i tried it out and 0,-1, and 2 are indeed roots. but how do i know that -1 is a root twice, and 2 is a root twice? from the most factored form, how does one know that it is (x+1) squared and (x+2) cubed?
 


Since 0, -1, and -2 are roots, you know that there are factors of x, x+1, and x+ 2. Divide the original polynomial by those and see what is left. What are the roots of that?
 


rygza, follow what HallsofIvy said.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top