A composition of polynomials

Suppose f f and g g are polynomials with integer coefficients such that f ( 0 ) = 0 , f(0)=0, f f has degree at least two, and f ( g ( x ) ) = f ( x ) + ( x 6 + 3 x 5 6 x 3 + 6 x 2 ) . f(g(x))=f(x)+(x^6+3x^5-6x^3+6x^2). Find the last three digits of the sum of absolute values of all distinct possible values of f ( 10 ) f(10) .


The answer is 360.

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.

3 solutions

Mark Hennings
Aug 26, 2013

Since x y x-y divides x n y n x^n-y^n for all positive integers n n , we deduce that g ( x ) x g(x)-x divides f ( g ( x ) ) f ( x ) = x 6 + 3 x 5 6 x 3 + 6 x 2 = x 2 ( x 4 + 3 x 3 6 x + 6 ) \begin{array}{rcl} f(g(x)) - f(x) & = & x^6 + 3x^5 - 6x^3 + 6x^2 \\ & = & x^2(x^4 + 3x^3 - 6x + 6) \end{array} and this quartic polynomial is irreducible over the integers (using Eisenstein's criterion with p = 3 p=3 ). If g ( x ) x g(x)-x had degree m 4 m\ge4 , then g ( x ) g(x) would have the same degree, and hence f ( g ( x ) ) f(g(x)) would have degree at least 2 m 8 2m\ge8 . But this would force f ( x ) f(x) to have the same degree as f ( g ( x ) ) f(g(x)) , which is impossible. Thus g ( x ) x g(x)-x has degree at most 3 3 , so is coprime to x 4 + 3 x 3 6 x + 6 x^4 + 3x^3 - 6x + 6 , and hence it divides x 2 x^2 . There are 6 6 options to consider:

  • If g ( x ) x = 1 g(x)-x=1 , then g ( x ) = x + 1 g(x)=x+1 . However, if f ( x ) f(x) has leading term a x n ax^n , then f ( x + 1 ) f ( x ) f(x+1)-f(x) has leading term n a x n 1 nax^{n-1} , and hence f ( x + 1 ) f ( x ) f(x+1)-f(x) cannot be equal to a monic polynomial of degree 6 6 . This case is not possible.

  • If g ( x ) x = 1 g(x)-x=-1 , then g ( x ) = x 1 g(x)=x-1 . But, if f ( x ) f(x) has leading term a x n ax^n , f ( x 1 ) f ( x ) f(x-1)- f(x) has leading term n a x n 1 -nax^{n-1} , and hence f ( x 1 ) f ( x ) f(x-1)-f(x) cannot be a monic polynomial of degree 6 6 . This case is not possible.

  • If g ( x ) x = x g(x)-x=x , then g ( x ) = 2 x g(x) = 2x . But. if f ( x ) f(x) has leading term a x n ax^n , f ( 2 x ) f ( x ) f(2x)-f(x) has leading term ( 2 n 1 ) a x n (2^n-1)ax^n , and so cannot be equal to a monic polynomial of degree 6 6 . This case is not possible.

  • We can have g ( x ) x = x g(x)-x=-x , so that g ( x ) = 0 g(x)=0 and f ( x ) = ( x 6 + 3 x 5 6 x 3 + 6 x 2 ) f(x)=-(x^6+3x^5-6x^3+6x^2) . This case gives f ( 10 ) = 1294600 f(10)=-1294600 .

  • If g ( x ) x = x 2 g(x)-x=x^2 , we have g ( x ) = x 2 + x g(x)=x^2+x and therefore f ( x ) f(x) must be cubic. Chasing coefficients, it follows that f ( x ) = x 3 3 x 2 + 6 x f(x)=x^3-3x^2+6x . This gives f ( 10 ) = 760 f(10)=760 .

  • If g ( x ) x = x 2 g(x)-x=-x^2 , we have g ( x ) = x x 2 g(x)=x-x^2 and therefore f ( x ) f(x) must be cubic. However, if f ( x ) f(x) has leading term a x 3 ax^3 , then f ( x x 2 ) f ( x ) = a x 6 + 3 a x 5 + f(x-x^2) - f(x) \,=\, -ax^6 + 3ax^5 + \cdots , and it is clear that no value of a a exists so that f ( x x 2 ) f ( x ) = x 6 + 3 x 5 6 x 3 + 6 x 2 f(x-x^2)-f(x) = x^6 + 3x^5 - 6x^3 + 6x^2 . This case is also impossible.

Thus there are only two valid cases, and since 1294600 + 760 = 1295360 \big|-1294600\big| + \big|760\big| \; = \; 1295360 so the required answer is 360 360 .

Moderator note:

Very nice solution! The case-by-case analysis may seem long, but the cases are actually very easy.

How do you get from x y x-y dividing x n y n x^n - y^n , to g x g - x dividing f ( g ) f ( x ) f(g) - f(x) ?

Matt McNabb - 7 years, 9 months ago

Log in to reply

If f ( x ) = a n x n + a n 1 x n 1 + + a 1 x + a 0 f(x) \,=\, a_nx^n + a_{n-1}x^{n-1} + \cdots + a_1x + a_0 , then f ( x ) f ( y ) = m = 0 n a m x m m = 0 n a m y m = m = 1 n a m ( x m y m ) = ( x y ) m = 1 n a m ( x m 1 + x m 2 y + + x y m 2 + y m 1 ) \begin{array}{rcl} f(x) - f(y) & = & \sum_{m=0}^n a_m x^m - \sum_{m=0}^n a_my^m \\ & = & \sum_{m=1}^n a_m\big(x^m - y^m\big) \\ & = & (x - y)\sum_{m=1}^n a_m\big(x^{m-1} + x^{m-2}y + \cdots + xy^{m-2} + y^{m-1}\big) \end{array} and so x y x-y divides f ( x ) f ( y ) f(x) - f(y) . Now put y = g ( x ) y = g(x) .

Mark Hennings - 7 years, 9 months ago
James Aaronson
Aug 26, 2013

Note that g ( x ) x f ( g ( x ) ) f ( x ) = x 6 + 3 x 5 6 x 3 + 6 x 2 g(x) - x \mid f(g(x)) - f(x) = x^6 + 3x^5 - 6x^3 + 6x^2 . Further, note that x 4 + 3 x 3 6 x + 6 x^4 + 3x^3 - 6x + 6 is irreducible, limiting the possible values of g ( x ) x g(x) - x .

Case 1: g g has degree at least 2:

Note that the degree of f ( g ( x ) ) f ( x ) f(g(x)) - f(x) is equal to the degree of f ( g ( x ) ) f(g(x)) , since that is strictly larger than the degree of f ( x ) f(x) .

Since f f has degree at least 2, g g has degree at most 3. However, there is no degree 3 factor of x 6 + 3 x 5 6 x 3 + 6 x 2 x^6 + 3x^5 - 6x^3 + 6x^2 , so f f has degree 3 and g g has degree 2. We know that g g is either x + x 2 x + x^2 or x x 2 x - x^2 , since there are only two factors of x 6 + 3 x 5 6 x 3 + 6 x 2 x^6 + 3x^5 - 6x^3 + 6x^2 of degree 2, namely x 2 x^2 and x 2 -x^2 .

Now, it is easy to substitute those two expressions into f ( x ) = A x 3 + B x 2 + C x f(x) = Ax^3 + Bx^2 + Cx to determine that only the first works, giving a unique solution f ( x ) = x 3 3 x 2 + 6 x f(x) = x^3 - 3x^2 + 6x , with f ( 10 ) = 760 f(10) = 760 .

Case 2: g g is constant. g ( x ) = k x g(x) = k \forall x .

Then k k is an integer such that k 6 + 3 k 5 6 k 3 + 6 k 2 = 0 k^6 + 3k^5 - 6k^3 + 6k^2 = 0 , so k = 0 k = 0 . This gives f ( x ) = ( x 6 + 3 x 5 6 x 3 + 6 x 2 ) f(x) = -(x^6 + 3x^5 - 6x^3 + 6x^2) , with f ( 10 ) = 1294600 |f(10)| = 1294600 .

Case 3: g g is linear. Say g ( x ) = p x + q g(x) = px + q .

Note that ( p 1 ) x + q x 6 + 3 x 5 6 x 3 + 6 x 2 (p-1)x + q \mid x^6 + 3x^5 - 6x^3 + 6x^2 , so either p = 1 p = 1 , or p 1 = ± 1 p - 1 = \pm 1 . But p 0 p \neq 0 , so p = 2 p = 2 in this case.

Case 3.1: p = 2 p = 2 .

Then x + q x 6 + 3 x 5 6 x 3 + 6 x 2 x + q \mid x^6 + 3x^5 - 6x^3 + 6x^2 , so q = 0 q = 0 . It is easy to see, considering the coefficient of x 6 x^6 , that g ( x ) = 2 x g(x) = 2x has no solution.

Case 3.2: p = 1 p = 1 .

Then the degree of f ( x + q ) f ( x ) f(x+q) - f(x) is one less than the degree of f ( x ) f(x) , so f f is of degree 7. However, this gives a leading coefficient of f ( x + q ) f ( x ) f(x+q) - f(x) equal to seven times the leading coefficient of f f , which is patently impossible.

Hence, the required sum is 1294600 + 760 = 1295360 1294600 + 760 = 1295360 , giving an answer of 360 \boxed{360} .

Moderator note:

This is a good solution, though if all the details were included it would have been quite lengthy.

Oh man. I found those two cases quickly, proving those were the only two cases, and got 760 + 400 = 1160. But it didn't accept 160, and then I spent about 10 more hours going over my algebra over and over trying to see where I might have missed a possible solution. :(

A hint would have been useful here (I was even thinking of posting a new thread asking for a hint as to whether there is a third solution I missed)

Matt McNabb - 7 years, 9 months ago
Tuan Dinh
Aug 26, 2013

We can see that the degree of 2 sides must be equal. In the case deg(f) >= 6: we have f = (-x^6 +3x^5-6x^3+6x^2) In the case def(f) < 6 we have two cases of deg(f): 2 or 3 Solve we have f(x) = x^3 - 3x^2 + 6x

So that, result is 360

actually if f(x)=x^3 - 3x^2 + 6x then f(10)=760

Cuong Doan - 7 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...