Factorization of polynomials
A number a is a root of the polynomial P(x), if P(a)=0.
Then, using the remainder Theorem, if we divide P(x) by x – a, the division is exact. Using the division formula: P(x) = Q(x) · (x – a). Therefore we can decompose the polynomial using its roots, remarkable identities, the second degree equation, getting the common factor and the Ruffini’s rule.
Example: decompose x3 -7x + 6
x3 -7x + 6 = (x – 1)·(x – 2)·(x + 3)
NOTE: try only divisors of the numerical term of the polynomial.
Exercise: Factorize the following polynomials:
a) x3 - 9x2 + 27x - 27
b) x4- x3 - 21x2 + 45x
c) 9x3 - 9x2 - x + 1
Solutions: a) (x - 3)3 ; b) x·(x - 3)2 ·(x +5) ; c) 9·(x - 1)·(x + 1/3)·(x - 1/3)
Obra publicada con Licencia Creative Commons Reconocimiento No comercial Compartir igual 3.0