An algebra problem by mridul jain

Algebra Level 5

Find the smallest positive integer n with the property that the polynomial x 4 n x + 63 x^4 - nx + 63 can be written as a product of two non-constant polynomials with integer coefficients.


The answer is 8.

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.

2 solutions

Shaun Leong
Dec 22, 2015

The quartic polynomial can either be factored into a cubic and linear or 2 quadratics.

Case 1: A cubic factor and a linear factor

Let x 4 n x + 63 = ( x 3 + a x 2 + b x + c ) ( x a ) x^4-nx+63 = (x^3+ax^2+bx+c)(x-a) for some integers a,b and c. We let the linear factor be x a x-a to let the coefficient of the x 3 x^3 term be 0.

Its expansion is x 4 + ( b a 2 ) x 2 + ( c a b ) x a c x^4+(b-a^2)x^2+(c-ab)x-ac .

Comparing coefficients, we get b = a 2 b = a^2 and a c = 63 = 3 2 7 ac = -63 = -3^2*7

Note that n = c a b = c a 3 > 0 n = c-ab = c-a^3 > 0 , so c c is positive and a a is negative.

( a , c ) = ( 1 , 63 ) , ( 3 , 21 ) , ( 7 , 9 ) , ( 9 , 7 ) , ( 21 , 3 ) , ( 63 , 1 ) (a,c) = (-1,63),(-3,21),(-7,9),(-9,7),(-21,3),(-63,1)

The smallest solution of n in this case is 21 ( 3 ) 3 = 48 21-(-3)^3=48 .

Case 2: Two quadratic factors

Let x 4 n x + 63 = ( x 2 + a x + b ) ( x 2 a x + c ) x^4-nx+63 = (x^2+ax+b)(x^2-ax+c) for some integers a,b and c. Again, the cubic term cancels out.

Its expansion is x 4 + ( b + c a 2 ) x 2 + a ( c b ) x + b c x^4+(b+c-a^2)x^2+a(c-b)x+bc .

Comparing coefficients, we get b + c = a 2 b+c=a^2 and b c = 63 = 3 2 7 bc=63=3^2*7 .

In these two equations, b and c are symmetric, so we only have to look at ( b , c ) = ( 1 , 63 ) , ( 3 , 21 ) , ( 7 , 9 ) (b,c) = (1,63),(3,21),(7,9)

a = ± b + c = ± 4 a = \pm \sqrt{b+c} = \pm 4 or ± 8 \pm 8

Hence case 2 yields the smallest solution of n = a ( c b ) = 4 ( 9 7 ) = 8 n = a(c-b) = 4(9-7) = \boxed {8}

Bill Bell
Sep 14, 2015

Having done this with a symbolic algebra system (namely sympy) I can now see how others would do it in a clever way.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...