Let a , b , c , d be the solutions to the equation 3 x 4 + m x − 1 = 0 , where m is some constant. If f ( x ) is a monic quartic polynomial with the roots,
d 2 a + b + c , c 2 a + b + d , b 2 a + c + d , a 2 b + c + d ,
what is the sum of the coefficients of the first and last term in f ( x ) ?
Inspired by a problem from The Art of Problem Solving Volume 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.
Because the coefficient in front of the x 3 term in the original equation is 0 , we can use one of Vieta's Formulas to find that a + b + c + d = 0 . Therefore, the roots can be rewritten as,
− d 1 , − c 1 , − b 1 , − a 1 .
If we treat the original equation as a function, we can start making progress by finding the function with roots that are the reciprocal of the original equations roots. To do this we reverse the order of the coefficients, so the function with reciprocal roots is,
f ( x ) = − x 4 + m x 3 + 3 .
Now we just need the our function to have roots that are the opposite of what they currently are. To do this we multiply each of the coefficients in order by ( − 1 ) 0 , ( − 1 ) 1 , ( − 1 ) 2 , ( − 1 ) 3 . . . , so our new function is,
f ( x ) = − x 4 − m x 3 + 3 .
Finally since we want a monic function (where the leading coefficient is 0 ), we multiply this function by − 1 (which will not change the roots), so the sum of the first and last coefficients is − 2 .
Proof: To find polynomial g ( x ) with roots that are the reciprocal of the roots of polynomial f ( x ) you just reverse the order of the coefficients of f ( x ) .
Label the roots of f ( x ) = a 0 x n + a 1 x n − 1 + . . . + a n − 1 x + a n as r 1 , r 2 , r 3 , . . . r i . Note that if f ( r i ) = 0 , f ( 1 / r i 1 ) = 0 , so g ( x ) = f ( 1 / x ) . Therefore,
g ( x ) = f ( 1 / x ) = a 0 ( x 1 ) n + a 1 ( x 1 ) n − 1 + . . . + a n − 1 ( x 1 ) 1 + a n .
Finally since multiplying a polynomial function by any non-zero number doesn't change its roots, we can multiply this entire function by x n to get,
g ( x ) = a 0 + a 1 x + . . . + a n − 1 x n − 1 + a n x n ,
which is the original function with reversed coefficients.
Proof: To find polynomial g ( x ) with roots that are m times the roots of polynomial f ( x ) you multiply each coefficient of f ( x ) by m 0 , m 1 , m 2 , . . . , m n , where n is the degree of f ( x ) .
Label the roots of f ( x ) = a 0 x n + a 1 x n − 1 + . . . + a n − 1 x + a n as r 1 , r 2 , r 3 , . . . r i . Note that if f ( r i ) = 0 , f ( m m × r i ) = 0 , so g ( x ) = f ( x / m ) . Therefore,
g ( x ) = f ( x / m ) = a 0 ( m x ) n + a 1 ( m x ) n − 1 + . . . + a n − 1 ( m x ) 1 + a n .
Similarly to the above proof we can multiply the function by a non-zero number without changing its roots, so by multiplying the equation by m n simplifies to,
g ( x ) = a 0 x n + a 1 x n − 1 ( m 1 ) + . . . + a n − 1 x ( m n − 1 ) + a n ( m n ) ,
which is what we were trying to prove.
It would be simpler to just say that f ( x ) = ( x + d 1 ) ( x + c 1 ) ( x + b 1 ) ( x + a 1 ) , which will have last coefficient a b c d 1 and then use Vieta's again to say a b c d = 3 − 1 , so, last coefficient is − 3 .
Log in to reply
I didn’t even think of that method, it probably would be faster to solve it like that. That way doesn’t give you much help for other terms in the function if they were needed, however, and I was trying to give some of the more important rules for transforming functions and the basic structure for the proofs involved in those transformations.
Log in to reply
No argument there, in fact I found reading the proof you included about reciprocal roots quite instructive.
Log in to reply
@Zico Quintina – Thanks, I feel like lots of the proofs for transforming polynomial functions have a similar flavor, so they can be pretty fun to figure out after you know the structure of them.
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Vieta's Formula Problem Solving - Intermediate
Given that a , b , c , and d are roots of 3 x 4 + m x − 1 = 0 , by Vieta's formula we have a + b + c + d = 0 and a b c d = − 3 1 . Then the roots of f ( x ) are:
⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ d 2 a + b + c = d 2 − d = − d 1 c 2 a + b + d = − c 1 b 2 a + c + d = − b 1 a 2 b + c + d = − a 1 Since a + b + c + d = 0 As before and
Since f ( x ) is monic, the coefficient of its first term is 1. The coefficient of its last term is the product of all roots or a b c d 1 = − 3 , since a b c d = − 3 1 . Therefore, their sum is 1 − 3 = − 2 .