If x = 2 + 3 + 6 is a root of x 4 + a x 3 + b x 2 + c x + d = 0 , where a , b , c , and d are integers, what is the value of ∣ a + b + c + d ∣ ?
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.
There is a much easier way to solve this, ( x − 6 ) 2 = ( 2 + 3 ) 2 , which gives us x 2 + 1 = 2 6 ( x + 1 ) .
x x ( x − 2 6 ) x 2 − 2 6 x x 2 + 1 ( x 2 + 1 ) 2 x 4 + 2 x 2 + 1 x 4 − 2 2 x 2 − 4 8 x − 2 3 = 2 + 3 + 6 = ( 2 + 3 + 6 ) ( 2 + 3 − 6 ) = 2 6 − 1 = 2 6 ( x + 1 ) = 2 4 ( x + 1 ) 2 = 2 4 ( x 2 + 2 x + 1 ) = 0
Therefore ∣ a + b + c + d ∣ = ∣ 0 − 2 2 − 4 8 − 2 3 ∣ = 9 3 .
Let α = 2 + 3 + 6 . Since α ∈ Q ( 2 , 3 ) , the conjugates of α are its images under the elements of the Galois group of this field. These send 2 to ± 2 and 3 to ± 3 (which determines where 6 goes). The four conjugates are 2 + 3 + 6 , 2 − 3 − 6 , − 2 + 3 − 6 , − 2 − 3 + 6 .
So the minimal polynomial of α is equal to the product of ( x − r i ) , where the r i are the four conjugates of x . Grouping appopriately, we get ( ( x − 6 ) 2 − ( 2 + 3 ) 2 ) ( ( x + 6 ) 2 − ( 2 − 3 ) 2 ) = ( x + 6 ) 2 ( x − 6 ) 2 − ( x + 6 ) 2 ( 5 + 2 6 ) − ( x − 6 ) 2 ( 5 − 2 6 ) + 1 = ( x 2 − 6 ) 2 + 1 − ( 1 0 x 2 + 4 8 x + 6 0 ) = x 4 − 2 2 x 2 − 4 8 x − 2 3 so the answer is 9 3 .
Very nice solution. I rated it as brilliant and interesting. I'm surprised nobody posted a solution where they just substitute 2 + 3 + 6 into the polynomial and set the coefficients of 2 , 3 , and 6 equal to zero. That's what I did, except I made a mistake three times, so I can't post my solution.
Problem Loading...
Note Loading...
Set Loading...
First note that x + 1 = ( 2 + 1 ) ( 3 + 1 ) , so ( 2 + 1 x + 1 − 1 ) 2 ( ( x + 1 ) − ( 2 + 1 ) ) 2 ( x − 2 ) 2 x 2 − 2 2 x + 2 x 2 − 7 x 4 − 1 4 x 2 + 4 9 x 4 − 2 2 x 2 − 4 8 x − 2 3 = 3 = 3 ( 2 + 1 ) 2 = 3 ( 2 + 1 ) 2 = 9 + 6 2 = 6 2 + 2 2 x = 7 2 + 4 8 x + 8 x 2 = 0
so that ∣ a + b + c + d ∣ = 9 3 .
Note that we need the uniqueness of minimal polynomials to be sure we have the right answer here.
Also note that the roots of this polynomial are 2 + 3 + 6 , 2 − 3 − 6 , − 2 + 3 − 6 , − 2 − 3 + 6
so I'm sure there's a neater (Galois theory) approach to this, though less sure how easy it is to explain.