Consider the polynomial f ( x ) = x 1 0 + x 5 + 1 . It is possible to write f ( x ) = g ( x ) h ( x ) , where g ( x ) and h ( x ) are non-constant polynomials with integer coefficients.
Find g ( 2 ) + h ( 2 ) .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
f ( x ) = x 1 0 + x 5 + 1 = ( x 5 ) 2 + x 5 + 1 = x 5 − 1 ( x 5 ) 3 − 1 = x 5 − 1 ( x 3 ) 5 − 1 = x 5 − 1 ( x 3 − 1 ) ( x 1 2 + x 9 + x 6 + x 3 + 1 ) = ( x − 1 ) ( x 4 + x 3 + x 2 + x + 1 ) ( x − 1 ) ( x 2 + x + 1 ) ( x 1 2 + x 9 + x 6 + x 3 + 1 ) = ( x 4 + x 3 + x 2 + x + 1 ) ( x 2 + x + 1 ) ( x 1 2 + x 9 + x 6 + x 3 + 1 ) By long division, x 1 2 + x 9 + x 6 + x 3 + 1 = ( x 4 + x 3 + x 2 + x + 1 ) ( x 8 − x 7 + x 5 − x 4 + x 3 − x + 1 ) so that f ( x ) = ( x 4 + x 3 + x 2 + x + 1 ) ( x 2 + x + 1 ) ( x 4 + x 3 + x 2 + x + 1 ) ( x 8 − x 7 + x 5 − x 4 + x 3 − x + 1 ) = ( x 2 + x + 1 ) ( x 8 − x 7 + x 5 − x 4 + x 3 − x + 1 ) = g ( x ) h ( x ) g ( 2 ) + h ( 2 ) = 7 + 1 5 1 = 1 5 8
Yup......this is how I proceeded..........Is there any way we can generalize this??
Problem Loading...
Note Loading...
Set Loading...
By putting x = ω , where ω is the cube root of unity, we note that f ( ω ) = ω 1 0 + ω 5 + 1 = ω + ω 2 + 1 = 0 . This means that x 2 + x + 1 is a factor of f ( x ) . By long division we have f ( x ) = ( x 2 + x + 1 ) ( x 8 − x 7 + x 5 − x 4 + x 3 − x + 1 ) (see note below), Let g ( x ) = x 2 + x + 1 and h ( x ) = x 8 − x 7 + x 5 − x 4 + x 3 − x + 1 . Then g ( 2 ) = 7 and h ( 2 ) = 1 5 1 and g ( 2 ) + h ( 2 ) = 1 5 8 .
Note:
f ( x ) = x 1 0 + x 5 + 1 = x 8 ( x 2 + x + 1 ) − x 7 ( x 2 + x + 1 ) + x 5 ( x 2 + x + 1 ) − x 4 ( x 2 + x + 1 ) + x 3 ( x 2 + x + 1 ) − x ( x 2 + x + 1 ) + x 2 + x + 1 = ( x 2 + x + 1 ) ( x 8 − x 7 + x 5 − x 4 + x 3 − x + 1 )